aistupidmeter
v2.0.0
Published
Live AI model leaderboard in your terminal — find the best model, launch AI tools with optimal models
Maintainers
Readme
aistupidmeter
Live AI model rankings in your terminal. Find the best model for any provider, pick specific model families, and launch AI tools with optimal models automatically.
Zero dependencies. Node 18+. Data from aistupidlevel.info.
npx aistupidmeter STUPIDMETER Global: 84 (stable) Models: 24
RK VNDR MODEL SCORE TRND STATUS
--- ---- -------------------------------------- ----- ----- --------
1. ANTH claude-opus-4-1-20250805 69 ↑ good
2. ANTH claude-sonnet-4-5-20250929 67 ↑ good
3. ANTH claude-sonnet-4-20250514 66 → good
4. DSEK deepseek-reasoner 62 → warning
5. OAI gpt-5.4 57 ↓ warningInstall
npx aistupidmeter # run anywhere, no install
npm i -g aistupidmeter # or install globallyCommands
Leaderboard
aistupidmeter # top 15 models
aistupidmeter 10 # top 10
aistupidmeter 50 # all ranked modelsFind the best model
aistupidmeter best anthropic # best Anthropic model
aistupidmeter best anthropic opus # best Opus specifically
aistupidmeter best anthropic sonnet # best Sonnet
aistupidmeter best openai # best OpenAI model
aistupidmeter best openai gpt-5 # best GPT-5 variantOutputs just the model name — designed for shell scripting:
claude --model "$(npx aistupidmeter best anthropic opus)"
codex -m "$(npx aistupidmeter best openai)"Launch AI tools with the best model
aistupidmeter run claude # claude --model <best anthropic>
aistupidmeter run claude sonnet # claude --model <best sonnet>
aistupidmeter run codex # codex -m <best openai>
aistupidmeter run cursor-agent # cursor-agent --model <best overall>Detects if the tool is installed, finds the best model, and launches it.
Providers
| Provider | Aliases | Families | |-|-|-| | anthropic | claude, anth | opus, sonnet, haiku | | openai | gpt, oai, chatgpt | gpt-5, o3 | | google | gemini | pro, flash | | xai | grok | grok, grok-code | | deepseek | | reasoner, chat | | kimi | | | | glm | | |
Tools
| Tool | Flag | Default Provider | |-|-|-| | claude | --model | anthropic | | codex | -m | openai | | cursor-agent | --model | best overall |
How it works
Pulls live benchmark data from AI Stupid Level, which continuously tests 20+ models across reasoning, coding, and safety dimensions. Models are ranked by combined score — higher is better.
The best command filters by provider and optionally by model family (opus vs sonnet, gpt-5 vs o3, etc.) and returns the top-scoring match. The run command takes it a step further and launches your preferred AI tool with that model pre-selected.
License
MIT
