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