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 設定によって変わります。本番利用前に、同じ API キーで
GET /v1/models を呼び出し、対象モデルが表示されることを確認してください。よく使うモデル
| Model | 説明 |
|---|---|
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 モデルでは、リクエスト形式をシンプルに保つことを推奨します。
推論フィールド、検索フィールド、実験的パラメータの対応状況は上流チャネルによって異なります。チャネルをまたいだ安定利用では、
model、messages、temperature、top_p、max_tokens、stream など標準的な OpenAI Chat フィールドを優先してください。