models

作者 arimxyer已验证

TUI and CLI for browsing AI models, benchmarks, coding agents, and statuses for AI providers.

416
Stars
17
Forks
Rust
语言
2026/8/23
添加时间

⚠️ 第三方软件声明

本 Skill 为第三方开源软件,独立托管于 GitHub。SkillTip 仅为信息目录,不控制或维护底层仓库。所显示的安全检查为自动化且范围有限,安装前请自行审查源码。

阅读服务条款

安装

添加到你的 Claude Code skills 目录:

# Add to your Claude Code skills
git clone https://github.com/arimxyer/models

快速入门

使用 models 等 Skills 的指南。

安全报告

已验证

上次扫描:—

{
  "status": "PASSED",
  "issues": []
}

README.md

models

Version Benchmarks License: MIT Buy Me a Coffee

TUI and CLI for browsing AI models, benchmarks, coding agents, and provider statuses.

Models tab screenshot

Highlights

  • ~4,000+ models across 85+ providers from models.dev — filter by capability, price, context, and provider category
  • ~1,000 benchmark entries across 4 data sources — Artificial Analysis, Epoch AI, Arena, and LLM Stats — compare models head-to-head with scatter plots and radar charts
  • 12+ 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.14.0

  • Richer model details — the Models tab detail panel now surfaces the model's description, a Structured Output capability (Yes/No/—), and reasoning controls (budget range, effort levels, toggle) alongside the existing capabilities.
  • Deeper pricing — thinking-token, audio in/out, and tiered ("over N tokens") prices show as conditional rows when a model carries them.
  • Field glossary — press i in the Models tab for a scrollable breakdown of what each detail field means (mirrors the Benchmarks glossary).
  • CLI paritymodels show and --json include the new description, structured-output, reasoning-controls, and pricing fields.

What's New in v0.13.0

  • Add agents in-app — press A to add a custom coding agent by name + owner/repo; it's tracked and fetched immediately, no config editing.
  • In-app self-updates — update a tracked agent (u), all agents with updates available (U), or cancel an in-flight update (x), all from the Agents tab. The update command is derived from how each agent was actually installed (bun/npm/brew/cargo/AUR/apt/dnf, etc.), with an interactive suspend-and-run mode (i) for updaters that need a prompt or sudo.

What's New in v0.12.1

  • Mouse support — click a row to select it, click a panel to focus it, click a header tab to switch tabs, and scroll with the wheel. Popups (sort, columns, glossary, trackers, help) scroll and accept row clicks too.

What's New in v0.12.0

  • Multi-source benchmarks — 4 switchable data sources (Artificial Analysis, Epoch AI, Arena, LLM Stats) with state-preserving switching, in-app refresh, and a benchmark glossary
  • Column picker — choose which metric columns are visible, persisted per source in config.toml
  • Comparator column — cycle field average / peer average / rank alongside every score in the detail panel
  • Refresh keys everywhere — refresh benchmarks, models.dev data, and agent GitHub data without restarting
  • default_tab config — launch the TUI straight into your tab of choice
  • Prebuilt Nix binaries — builds are pushed to a public Cachix cache; nix run downloads instead of compiling

Install

Homebrew (macOS/Linux)

brew install models

Cargo (any platform)

cargo install modelsdev

Nix (flake)

nix run github:reyamira/models
nix profile install github:reyamira/models

The flake is available directly from GitHub tags and branches; it is not currently published to FlakeHub or nixpkgs.

Scoop (Windows)

scoop install extras/models

AUR (Arch Linux)

paru -S models-bin

Pre-built binaries, .deb, and .rpm packages are available on GitHub Releases. See the Installation wiki page for all methods, shell completions, and command aliases.

Quick Start

models

Navigate with arrow keys, switch tabs with [/], search with /, and press ? for context-aware help. Mouse works too — click a row to select it, click a panel to focus it, and scroll with the wheel. See Getting Started for a full walkthrough.

Features

Models — browse and compare AI models

Three-column layout with providers, model list, and rich detail panel. RTFO capability indicators, 6 filter keys, sort by name/date/cost/context, cross-provider search, and copy-to-clipboard.

Models wiki page • CLI: models list, models show, models search, models providers

