OrcaRouter is an OpenAI-compatible LLM gateway that routes requests across 40+ upstream providers (OpenAI, Anthropic, Google, DeepSeek, Qwen, Grok, and more) to the cheapest or fastest path, with adaptive routing, fallback chains, and pay-below-list-price billing.
OrcaRouter is an OpenAI-compatible LLM gateway that routes requests across 40+ upstream providers (OpenAI, Anthropic, Google, DeepSeek, Qwen, Grok, and more) to the cheapest or fastest path that can serve the model you asked for. Users pay below list price, and the dashboard tracks how much they save in real time.
After installation, sign up at orcarouter.ai, grab an API key from the console, and set it up under Settings → Model Provider in Dify.
The model is a virtual router that picks the best upstream per request. Configure its strategy from the routing console. Available strategies:
Why this matters
OrcaRouter supports an OpenAI-compatible extension to specify per-request fallback models. Use the and parameters in the model node:
These are translated to the request body's key — see the API reference.
Some models (OpenAI //, Anthropic , DeepSeek /) expose reasoning controls:
These map onto the upstream provider's native reasoning protocol — OrcaRouter handles the translation.
Reasoning models do not accept . The Dify UI will show only for non-reasoning models.
All prices are configured at the per-model level in this plugin and reflect the effective price you pay through OrcaRouter (which may be below the upstream's list price). See the live models page or for the authoritative source.
This plugin is a thin client for the OrcaRouter API. It only transmits:
The plugin itself does not collect, store, log, or transmit any personal data beyond the request payloads required for the OrcaRouter API call. No telemetry, no analytics, no third-party data sharing happens in plugin code.
OrcaRouter's own privacy practices (request logging, billing data retention, etc.) are governed by the OrcaRouter privacy policy: https://www.orcarouter.ai/privacy.html
Plugin source code: https://github.com/Continuum-AI-Corp/dify-plugin-orcarouter