Catalog capabilities
- Vision input
- Tool calling
- Streaming
- Structured output
- Reasoning
RouterLab publishes this openai model under the model ID grok-4.6. The facts below come from the active RouterLab catalog.
Model ID
grok-4.6
Context window
500,000 tokens
Maximum output
Not published
Input / 1M tokens
$2.00
Output / 1M tokens
$6.00
Cache read / 1M tokens
$0.50
Cache write / 1M tokens
Same as input
Cache read reuses tokens already stored in the provider cache. Cache write creates or stores new cache tokens.
curl https://api.routerlab.ch/v1/chat/completions \
-H "Authorization: Bearer $ROUTERLAB_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"grok-4.6","messages":[{"role":"user","content":"Hello RouterLab"}]}'Related models