Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,15 @@ COMMANDCODE_API_KEY=your-key opencode

| Model ID | Name | Tier | Reasoning | Context |
|---|---|---|---|---|
| `claude-fable-5` | Claude Fable 5 | premium | yes | 1M |
| `claude-haiku-4-5-20251001` | Claude Haiku 4.5 | premium | no | 200K |
| `claude-opus-4-7` | Claude Opus 4.7 | premium | yes | 1M |
| `claude-opus-4-8` | Claude Opus 4.8 | premium | yes | 1M |
| `claude-sonnet-4-6` | Claude Sonnet 4.6 | premium | yes | 1M |
| `gpt-5.3-codex` | GPT-5.3 Codex | premium | yes | 400K |
| `gpt-5.4` | GPT-5.4 | premium | yes | 400K |
| `gpt-5.4-mini` | GPT-5.4 Mini | premium | yes | 400K |
| `gpt-5.5` | GPT-5.5 | premium | yes | 256K |
| `gpt-5.5` | GPT-5.5 | premium | yes | 200K |
| `deepseek/deepseek-v4-flash` | DeepSeek V4 Flash | open-source | yes | 1M |
| `deepseek/deepseek-v4-pro` | DeepSeek V4 Pro | open-source | yes | 1M |
| `google/gemini-3.1-flash-lite` | Gemini 3.1 Flash Lite | open-source | yes | 1M |
Expand All @@ -75,12 +77,19 @@ COMMANDCODE_API_KEY=your-key opencode
| `zai-org/GLM-5.1` | GLM-5.1 | open-source | no | 200K |
| `moonshotai/Kimi-K2.5` | Kimi K2.5 | open-source | no | 256K |
| `moonshotai/Kimi-K2.6` | Kimi K2.6 | open-source | no | 256K |
| `moonshotai/Kimi-K2.7-Code` | Kimi K2.7 Code | open-source | yes | 256K |
| `xiaomi/mimo-v2.5` | MiMo V2.5 | open-source | yes | 1M |
| `xiaomi/mimo-v2.5-pro` | MiMo V2.5 Pro | open-source | yes | 1M |
| `MiniMaxAI/MiniMax-M2.5` | MiniMax M2.5 | open-source | no | 200K |
| `MiniMaxAI/MiniMax-M2.7` | MiniMax M2.7 | open-source | no | 1M |
| `Qwen/Qwen3.6-Max-Preview` | Qwen 3.6 Max Preview | open-source | yes | 1M |
| `Qwen/Qwen3.6-Plus` | Qwen 3.6 Plus | open-source | yes | 1M |
| `MiniMaxAI/MiniMax-M2.7` | MiniMax M2.7 | open-source | no | 200K |
| `MiniMaxAI/MiniMax-M3` | MiniMax M3 | open-source | yes | 1M |
| `nvidia/nemotron-3-ultra-550b-a55b` | Nemotron 3 Ultra | open-source | yes | 1M |
| `Qwen/Qwen3.6-Max-Preview` | Qwen 3.6 Max Preview | open-source | yes | 200K |
| `Qwen/Qwen3.6-Plus` | Qwen 3.6 Plus | open-source | yes | 200K |
| `Qwen/Qwen3.7-Max` | Qwen 3.7 Max | open-source | yes | 1M |
| `Qwen/Qwen3.7-Plus` | Qwen 3.7 Plus | open-source | yes | 1M |
| `stepfun/Step-3.5-Flash` | Step 3.5 Flash | open-source | yes | 1M |
| `stepfun/Step-3.7-Flash` | Step 3.7 Flash | open-source | yes | 256K |

Full model list is maintained in [`models.json`](./models.json). Run `bun run sync` to refresh from the latest Command Code CLI release on npm.

