Krea 2 Large
Krea 2 Large costs $0.072/image on FairStack — a text to image model for Photorealistic hero images, Art-directed campaign visuals, Aesthetic / editorial photography styles. 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.
What is Krea 2 Large?
Krea 2 Large is Krea's first foundation image model at full scale, tuned for photographic realism and 'raw' aesthetics — motion blur, film grain, controlled dynamic range, and naturalistic lighting that many models over-smooth away. It pairs that look with strong creative controls: a creativity dial (raw/low/medium/high), up to ten style and image-style references, and moodboard conditioning for art-directed, brand-consistent output. As the larger sibling of Krea 2 Turbo, it trades some speed for fidelity, producing high-detail images with a distinctive editorial aesthetic. It is aspect-ratio driven (1:1 through 2.35:1 cinematic and portrait ratios) rather than fixed presets, making it well-suited to hero shots, campaign imagery, and stylized photography. Compared to Seedream and Imagen, Krea 2 Large leans into a grittier, more photographic aesthetic rather than clean commercial polish. Against text-focused models like Ideogram, it is not a typography tool — its value is in look and feel. Best for photorealistic hero images, art-directed campaigns, and aesthetic-driven creative work. Available on FairStack at infrastructure cost plus a 20% platform fee.
Key Features
What are Krea 2 Large's strengths?
What are Krea 2 Large's limitations?
What is Krea 2 Large best for?
How much does Krea 2 Large cost?
How does Krea 2 Large perform across capabilities?
Estimated from Krea 2 launch + fal partner docs (foundation model, photorealism/raw-aesthetic focus, style + moodboard controls) — not independently benchmark-verified.
How do I use the Krea 2 Large API?
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-large-t2i",
"prompt": "Your prompt here"
}' 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-large-t2i",
"prompt": "Your prompt here",
},
)
result = response.json()
print(result["url"]) 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-large-t2i",
prompt: "Your prompt here",
}),
}
);
const result = await response.json();
console.log(result.url); What parameters does Krea 2 Large support?
Frequently Asked Questions
How much does Krea 2 Large cost?
Krea 2 Large costs $0.072/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 Large and what is it best for?
Krea 2 Large is Krea's first foundation image model at full scale, tuned for photographic realism and 'raw' aesthetics — motion blur, film grain, controlled dynamic range, and naturalistic lighting that many models over-smooth away. It pairs that look with strong creative controls: a creativity dial (raw/low/medium/high), up to ten style and image-style references, and moodboard conditioning for art-directed, brand-consistent output. As the larger sibling of Krea 2 Turbo, it trades some speed for fidelity, producing high-detail images with a distinctive editorial aesthetic. It is aspect-ratio driven (1:1 through 2.35:1 cinematic and portrait ratios) rather than fixed presets, making it well-suited to hero shots, campaign imagery, and stylized photography. Compared to Seedream and Imagen, Krea 2 Large leans into a grittier, more photographic aesthetic rather than clean commercial polish. Against text-focused models like Ideogram, it is not a typography tool — its value is in look and feel. Best for photorealistic hero images, art-directed campaigns, and aesthetic-driven creative work. Available on FairStack at infrastructure cost plus a 20% platform fee. Krea 2 Large is best for Photorealistic hero images, Art-directed campaign visuals, Aesthetic / editorial photography styles. Available via FairStack's REST API with curl, Python, and Node.js SDKs.
Does Krea 2 Large have an API?
Yes. Krea 2 Large 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 Large compare to other image models?
Krea 2 Large excels at Photorealistic hero images, Art-directed campaign visuals, Aesthetic / editorial photography styles. It is a text to image model priced at $0.072/image on FairStack. Key strengths: Excellent photorealism and naturalistic aesthetics, Deep style/moodboard control for consistent look. Compare all image models at fairstack.ai/models.