Fallbacks
Move around provider incidents without rewriting clients.

OCTORYN ROUTER · SYDNEY PRODUCTION
A governed AI routing layer for Octopus customers and the Octoryn product family. Keep the OpenAI SDK you already use, then choose providers by policy—not lock-in.
from openai import OpenAI
client = OpenAI({
base_url="https://api.octoryn.dev/v1",
api_key="oct_••••••••"
)
response = client.chat.completions.create({
model="policy/frontier",
messages=[...]
)Change the base URL, not your application architecture.
MODEL DIRECTORY
Compare capabilities, context, price class and deployment policy. Publish stable aliases so applications can evolve without shipping a new build.
policy/frontierqualityPrioritises the strongest permitted reasoning route, with health-aware fallback.
complex analysis · planning · fallbackpolicy/reasoningvalueBalances reasoning quality, response time and cost for everyday production work.
analysis · production · cost controlpolicy/reasoning-privategovernedKeeps sensitive reasoning traffic within approved providers and regions.
residency · allowlists · auditpolicy/toolsreliabilityRoutes tool-calling workloads to models selected for consistent schema adherence.
tools · JSON schema · retriespolicy/functionslatencyOptimises short function-calling loops where time to first action matters.
functions · low latency · streamingpolicy/tools-privategovernedApplies regional and provider controls before a tool-enabled request is dispatched.
policy gates · residency · auditpolicy/visionqualitySelects a high-capability multimodal route for detailed image understanding.
images · documents · analysispolicy/vision-fastlatencyTargets responsive visual classification and extraction workloads.
classification · extraction · speedpolicy/vision-privategovernedConstrains image traffic to approved data-handling and regional policies.
residency · privacy · evidencepolicy/fastlatencyChooses the lowest-latency healthy route that satisfies the workload policy.
chat · streaming · health routingpolicy/realtimespeedOptimises interactive applications for a responsive first token and steady stream.
realtime · first token · streamingpolicy/sydneyproximityPrefers approved capacity close to Australian production workloads.
Sydney · proximity · failoverpolicy/residencygovernedRoutes only through providers and regions allowed by the workload policy.
residency · provider policy · auditpolicy/auresidencyRestricts eligible routes to approved Australian processing locations.
Australia · regional controls · evidencepolicy/byokownershipUses customer-managed provider credentials while preserving central routing controls.
BYOK · portability · spend controlROUTING
Route for quality, latency, cost or residency. Define permitted providers, set fallback order and keep the same application contract as infrastructure changes.
Move around provider incidents without rewriting clients.
Apply approved models, regions and data-handling rules before dispatch.
Bring provider credentials and move workloads without re-platforming.
OPERATING CONTROL
Separate teams and environments. Assign keys and budgets. Trace each request from application to provider with the policy decision attached.
Set hard limits by workspace, key or environment.
Export request, policy, usage and cost evidence.
See latency, failures, token usage and provider outcomes.
Keep model access and routing rules centrally managed.
DEVELOPERS
Use the OpenAI SDK, point it to Octoryn, and select a model or governed alias. Streaming, tool calls and structured outputs stay in the workflow developers already know.
Open developer docsBUILT FOR THE OCTOPUS FAMILY
Octoryn Router connects model supply to the wider Octopus system: knowledge, agents, voice, evaluation and managed operations. Customers get one governed path to models without coupling every product to every provider.
The governed execution layer for AI applications, workflows and model calls.
API · orchestration · observabilityConnect trusted organisational knowledge to models with retrieval controls and evidence.
retrieval · permissions · citationsRun tool-using agents with policy boundaries, durable execution and operational visibility.
tools · workflows · guardrailsBuild low-latency voice experiences on the same governed model and identity layer.
realtime · speech · telephonyMeasure model, prompt and routing quality before changes reach production traffic.
datasets · scoring · regressionManaged deployment and operations for the complete Octoryn production stack.
hosting · security · operationsStart with the interface your team already knows. Add policy, portability and production control when you need them.