openai/gpt-5.3-chat-latest

openai/gpt-5.3-chat-latest
by openai · text+image in
INPUT$1.75/ 1M tokens
OUTPUT$14.00/ 1M tokens
p50 TTFT7d
p95 TTFT698 ms7d
TRAFFIC32tokens / 7d
Code samples
from openai import OpenAI

client = OpenAI(
    base_url="https://orcarouter.ai/v1",
    api_key="$ORCAROUTER_API_KEY",
)

response = client.chat.completions.create(
    model="openai/gpt-5.3-chat-latest",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
Input / 1M tokens$1.75
Output / 1M tokens$14.00
Cache read / 1M$0.175
CurrencyUSD
Performance
TTFT p50
Output speed
TTFT p95
698 ms
Error rate
90.0%
Public benchmarks
No public benchmark scores ingested yet.
FAQ
How much does openai/gpt-5.3-chat-latest cost on OrcaRouter?
openai/gpt-5.3-chat-latest is priced at $1.75 per 1M input tokens and $14.00 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is openai/gpt-5.3-chat-latest's context window?
openai/gpt-5.3-chat-latest supports a context window of — tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call openai/gpt-5.3-chat-latest via the OpenAI SDK?
Set OpenAI base_url to https://orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="openai/gpt-5.3-chat-latest" in the chat.completions.create call.
Does OrcaRouter rate-limit openai/gpt-5.3-chat-latest?
Per-model rate limits follow your OrcaRouter plan. Free tiers ship with conservative caps; paid tiers lift them. Check /pricing for current quotas.
Embed this badge
openai/gpt-5.3-chat-latest$1.75/M invia OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/openai/gpt-5.3-chat-latest" target="_blank"> <img src="https://www.orcarouter.ai/embed/openai/gpt-5.3-chat-latest.svg" alt="openai/gpt-5.3-chat-latest on OrcaRouter" /> </a>
Markdown [![openai/gpt-5.3-chat-latest](https://www.orcarouter.ai/embed/openai/gpt-5.3-chat-latest.svg)](https://www.orcarouter.ai/models/openai/gpt-5.3-chat-latest)