AI model routing
AI model routing, limits and fallback behavior
See how task difficulty, plan limits, provider health and administrator policy can determine which AI model handles a request.
Route by the work required
Short classification, rewriting and routine questions can use a fast efficient model. Long analysis, coding or complex tool planning may need a more capable model. Routing should consider the task rather than sending every request to the largest option. The selected model must still satisfy the user's plan and administrator configuration. For ai model routing, a dependable implementation begins with a written baseline: the current behavior, the intended result, the account or device involved and the person responsible for review. Test with a realistic low-risk example, record the result and keep a clear way to stop or reverse the workflow. This turns route by the work required from a feature description into an operating practice that another person can understand and repeat.
- Fast path for simple work
- Escalation for complex tasks
- Plan-aware selection
Limits are evaluated before a request
Usage controls can include requests, input tokens, output tokens, credits and time windows. Checking the applicable allowance before calling a provider avoids preventable failures. The interface should show when a model is unavailable and when its allowance resets instead of allowing repeated requests that cannot succeed. When applying limits are evaluated before a request, include the less convenient cases in the design. Check what the user sees when data is missing, access has expired, a provider responds slowly or only part of an operation succeeds. Status messages should identify the affected item and the next useful step without exposing credentials or internal protocol noise. Revisit the setup after real use and remove assumptions that the evidence does not support.
- Daily and monthly policies
- Input and output measurement
- Visible reset information
Fallback should preserve intent
A fallback model can keep the service available when a provider is rate limited or temporarily unhealthy. The fallback must support the capabilities required by the request, including tools or image inputs where relevant. Silent retries should be bounded so a simple prompt does not wait for several minutes without useful status. For ai model routing, a dependable implementation begins with a written baseline: the current behavior, the intended result, the account or device involved and the person responsible for review. Test with a realistic low-risk example, record the result and keep a clear way to stop or reverse the workflow. This turns fallback should preserve intent from a feature description into an operating practice that another person can understand and repeat.
- Capability-compatible fallback
- Bounded retries
- Provider health awareness
Measure cost together with quality
Administrators need model, plan and user-level statistics for requests, latency, input tokens, output tokens, failures and credits. Cost alone is incomplete. A cheaper route that causes repeated corrections can consume more time and resources. Review quality signals and user outcomes when adjusting policies. When applying measure cost together with quality, include the less convenient cases in the design. Check what the user sees when data is missing, access has expired, a provider responds slowly or only part of an operation succeeds. Status messages should identify the affected item and the next useful step without exposing credentials or internal protocol noise. Revisit the setup after real use and remove assumptions that the evidence does not support.
- Per-model statistics
- Latency and failures
- Outcome-aware optimization
Questions about ai model routing
Where can I use ai model routing?
Current availability, plan requirements and connection controls are shown in the Compasify workspace. Some capabilities require an optional connected-device agent or third-party account.
Does Compasify act without permission?
Actions depend on the current account, connection and permission policy. Review important recipients, targets and system changes before they are applied.
Where can I get help?
Contact contact@compasifymail.com from the address associated with your account and include the relevant device or workspace name without sending passwords or secret keys.