Expand Down
147 changes: 143 additions & 4 deletions models.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,21 @@
[
{
"id": "claude-fable-5",
"name": "Claude Fable 5",
"tier": "premium",
"reasoning": true,
"tool_call": true,
"cost": {
"input": 10,
"output": 50,
"cache_read": 1,
"cache_write": 12.5
},
"limit": {
"context": 1000000,
"output": 65536
}
},
{
"id": "claude-haiku-4-5-20251001",
"name": "Claude Haiku 4.5",
Expand Down Expand Up @@ -33,6 +50,23 @@
"output": 32000
}
},
{
"id": "claude-opus-4-8",
"name": "Claude Opus 4.8",
"tier": "premium",
"reasoning": true,
"tool_call": true,
"cost": {
"input": 5,
"output": 25,
"cache_read": 0.5,
"cache_write": 6.25
},
"limit": {
"context": 1000000,
"output": 65536
}
},
{
"id": "claude-sonnet-4-6",
"name": "Claude Sonnet 4.6",
Expand Down Expand Up @@ -110,7 +144,7 @@
"cache_read": 0.5
},
"limit": {
"context": 256000,
"context": 200000,
"output": 128000
}
},
Expand Down Expand Up @@ -240,6 +274,51 @@
"output": 131072
}
},
{
"id": "moonshotai/Kimi-K2.7-Code",
"name": "Kimi K2.7 Code",
"tier": "open-source",
"reasoning": true,
"tool_call": true,
"cost": {
"input": 0,
"output": 0
},
"limit": {
"context": 256000,
"output": 65536
}
},
{
"id": "xiaomi/mimo-v2.5",
"name": "MiMo V2.5",
"tier": "open-source",
"reasoning": true,
"tool_call": true,
"cost": {
"input": 0,
"output": 0
},
"limit": {
"context": 1000000,
"output": 65536
}
},
{
"id": "xiaomi/mimo-v2.5-pro",
"name": "MiMo V2.5 Pro",
"tier": "open-source",
"reasoning": true,
"tool_call": true,
"cost": {
"input": 0,
"output": 0
},
"limit": {
"context": 1000000,
"output": 65536
}
},
{
"id": "MiniMaxAI/MiniMax-M2.5",
"name": "MiniMax M2.5",
Expand Down Expand Up @@ -267,10 +346,40 @@
"cache_read": 0.06
},
"limit": {
"context": 1000000,
"context": 200000,
"output": 131072
}
},
{
"id": "MiniMaxAI/MiniMax-M3",
"name": "MiniMax M3",
"tier": "open-source",
"reasoning": true,
"tool_call": true,
"cost": {
"input": 0,
"output": 0
},
"limit": {
"context": 1000000,
"output": 65536
}
},
{
"id": "nvidia/nemotron-3-ultra-550b-a55b",
"name": "Nemotron 3 Ultra",
"tier": "open-source",
"reasoning": true,
"tool_call": true,
"cost": {
"input": 0,
"output": 0
},
"limit": {
"context": 1000000,
"output": 65536
}
},
{
"id": "Qwen/Qwen3.6-Max-Preview",
"name": "Qwen 3.6 Max Preview",
Expand All @@ -284,7 +393,7 @@
"cache_write": 1.63
},
"limit": {
"context": 1000000,
"context": 200000,
"output": 131072
}
},
Expand All @@ -300,7 +409,7 @@
"cache_read": 0.1
},
"limit": {
"context": 1000000,
"context": 200000,
"output": 131072
}
},
Expand All @@ -321,6 +430,21 @@
"output": 131072
}
},
{
"id": "Qwen/Qwen3.7-Plus",
"name": "Qwen 3.7 Plus",
"tier": "open-source",
"reasoning": true,
"tool_call": true,
"cost": {
"input": 0,
"output": 0
},
"limit": {
"context": 1000000,
"output": 65536
}
},
{
"id": "stepfun/Step-3.5-Flash",
"name": "Step 3.5 Flash",
Expand All @@ -336,5 +460,20 @@
"context": 1000000,
"output": 131072
}
},
{
"id": "stepfun/Step-3.7-Flash",
"name": "Step 3.7 Flash",
"tier": "open-source",
"reasoning": true,
"tool_call": true,
"cost": {
"input": 0,
"output": 0
},
"limit": {
"context": 256000,
"output": 65536
}
}
]
Loading