modelsdev-0.6.0 is not a library.
models
A fast CLI and TUI for browsing AI model information from models.dev.
Quickly look up context windows, pricing, capabilities, and more for 2000+ models across 75+ providers.
Features
- CLI commands for scripting and quick lookups
- Interactive TUI for browsing and comparing models
- Cross-provider search to compare the same model across different providers
- Copy to clipboard with a single keypress
- JSON output for scripting and automation
Installation
Cargo (from crates.io)
Homebrew (macOS/Linux)
Scoop (Windows)
scoop bucket add arimxyer https://github.com/arimxyer/scoop-bucket
scoop install models
Pre-built binaries
Download the latest release for your platform from GitHub Releases.
Build from source
Usage
TUI (Interactive Browser)
Just run models with no arguments to launch the interactive browser:

TUI Keybindings
Navigation
| Key | Action |
|---|---|
j / ↓ |
Move down |
k / ↑ |
Move up |
g |
Jump to first item |
G |
Jump to last item |
Ctrl+d / PageDown |
Page down |
Ctrl+u / PageUp |
Page up |
Panels
| Key | Action |
|---|---|
h / ← / l / → |
Switch panels |
Tab / Shift+Tab |
Switch panels |
Search
| Key | Action |
|---|---|
/ |
Enter search mode |
Enter / Esc |
Exit search mode |
Esc |
Clear search (in normal mode) |
Filters & Sort
| Key | Action |
|---|---|
s |
Cycle sort (name → date → cost → context) |
1 |
Toggle reasoning filter |
2 |
Toggle tools filter |
3 |
Toggle open weights filter |
Copy & Open
| Key | Action |
|---|---|
c |
Copy provider/model-id |
C |
Copy model-id only |
o |
Open provider docs in browser |
D |
Copy provider docs URL |
A |
Copy provider API URL |
Other
| Key | Action |
|---|---|
? |
Show help popup |
q |
Quit |
CLI Commands
List providers
List models
# All models
# Models from a specific provider
Show model details
Claude Opus 4.5
===============
ID: claude-opus-4-5-20251101
Provider: Anthropic (anthropic)
Family: claude-opus
Limits
------
Context: 200k tokens
Max Output: 64k tokens
Pricing (per million tokens)
----------------------------
Input: $5.00
Output: $25.00
Cache Read: $0.50
Cache Write: $6.25
Capabilities
------------
Reasoning: Yes
Tool Use: Yes
Attachments: Yes
Modalities: text, image, pdf -> text
Metadata
--------
Released: 2025-11-01
Updated: 2025-11-01
Knowledge: 2025-03-31
Open Weights: No
Search models
JSON output
All commands support --json for scripting:
Data Source
Model data is fetched from models.dev, an open-source database of AI models maintained by SST.
License
MIT