Documentation Index
Fetch the complete documentation index at: https://docs.crazyrouter.com/llms.txt
Use this file to discover all available pages before exploring further.
Grok 模型
base_url 指向 Crazyrouter,并在 model 中填写 Grok 模型 ID。
模型可用性会随渠道、令牌权限和 pricing 页面配置变化。正式上线前建议先用
GET /v1/models 确认当前 API Key 是否能看到目标模型。常用模型
以下是当前常见的 Grok 文本模型写法:| 模型 | 说明 |
|---|---|
grok-4 | Grok 4 主模型 |
grok-4-fast | Grok 4 fast 变体 |
grok-4-fast-non-reasoning | Grok 4 fast 非推理变体 |
grok-4-fast-reasoning | Grok 4 fast 推理变体 |
grok-4.1 | Grok 4.1 |
grok-4.1-fast | Grok 4.1 fast |
grok-4.1-thinking | Grok 4.1 thinking |
grok-4.2 | Grok 4.2 |
grok-4-0709 | Grok 4 日期版本 |
最小请求
流式输出
设置stream: true 即可使用 SSE 流式输出。
推理变体
对于名称中包含reasoning 或 thinking 的 Grok 模型,建议保持请求参数简单:
不同上游渠道对推理字段、搜索字段或实验参数的支持可能不同。跨渠道稳定接入时,优先使用标准 OpenAI Chat 字段:
model、messages、temperature、top_p、max_tokens、stream。