← Back to API models

GPT-5.4 mini

by OpenAI · budget tier · GPT-5.4 family

The cheaper sibling of GPT-5.4 — a bigger 400K window, under a third of the output price, built for well-defined tasks.

Input $0.75 / 1M
Output $4.50 / 1M
Context 400K tokens
Family GPT-5.4
OpenAI Platform ↗ Updated July 27, 2026
§ API pricing

Per-token rates.

Input
$0.75/1M tokens
Prompt tokens
  • 3.3× cheaper than full GPT-5.4's rate
  • 3× Gemini 3.1 Flash-Lite's $0.25
  • Vision inputs billed as tokens
Output
$4.50/1M tokens
Completion tokens
  • Under a third of full GPT-5.4's $15
  • 3× Flash-Lite's $1.50
  • 3.6× GPT-5.4 nano's $1.25
Context
400Ktokens
Window
  • About 1.5× full GPT-5.4's 272K window
  • Budget tier gets more context, not less
  • ~300K words of practical input
Subscription
Freetier model
ChatGPT
  • Default model on ChatGPT Free
  • Included in Go ($8) and Plus ($20)
  • API is pay-as-you-go

Why GPT-5.4 mini exists

GPT-5.4 mini is the middle child of the GPT-5.4 family: smarter than nano, under a third of the output price of full GPT-5.4, with an even bigger 400K context window. OpenAI also uses it as the default model on ChatGPT's free tier, which tells you the positioning — good enough for everyday tasks at a cost OpenAI can give away.

On the API, the pitch is "well-defined tasks": summarization, extraction, classification, formulaic generation. When the prompt fully specifies the job, mini does it at roughly a third of the cost of the full model. When the task needs planning or multi-step reasoning, the savings evaporate in retries — that's full GPT-5.4 territory.

Capabilities

Mini handles the same multimodal surface as its bigger sibling (vision in, structured output, tool calling) and is fast enough for interactive products. The honest weakness: it follows instructions more literally and plans less. Agent loops longer than a couple of steps, ambiguous prompts, and subtle code work all favor the full model.

Typical use cases

  • Summarization and extraction pipelines at volume
  • Classification, tagging, and routing
  • Templated content generation
  • Chat features where cost-per-message matters
  • First-pass triage before escalating to GPT-5.4 or 5.5

Sibling and rival comparison

ModelInput / 1MOutput / 1MContext
GPT-5.4 mini$0.75$4.50400K
GPT-5.4$2.50$15272K
GPT-5.4 nano$0.20$1.25400K
Gemini 3.1 Flash-Lite$0.25$1.501M
Claude Haiku 4.5$1$5200K
Mistral Small 4$0.15$0.60256K

Cross-family, Gemini 3.1 Flash-Lite now runs about a third of mini's price on both input and output, with a 1M window; Mistral Small undercuts it further still. Mini's draw is ecosystem: same API shape, tooling, and behavior as the rest of the GPT stack, so a GPT-5.5 product can route easy traffic to mini with one parameter change.

← See all OpenAI / ChatGPT plans