YepAPI

Command Palette

Search for a command to run...

KreaImage Generation/v1/media/queue

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.

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

Fastest Krea tier

Turbo is tuned for render speed, which is what you want behind an interactive generate button.

Rapid iteration

Short round-trips let users or agents try many prompt variants in the time one flagship render takes.

Krea look preserved

Retains the family's art-directed styling despite the speed optimization.

Reference-image editing

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?

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 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.

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

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