Krea 2 Medium Turbo
Krea 2 Medium Turbo from $0.10 per image — the fastest Krea tier for interactive generation.
The speed-optimized Krea 2 tier. Fastest renders in the family for rapid iteration and interactive tools — from $0.10 per image.
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 Turbo.
Drop image or click to upload
For image-to-image editing
Pricing
Per-image: from $0.10/image
Endpoint
/v1/media/queue
Strengths
Turbo is tuned for render speed, which is what you want behind an interactive generate button.
Short round-trips let users or agents try many prompt variants in the time one flagship render takes.
Retains the family's art-directed styling despite the speed optimization.
Supports uploading an image to restyle or refine, same as the other Krea tiers.
Quick start
Copy this snippet and start making calls with Krea 2 Medium Turbo.
// 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-turbo",
"prompt": "A skateboarder mid-air against a concrete underpass, late sun flaring across the lens, motion blur on the wheels, saturated street-photography palette",
"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 Turbo through YepAPI?
Krea 2 Medium Turbo API — fast aesthetic image generation
Krea 2 Medium Turbo is the speed tier of the Krea 2 family, built for interactive products and agent loops where waiting on a render breaks the experience.
On YepAPI it uses the same `/v1/media/queue` submit-and-poll flow as the rest of the family at about $0.10 per image.
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 speed-optimized Krea 2 tier. Fastest renders in the family for rapid iteration and interactive tools — from $0.10 per image.
Pricing for Krea 2 Medium Turbo 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 Turbo?
$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
KreaKrea 2 Medium from $0.10 per image — the balanced Krea tier for everyday creative work.
GPT-4o Mini
OpenAIAccess GPT-4o Mini through one API key. Fast, cheap, and OpenAI-compatible.