See intelligent model routing in action
Compare illustrative answers from a reference model and the model selected by AI Router—no sign-up required.
Answers, costs, and latencies are illustrative fixture values for these examples, not live model results.
Example 1 of 3
Model comparison
Summarize this customer feedback in one sentence: "Setup was quick and the dashboard is clear, but exporting reports takes too many clicks."
Reference model
GPT-4o
gpt-4o
The customer found setup fast and the dashboard intuitive, but wants a simpler report-export workflow.
Routed model
Claude 4.5 Haiku
claude-4-5-haiku
The customer likes the fast setup and clear dashboard but finds report exports unnecessarily complicated.
Example 2 of 3
Model comparison
Write a TypeScript function that returns the unique values from an array while preserving their original order.
Reference model
GPT-4o
gpt-4o
function uniqueInOrder<T>(values: readonly T[]): T[] { return [...new Set(values)]; }
Routed model
Claude 4.5 Sonnet
claude-4-5-sonnet
function uniqueInOrder<T>(values: readonly T[]): T[] { return Array.from(new Set(values)); }
Example 3 of 3
Model comparison
A shop discounts a $120 jacket by 25%, then applies 8% sales tax. What is the final price? Show the calculation.
Reference model
GPT-4o
gpt-4o
The discounted price is $120 × (1 − 0.25) = $90. Applying sales tax gives $90 × 1.08 = $97.20, so the final price is $97.20.
Routed model
Claude 4.5 Haiku
claude-4-5-haiku
Discount: $120 × 25% = $30, so the jacket costs $90. Tax: $90 × 8% = $7.20. Final price: $90 + $7.20 = $97.20.
Try your own prompts
Enter your business email to receive a secure magic link.