gpt-5.6-luna
Platform OpenAI
Billing ModePer-token
Paid Price
$0.10/ 1M tokens (input)From
Pricing by Group
OpenAI-ChatGPT
Rate0.5x| Input tokens | Output tokens | Cache write (5m) | Cache write (1h) | Cache read |
|---|---|---|---|---|
| ≤272K $0.10 | $0.60 | $0.125 | $0.125 | $0.01 |
| >272K $0.20 | $0.90 | $0.25 | $0.25 | $0.02 |
≤272K
- Input tokens
- $0.10
- Output tokens
- $0.60
- Cache write (5m)
- $0.125
- Cache write (1h)
- $0.125
- Cache read
- $0.01
>272K
- Input tokens
- $0.20
- Output tokens
- $0.90
- Cache write (5m)
- $0.25
- Cache write (1h)
- $0.25
- Cache read
- $0.02
The whole request is billed at the tier matching its total context (input + cache write + cache read)
Official reference price
| Input tokens | Output tokens | Cache write (5m) | Cache write (1h) | Cache read |
|---|---|---|---|---|
| ≤272K $0.20 | $1.20 | $0.25 | $0.25 | $0.02 |
| >272K $0.40 | $1.80 | $0.50 | $0.50 | $0.04 |
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": "gpt-5.6-luna",
"messages": [{"role":"user","content":"Hello"}],
"stream": true
}'