The AI arena is free today

Open Superagent
OpenAIReleased on Mar 17, 2026

GPT-5.4 nano: API Pricing, Context Window & Benchmarks

GPT-5.4 nano is a language model from OpenAI, released in March 2026, with multimodal input, a 400K-token context window, and pricing from $0.200/M input and $1.25/M output.

GPT-5.4 nano is OpenAI's cheapest GPT-5.4-class model for simple high-volume tasks. It is optimized for classification, data extraction, ranking, and lightweight coding subagents, while preserving strong reasoning, multimodal

Input
TextImage
Output
Text

GPT-5.4 nano benchmarks

Capability tiers

Standing within each category, adjusted for leaderboard depth.

Real tasks performance

High-confidence performance for GPT-5.4 nano across real-world prompt categories. Only 95% intervals at most 4 points wide are shown.

Performance by conversation depth

How GPT-5.4 nano holds up as conversations get longer.

Quality Tracker

GPT-5.4 nano Performance Across Datasets

Scores sourced from the model's scorecard, paper, or official blog posts

LLM Stats Logollm-stats.com - Sun Sep 06 2026
Notice missing or incorrect data?

GPT-5.4 nano pricing

Providers

GPT-5.4 nano starts at $0.200 per million input tokens and $1.25 per million output tokens via OpenAI.

ProviderInput $/MCached input $/MOutput $/MContext in / outTTFT p95 sOutput p5 c/sModalities in / out
OpenAI logoOpenAI
$0.200$1.25400.0K/128.0K
/

Cached input is the discounted price for prompt tokens served from a provider cache. TTFT is time to first token. Output is characters per second; p5 is the sustained floor exceeded by 95% of observed requests.

GPT-5.4 nano context window

Input and output token limits for GPT-5.4 nano, plus how it ranks on long-context understanding.

InputOutput
400Ktokens
128Ktokens
602 pages of text
400K
8K128K1M

GPT-5.4 nano API

POST/v1/chat/completions

Run a request to see the response

Use it in your code

Billed at $0.20 input / $1.25 output per 1M tokens through the LLM Stats gateway.

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://gateway.llm-stats.com/v1"
)

response = client.chat.completions.create(
    model="gpt-5.4-nano",
    messages=[
        {"role": "user", "content": "What is machine learning?"}
    ]
)

print(response.choices[0].message.content)

Need an API key? Create one above in the playground, or read the API documentation.

GPT-5.4 nano latency

GPT-5.4 nano time to first token, sustained output throughput, and failed-request rate from live API traffic over the trailing 7 days.

GPT-5.4 nano examples

Recent arena outputs from GPT-5.4 nano, picked from the highest-ranked matchups.

GPT-5.4 nano license

GPT-5.4 nano is a proprietary model available under its provider's product and API terms, has a knowledge cutoff of August 2025.

License
Proprietary
Hosted access
Knowledge cutoff
August 2025

Proprietary license - usage restrictions apply

GPT-5.4 nano resources

Official sources for GPT-5.4 nano: api documentation, official playground, official launch post.

GPT-5.4 nano vs other models

The most-compared alternatives to GPT-5.4 nano are Nova 2 Pro, Qwen3 VL 235B A22B Instruct, Qwen3 VL 32B Thinking. Open any pair side-by-side for benchmarks, pricing, context, and latency.

Models like GPT-5.4 nano

Models ranked just above and below GPT-5.4 nano by LLM Stats score.

 

Nova 2 Pro

Score pending
 

Qwen3 VL 235B A22B Instruct

Score pending
 

Qwen3 VL 32B Thinking

Score pending
 

GPT-5

Score pending
 

Qwen3 VL 32B Instruct

Score pending
 

Gemini 2.5 Pro

Score pending

FAQ

Common questions about GPT-5.4 nano.

When was GPT-5.4 nano released?

GPT-5.4 nano was released on March 17, 2026 by OpenAI. This is the official GPT-5.4 nano release date tracked on LLM Stats.

How much does GPT-5.4 nano cost?

GPT-5.4 nano costs $0.20 per million input tokens and $1.25 per million output tokens through the LLM Stats API, which works with any OpenAI-compatible SDK. Across tracked providers, the lowest price is $0.20 per million input tokens via OpenAI.

Is GPT-5.4 nano available via API?

Yes. GPT-5.4 nano is available through the LLM Stats API and works with any OpenAI-compatible SDK — point your client at the gateway base URL and pass the model name. It is served by 1 provider tracked on LLM Stats.

Who created GPT-5.4 nano?

GPT-5.4 nano was created by OpenAI.

What is the license for GPT-5.4 nano?

GPT-5.4 nano is released under the Proprietary license.

What is the knowledge cutoff date for GPT-5.4 nano?

GPT-5.4 nano has a knowledge cutoff of August 2025, meaning it was trained on data up to that point and may not know about events after it.

Is GPT-5.4 nano multimodal?

Yes, GPT-5.4 nano is multimodal and can accept both text and images as input.

Where can I use GPT-5.4 nano?

GPT-5.4 nano is available through 1 provider including OpenAI.

Where is the GPT-5.4 nano paper or technical report?

GPT-5.4 nano has a paper or technical report available at https://openai.com/index/introducing-gpt-5-4-mini-and-nano/. Use that source for architecture, training, release and evaluation details.

What models should I compare GPT-5.4 nano against?

Common GPT-5.4 nano comparisons include GPT-5.4 nano vs Nova 2 Pro, GPT-5.4 nano vs Qwen3 VL 235B A22B Instruct, GPT-5.4 nano vs Qwen3 VL 32B Thinking. Compare them side by side for benchmark scores, pricing, context window, latency and API availability.