← All models
openai/gpt-4.1
GPT-4.1
RoutableGuaranteed 30%+ savingsOpenAI
GPT-4.1 is OpenAI's flagship multimodal model with a very large context window, strong instruction following, and vision support.
chatvisioncodeazure-foundry
Context
1,047,576
Input / 1M
$2
Output / 1M
$8
Providers
| Provider | Input / 1M | Output / 1M | Context | RPM | Status |
|---|---|---|---|---|---|
| azure-foundry | $2 | $8 | 1,047,576 | 29,750 | Routable |
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-4.1",
"messages": [{"role": "user", "content": "Hello!"}],
"max_tokens": 256
}'