GPT-5.1-Codex-Mini
ActiveGPT-5.1-Codex-Mini is a smaller and faster version of GPT-5.1-Codex
Updated 4 days agoStructured data from Modeldex catalog
VisionLong context
API release
Nov 13, 2025(5 months ago)
Not enough benchmark coverage yet for an Intelligence Index — needs at least 3 results across 2 categories.
Overview
GPT-5.1-Codex-Mini is a smaller and faster version of GPT-5.1-Codex
History
GPT-5.1-Codex-Mini became available via the OpenAI API on 2025-11-13.
Training & availability
OpenAI has not released the underlying model weights — access is via their hosted API only.
Capabilities
-
Context window: 400K tokens.
-
Input modalities: image, text.
Recommended for: vision, long-context.
Pricing
- Input: $0.2500 per 1M tokens
- Output: $2.0000 per 1M tokens
Use the cost calculator above to estimate monthly spend for your workload.
Quick start
Minimal example using the openai API. Copy, paste, replace the key.
from openai import OpenAI
client = OpenAI(api_key="sk-...")
resp = client.chat.completions.create(
model="gpt-5-1-codex-mini",
messages=[{"role": "user", "content": "Explain quantum computing in one sentence."}],
)
print(resp.choices[0].message.content)Cost calculator
Estimate your monthly bill. Presets are typical workload sizes.
5.0M
@ $0.25/1M
2.0M
@ $2/1M
Input cost
$1.25
5.0M × $0.25/1M
Output cost
$4
2.0M × $2/1M
Total / month
$5.25
$63 / year
Integrations & tooling support
- Tool calling
- Not supported
- Structured outputs
- Not supported
Price vs quality
Mid-tier pricing
Standard pricing band. Quality tier pending more benchmark coverage.
- Quality percentile
- —
- Effective price
- $1.56/1M
- Pricing breakdown
- $0.25/1M in
$2/1M out
not enough benchmark coverage
/ 1M tokens (input + 3× output)
Community ratings
No ratings yet. Be the first to rate GPT-5.1-Codex-Mini.
Rate GPT-5.1-Codex-Mini
Sign in to rate and review.
Comments
Sign in to leave a comment.