Available models

Pass any of these ids to -m, --model, or pick them in-session with /model. Run cmd --list-models for the live, copy-pasteable list; that command is the source of truth if this table ever drifts. The default model currently is moonshotai/Kimi-K2.5.

cmd --model claude-sonnet-4-6 # interactive session on Sonnet 4.6 cmd -p "summarize this repo" --model gpt-5.5 # one-shot on GPT-5.5 cmd --model kimi-k2.5 # short form: name after the "/" cmd --list-models # print every id you can pass

--model matching is case-insensitive and accepts either the full id or just the name after the /, so moonshotai/Kimi-K2.5, moonshotai/kimi-k2.5, and kimi-k2.5 all resolve to the same model. An unknown id is rejected up front (pointing you at cmd --list-models) rather than failing later with a cryptic provider error. Each model id below links to its profile page; models that don't have a dedicated page yet link to the models overview.

Model idNameBest for
claude-sonnet-4-6Claude Sonnet 4.6best combo of speed & intelligence (recommended)
claude-opus-4-7Claude Opus 4.7most intelligent for agents and coding
claude-opus-4-6Claude Opus 4.6most capable for complex work
claude-haiku-4-5-20251001Claude Haiku 4.5fastest & most compact, great for quick tasks

Model idNameBest for
gpt-5.5GPT-5.5latest frontier model for general complex work
gpt-5.4GPT-5.4frontier model for general complex work
gpt-5.3-codexGPT-5.3 Codexfrontier coding model
gpt-5.4-miniGPT-5.4 Minifast, cost-effective model for everyday tasks

Model idNameBest for
google/gemini-3.5-flashGemini 3.5 FlashPro-level coding proficiency, parallel agentic execution
google/gemini-3.1-flash-liteGemini 3.1 Flash Litehigh-volume workhorse model with implicit caching

Model idNameBest for
moonshotai/Kimi-K2.6Kimi K2.6long-horizon coding with vision
moonshotai/Kimi-K2.5 (default)Kimi K2.5multimodal frontend coding
zai-org/GLM-5.1GLM-5.1long-horizon autonomous coding agent
zai-org/GLM-5GLM-5multi-mode thinking & long-range planning
MiniMaxAI/MiniMax-M2.7MiniMax M2.7end-to-end software engineering agent
MiniMaxAI/MiniMax-M2.5MiniMax M2.5cross-platform full-stack agentic dev
deepseek/deepseek-v4-proDeepSeek V4 Prohybrid-attention long-context reasoning
deepseek/deepseek-v4-flashDeepSeek V4 Flashfast hybrid-attention reasoning
Qwen/Qwen3.6-Max-PreviewQwen 3.6 Max Previewvibe coding & efficient agent execution
Qwen/Qwen3.6-PlusQwen 3.6 Plusagentic coding & reasoning
Qwen/Qwen3.7-MaxQwen 3.7 Maxfrontier coding & long-horizon agent execution
stepfun/Step-3.5-FlashStep 3.5 Flashfast sparse-MoE agentic reasoning