Ministral 3 3B 2512
ActiveThe smallest model in the Ministral 3 family, Ministral 3 3B is a powerful, efficient tiny language model with vision capabilities.
Overview
The smallest model in the Ministral 3 family, Ministral 3 3B is a powerful, efficient tiny language model with vision capabilities.
History
Ministral 3 3B 2512 became available via the Mistral AI API on 2025-12-02.
Training & availability
Mistral AI has not released the underlying model weights — access is via their hosted API only.
Capabilities
-
Context window: 131K tokens.
-
Input modalities: text, image.
Recommended for: vision, cheap.
Pricing
- Input: $0.1000 per 1M tokens
- Output: $0.1000 per 1M tokens
Use the cost calculator above to estimate monthly spend for your workload.
Quick start
Minimal example using the OpenRouter API. Copy, paste, replace the key.
from openai import OpenAI
client = OpenAI(
base_url="https://openrouter.ai/api/v1",
api_key="sk-or-...",
)
resp = client.chat.completions.create(
model="mistral/ministral-3b-2512",
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.
Providers & performance
2 providersMulti-provider inference routes for this model — sorted by throughput. Latency is time-to-first-token; throughput is output tokens per second. Data from OpenRouter, measured over the last 30 minutes.
| Provider | Throughput | Latency (TTFT) | Input $ / 1M | Output $ / 1M | Context | Quant | Supports |
|---|---|---|---|---|---|---|---|
| Mistral | 70tok/s | 131ms | $0.1 | $0.1 | 131K | — | tools · json |
| NextBit | 35tok/s | 394ms | $0.35 | $0.35 | 131K | fp8 | tools · json |
Popularity
Signals from open-source communities — not a quality measure, but useful for gauging adoption among developers.
Integrations & tooling support
- Tool calling
- Not supported
- Structured outputs
- Not supported
Price vs quality
This model has no benchmark scores recorded yet.
Community ratings
Rate Ministral 3 3B 2512
Sign in to rate and review.
Comments
Sign in to leave a comment.