Last updated: 2026-06-06
Grok Models
base_url to Crazyrouter and pass the Grok model ID in model.
Model availability depends on channel status, token permissions, and the live pricing configuration. Before production use, call
GET /v1/models with the same API key and confirm that the target model is visible.Common Models
Minimal Request
Streaming
Setstream: true to use SSE streaming.
Reasoning Variants
For Grok models containingreasoning or thinking in the name, keep the request shape simple:
Reasoning fields, search fields, and experimental parameters can differ by upstream channel. For cross-channel stability, prefer standard OpenAI Chat fields:
model, messages, temperature, top_p, max_tokens, and stream.