協定: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)。
啟用思考/推理
在crush.json 中按模型設定:
- OpenAI 風格模型——
"reasoning_effort": "high"(值為low/medium/high),並將模型標記為"can_reason": true。 - Anthropic 模型——
"think": true(擴展思考的布林開關)。
reasoning_effort: "high" 對 OrcaRouter 有效。