Model Routing
Qorebit can intelligently route AI requests to different models based on task requirements, pricing constraints, or provider availability.
Routing Options
Manual Selection
Explicitly request a specific model (e.g. gpt-4o) when processing a request.
Automatic
Let Qorebit automatically determine the best model for your task dynamically.
Fallback Routing
Automatically fall back to another model if a selected provider goes down.
Automatic Example
{
"task": "document-analysis",
"routing": "auto"
}