Clavue 2.1
Flagship quality for hard reasoning and long agent loops.
Overview
Clavue 2.1 is the flagship product model — comparable in role to a console “latest flagship” entry. Use it when answer quality, multi-step tool use, and coding depth matter more than latency.
- Model id
- clavue-2.1
- Released
- 2026-07-01
- Input
- text
- Output
- text
- API input
- $0.145 / 1M
- API output
- $0.29 / 1M
Rule: 1/3 of DeepSeek V4 Pro (USD base $0.145 / $0.29). Global locales show USD; zh shows CNY (≈×7.2). Checkout: Alipay / WeChat today.
Global: Paid $9 · ×5 $19 · ×20 $39 (annual ≈ 10× monthly). API at DeepSeek V4 ÷ 3. Checkout today: Alipay / WeChat (CNY SKUs). Card billing soon.
Best for
- Hard coding
- Multi-agent
- Deep analysis
Premium pool · same list as V4 Pro ÷ 3. Best on Pro/Max plans.
API
OpenAI-compatible · Base URL https://api.clavue.com · same paths also on www.clavue.com.
curl -s https://api.clavue.com/v1/chat/completions \
-H "Authorization: Bearer $CLAVUE_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "clavue-2.1",
"messages": [
{"role": "user", "content": "Hello from Clavue"}
]
}'Version history
- v2.1.02026-07-01
Clavue 2.1 flagship product id; improved tool-loop reliability.
- v2.0.02026-06-20
2.0 generation preview for internal agents.
Use in products
- imux — Agent Chat model picker · membership session
- Clavue CLI / GUI — device login · same model ids
- HTTP —
model: "clavue-2.1"