Claude Skill
reyamira/models
一个基于终端的工具,用于浏览AI模型、基准测试、编码代理和实时提供商状态。采用Rust和Ratatui构建,支持快速、键盘驱动的探索。
概览
仓库信息
安装这个 Skill
git clone https://github.com/reyamira/models.gitRegistry 信息
项目简介
一个终端用户界面(TUI)和命令行界面(CLI)工具,用于浏览AI模型、基准测试、编码代理以及AI提供商的实时状态。基于Rust构建,灵感来自SST,提供快速、键盘驱动的AI生态系统探索方式,无需离开终端。
TUI and CLI for browsing AI models, benchmarks, coding agents, and statuses for AI providers.
要点
- 直接从终端浏览AI模型和LLM
- 查看模型的基准测试和性能对比
- 探索编码代理及其能力
- 检查AI提供商和服务的实时状态
- 基于Ratatui和Rust构建的键盘驱动TUI
使用场景
- 无需浏览器即可快速比较AI模型基准测试
- 从终端监控AI提供商的状态和正常运行时间
- 发现并评估用于开发工作流的编码代理
- 集成到基于CLI的开发环境中进行AI研究
README 摘要
# 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