Claude Skill
reyamira/models
A terminal-based tool for browsing AI models, benchmarks, coding agents, and real-time provider status. Built with Rust and Ratatui for fast, keyboard-driven exploration.
Overview
Repository
Install this Skill
git clone https://github.com/reyamira/models.gitRegistry
Summary
A terminal user interface (TUI) and command-line interface (CLI) tool for browsing AI models, benchmarks, coding agents, and real-time status of AI providers. Built with Rust and inspired by SST, it offers a fast, keyboard-driven way to explore the AI ecosystem without leaving the terminal.
用于浏览AI模型、基准测试、编码代理及AI提供商状态的TUI和CLI工具。
Key features
- Browse AI models and LLMs directly from the terminal
- View benchmarks and performance comparisons for models
- Explore coding agents and their capabilities
- Check real-time status of AI providers and services
- Keyboard-driven TUI built with Ratatui and Rust
Use cases
- Quickly compare AI model benchmarks without a browser
- Monitor AI provider status and uptime from the terminal
- Discover and evaluate coding agents for development workflows
- Integrate into CLI-based development environments for AI research
README excerpt
# models <p align="center"> <a href="https://crates.io/crates/modelsdev"><img src="https://img.shields.io/crates/v/modelsdev.svg?label=version" alt="Version"></a> <a href="https://github.com/reyamira/models/actions/workflows/update-benchmarks.yml"><img src="https://github.com/reyamira/models/actions/workflows/update-benchmarks.yml/badge.svg" alt="Benchmarks"></a> <a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a> <a href="https://buymeacoffee.com/arimxyer"><img src="https://img.shields.io/badge/Buy%20Me%20a%20Coffee-ffdd00?logo=buy-me-a-coffee&logoColor=black" alt="Buy Me a Coffee"></a> </p> TUI and CLI for browsing AI models, benchmarks, coding agents, and provider statuses.  ## Highlights - **~4,000+ models** across 85+ providers from [models.dev](https://models.dev) — filter by capability, price, context, and provider category - **~400 benchmark entries** from [Artificial Analysis](https://artificialanalysis.ai) — compare models head-to-head with scatter plots and radar charts - **11+ coding agents** tracked with version detection, changelogs, and GitHub integration - **22 provider statuses** monitored live across 7 status page platforms ## What's New in v0.11.52 - **Nix flake support** — build, run, or install directly from the GitHub flake - **Reproducible Nix CI** — validates the flake across Linux, Linux ARM, and macOS - **Shell completions in Nix builds** — packaged completions are generated during the Nix build ## Install ### Homebrew (macOS/Linux) ```bash brew install models ``` ### Cargo (any platform) ```bash cargo install modelsdev ``` ### Nix (flake) ```bash nix run github:reyamira/models nix prof