openai/gpt-5.2-2025-12-11

openai/gpt-5.2-2025-12-11
VisionToolsJSONReasoning
by openai

OpenAI's GPT-5.2 with 400K context, 128K output, 99.0 AA Math, priced at $1.75/$14 per 1M tokens via OrcaRouter.

ctx400K tokens
Max output128K
Inputfile + image + text
Outputtext
p50 TTFT1.13 s
INPUT$1.75/ 1M tokens
OUTPUT$14.00/ 1M tokens
p50 TTFT1.13 s7d
p95 TTFT4.50 s7d
TRAFFIC773.9Ktokens / 7d

OpenAI's GPT-5.2-2025-12-11 is a large language model from the GPT-5 series, released in December 2025. It is designed to handle extended context lengths and multimodal inputs, including text,…

What is openai/gpt-5.2-2025-12-11?

Who is this model for?

Key specifications

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.2-2025-12-11",
    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

Input / 1M tokens$1.75
Output / 1M tokens$14.00
Cache read / 1M$0.175
CurrencyUSD

Cost calculator

Tokens / month10MM
Input share70%%
Estimated / month $54.25 · With prompt caching $48.74

Estimate based on list price

Token & cost estimator

Input tokens: 20Cost per request: $0.007035

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

Performance

p50 TTFT
1.13 s
Output speed
101 tok/s
p95 TTFT
4.50 s
Error rate
0%

Public benchmarks

48.7
AA Coding
Better than 65% of models compared
#35 of 106
51.3
AA Intelligence
Better than 67% of models compared
#34 of 110
99.0
AA Math
Better than 96% of models compared
#1 of 81
AIME 2025
99.0
GPQA Diamond
90.3
Humanity's Last Exam
35.4
IFBench
75.4
LiveCodeBench
88.9
Long-Context Recall
72.7
MMLU-Pro
87.4
SciCode
52.1
TerminalBench Hard
47.0
τ²-Bench
84.8
Source: artificialanalysis.ai

How it compares

openai/gpt-5.2-2025-12-11GPT-5.2 ProGPT-5.4 ProGPT-5.5
Input $/M$1.75$21.00$60.00$5.00
Output $/M$14.00$168.00$270.00$30.00
Context400K400K1.1M
Quality9/1010/1010/1010/10
Compare side-by-sideCompare side-by-sideCompare side-by-sideCompare side-by-side

FAQ

What is the cost per token for this model?
Input tokens cost $1.75 per 1M tokens; output tokens cost $14.00 per 1M tokens. There is no markup; these are the provider rates passed through by OrcaRouter.
How large is the context window?
The context window is 400,000 tokens total (input + output). The maximum output length is 128,000 tokens.
What are the main strengths of this model?
Its main strengths are mathematical reasoning (AA Math score of 99.0), a very long context window (400K), high output limit (128K), and multimodal input support (file, image, text).
How does it compare to GPT-4 Turbo?
GPT-5.2 has a larger context (400K vs 128K), higher output (128K vs 8K), higher math benchmark score (99.0 vs ~80), and lower input pricing ($1.75 vs $10) but higher output pricing ($14 vs $30 per 1M).
How do I call this model via an OpenAI-compatible API?
Use base URL https://api.orcarouter.ai/v1, model ID "openai/gpt-5.2-2025-12-11", and standard OpenAI Chat Completion parameters. Authenticate with an API key in the Authorization header.
Does the model handle images and files?
Yes, it accepts input modalities of file, image, and text. You can include images or file attachments in the message content using OpenAI's content parts format.
Is there any caching to reduce cost?
OrcaRouter offers caching for repeated input tokens, which can reduce input costs for identical prefixes. Output tokens are not cached. Check OrcaRouter's documentation for configuration details.
What is the AA Math benchmark?
AA Math is a test of mathematical reasoning covering algebra, arithmetic, calculus, and logic. A score of 99.0 means the model correctly solves nearly all problems, indicating top-tier math ability.
Can I stream responses?
Yes, set the stream parameter to true in your API call. The response will be sent as a stream of data chunks, following the OpenAI streaming format.
How does data handling work when using OrcaRouter?
Data handling depends on OrcaRouter's privacy policy and your agreement. Generally, data transmitted to the API is processed to generate responses and may be logged for billing and abuse prevention. For sensitive data, review OrcaRouter's data retention policies.

Embed this badge

openai/gpt-5.2-2025-12-11$1.75/M in1125ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/openai/gpt-5.2-2025-12-11" target="_blank"> <img src="https://www.orcarouter.ai/embed/openai/gpt-5.2-2025-12-11.svg" alt="openai/gpt-5.2-2025-12-11 on OrcaRouter" /> </a>
Markdown [![openai/gpt-5.2-2025-12-11](https://www.orcarouter.ai/embed/openai/gpt-5.2-2025-12-11.svg)](https://www.orcarouter.ai/models/openai/gpt-5.2-2025-12-11)

Model card as data

GET /api/public/models/openai/gpt-5.2-2025-12-11Open
Machine-readable:/llms.txt/llms-full.txt