Skip to content

Models & Pricing

cloding supports any model available on OpenRouter. Use built-in shortcuts for popular models or pass any OpenRouter model ID directly.

Built-in Shortcuts

ShortcutModelInput $/MtokOutput $/Mtokvs Claude Code
qwenQwen 3 Coder$0.07$0.3071x cheaper
deepseekDeepSeek Coder V3$0.14$0.2836x cheaper
haikuClaude Haiku 4.5$0.80$4.006x cheaper
geminiGemini 2.5 Pro$1.25$10.004x cheaper
sonnetClaude Sonnet 4$3.00$15.001.7x cheaper
opusClaude Opus 4.6$15.00$75.003x more expensive

Default Model

The default model is Qwen 3 Coder (qwen). Override with -m or the CLODING_DEFAULT_MODEL environment variable.

Using Any Model

Pass any OpenRouter model ID with -m:

bash
cloding -m meta-llama/llama-4-scout
cloding -m google/gemini-2.5-flash
cloding -m anthropic/claude-sonnet-4

List All Models

bash
cloding --list-models

This shows all configured shortcuts with their full model IDs and pricing.

Cost Comparison

A typical 30-minute coding session with Claude Code costs around $5. The same session with different models:

ModelEstimated CostSavings
Qwen 3 Coder~$0.0798.6%
DeepSeek Coder V3~$0.1497.2%
Claude Haiku 4.5~$0.8383.4%
Gemini 2.5 Pro~$1.2575.0%
Claude Sonnet 4~$3.0040.0%

Custom Shortcuts

You can add your own model shortcuts by editing the models.json file. See Custom Models for details.

Released under the MIT License.