← All models
openai/gpt-4o-mini
GPT-4o mini
UnavailableGuaranteed 30%+ savingsContext
128,000
Input / 1M
$0.00015
Output / 1M
$0.0006
Providers
| Provider | Input / 1M | Output / 1M | Context | RPM | Status |
|---|---|---|---|---|---|
| openai | $0.15 | $0.6 | 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-mini",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 256
}'