Krea 2 Medium is Krea's text-to-image model on Versely. This page is its structured prompting reference: the 3 parameters its schema actually exposes, the t2i technique that applies to it, copy-ready templates.
Everything here is grounded in the same sources Versely's agent reads — the model's input schema. Where a line is general craft advice rather than a documented fact about Krea 2 Medium, the page says so.
What Krea 2 Medium wants
The exact input surface, from the same schema the Versely agent fetches with get_model_input_schema before every generation.
| Parameter | What it does | Values |
|---|---|---|
promptreq | Text description for image generation | string (min 1) |
aspect_ratio | Output aspect ratio | 1:1 · 4:3 · 3:2 · 16:9 · 2.35:1 · 4:5 · 2:3 · 9:16default: 1:1 |
image_style_references | array |
- — Verified against fal.ai/models/krea/v2/medium/text-to-image on 2026-06-02
Technique that applies here
Text-to-image: composition, lighting, style; family tips (Midjourney/Flux/Imagen/etc.) drive syntax
- Qwen Image (+ Qwen Z Image), GPT Image 2, Nano Banana, Cosmos 3 Super, Krea 2 Medium, Grok Imagine Image, Recraft 4.1, and ImagineArt 2.0 aren't in that 12-family list, so they fall back to the enhancer's generic default: 'vivid, specific descriptions with details about composition, lighting, style, and atmosphere.' No model-specific syntax is being layered on for you on these — be explicit yourself about subject, setting, lighting, style, and mood.
- Pick aspect ratio / size from the model's actual enum rather than describing it in prose. Cosmos 3 Super and Recraft 4.1 both take the same six image_size presets (square_hd, square, portrait_4_3, portrait_16_9, landscape_4_3, landscape_16_9); Flux 2 Max's resolved schema takes that same six plus a 7th value, auto; Seedream 4.0 uses the six-preset list too, plus a custom {width, height} object (960-4096px, ~2048x2048 default); Grok Imagine Image Quality and Krea 2 Medium instead take an aspect_ratio string enum (Krea's list includes a 2.35:1 cinematic option Grok's doesn't have).
- Use a dedicated schema field instead of writing it into prose when one exists. Cosmos 3 Super has a real negative_prompt field for exclusions (separate from the main prompt). Krea 2 Medium has image_style_references — attach style image(s) there to carry a look instead of spelling it out in adjectives. Seedream 4.0 has its own enhance_prompt_mode (standard/fast) built into the provider API — that's a separate toggle from Versely's own AI-enhance step, not the same thing.
Copy-ready templates
Replace the bracketed slots; each template says when it's the right shape.
[SUBJECT], [ACTION OR POSE], in [SETTING/ENVIRONMENT], [LIGHTING] lighting, [COLOR PALETTE], [STYLE OR MEDIUM], [MOOD/ATMOSPHERE]. (Pick aspect ratio/size from the model's own preset field — the schema takes an enum value, not a ratio typed into the prompt.)
Use when: Starting from nothing on any model in this family — no reference image, one self-contained generation.
[SUBJECT], [ACTION/COMPOSITION] — attach 1-4 image(s) to the style-reference field (image_style_references) to carry the look; keep the written prompt focused on subject and composition, not style adjectives
Use when: On Krea 2 Medium when you want to lock a visual style from reference images instead of describing it in words.
How the Versely agent does this automatically
You can use this page by hand, or let the agent apply the same knowledge. Four real mechanisms — no more, no less:
get_model_input_schema— before generating, the agent looks up Krea 2 Medium's exact input fields, required fields, allowed values, defaults, and min/max bounds. The parameter table above is that same surface.- The prompt enhancer's family rules — 12 per-family rewrite rules (this model's family isn't one of the 12, so only general enhancement applies) shape how a rough prompt gets rewritten.
- The per-provider speech guide — for TTS scripts, the agent follows a provider-specific tag scheme — not relevant to this model, but it's why voiceover scripts come out marked up correctly.
expand_movie_scene— in movie flows, brief scene ideas are rewritten into detailed cinematic descriptions before generation.
Mistakes that waste generations
- Padding every prompt with quality-booster tag lists ("masterpiece, best quality, highly detailed, 8k"). That convention belongs to the 'stable' MODEL_TIPS family — comma-separated tags plus quality boosters — and nothing in this family resolves to it; on Flux, Imagen, Midjourney, or any of the fallback-tip models it just reads as filler the model has to parse around.
- Free-typing an aspect ratio or size string outside the model's real enum — e.g. asking for 'a wide 2.5:1 banner' on a model whose aspect_ratio list tops out at 21:9, or writing 'widescreen' where the field wants the literal preset value landscape_16_9. The schema enum is exact; the model isn't interpreting loose ratio language.
- Writing an edit instruction ("make the sky sunset-orange") into one of the plain-generation pages that also covers an edit-capable gate variant (Flux 2 Max/Pro Edit, Nano Banana Edit, GPT Image 2 Image to Image, Wan 2.6 Image to Image) without attaching a reference image. With no image_urls supplied, you get a brand-new unrelated image, not an edit of anything.
Frequently asked questions
Does Krea 2 Medium support negative prompts?+
No — Krea 2 Medium's published schema has no negative_prompt parameter. Exclusions have to be phrased positively inside the main prompt, or dropped.
Which aspect ratios does Krea 2 Medium support?+
The aspect_ratio parameter is an enum: 1:1, 4:3, 3:2, 16:9, 2.35:1, 4:5, 2:3, 9:16. Set the parameter — describing the frame shape in prose does nothing on its own.
How does the Versely agent know Krea 2 Medium's parameters?+
Before generating, the agent calls its get_model_input_schema tool, which looks up the exact input fields, required fields, allowed values, defaults, and min/max bounds for the model. Nothing on this page is guessed — it is the same schema surface those tools read.
Related prompting guides
Generate with Krea 2 Medium
Krea 2 Medium is live in Versely — paste a template above, or just describe what you want and let the agent map it onto the schema for you.