OrcaRouter is an OpenAI-compatible LLM router that exposes 150+ models behind a single endpoint, with a workspace-configurable auto router that picks the best upstream per request based on price, latency, quality, and rate-limit signals.
- Sign up at https://www.orcarouter.ai.
- Create an API key at the OrcaRouter console. Keys begin with
sk-orca-. - Browse the full model catalog at https://www.orcarouter.ai/models.
- Chat Models > Drag the ChatOrcaRouter node.
- Click Connect Credential and create a new credential with your OrcaRouter API key.
- Pick a model from the Model Name dropdown, which is fetched live from the OrcaRouter catalog with
orcarouter/autoas the default option (the workspace router). You can also type any model id from the OrcaRouter catalog. - Connect ChatOrcaRouter to an LLM Chain, Conversational Agent, or other downstream node and run the chatflow.
orcarouter/autois a virtual router name, not a model. Configure its routing strategy (cheapest,balanced,quality,adaptive,gated_adaptive) and pool membership at https://www.orcarouter.ai/console/routing.- Reasoning models such as
anthropic/claude-opus-4.8, the OpenAIgpt-5family, anddeepseek/deepseek-reasonerreject thetemperaturefield. Leave Temperature blank for those models. - For self-hosted OrcaRouter-O2 deployments, override the Base Path under Additional Parameters.