プロトコル: OpenAI 互換
- Base URL:
https://api.orcarouter.ai/v1(/v1サフィックスを 含みます)
インストール
設定
設定ファイル:~/.config/crush/crush.json (Windows: %USERPROFILE%\.config\crush\crush.json)。
orcarouter/auto を特定のモデルに置き換えられます。例: anthropic/claude-opus-4.8 や google/gemini-2.5-flash。モデル ID は常に vendor/model 形式を使います。
実行
OK。
注意事項
base_urlには/v1を含める必要があります。- 初回実行時にバイナリをダウンロードするため、最初の起動にはネットワークアクセスが必要です。
models[].idはvendor/model形式を使います (例:orcarouter/auto、anthropic/claude-opus-4.8)。
thinking / reasoning を有効化する
crush.json でモデルごとに設定します:
- OpenAI 形式のモデル —
"reasoning_effort": "high"(値はlow/medium/high)、さらにモデルに"can_reason": trueを付けます。 - Anthropic モデル —
"think": true(拡張思考のブール値トグル)。
reasoning_effort: "high" は OrcaRouter に対して動作します。