kimi-k2.7-code-highspeed
Platform Kimi
Billing ModePer-token
Paid Price
$2.00/ 1M tokens (input)From
Pricing by Group
Kimi
Rate1x| Input tokens | Output tokens | Cache write (5m) | Cache write (1h) | Cache read |
|---|---|---|---|---|
| $2.00 | $8.00 | $0.00 | $0.00 | $0.15 |
- Input tokens
- $2.00
- Output tokens
- $8.00
- Cache write (5m)
- $0.00
- Cache write (1h)
- $0.00
- Cache read
- $0.15
Official reference price
| Input tokens | Output tokens | Cache write (5m) | Cache write (1h) | Cache read |
|---|---|---|---|---|
| $0.56 | $2.24 | Not provided | Not provided | $0.14 |
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": "kimi-k2.7-code-highspeed",
"messages": [{"role":"user","content":"Hello"}],
"stream": true
}'