← All models

openai/gpt-4.1-mini

GPT-4.1 Mini

RoutableGuaranteed 30%+ savings

OpenAI

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

ProviderInput / 1MOutput / 1MContextMax outputRPMTPMTPDStatus
Azure AI Foundry (seldon-mvp-resource)$0.4$1.61,047,57632,76869,99569,995,800Routable

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
  }'
GPT-4.1 Mini model | Seldon