openai/gpt-5.4-pro-2026-03-05

openai/gpt-5.4-pro-2026-03-05
VisionToolsJSONReasoning
by openai

OpenAI GPT-5.4 Pro with 1.05M context and 128K output, accessed via OrcaRouter API.

ctx1.05M tokens
Max output128K
Inputtext + image + file
Outputtext
p50 TTFT1.15 s
INPUT$30.00/ 1M tokens
OUTPUT$180.00/ 1M tokens
p50 TTFT1.15 s7d
p95 TTFT1.15 s7d
TRAFFIC29.5Ktokens / 7d

openai/gpt-5.4-pro-2026-03-05 is a large language model from OpenAI, accessed through OrcaRouter's API. It is a version of the GPT-5.4 Pro series released on March 5, 2026. The model supports three…

What is openai/gpt-5.4-pro-2026-03-05?

What modalities does it support?

How large is its context window?

Who is this model best suited for?

Code samples

Call from any SDK

OpenAI-compatible — keep the SDK you already use

  • OpenAI SDKhttps://api.orcarouter.ai/v1
from openai import OpenAI

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

response = client.chat.completions.create(
    model="openai/gpt-5.4-pro-2026-03-05",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)

Supported parameters

  • include_reasoning
  • max_completion_tokens
  • max_tokens
  • reasoning
  • response_format
  • seed
  • stream
  • structured_outputs
  • tool_choice
  • tools

Pricing

TierInput / 1M tokensOutput / 1M tokens
272K$30.00$180.00
$60.00$270.00
Tier selected by input token count of each request

Cost calculator

Tokens / month10MM
Input share70%%
Estimated / month $750

Estimate based on list price

Tiered pricing — this estimate uses base-tier rates.

Token & cost estimator

Input tokens: 20Cost per request: $0.0906

Estimate only — actual token counts depend on the provider's tokenizer.

Performance

p50 TTFT
1.15 s
Output speed
8.6 tok/s
p95 TTFT
1.15 s
Error rate
0%

Public benchmarks

Source: Design Arena

How it compares

openai/gpt-5.4-pro-2026-03-05GPT-5.2 ProGPT-5.4 ProGPT-5.5
Input $/M$30.00$21.00$60.00$5.00
Output $/M$180.00$168.00$270.00$30.00
Context1.1M400K1.1M
Quality5/1010/1010/1010/10
Compare side-by-sideCompare side-by-sideCompare side-by-sideCompare side-by-side

FAQ

What is the cost of using openai/gpt-5.4-pro-2026-03-05 on OrcaRouter?
Pricing details are not provided in this catalog entry. You should consult OrcaRouter's official pricing page or contact their sales team for current per-token rates for input, output, and image processing.
How large is the context window?
The context window is 1,050,000 tokens, one of the largest available, enabling processing of very long documents in a single request.
What are the main strengths of this model?
Its main strengths are the extremely long context (1.05M tokens), high max output (128K tokens), and support for multimodal inputs (text, image, file). It handles tasks that require maintaining coherence over very large amounts of data.
How does it compare to GPT-4o?
It offers 8x larger context and 8x larger max output than GPT-4o, plus file input capability. For short-context tasks GPT-4o may be more economical.
Does OrcaRouter store my data when I use this model?
Data handling policies depend on OrcaRouter's terms and privacy policy. By default, inputs and outputs are processed and may be logged for operational purposes. For sensitive data, review OrcaRouter's data retention and security documentation.
How do I call this model via an OpenAI-compatible API?
Use base URL https://api.orcarouter.ai/v1, model ID "openai/gpt-5.4-pro-2026-03-05", and an OrcaRouter API key. The endpoint is /chat/completions and supports standard OpenAI parameters.
What is the maximum number of output tokens?
The maximum output is 128,000 tokens. You can control the actual number using the max_tokens parameter.
Can I use this model for image understanding?
Yes, it accepts images as input via URLs or base64 encoding. It can understand visual content such as photographs, diagrams, and documents.
Is streaming supported?
Yes, you can enable streaming by setting the 'stream' parameter to true in your API request, which returns tokens as they are generated.
What are the input modalities supported?
The model supports text, image, and file inputs. File formats may include PDF, Word, Excel, and plain text; check OrcaRouter's documentation for exact support.

Embed this badge

openai/gpt-5.4-pro-2026-03-05$30.00/M in1146ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/openai/gpt-5.4-pro-2026-03-05" target="_blank"> <img src="https://www.orcarouter.ai/embed/openai/gpt-5.4-pro-2026-03-05.svg" alt="openai/gpt-5.4-pro-2026-03-05 on OrcaRouter" /> </a>
Markdown [![openai/gpt-5.4-pro-2026-03-05](https://www.orcarouter.ai/embed/openai/gpt-5.4-pro-2026-03-05.svg)](https://www.orcarouter.ai/models/openai/gpt-5.4-pro-2026-03-05)

Model card as data

GET /api/public/models/openai/gpt-5.4-pro-2026-03-05Open
Machine-readable:/llms.txt/llms-full.txt