GPT-4o (2024-11-20)

openai/gpt-4o-2024-11-20
by OpenAI · text+image+file in · text out · 128K ctx · 2024-11-20

The 2024-11-20 version of GPT-4o offers a leveled-up creative writing ability with more natural, eng…

INPUT$2.50/ 1M tokens
OUTPUT$10.00/ 1M tokens
p50 TTFT1.41 s7d
p95 TTFT3.25 s7d
TRAFFIC10.2Ktokens / 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-4o-2024-11-20",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
Pricing
Input / 1M tokens$2.50
Output / 1M tokens$10.00
Cache read / 1M$1.25
CurrencyUSD
Performance
TTFT p50
1.41 s
Output speed
6.6 tok/s
TTFT p95
3.25 s
Error rate
8.3%
Public benchmarks
AA Coding
16.7
AA Intelligence
17.3
AA Math
6.0
AIME
15.0
AIME 2025
6.0
GPQA Diamond
54.3
Humanity's Last Exam
3.3
IFBench
34.3
LiveCodeBench
30.9
MATH-500
75.9
MMLU-Pro
74.8
SciCode
33.3
TerminalBench Hard
8.3
τ²-Bench
25.1
Source: artificialanalysis.ai
FAQ
How much does OpenAI: GPT-4o (2024-11-20) cost on OrcaRouter?
OpenAI: GPT-4o (2024-11-20) is priced at $2.50 per 1M input tokens and $10.00 per 1M output tokens via OrcaRouter. Pricing is pulled live from the routing layer.
What is OpenAI: GPT-4o (2024-11-20)'s context window?
OpenAI: GPT-4o (2024-11-20) supports a context window of 128K tokens. Use long-context features (RAG, summarisation) up to that limit.
How do I call OpenAI: GPT-4o (2024-11-20) via the OpenAI SDK?
Set OpenAI base_url to https://orcarouter.ai/v1, supply your OrcaRouter API key, and pass model="openai/gpt-4o-2024-11-20" in the chat.completions.create call.
Does OrcaRouter rate-limit OpenAI: GPT-4o (2024-11-20)?
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-4o (2024-11-20)$2.50/M in1409ms p50via OrcaRouter
HTML <a href="https://www.orcarouter.ai/models/openai/gpt-4o-2024-11-20" target="_blank"> <img src="https://www.orcarouter.ai/embed/openai/gpt-4o-2024-11-20.svg" alt="OpenAI: GPT-4o (2024-11-20) on OrcaRouter" /> </a>
Markdown [![OpenAI: GPT-4o (2024-11-20)](https://www.orcarouter.ai/embed/openai/gpt-4o-2024-11-20.svg)](https://www.orcarouter.ai/models/openai/gpt-4o-2024-11-20)