GPT-4.1 mini
ActiveSmaller, faster and cheaper version of GPT-4.1.
Updated 4 days agoStructured data from Modeldex catalog
VisionAgenticLong context
Knowledge cutoff
Jun 30, 2024(1.8 years ago)
API release
Apr 14, 2025(1.0 years ago)
Not enough benchmark coverage yet for an Intelligence Index — needs at least 3 results across 2 categories.
History
GPT-4.1 mini became available via the OpenAI API on 2025-04-14.
Training & availability
Training data has a knowledge cutoff of 2024-06-30 — information about events after that date is unlikely to appear in the model's responses. OpenAI has not released the underlying model weights — access is via their hosted API only.
Capabilities
-
Context window: 1.0M tokens.
-
Max output: 32K tokens.
-
Input modalities: text, image.
Recommended for: vision, agentic, long-context.
Limitations
- The knowledge cutoff is 21 months old — this model will not know about recent events, releases, or API changes.
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-4-1-mini",
messages=[{"role": "user", "content": "Explain quantum computing in one sentence."}],
)
print(resp.choices[0].message.content)Benchmarks
| Benchmark | Score | Source |
|---|---|---|
| SWE-bench VerifiedCoding | 32% resolved | Third-party Papers With Code |
Integrations & tooling support
- Tool calling
- Supported
- Structured outputs
- Supported
Price vs quality
Below-average benchmarks
Performance trails frontier models. Pricing not publicly available — check the provider.
- Quality percentile
- 0%
- Effective price
- —
- Pricing breakdown
- — in
— out
vs 1 benchmark
pricing not available
Community ratings
No ratings yet. Be the first to rate GPT-4.1 mini.
Rate GPT-4.1 mini
Sign in to rate and review.
Comments
Sign in to leave a comment.