Skip to main content
Image Text to Image fal.ai

Krea 2 Turbo

Krea 2 Turbo costs $0.0096/image on FairStack — a text to image model for Fast iteration and drafting, High-volume aesthetic generation, Cost-sensitive creative work. No subscription required. Pay per generation with full REST API access. FairStack applies a transparent 20% margin on infrastructure cost so you always see the real price.

FairStack price
$0.0096/image
Try Krea 2 Turbo API Quickstart Last updated 2026-07-25

What is Krea 2 Turbo?

Krea 2 Turbo is the speed-optimized version of Krea's foundation image model, generating high-fidelity images from text in seconds. It keeps Krea 2's creator-focused aesthetic — clean, stylish output with a naturalistic look — while running fast and cheap enough for rapid iteration and drafting workflows. At $0.008 per megapixel it is one of the most affordable quality-tier models on FairStack, using preset image sizes (square, portrait, landscape) and supporting up to four images per request with optional acceleration and LLM prompt expansion. It trades some of Krea 2 Large's peak fidelity and style-reference depth for a large speed and cost advantage. Compared to other fast models like z-image-turbo and FLUX Turbo, Krea 2 Turbo brings Krea's distinctive aesthetic sensibility to the fast tier. Against Krea 2 Large, it is the iteration workhorse — draft here, finalize on Large when peak quality matters. Best for fast iteration, drafts, and high-volume aesthetic generation. Available on FairStack at infrastructure cost plus a 20% platform fee.

Key Features

Speed-optimized Krea 2 — images in seconds
Very low cost ($0.008/MP) for a quality-tier model
Preset image sizes and up to 4 images per request
Optional acceleration and prompt expansion
Creator-focused Krea aesthetic

What are Krea 2 Turbo's strengths?

Fast generation for rapid iteration
Very affordable
Distinctive Krea aesthetic at the fast tier
Good general-purpose quality

What are Krea 2 Turbo's limitations?

Lower peak fidelity than Krea 2 Large
Weak text rendering
Fewer style-reference controls than Large

What is Krea 2 Turbo best for?

Fast iteration and drafting High-volume aesthetic generation Cost-sensitive creative work Previewing before finalizing on Krea 2 Large

How much does Krea 2 Turbo cost?

Metric
FairStack
Details
Price per generation
$0.0096
Includes 20% margin
Subscription
None
Pay per generation only

How does Krea 2 Turbo perform across capabilities?

Estimated from Krea 2 Turbo launch + fal partner docs (speed-optimized foundation model, per-MP pricing) — not independently benchmark-verified.

photorealism
80%
layout precision
64%
text rendering
50%
identity consistency
48%
style adherence
82%
fine detail
76%
multi subject
60%
lighting complexity
78%
storytelling
62%

How do I use the Krea 2 Turbo API?

curl
curl -X POST https://api.fairstack.ai/v1/generations/image \
  -H "Authorization: Bearer $FAIRSTACK_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "krea-2-turbo-t2i",
    "prompt": "Your prompt here"
  }'
Python
import requests

response = requests.post(
    "https://api.fairstack.ai/v1/generations/image",
    headers={
        "Authorization": f"Bearer {FAIRSTACK_API_KEY}",
        "Content-Type": "application/json",
    },
    json={
        "model": "krea-2-turbo-t2i",
        "prompt": "Your prompt here",
    },
)

result = response.json()
print(result["url"])
Node.js
const response = await fetch(
  "https://api.fairstack.ai/v1/generations/image",
  {
    method: "POST",
    headers: {
      Authorization: `Bearer ${process.env.FAIRSTACK_API_KEY}`,
      "Content-Type": "application/json",
    },
    body: JSON.stringify({
      model: "krea-2-turbo-t2i",
      prompt: "Your prompt here",
    }),
  }
);

const result = await response.json();
console.log(result.url);

What parameters does Krea 2 Turbo support?

Parameter
Type
Default
Details
image_size
enum_or_object
landscape_4_3
Options: square_hd, square, portrait_4_3, portrait_16_9, landscape_4_3, landscape_16_9
num_images
integer
1
Range: 1–4
output_format
enum
jpeg
Options: jpeg, png
seed
integer (optional)
guidance_scale
float
3.5
Range: 1–20
num_inference_steps
integer
28
Range: 1–50

Frequently Asked Questions

How much does Krea 2 Turbo cost?

Krea 2 Turbo costs $0.0096/image on FairStack as of 2026-07-25. This price includes FairStack's transparent 20% margin on infrastructure cost. No subscription or monthly fee — you pay per generation only. Minimum deposit is $1.

What is Krea 2 Turbo and what is it best for?

Krea 2 Turbo is the speed-optimized version of Krea's foundation image model, generating high-fidelity images from text in seconds. It keeps Krea 2's creator-focused aesthetic — clean, stylish output with a naturalistic look — while running fast and cheap enough for rapid iteration and drafting workflows. At $0.008 per megapixel it is one of the most affordable quality-tier models on FairStack, using preset image sizes (square, portrait, landscape) and supporting up to four images per request with optional acceleration and LLM prompt expansion. It trades some of Krea 2 Large's peak fidelity and style-reference depth for a large speed and cost advantage. Compared to other fast models like z-image-turbo and FLUX Turbo, Krea 2 Turbo brings Krea's distinctive aesthetic sensibility to the fast tier. Against Krea 2 Large, it is the iteration workhorse — draft here, finalize on Large when peak quality matters. Best for fast iteration, drafts, and high-volume aesthetic generation. Available on FairStack at infrastructure cost plus a 20% platform fee. Krea 2 Turbo is best for Fast iteration and drafting, High-volume aesthetic generation, Cost-sensitive creative work. Available via FairStack's REST API with curl, Python, and Node.js SDKs.

Does Krea 2 Turbo have an API?

Yes. Krea 2 Turbo is available via FairStack's REST API at api.fairstack.ai. Send a POST request to /v1/generations/image with your API key and prompt. Works with curl, Python requests, Node.js fetch, and any HTTP client. No SDK installation required.

How does Krea 2 Turbo compare to other image models?

Krea 2 Turbo excels at Fast iteration and drafting, High-volume aesthetic generation, Cost-sensitive creative work. It is a text to image model priced at $0.0096/image on FairStack. Key strengths: Fast generation for rapid iteration, Very affordable. Compare all image models at fairstack.ai/models.

Start using Krea 2 Turbo today

$0.0096/image. Full API access. No subscription.

Start Creating