Krea V2 Medium Turbo Text To Image
Playground
Try it on WavespeedAI!Krea 2 Medium Turbo Text to Image is a fast AI image generation model that creates high-quality images from text prompts with aspect ratio, creativity, and optional style reference controls. Ready-to-use REST inference API for rapid creative design, marketing visuals, product mockups, brand assets, social media content, concept art, and professional text-to-image workflows with simple integration, no coldstarts, and affordable pricing.
Features
WaveSpeed AI Krea V2 Medium Turbo Text-to-Image
WaveSpeed AI Krea V2 Medium Turbo Text-to-Image generates images from natural-language prompts with optional reference images for style guidance, flexible aspect ratios, and controllable creativity. It is designed for faster prompt-driven image generation workflows where you want a lightweight, lower-cost Krea option with optional visual steering.
Why Choose This?
-
Fast text-to-image generation
Generate images quickly from natural-language prompts. -
Optional reference-guided style control
Add reference images when you want the result to follow a specific visual direction. -
Flexible aspect ratios
Choose from common square, portrait, and landscape aspect ratios. -
Creativity control
Adjust how loosely the model interprets the prompt withraw,low,medium, orhigh. -
Lower-cost turbo workflow
A more affordable Krea option for rapid ideation and iteration. -
Production-ready API
Suitable for concept generation, visual exploration, marketing drafts, and creative prototyping.
Parameters
| Parameter | Required | Description |
|---|---|---|
| prompt | Yes | Text description of the image you want to generate. |
| aspect_ratio | No | Output aspect ratio, such as 1:1. |
| creativity | No | Controls how loosely the model interprets the prompt. |
| reference | No | Optional reference images that guide the style of the generated image. |
How to Use
- Write your prompt — describe the subject, style, lighting, composition, and mood you want.
- Choose aspect ratio (optional) — select the format that best fits your use case.
- Set creativity (optional) — use a lower value for stricter prompt control or a higher value for looser interpretation.
- Add reference images (optional) — upload one or more references if you want stronger style guidance.
- Submit — run the model and download the generated image.
Example Prompt
A cinematic movie still of an adult US woman standing alone on a rainy city street at night, wet pavement reflecting neon lights, long black coat, calm but emotional expression, soft bokeh background, realistic rain, shallow depth of field, dramatic cinematic lighting, photorealistic, no text
Pricing
Pricing depends on whether you use reference images.
| Mode | Cost |
|---|---|
| Without reference images | $0.015 |
| With one or more reference images | $0.0175 |
Billing Rules
- Base price is $0.015 per image
- Adding
referenceimages adds $0.0025 to the request - The number of reference images does not increase the surcharge beyond that single addition
aspect_ratioandcreativitydo not affect pricing- Each request returns one generated image
Best Use Cases
- Fast concept generation — Explore visual ideas quickly from prompts.
- Style-guided image creation — Use references to nudge the result toward a desired look.
- Marketing drafts — Produce lower-cost visual options for campaigns and content planning.
- Social media ideation — Create square, portrait, or landscape visuals for different platforms.
- Creative prototyping — Iterate quickly before moving to larger or more premium generation models.
Pro Tips
- Use shorter, clearer prompts for faster iteration.
- Add reference images only when you want visual steering, since they increase the price slightly.
- Start without references first, then add them only if the style needs more control.
- Use lower creativity when prompt fidelity matters more than stylistic variation.
- Use higher creativity when you want more interpretive or exploratory results.
Notes
promptis required.referenceis optional.- Pricing is fixed per request, with a small surcharge when reference images are used.
- This model is designed as a faster and cheaper Krea workflow for text-to-image generation.
Related Models
- WaveSpeed AI Krea V2 Medium Text-to-Image — Standard medium-tier Krea text-to-image workflow.
- WaveSpeed AI Krea V2 Large Text-to-Image — Higher-tier Krea text-to-image workflow.
- WaveSpeed AI FLUX.2 Klein Base 9B Text-to-Image — Another prompt-based image generation workflow with a simpler parameter set.
<ApiPage model={model}>
## Authentication
For authentication details, please refer to the [Authentication Guide](/docs-authentication).
## API Endpoints
### Submit Task & Query Result
## Parameters
### Task Submission Parameters
#### Request Parameters
#### Response Parameters
<SubmitResponse />
#### Result Request Parameters
| Parameter | Type | Required | Default | Description |
|-----------|------|----------|---------|-------------|
| id | string | Yes | - | Task ID |
#### Result Response Parameters
| Parameter | Type | Description |
|-----------|------|-------------|
| code | integer | HTTP status code (e.g., 200 for success) |
| message | string | Status message (e.g., "success") |
| data | object | The prediction data object containing all details |
| data.id | string | Unique identifier for the prediction, the ID of the prediction to get |
| data.model | string | Model ID used for the prediction |
| data.outputs | string | Array of URLs to the generated content. |
| data.urls | object | Object containing related API endpoints |
| data.urls.get | string | URL to retrieve the prediction result |
| data.status | string | Status of the task: `created`, `processing`, `completed`, or `failed` |
| data.created_at | string | ISO timestamp of when the request was created (e.g., "2023-04-01T12:34:56.789Z") |
| data.error | string | Error message (empty if no error occurred) |
| data.timings | object | Object containing timing details |
| data.timings.inference | integer | Inference time in milliseconds |
</ApiPage>