All models

Krea 2 Medium Turbo

krea/krea-2-medium-turbo
Krea Image GenerationText to ImageFastIllustrationStyle Transfer

The fastest Krea 2 model, built for low-cost iteration on expressive illustrations, style-driven concepts, and rapid visual exploration. Keeps the Krea 2 style system and expressive visual range but uses a distilled sampling schedule so you can move through ideas much faster. Especially useful for expressive illustration, graphic styles, typography experiments, and quick campaign or concept directions.

Quick start

# Inspect the price — a plain request returns the 402 challenge:
curl -i https://api.glianalabs.com/v1/infer \
  -H "content-type: application/json" \
  -d '{
    "model": "krea/krea-2-medium-turbo",
    "prompt": "<your prompt>"
  }'

# Pay + run in one step with the mppx CLI (create a wallet: npx mppx account create):
npx mppx https://api.glianalabs.com/v1/infer \
  -J '{"model": "krea/krea-2-medium-turbo", "prompt": "<your prompt>"}'

Examples

example

Parameters

Input
prompt string required

Text prompt describing the image to generate.

aspect_ratio string optional default: "1:1"

Aspect ratio of the generated image.

complexity integer optional default: 0

K2 Complexity slider (-100 to 100). 0 disables the slider LoRA.

creativity string optional default: "low"

Prompt expansion mode. `raw` disables expansion; `low`, `medium`, `high` control strength. Does not affect the K2 Intensity, Complexity, or Movement slider LoRAs.

image_style_references array optional

Reference images to drive the visual style (up to 10).

intensity integer optional default: 0

K2 Intensity slider (-100 to 100). 0 disables the slider LoRA.

moodboards array optional

Moodboard references (currently limited to one).

movement integer optional default: 0

K2 Movement slider (-100 to 100). 0 disables the slider LoRA.

resolution string optional default: "1K"

Resolution scale.

seed optional

Random seed for reproducible generations. Pass null or omit for a random seed.

styles array optional

Styles (typically LoRAs) to apply to the generation.

Output
image: presigned URL to the generated image