Mistral Small Creative
ActiveMistral Small Creative is an experimental small model designed for creative writing, narrative generation, roleplay and character-driven dialogue, general-purpose instruction following, and conversational agents.
Overview
Mistral Small Creative is an experimental small model designed for creative writing, narrative generation, roleplay and character-driven dialogue, general-purpose instruction following, and conversational agents.
History
Mistral Small Creative became available via the Mistral AI API on 2025-12-16.
Training & availability
Mistral AI has not released the underlying model weights — access is via their hosted API only.
Capabilities
-
Context window: 32K tokens.
-
Input modalities: text.
Recommended for: cheap.
Limitations
-
The context window (32K tokens) is modest by 2026 standards — unsuitable for processing long documents in a single request.
-
Text-only — cannot process images, audio, or video inputs.
Pricing
- Input: $0.1000 per 1M tokens
- Output: $0.3000 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/mistral-small-creative",
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.
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 Mistral Small Creative
Sign in to rate and review.
Comments
Sign in to leave a comment.