gpt-6-astra

Platform OpenAI
Billing ModePer-token

Paid Price

$5.00/ 1M tokens (input)From

Pricing by Group

OpenAI-ChatGPT
Rate0.5x

≤272K

Input tokens
$5.00
Output tokens
$25.00
Cache write (5m)
$6.25
Cache write (1h)
$6.25
Cache read
$0.50

>272K

Input tokens
$10.00
Output tokens
$37.50
Cache write (5m)
$12.50
Cache write (1h)
$12.50
Cache read
$1.00

The whole request is billed at the tier matching its total context (input + cache write + cache read)

Official reference price
Input tokensOutput tokensCache write (5m)Cache write (1h)Cache read
≤272K $10.00 $50.00 $12.50 $12.50 $1.00
>272K $20.00 $75.00 $25.00 $25.00 $2.00

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-6-astra",
    "messages": [{"role":"user","content":"Hello"}],
    "stream": true
  }'

Related models (same platform)