Fallback Models
Fallback Model Lists Overview
How It Works
Example
curl --location 'https://api.fastrouter.ai/api/v1/chat/completions' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer API-KEY' \
--data '{
"model": "openai/gpt-4o",
"models":["openai/o1", "google/gemini-1.5-pro"],
"messages": [
{
"role": "user",
"content": "Why would I need an LLM judge?"
}
],
"stream": true
}
'What Happens:
Last updated
