The Krea 2 Turbo API
Price: $0.0066 - 0.026(~ 0.45 - 1.8 credits) per image
Stable managed access for production workloads. Recommended when you need dashboard billing, API key control, and predictable integration behavior.
Use the same API endpoint for all versions. Only the model parameter differs.

History
Max 20 items0 running · 0 completed
Krea 2 Turbo API pricing, playground, and integration
Test Krea 2 Turbo online with selectable 1K or 2K output, then integrate through EvoLink's unified API gateway for keys, credits, billing, and usage tracking.

Pricing
| Model | Mode | Resolution | Price |
|---|---|---|---|
| Krea 2 Turbo | Image Generation | 1K | $0.0067/ image(0.45 Credits) |
| Krea 2 Turbo | Image Generation | 2K | $0.027/ image(1.8 Credits) |
If an upstream route is unavailable, EvoLink can use the next available option where fallback coverage exists, helping teams keep costs and operations predictable.
What Can You Build with Krea 2 Turbo API?
Poster-Grade Text-to-Image
Generate polished poster-style visuals straight from a prompt. Krea 2 Turbo is positioned for marketing collateral, album covers, editorial concepts, and product-style image generation where visual finish matters.

Dual 1K and 2K Output Tiers
Choose the right tier per request. Use 1K for lower-cost iteration and 2K for higher-resolution final assets. A single route exposes both tiers through the `quality` parameter.

11 Aspect Ratios at Production Scale
Create assets for common platform formats without adding a separate crop step. Krea 2 Turbo supports 11 aspect ratios, including 1:1, 16:9, 9:16, 4:5, 5:4, 1:2, and 2:1.

