← 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 / 1MContextRPMStatus
azure-foundry$2$8200,00010,000Routable

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/o3",
    "messages": [{"role": "user", "content": "Hello!"}],
    "max_completion_tokens": 256
  }'
o3 model | Seldon