← All models

openai/gpt-4.1

GPT-4.1

RoutableGuaranteed 30%+ savings

OpenAI

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

ProviderInput / 1MOutput / 1MContextRPMStatus
azure-foundry$2$81,047,57629,750Routable

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