Console/Models / auto
Auto
Balanced default routing for everyday agent work.
fastv1.0128K context$0.047 / $0.093 per 1Mdefault
Overview
Auto selects a fast, capable route for general chat, scout, and short tool loops. Prefer a named Clavue 2.1 model when you need explicit quality or review posture.
- Model id
- auto
- Released
- 2026-06-01
- Input
- text
- Output
- text
- API input
- $0.047 / 1M
- API output
- $0.093 / 1M
Rule: 1/3 of DeepSeek V4 Flash (USD base $0.047 / $0.093). 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
- Default chat
- Scout
- Quick loops
Fast pool · list ≈ 1/3 DeepSeek V4 Flash. Subject to plan day/week/month caps.
API
OpenAI-compatible · Base URL https://api.clavue.com · same paths also on www.clavue.com.
POST /v1/chat/completions
GET /v1/models
curl -s https://api.clavue.com/v1/chat/completions \
-H "Authorization: Bearer $CLAVUE_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "auto",
"messages": [
{"role": "user", "content": "Hello from Clavue"}
]
}'Version history
- v1.02026-06-01
Initial Auto product id for OpenAI-compatible clients.
Use in products
- imux — Agent Chat model picker · membership session
- Clavue CLI / GUI — device login · same model ids
- HTTP —
model: "auto"