Why Choose Evolink's Krea 2 Turbo API?
Use one EvoLink gateway to test Krea 2 Turbo, manage credits, and compare it with the rest of your image-generation stack.
Unmatched Scalability
Building and maintaining your own image-generation route is costly and complex. EvoLink gives teams one managed API gateway for keys, credits, billing, usage tracking, and model access, so Krea 2 Turbo can fit into the same workflow as your other image models.
Enterprise-Grade Reliability
Production teams need predictable operations, not scattered vendor accounts. Use EvoLink to centralize API access, observe usage, and keep a clearer cost trail while you evaluate whether Krea 2 Turbo belongs in your image pipeline.
Developer-Centric Design
Time-to-market matters. The Krea 2 Turbo route uses the standard /v1/images/generations endpoint shape, returns asynchronous task IDs, and supports polling or callback_url delivery, so teams can test and integrate without building a separate vendor-specific client.
How to Integrate Krea 2 Turbo API
Three simple steps to embed premium AI image generation into your software workflow.
Authenticate Your Access
Sign in to EvoLink and create an API key for your application. Use dashboard controls to manage access, monitor credit consumption, and keep image-generation usage visible to your team.
Construct the Payload
Send a POST request to /v1/images/generations with your prompt, aspect ratio (`size`), and output tier (`quality` = 1k or 2k). The route follows the familiar Images API shape and uses `krea-2-turbo` as the request model ID.
Retrieve & Deploy Assets
The API processes your request asynchronously and returns a task ID. Poll /v1/tasks/{task_id} or register a callback_url to receive the result. The response includes hosted image URLs valid for 24 hours, so store long-term assets in your own bucket.
Powerful Features Under the Hood
Every tool you need to build robust, premium-grade visual applications.
Async Generation Pipeline
Submit jobs asynchronously and keep your UI responsive. Krea 2 Turbo returns a task ID, then your app can poll or receive a callback when the image task completes.
Selectable 1K / 2K Output Tier
Pick the right tier per request via the `quality` parameter. 1K is the default lower-cost tier; 2K routes to the higher-resolution SKU for final or premium assets.
Safe Content Filtering
The EvoLink playground enables `nsfw_check` by default for this route. Raw API calls default to false unless you pass `nsfw_check: true`, so production apps should set the flag intentionally and still apply their own policy, review, and user controls.
Seed Control
Pass a seed value (0-1048576) to make iterations more controllable. With a stable prompt, seed reuse can help you explore similar compositions for A/B variants of the same scene.
OpenAI-Compatible Endpoint
Krea 2 Turbo is exposed under the standard /v1/images/generations endpoint shape. Existing compatible clients can test the route with a model-name swap and EvoLink API key.
11 Aspect Ratios Supported
Generate content for common platform formats, including 1:1, 16:9, 9:16, 4:5, 5:4, 1:2, and 2:1, without adding a separate crop step.
Frequently Asked Questions about Krea 2 Turbo API
Everything you need to know about the product and billing.
API Reference
Select endpoint
Authentication
All APIs require Bearer Token authentication.
Authorization:
Bearer YOUR_API_KEY/v1/images/generationsGenerate Image
Krea 2 Turbo is an ultra-fast text-to-image generation model that produces high-fidelity, cinematic visuals. Text-to-image only; reference images are not supported.
Asynchronous processing mode, use the returned task ID to .
Generated image links are valid for 24 hours, please save them promptly.
Request Parameters
modelstringRequiredDefault: krea-2-turboImage generation model name.
| Value | Description |
|---|---|
| krea-2-turbo | Premium text-to-image with 1K and 2K outputs |
krea-2-turbopromptstringRequiredPrompt describing the image to be generated. English works best, with a maximum length of 640 tokens.
Notes
- Maximum 640 tokens
- English works best
- Text-to-image only — reference images are not supported
A cinematic product poster, silver headphones floating against a deep matte-black backdrop with soft rim lightingsizestringOptionalDefault: 1:1Aspect ratio of the generated image; defaults to '1:1' when omitted. The actual output pixels are determined jointly by 'size' and 'quality' (see table below).
| Value | Description |
|---|---|
| 1:1 | 1K: 1024×1024 / 2K: 2048×2048 |
| 4:3 | 1K: 1152×896 / 2K: 2304×1728 |
| 3:4 | 1K: 896×1152 / 2K: 1728×2304 |
| 5:4 | 1K: 1152×896 / 2K: 2240×1792 |
| 4:5 | 1K: 896×1152 / 2K: 1792×2240 |
| 2:3 | 1K: 832×1280 / 2K: 1664×2496 |
| 3:2 | 1K: 1280×832 / 2K: 2496×1664 |
| 9:16 | 1K: 768×1344 / 2K: 1472×2688 |
| 16:9 | 1K: 1344×768 / 2K: 2688×1472 |
| 1:2 | 1K: 704×1472 / 2K: 1408×2816 |
| 2:1 | 1K: 1472×704 / 2K: 2816×1408 |
16:9qualitystringOptionalDefault: 1KOutput resolution tier '1K' / '2K'; defaults to '1K' when omitted. '2K' produces higher-resolution images than '1K'.
| Value | Description |
|---|---|
| 1K | Standard 1K output |
| 2K | High-definition 2K output |
Notes
- Defaults to '1K' when omitted
- Billing differs by tier — see the Pricing page
1KseedintegerOptionalRandom seed for generating similar compositions.
Notes
- Range: 0 to 1048576
- 0 or empty uses a random seed
- Same seed with same prompt may reproduce the same composition
12345nsfw_checkbooleanOptionalDefault: falseEnable additional NSFW content moderation.
Notes
- Default: false (disabled)
- Basic content moderation is always active even when disabled
- Enable for stricter content filtering
falsecallback_urlstringOptionalHTTPS callback address after task completion.
Notes
- Triggered on completion, failure, or cancellation
- Sent after billing confirmation
- HTTPS only, no internal IPs (127.0.0.1, 10.x.x.x, 172.16-31.x.x, 192.168.x.x)
- Max URL length: 2048 chars
- Timeout 10s, max 3 retries (after 1s / 2s / 4s)
- Callback body is identical to the task query API response
https://your-domain.com/webhooks/image-task-completed