← All models
openai/gpt-5.4-nano
GPT-5.4 Nano
RoutableGuaranteed 30%+ savingsOpenAI
GPT-5.4 Nano is OpenAI's lightweight GPT-5.4 variant for low-latency, cost-efficient classification, extraction, and high-volume chat via Azure OpenAI.
chatvisioncodefast
Context
400,000
Input / 1M
$0.2
Output / 1M
$1.25
Providers
| Provider | Input / 1M | Output / 1M | Context | Max output | RPM | TPM | TPD | Status |
|---|---|---|---|---|---|---|---|---|
| Azure OpenAI (seldon-mvp-resource) | $0.2 | $1.25 | 400,000 | 128,000 | — | — | — | Routable |
Quickstart
curl http://api.seldon-ai.com/v1/chat/completions \
-H 'Authorization: Bearer $SELDON_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "openai/gpt-5.4-nano",
"messages": [{"role": "user", "content": "Hello!"}],
"max_completion_tokens": 256
}'