← All models
openai/gpt-4o
GPT-4o
RoutableGuaranteed 30%+ savingsContext
128,000
Input / 1M
$3
Output / 1M
$12
Providers
| Provider | Input / 1M | Output / 1M | Context | RPM | Status |
|---|---|---|---|---|---|
| azure-foundry | $3 | $12 | 128,000 | — | Routable |
| openai | $2.5 | $10 | 128,000 | — | Unavailable |
Quickstart
curl http://ca-seldon-router.niceglacier-d4ff9f30.centralus.azurecontainerapps.io/v1/chat/completions \
-H 'Authorization: Bearer $SELDON_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "openai/gpt-4o",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 256
}'