deepseek-v4.1-flash
Platform DeepSeek
Billing ModePer-token
Paid Price
$0.34/ 1M tokens (input)From
Pricing by Group
DeepSeek
Rate1x| Input tokens | Output tokens | Cache write (5m) | Cache write (1h) | Cache read |
|---|---|---|---|---|
| $0.34 | $1.40 | Not provided | Not provided | $0.001 |
- Input tokens
- $0.34
- Output tokens
- $1.40
- Cache write (5m)
- Not provided
- Cache write (1h)
- Not provided
- Cache read
- $0.001
Official reference price
| Input tokens | Output tokens | Cache write (5m) | Cache write (1h) | Cache read |
|---|---|---|---|---|
| $0.22 | $0.66 | Not provided | Not provided | $0.007 |
Official reference price is read-only and never multiplied; "Not provided" means the dimension has no data — never treat it as zero.
Access
quickstart.sh
curl -N https://api.routefast.ai/v1/chat/completions \
-H "Authorization: Bearer $ROUTEFAST_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "deepseek-v4.1-flash",
"messages": [{"role":"user","content":"Hello"}],
"stream": true
}'