Docs/Routing Modes

Routing Modes

RoutePlex supports two routing modes: automatic and manual

RoutePlex supports two routing modes: automatic and manual.

RoutePlex AI Mode (Recommended)

Let our intelligent router select the optimal model automatically. By default, RoutePlex analyzes your prompt — detecting intent, complexity, and domain — to pick the best model for each request. No strategy parameter needed.

json
{
  "mode": "routeplex-ai"
}

You can optionally override auto-routing with a specific strategy:

StrategyOptimizes ForBest For
(omitted)Prompt-based auto-routingMost requests (default)
costLowest costHigh-volume, simple tasks
speedLowest latencyReal-time applications
qualityBest outputComplex reasoning, coding
balancedCost/quality balanceFixed weight trade-off

Manual Mode

Specify the exact model you want to use. Full control over model selection.

json
{
  "mode": "manual",
  "model": "gpt-4o"
}
RoutePlex AI
Always online

Good morning!

Ask me anything about RoutePlex — APIs, SDKs, pricing, or setup.

Common questions

Powered by RoutePlex