Krea 2 Medium
Krea 2 Medium from $0.10 per image — the balanced Krea tier for everyday creative work.
The balanced Krea 2 tier. The same art-directed look as Large with lighter compute — from $0.10 per image, with reference-image editing.
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
Enter a prompt and generate an image with Krea 2 Medium.
Drop image or click to upload
For image-to-image editing
Pricing
Per-image: from $0.10/image
Endpoint
/v1/media/queue
Strengths
Keeps the Krea aesthetic while using less compute per render than Krea 2 Large.
A sensible default for social posts, blog art, and campaign variants that don't need the flagship tier.
Accepts an uploaded image for restyling or refinement.
Covers square, landscape, portrait, and story crops from a single prompt.
Quick start
Copy this snippet and start making calls with Krea 2 Medium.
// Step 1: Submit job
const res = await fetch('https://api.yepapi.com/v1/media/queue', {
method: 'POST',
headers: {
'x-api-key': 'YOUR_API_KEY',
'Content-Type': 'application/json',
},
body: JSON.stringify({
"model": "krea/krea-2-medium",
"prompt": "A rooftop garden above a foggy city at dawn, string lights still on, wet terracotta pots, soft blue-hour palette, wide editorial framing",
"options": {
"aspectRatio": "1:1"
}
}),
});
const { data } = await res.json();
const jobId = data.jobId;
// Step 2: Poll for result
const status = await fetch(`https://api.yepapi.com/v1/media/status/${jobId}`, {
headers: { 'x-api-key': 'YOUR_API_KEY' },
});
const { data: job } = await status.json();
// job.status: "pending" | "processing" | "completed" | "failed"
// job.result: { text?, image?, audio?, video? }Why use Krea 2 Medium through YepAPI?
Krea 2 Medium API — balanced aesthetic image generation
Krea 2 Medium is the mid tier of the Krea 2 family: the same art-directed styling as Krea 2 Large with lighter compute per image, aimed at everyday creative volume.
It is callable on YepAPI's `/v1/media/queue` at roughly $0.10 per image, sharing a key and balance with every other model in the catalog.
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
The balanced Krea 2 tier. The same art-directed look as Large with lighter compute — from $0.10 per image, with reference-image editing.
Pricing for Krea 2 Medium through YepAPI is based on usage. No monthly minimums — you only pay for what you use.
Sign up for a free API key, then send requests to the /v1/media/queue endpoint.
Ready to use Krea 2 Medium?
$5 free credit on signup. No credit card required. Pay per call.
Explore more models
Krea 2 Large
KreaKrea 2 Large from $0.10 per image — art-directed AI imagery through one API key.
Krea 2 Medium Turbo
KreaKrea 2 Medium Turbo from $0.10 per image — the fastest Krea tier for interactive generation.
GPT-4o Mini
OpenAIAccess GPT-4o Mini through one API key. Fast, cheap, and OpenAI-compatible.