Skip to content
LLM Engineering

What is Provider Fallback?

Retrying a failed model call on a backup provider or model instead of erroring the session. Fallbacks trade exact behavior continuity for uptime, so builders log which leg actually served each turn.

Example

If the primary chat provider times out mid-build, the session retries on a backup provider chat config and keeps working — the meter records the fallback model rates for the affected turns.

What people get wrong

Assuming fallback output matches the primary exactly. Different models phrase, format, and reason differently, so verify resumed work instead of trusting continuity.

Sources

Browse all LLM Engineering terms →