Agents — track AI coding assistants

Agents tab

Curated catalog of 12+ agents with automatic version detection, GitHub release tracking, styled changelogs with search and match navigation, and live service health from provider status pages. Add your own agents without leaving the TUI (A), and update installed ones in-app (u one / U all) — the update command is derived from how each tool was actually installed (npm, bun, Homebrew, uv, pipx, or a system package manager like pacman/AUR, apt, dnf).

Agents wiki page • CLI: agents status, agents <tool>, agents latest, agents list-sources

Benchmarks — compare model performance

Benchmarks tab

~1,000 entries across 4 switchable data sources (Artificial Analysis, Epoch AI, Arena, LLM Stats) with quality indexes, Elo ratings, speed, and pricing. Compare mode with head-to-head tables, scatter plots, and radar charts. Choose visible metric columns, cycle a field-average/peer-average/rank comparator in the detail panel, and refresh any source in-app. Filter by creator, region, type, reasoning, and open/closed source.

Benchmarks wiki page • CLI: models benchmarks list, models benchmarks show

Status — monitor provider health

Status tab

Live health monitoring for 22 AI providers across 7 status page platforms. Overall dashboard with health gauge, incident and maintenance cards. Provider detail with grouped services, incidents, and scheduled maintenance.

Status wiki page • CLI: models status list, models status show, models status status

Documentation

Full documentation lives in the wiki:

PageDescription
InstallationAll install methods, shell completions, command aliases
Getting StartedFirst launch, navigation, basic usage
ModelsModels tab and CLI commands
AgentsAgents tab and CLI commands
BenchmarksBenchmarks tab and CLI commands
StatusStatus tab and CLI commands
ConfigurationConfig file, custom agents, tracked providers
Data SourcesWhere the data comes from
ArchitectureInternal design for contributors
ContributingHow to contribute

Data Sources

Contributing

Contributions are welcome! Please read the Contributing Guide before submitting a PR.

This project follows the Contributor Covenant Code of Conduct.

License

MIT

常见问题

What is models?

models is an open-source ai agents skill for AI coding assistants such as Claude Code, Codex CLI, and ChatGPT, built by arimxyer. TUI and CLI for browsing AI models, benchmarks, coding agents, and statuses for AI providers. It has 416 GitHub stars.

Is models safe to use?

Yes. models passed SkillsLLM's automated security scan — a dependency vulnerability audit plus prompt-injection heuristics — with no high-severity issues. You can read the full report in the Security Report section on this page.

How do I install models?

Clone the repository with "git clone https://github.com/arimxyer/models" and add it to your Claude Code skills directory (see the Installation section above).

What programming language is models written in?

models is primarily written in Rust. It is open-source under arimxyer on GitHub, so you can review or fork the full source.

Are there alternatives to models?

Yes. SkillsLLM lists many other AI Agents skills you can browse and compare side by side. Open the AI Agents category from the badge at the top of this page, or use the Related Skills and comparison links further down to weigh models against similar tools.

评论 (0)

暂无评论,成为第一个分享想法的人!

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情

claude-code

by anthropics

Claude Code is an agentic coding tool that lives in your terminal, understands your codebase, and helps you code faster by executing routine tasks, explaining complex code, and handling git workflows - all through natural language commands.

120,03119,897Shell
AI 智能体
查看详情

开发者还喜欢

基于喜欢此 Skill 的开发者投票和收藏

ECC

by affaan-m

10

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

242,21936,702JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情
15

An agentic skills framework & software development methodology that works.

234,96620,863Shell
AI 智能体ai-agentsbrainstorming
查看详情

hermes-agent

by NousResearch

10

The agent that grows with you

234,43747,175Python
AI 智能体ai-agentsagent-orchestration
查看详情

n8n

by n8n-io

12

Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.

201,88160,308TypeScript
MCP 服务器apisai-tools
查看详情

The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.

185,94028,768JavaScript
AI 智能体ai-agentsanthropicclaude-code
查看详情

cc-switch

by farion1231

3

A cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Grok Build & Hermes Agent. Only official website: ccswitch.io

128,8688,826Rust
AI 智能体claude-codeai-tools
查看详情