Automatic Model Selection
Intelligent Model Routing Overview
"model": "fastrouter/auto"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": "fastrouter/auto",
"messages": [
{
"role": "user",
"content": "What is 2+2?"
}
]
}'Last updated
