GPT-5.4 Pro

openai/gpt-5.4-pro
by OpenAI · text+image+file in · text out · 1.05M ctx · 2026-03-05

GPT-5.4 Pro is OpenAI's most advanced model, building on GPT-5.4's unified architecture with enhance…

INPUT$30.00/ 1M tokens
OUTPUT$180.00/ 1M tokens
p50 TTFT30.00 s7d
p95 TTFT416.00 s7d
TRAFFIC105.1Ktokens / 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.4-pro",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
TierInput / 1M tokensOutput / 1M tokens
272K$30.00$180.00
$60.00$270.00
Tier selected by input token count of each request
Performance
TTFT p50
30.00 s
Output speed
140 tok/s
TTFT p95
416.00 s
Error rate
60.0%
Public benchmarks
No public benchmark scores ingested yet.
FAQ
How much does OpenAI: GPT-5.4 Pro cost on OrcaRouter?
OpenAI: GPT-5.4 Pro is priced at $30.00 per 1M input tokens and $180.00 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is OpenAI: GPT-5.4 Pro's context window?
OpenAI: GPT-5.4 Pro supports a context window of 1M tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call OpenAI: GPT-5.4 Pro via the OpenAI SDK?
Set OpenAI base_url to https://orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="openai/gpt-5.4-pro" in the chat.completions.create call.
Does OrcaRouter rate-limit OpenAI: GPT-5.4 Pro?
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.4 Pro$30.00/M in30000ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/openai/gpt-5.4-pro" target="_blank"> <img src="https://www.orcarouter.ai/embed/openai/gpt-5.4-pro.svg" alt="OpenAI: GPT-5.4 Pro on OrcaRouter" /> </a>
Markdown [![OpenAI: GPT-5.4 Pro](https://www.orcarouter.ai/embed/openai/gpt-5.4-pro.svg)](https://www.orcarouter.ai/models/openai/gpt-5.4-pro)