Devstral 2 2512
ActiveDevstral 2 is a state-of-the-art open-source model by Mistral AI specializing in agentic coding. It is a 123B-parameter dense transformer model supporting a 256K context window. Devstral 2 supports exploring...
Overview
Devstral 2 is a state-of-the-art open-source model by Mistral AI specializing in agentic coding. It is a 123B-parameter dense transformer model supporting a 256K context window. Devstral 2 supports exploring...
History
Devstral 2 2512 became available via the Mistral AI API on 2025-12-09.
Training & availability
Mistral AI has not released the underlying model weights — access is via their hosted API only.
Capabilities
-
Context window: 262K tokens.
-
Input modalities: text.
Recommended for: long-context.
Limitations
- Text-only — cannot process images, audio, or video inputs.
Pricing
- Input: $0.4000 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 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/devstral-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
1 providerMulti-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 | 32tok/s | 491ms | $0.4 | $2 | 262K | — | 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 Devstral 2 2512
Sign in to rate and review.
Comments
Sign in to leave a comment.