Back to Models
Mistral: Mistral Small Creative
mistralai/mistral-small-creativeDec 16, 202532.8K context$0.10/M in · $0.30/M outDeprecated
This model has been deprecated
This model was deprecated on 2026-04-30 and is no longer available for API calls. Please migrate to an alternative model.
Description
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.
Specifications
Provider
mistralai
Context Length
32.8K
Max Output
—
Modality
Intext
Outtext
Pricing
| Type | Price / 1M tokens |
|---|---|
| Input | $0.10 |
| Output | $0.30 |
| Cache Read | $0.01 |
Quick Start
curl https://api.ominigate.ai/v1/chat/completions \
-H "Authorization: Bearer sk-omg-your-api-key" \
-H "Content-Type: application/json" \
-d '{
"model": "mistralai/mistral-small-creative",
"messages": [{"role": "user", "content": "Hello!"}]
}'