krea2_turbo_fp8_scaled Open-source few-step image generation with sharp photoreal detail, image-to-image support, and standard Spark pricing.
No GPU. No setup. Cancel anytime.
Krea 2 Turbo is an open-source, distilled few-step version of Krea 2, tuned for fast text-to-image and image-to-image generation with a clean, contemporary look. On Sogni it runs in the browser and through the API on the fast network, so you get rapid iteration without renting hardware or managing nodes.
Use it for quick rounds of photoreal portraits, product studies, editorial scenes, and bold graphic concepts. It is a standard open model on Sogni, not a Premium Spark or restricted partner model.
Use pay-as-you-go Spark packs for each render (1 Spark = $0.005), or choose a flat-rate Sogni plan for credit-free fair-use generation in the app.
| Configuration | Spark | USD |
|---|---|---|
| 1024 × 1024 · 4 steps | 1.22 Spark | $0.006 |
| 2048 × 2048 · 4 steps (scales with pixels) | 4.87 Spark | $0.024 |
One Sogni API key reaches every model on the Supernet — call Krea 2 Turbo with the exact model id.
import { SogniClient } from '@sogni-ai/sogni-client';
const client = await SogniClient.createInstance({
appId: crypto.randomUUID(),
apiKey: process.env.SOGNI_API_KEY,
network: 'fast',
});
const project = await client.projects.create({
type: 'image',
modelId: 'krea2_turbo_fp8_scaled',
positivePrompt: 'a slothicorn surfing a wave of liquid paint, studio lighting',
numberOfMedia: 1,
});
const [url] = await project.waitForCompletion();
console.log(url); // result link — download within 24h # krea2_turbo_fp8_scaled is addressable by id via the JavaScript SDK (see the JavaScript tab).
# The REST workflow API routes this family through its flagship alias instead:
curl https://api.sogni.ai/v1/creative-agent/workflows \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $SOGNI_API_KEY" \
-d '{
"input": {
"title": "First render",
"steps": [{
"id": "step1",
"toolName": "generate_image",
"arguments": { "prompt": "a slothicorn surfing a wave of liquid paint, studio lighting" }
}]
},
"confirm_cost": true
}' Addressable by id via the JavaScript SDK; the REST workflow API routes this family through its flagship alias. Full reference at docs.sogni.ai.
Real generations from Sogni. Hit Use prompt to open the app with Krea 2 Turbo selected and the full prompt preloaded.
Use a flat monthly plan for credit-free fair-use generation, or buy Spark packs when pay-as-you-go fits better. Both run on the same creator-owned GPU network.
One flat price in the app. Generate under fair use without a per-image meter.
Image, video, music, and language models in one workspace and one API key.
Prefer pay-as-you-go? Call Krea 2 Turbo by id and pay with Spark packs.
Runs on a decentralized GPU network where workers share subscription revenue.
Krea 2 Turbo is an open-source, distilled version of Krea 2 for text-to-image and image-to-image generation, tuned for quick, high-quality creative iteration.
No. Krea 2 Turbo is a standard open model on Sogni, not a Premium Spark or restricted partner model. You can run it in the Sogni app under fair-use plans or call it by model id through the API.
A 1024 × 1024, 4-step render quotes at about 1.22 Spark, roughly $0.006. Larger outputs scale with pixel count.
Yes, credit-free fair-use. Covered jobs run on Sogni's shared GPU network and may queue at peak demand, but you are not blocked by a credit meter.
No. Krea 2 Turbo runs through Sogni in the browser or app, with no local install and no graphics card required.
Create in the app, or build with the API. Your call.