claude-sonnet-5
Platform Anthropic
Billing ModePer-token
Paid Price
$1.00/ 1M tokens (input)From
Pricing by Group
Anthropic-Claude
Rate0.5x| Input tokens | Output tokens | Cache write (5m) | Cache write (1h) | Cache read |
|---|---|---|---|---|
| $1.00 | $5.00 | $1.25 | $1.25 | $0.10 |
- Input tokens
- $1.00
- Output tokens
- $5.00
- Cache write (5m)
- $1.25
- Cache write (1h)
- $1.25
- Cache read
- $0.10
Official reference price
| Input tokens | Output tokens | Cache write (5m) | Cache write (1h) | Cache read |
|---|---|---|---|---|
| $2.00 | $10.00 | $2.50 | $4.00 | $0.20 |
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": "claude-sonnet-5",
"messages": [{"role":"user","content":"Hello"}],
"stream": true
}'