Krea 2 Large
Krea 2 Large from $0.10 per image — art-directed AI imagery through one API key.
Krea's flagship image model, tuned for aesthetic, art-directed output rather than clinical realism. Seven aspect ratios and reference-image editing 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 Large.
Drop image or click to upload
For image-to-image editing
Pricing
Per-image: from $0.10/image
Endpoint
/v1/media/queue
Strengths
Krea 2 Large leans into styling — lighting, color grading, and composition that look intentional instead of generic model output.
Handles people, environments, and product scenes with a distinctly editorial feel.
Pass an image to restyle or refine it while keeping the subject recognizable.
Includes 4:5 and 9:16 alongside the standard ratios, matching the crops social platforms actually use.
Quick start
Copy this snippet and start making calls with Krea 2 Large.
// 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-large",
"prompt": "A portrait of a ceramicist in her studio, clay dust in the air catching low afternoon light, muted earth palette, 85mm lens, film-like grain",
"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 Large through YepAPI?
Krea 2 Large API — aesthetic image generation from $0.10
Krea 2 Large is the flagship of Krea's image lineup, known for output that looks art-directed: considered lighting, cohesive color, and compositions that need less cleanup before they can be used.
Through YepAPI it runs on the shared `/v1/media/queue` endpoint at about $0.10 per image, with reference-image editing and seven aspect ratios including 4:5 and 9:16.
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
Krea's flagship image model, tuned for aesthetic, art-directed output rather than clinical realism. Seven aspect ratios and reference-image editing from $0.10 per image.
Pricing for Krea 2 Large 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 Large?
$5 free credit on signup. No credit card required. Pay per call.
Explore more models
Krea 2 Medium
KreaKrea 2 Medium from $0.10 per image — the balanced Krea tier for everyday creative work.
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.