Krea 2 Turbo: AI Image Generator

Generate aesthetic AI images with Krea 2 Turbo. Create high-fidelity 1K and 2K visuals from text or image prompts with sub-second speeds. Pay per generation.

📝

Overview

About this model

Krea 2 Turbo is a high-speed, aesthetic-first image generation model capable of producing stunning 1K (~1 megapixel) and 2K (~4 megapixels) visuals in seconds. It supports both text-to-image creation and image-to-image transformations with adjustable strength control. Krea 2 Turbo is optimized for rapid concept ideation, creative exploration, digital art, marketing assets, and instant design iteration without cold starts. Compare with Z-Image Turbo or FLUX.1 Dev for alternative creative pipelines.

1Concept Ideation: Rapidly generate multiple high-resolution concept designs in seconds.
2Image-to-Image Restyling: Transform existing photos and sketches into polished artwork with customizable strength.
3Marketing & Social Visuals: Create eye-catching 1K and 2K imagery across diverse aspect ratios.
4E-commerce & Product Mockups: Produce detailed lifestyle backgrounds and product imagery on demand.
💰

Pricing & Value

Cost analysis

muapiapp$0.01 - $0.02 per generation

Affordable pay-per-generation pricing with full workflow and API access.

Fal.aiNot available

Krea 2 Turbo is not directly hosted on Fal.ai.

ReplicateNot available

Krea 2 Turbo is not listed on Replicate.

** Competitor pricing is estimated based on similar model architectures and usage tiers.

⚙️

Technical Details

Configuration schema

Promptstring

The positive prompt for the generation.

Default ValueA cinematic ocean wave at sunrise, highly detailed, vibrant colors, volumetric lighting, photorealistic.
Image URLstring

Optional source image URL. When provided, the model runs image-to-image from it; the output keeps the source aspect ratio.

Default Value
Aspect RatioEnum (15 options)

The aspect ratio of the generated image.

Default Value1:1
ResolutionEnum (2 options)

Total output resolution tier: 1k (~1 megapixel) or 2k (~4 megapixels, generated natively).

Default Value1k
Strengthfloat

Image-to-image strength (0-1). Higher values repaint the source image more freely. Only used when image is set.

Default Value0.8
Seedint

The random seed to use for the generation. -1 means a random seed will be used.

Default Value-1
📖

Implementation Guide

Developer documentation

How to Use Krea 2 Turbo

  1. Prepare Your Prompt & Parameters

    • Provide a descriptive prompt detailing the scene, subject, lighting, and style.
    • Select your preferred aspect ratio (e.g., 1:1, 16:9, 9:16, 21:9) and resolution (1k or 2k).
    • (Optional) Pass a source image_url and adjust strength (0.0 to 1.0) to perform image-to-image generation.
  2. Submit the API Request

    • Send an asynchronous POST request to /api/v1/krea-v2-turbo with your API key.
curl -X POST https://api.muapi.ai/api/v1/krea-v2-turbo \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "prompt": "A cinematic ocean wave at sunrise, highly detailed, vibrant colors, volumetric lighting",
    "aspect_ratio": "16:9",
    "resolution": "1k",
    "seed": -1
  }'
  1. Retrieve and Process Results
    • The endpoint returns a request_id for tracking. Poll the task status or configure a webhook_url to receive the output image URL immediately upon completion.

Common Questions

Frequently asked

What is Krea 2 Turbo?

Krea 2 Turbo is an advanced, ultra-fast image generation model that produces aesthetic-first visuals at native 1K and 2K resolutions with low latency.

Does Krea 2 Turbo support image-to-image generation?

Yes. By providing an optional image_url and adjusting the strength parameter, you can guide the generation using a reference image while preserving structure and aspect ratio.

What aspect ratios and resolutions are supported?

Krea 2 Turbo supports 15 aspect ratios including 1:1, 16:9, 9:16, 4:3, 3:4, 21:9, and 9:21, along with 1k and 2k resolution tiers.

How is Krea 2 Turbo priced on muapiapp?

Krea 2 Turbo is priced transparently per generation: $0.01 for 1K resolution and $0.02 for 2K resolution, with no monthly subscriptions required.

Can I use Krea 2 Turbo in automated workflows and agents?

Yes. Krea 2 Turbo is fully integrated into the visual workflow builder as an image node and registered in the creative agent registry for tool-calling.