← All models
openai/gpt-4.1-mini
GPT-4.1 Mini
RoutableGuaranteed 30%+ savingsOpenAI
GPT-4.1 Mini is a lower-cost GPT-4.1-series chat model with a large context window, strong instruction following, and structured-output support via Azure AI Foundry.
chatvisioncodefastazure-foundry
Context
1,047,576
Input / 1M
$0.4
Output / 1M
$1.6
Providers
| Provider | Input / 1M | Output / 1M | Context | Max output | RPM | TPM | TPD | Status |
|---|---|---|---|---|---|---|---|---|
| Azure AI Foundry (seldon-mvp-resource) | $0.4 | $1.6 | 1,047,576 | 32,768 | 69,995 | 69,995,800 | — | 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-4.1-mini",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 256
}'