Mistral NeMo
Active12B open-weights model built with NVIDIA, with 128k context.
Overview
Mistral NeMo is a 12B parameter model developed in partnership with NVIDIA, featuring a 128k context window and Tekken tokenizer. Apache-2.0 licensed.
History
Mistral NeMo became available via the Mistral AI API on 2024-07-19.
Training & availability
Training data has a knowledge cutoff of 2024-04-30 — information about events after that date is unlikely to appear in the model's responses. Weights are publicly available under the Apache-2.0 license, making this an open-weight model suitable for on-prem deployment and fine-tuning.
Capabilities
-
Context window: 128K tokens.
-
Max output: 8K tokens.
-
Input modalities: text.
Recommended for: agentic, open-source.
Limitations
-
The knowledge cutoff is 23 months old — this model will not know about recent events, releases, or API changes.
-
Text-only — cannot process images, audio, or video inputs.
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/mistral-nemo",
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
3 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 | 83tok/s | 296ms | $0.15 | $0.15 | 131K | — | tools · json |
| DeepInfra | 36tok/s | 287ms | $0.02 | $0.04 | 131K | fp8 | json |
| Novita | 19tok/s |
Popularity
Signals from open-source communities — not a quality measure, but useful for gauging adoption among developers.
Integrations & tooling support
- Tool calling
- Supported
- Structured outputs
- Not supported
Price vs quality
Priced low — good for high-volume tasks. Quality tier pending more benchmark coverage.
- Quality percentile
- —
- Effective price
- $0.15/1M
- Pricing breakdown
- $0.15/1M in
$0.15/1M out
Community ratings
Rate Mistral NeMo
Sign in to rate and review.
Comments
Sign in to leave a comment.