YepAPI

Command Palette

Search for a command to run...

KreaImage Generation/v1/media/queue

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.

POST/v1/media/queue

Drop image or click to upload

For image-to-image editing

Response
Hit "Send Request" to see the response

Pricing

Per-image: from $0.10/image

Endpoint

/v1/media/queue

Strengths

Art-directed aesthetic

Krea 2 Large leans into styling — lighting, color grading, and composition that look intentional instead of generic model output.

Strong on portraits and scenes

Handles people, environments, and product scenes with a distinctly editorial feel.

Reference-image editing

Pass an image to restyle or refine it while keeping the subject recognizable.

Social-native framing

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?

One API key for all models — no separate accounts
No monthly minimums — pay per call
Switch models with one line of code
Simple REST API — works from any language
Unified billing across all providers
No rate limits for most use cases

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.

Marcus T.

SEO Platform Founder

One API key for AI models, SERP data, and web scraping. Saved us from managing 4 separate providers.

Priya S.

Full-Stack Developer

The $5 free credit let us prototype our entire rank tracking feature before committing. No other API does that.

Jake R.

Indie Hacker

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