The AI arena is free today

Open Superagent
OpenAIReleased on Aug 7, 2025

GPT-5 mini: API Pricing, Context Window & Benchmarks

GPT-5 mini is a language model from OpenAI, released in August 2025, with multimodal input, a 400K-token context window, and pricing from $0.250/M input and $2.00/M output.

A faster, more cost-efficient version of GPT-5 for well-defined tasks. Great for well-defined tasks and precise prompts with high reasoning capabilities at reduced cost.

Input
TextImage
Output
Text

GPT-5 mini benchmarks

Capability tiers

Standing within each category, adjusted for leaderboard depth.

Real tasks performance

How GPT-5 mini performs across real-world prompt categories.

Performance by conversation depth

How GPT-5 mini holds up as conversations get longer.

Quality Tracker

GPT-5 mini Performance Across Datasets

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

LLM Stats Logollm-stats.com - Tue Aug 25 2026
Notice missing or incorrect data?

GPT-5 mini pricing

Providers

GPT-5 mini starts at $0.250 per million input tokens and $2.00 per million output tokens via OpenAI.

ProviderInput $/MCached input $/MOutput $/MContext in / outTTFT p95 sOutput p5 c/sModalities in / out
OpenAI logoOpenAI
$0.250$2.00400.0K/128.0K
1.16
348
/

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 mini context window

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

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

GPT-5 mini API

POST/v1/chat/completions

Run a request to see the response

Use it in your code

Billed at $0.25 input / $2.00 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-mini-2025-08-07",
    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 mini latency

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

Provider operational metrics

Time to first token, output throughput, and failed-request rate from live API traffic

Loading chart...
Loading chart...
Loading chart...

GPT-5 mini examples

Recent arena outputs from GPT-5 mini, picked from the highest-ranked matchups.

GPT-5 mini license

GPT-5 mini is a proprietary model available under its provider's product and API terms, has a knowledge cutoff of May 2024.

License
Proprietary
Hosted access
Knowledge cutoff
May 2024

Proprietary license - usage restrictions apply

GPT-5 mini resources

Official sources for GPT-5 mini: api documentation, official playground, official launch post.

GPT-5 mini vs other models

The most-compared alternatives to GPT-5 mini are Sarvam-105B, Gemma 4 26B-A4B, Qwen3.5-9B. Open any pair side-by-side for benchmarks, pricing, context, and latency.

Models like GPT-5 mini

Models ranked just above and below GPT-5 mini by LLM Stats score.

 

Sarvam-105B

Score pending
 

Gemma 4 26B-A4B

Score pending
 

Qwen3.5-9B

Score pending
 

Nova 2 Lite

Score pending
 

MiMo-V2-Flash

Score pending
 

Mercury 2

Score pending

FAQ

Common questions about GPT-5 mini.

When was GPT-5 mini released?

GPT-5 mini was released on August 7, 2025 by OpenAI. This is the official GPT-5 mini release date tracked on LLM Stats.

How much does GPT-5 mini cost?

GPT-5 mini costs $0.25 per million input tokens and $2.00 per million output tokens through the LLM Stats API, which works with any OpenAI-compatible SDK. Across tracked providers, the lowest price is $0.25 per million input tokens via OpenAI.

Is GPT-5 mini available via API?

Yes. GPT-5 mini 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 mini?

GPT-5 mini was created by OpenAI.

What is the license for GPT-5 mini?

GPT-5 mini is released under the Proprietary license.

What is the knowledge cutoff date for GPT-5 mini?

GPT-5 mini has a knowledge cutoff of May 2024, meaning it was trained on data up to that point and may not know about events after it.

Is GPT-5 mini multimodal?

Yes, GPT-5 mini is multimodal and can accept both text and images as input.

What is GPT-5 mini latency?

GPT-5 mini p95 time to first token is 1.16 seconds via OpenAI over the trailing 7 days. Lower time to first token means the model begins responding sooner for chat, agents and API workloads.

Where can I use GPT-5 mini?

GPT-5 mini is available through 1 provider including OpenAI.

Where is the GPT-5 mini paper or technical report?

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

What models should I compare GPT-5 mini against?

Common GPT-5 mini comparisons include GPT-5 mini vs Sarvam-105B, GPT-5 mini vs Gemma 4 26B-A4B, GPT-5 mini vs Qwen3.5-9B. Compare them side by side for benchmark scores, pricing, context window, latency and API availability.