Protocol: OpenAI-compatible
- Base URL:
https://api.orcarouter.ai/v1(includes the/v1suffix)
Install
Configure
Config file:~/.config/crush/crush.json (Windows: %USERPROFILE%\.config\crush\crush.json).
orcarouter/auto for a specific model if you prefer, e.g. anthropic/claude-opus-4.8 or google/gemini-2.5-flash. Model IDs always use the vendor/model format.
Run
OK.
Notes
- The
base_urlmust include/v1. - First run downloads the binary, so initial startup needs network access.
models[].iduses thevendor/modelformat (e.g.orcarouter/auto,anthropic/claude-opus-4.8).
Enable thinking / reasoning
Set it per model incrush.json:
- OpenAI-style models —
"reasoning_effort": "high"(valueslow/medium/high), and mark the model"can_reason": true. - Anthropic models —
"think": true(boolean toggle for extended thinking).
reasoning_effort: "high" works against OrcaRouter.