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.
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.
Cost analysis
| Provider | Cost | Notes |
|---|---|---|
| muapiapp | $0.01 - $0.02 per generation | Affordable pay-per-generation pricing with full workflow and API access. |
| Fal.ai | Not available | Krea 2 Turbo is not directly hosted on Fal.ai. |
| Replicate | Not available | Krea 2 Turbo is not listed on Replicate. |
Affordable pay-per-generation pricing with full workflow and API access.
Krea 2 Turbo is not directly hosted on Fal.ai.
Krea 2 Turbo is not listed on Replicate.
** Competitor pricing is estimated based on similar model architectures and usage tiers.
Configuration schema
| Parameter | Type | Description | Default |
|---|---|---|---|
| Prompt | string | The positive prompt for the generation. | A cinematic ocean wave at sunrise, highly detailed, vibrant colors, volumetric lighting, photorealistic. |
| Image URL | string | Optional source image URL. When provided, the model runs image-to-image from it; the output keeps the source aspect ratio. | |
| Aspect Ratio | Enum (15 options) | The aspect ratio of the generated image. | 1:1 |
| Resolution | Enum (2 options) | Total output resolution tier: 1k (~1 megapixel) or 2k (~4 megapixels, generated natively). | 1k |
| Strength | float | Image-to-image strength (0-1). Higher values repaint the source image more freely. Only used when image is set. | 0.8 |
| Seed | int | The random seed to use for the generation. -1 means a random seed will be used. | -1 |
The positive prompt for the generation.
A cinematic ocean wave at sunrise, highly detailed, vibrant colors, volumetric lighting, photorealistic.Optional source image URL. When provided, the model runs image-to-image from it; the output keeps the source aspect ratio.
The aspect ratio of the generated image.
1:1Total output resolution tier: 1k (~1 megapixel) or 2k (~4 megapixels, generated natively).
1kImage-to-image strength (0-1). Higher values repaint the source image more freely. Only used when image is set.
0.8The random seed to use for the generation. -1 means a random seed will be used.
-1Developer documentation
Prepare Your Prompt & Parameters
1:1, 16:9, 9:16, 21:9) and resolution (1k or 2k).image_url and adjust strength (0.0 to 1.0) to perform image-to-image generation.Submit the API Request
/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
}'
request_id for tracking. Poll the task status or configure a webhook_url to receive the output image URL immediately upon completion.Frequently asked
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.
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.
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.
Krea 2 Turbo is priced transparently per generation: $0.01 for 1K resolution and $0.02 for 2K resolution, with no monthly subscriptions required.
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.