Krea 2 Turbo

POST/api/v2/krea-2-turbo
LoRA

Fast high-fidelity text-to-image with optional custom LoRA support. Pass `loras: [{ path, scale }]` to apply trained Krea 2 LoRAs.

Request body

prompt

Text description of the image to generate.

batch

Number of images to generate (1-4).

webhook
workspace_id
settings.aspect_ratio

Image aspect ratio.

settings.seed

Optional seed for reproducible results. Auto-generated when omitted.

settings.enable_safety_checker
Disabled

Enable the built-in safety checker.

settings.enable_prompt_expansion
Disabled

Expand the prompt automatically for richer detail.

loras

Optional: up to 3 LoRAs to apply, each as `{ "path": "<url>", "scale": <0-2> }` (a bare URL string is also accepted). `scale` defaults to 1.0. Preferred over the legacy single `lora_url`.

Sign in to run the playground

Request example

curl -X POST "https://influencerstudio.com/api/v2/krea-2-turbo" \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{}'

Output

Run the model to see results

Real outputs will stream into this panel as the request completes.