Mistral Small Creative
Access Mistral Small Creative through one API key. Creative writing at the lowest price.
Mistral's creative writing variant. Tuned for storytelling, brainstorming, and creative content generation at the lowest price point.
No credit card required. Takes 30 seconds.
2,400+
Developers
1.2M+
API calls served
100+
Endpoints
$0.01
Per call
Yep, that's it.
Try it live
Send a message and see Mistral Small Creative respond in real time.
Maximum tokens in the response.
Real-time tokens
Context Window
262K tokens
Max Output
8K tokens
Input Price
$0.14 / 1M tokens
Output Price
$0.42 / 1M tokens
Strengths
Mistral Small Creative is tuned for narrative and creative prose, producing fiction, dialogue, and stylized copy rather than terse factual answers.
It maintains tone, character, and plot across long passages, helped by a 262,144-token context window that keeps earlier story details in view.
Strong at generating varied ideas, concepts, names, and angles quickly, making it useful for ideation and content drafting.
At $0.14 per 1M input and $0.42 per 1M output tokens, it is the lowest-priced text model on YepAPI for high-volume generation.
Quick start
Copy this snippet and start making calls with Mistral Small Creative.
const res = await fetch('https://api.yepapi.com/v1/ai/chat', {
method: 'POST',
headers: {
'x-api-key': 'YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
"model": "mistralai/mistral-small-creative",
"messages": [
{
"role": "user",
"content": "Explain API gateways in 2 sentences."
}
],
"maxTokens": 256
}),
});
const { data } = await res.json();
console.log(data.message.content);Why use Mistral Small Creative through YepAPI?
Mistral Small Creative API: storytelling and ideation at the lowest price
Mistral Small Creative is Mistral's creative-writing variant, tuned for storytelling, brainstorming, and stylized content rather than analytical tasks. With a 262K-token context window and pricing of just $0.14 per 1M input tokens and $0.42 per 1M output tokens, it is the most affordable text model on YepAPI for generating large volumes of creative copy.
Through YepAPI you reach Mistral Small Creative with one OpenAI-compatible API key. The same key also covers other models and YepAPI's SEO, SERP, and web-scraping endpoints, so you can research topics and then write about them in a single workflow.
What is Mistral Small Creative?
Mistral Small Creative is a creative-writing-focused model from Mistral AI, tuned for storytelling, brainstorming, and expressive content generation. Unlike general assistants, it leans into narrative voice, character, and stylistic flair, making it well suited to fiction, marketing copy, scripts, and ideation. It carries a 262,144-token context window, so it can keep long stories, style guides, and prior chapters coherent, and produces up to 8,192 tokens per response. Its defining trait is price: at $0.14 input and $0.42 output per 1M tokens, it is the cheapest text model available through YepAPI.
Build with Mistral Small Creative via YepAPI
Call the OpenAI-compatible /v1/ai/chat endpoint with your YepAPI key to generate creative text. The Chat Completions schema means existing SDKs work after changing only the base URL and model name. Stream prose into writing apps, power content generators, or run batch ideation jobs. Because one key also unlocks other models plus SEO, SERP, and scraping APIs, you can pull source material from the web and turn it into polished creative copy without juggling multiple providers.
Mistral Small Creative API pricing — $0.14 / $0.42 per 1M tokens
Mistral Small Creative costs $0.14 per 1M input tokens and $0.42 per 1M output tokens, making it the lowest-priced text model on YepAPI. That economy lets you generate thousands of stories, product descriptions, or ad variations for cents. Billing is per token, so short prompts and long-form drafts alike stay inexpensive, which is ideal for content pipelines that produce at scale.
Mistral Small Creative for high-volume content generation
The model shines in content factories: generating story drafts, marketing variations, social captions, and brainstormed concepts where you need many outputs cheaply. The 262K context keeps a brand voice document or full narrative in view while it writes, and the rock-bottom price makes it viable to produce, filter, and A/B test large batches of copy. It is a natural fit behind creative tools and idea generators.
Try Mistral Small Creative free
Every new YepAPI account comes with $5 in free credit and no card required. At this model's pricing, that covers a large volume of creative drafts and brainstorms, so you can test its storytelling and ideation on real projects before deciding.
Start generating in 30 seconds
$5 free credit on signup. No credit card required. Pay per call.
What developers say
“Switched from SerpAPI and cut our SERP costs by 80%. Same data quality, way simpler billing.”
“One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.”
“The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.”
Frequently asked questions
Mistral's creative writing variant. Tuned for storytelling, brainstorming, and creative content generation at the lowest price point.
Input tokens cost $0.14 per 1M tokens and output tokens cost $0.42 per 1M tokens through YepAPI. No monthly minimums — you only pay for what you use.
Sign up for a free API key, then send requests to the /v1/ai/chat endpoint.
Mistral Small Creative supports a 262K token context window with up to 8K output tokens per request.
Ready to use Mistral Small Creative?
$5 free credit on signup. No credit card required. Pay per call.
Explore more models
Mistral Medium 3.5
MistralAccess Mistral Medium 3.5 through one API key. Mistral's balanced mid-tier model.
Mistral Small 4
MistralAccess Mistral Small 4 through one API key. Europe's leading AI model at a great price.
Devstral 2
MistralAccess Devstral 2 through one API key. Mistral's coding-specialized model for developers.