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."

-90.8% cost
-1.3s

Reference model

GPT-4o

gpt-4o

$0.001841.8s

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

$0.00017510ms

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.

-68.8% cost
-1.3s

Reference model

GPT-4o

gpt-4o

$0.002312.3s

function uniqueInOrder<T>(values: readonly T[]): T[] { return [...new Set(values)]; }

Routed model

Claude 4.5 Sonnet

claude-4-5-sonnet

$0.00072940ms

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.

-89.9% cost
-1.5s

Reference model

GPT-4o

gpt-4o

$0.002082s

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

$0.00021580ms

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.

Free email providers are not accepted.