← All models

openai/o3

o3

RoutableGuaranteed 30%+ savings

OpenAI

o3 is OpenAI's reasoning model with multimodal input. Uses ``max_completion_tokens`` instead of ``max_tokens`` on the chat API.

chatvisionreasoningazure-foundry

Context

200,000

Input / 1M

$2

Output / 1M

$8

Providers

ProviderInput / 1MOutput / 1MContextMax outputRPMTPMTPDStatus
Azure AI Foundry (seldon-mvp-resource)$2$8200,000100,0007,0007,000,000Routable

Quickstart

curl http://api.seldon-ai.com/v1/chat/completions \
  -H 'Authorization: Bearer $SELDON_API_KEY' \
  -H 'Content-Type: application/json' \
  -d '{
    "model": "openai/o3",
    "messages": [{"role": "user", "content": "Hello!"}],
    "max_completion_tokens": 256
  }'
o3 model | Seldon