Skip to main content

Overview

This is a text-to-image model from Recraft that outputs at 4MP resolution. It shares the same underlying design aesthetic as the base V4 model but scales up for print-ready, poster, and hero campaign use cases. Kyma serves it through an OpenAI-compatible endpoint with automatic request failover. The model supports prompt caching, which bills repeated prompt prefixes at this model’s cached input rate. Exact generation costs are returned in the usage.cost field, and the X-Kyma-Model header confirms which model executed the request. It accepts text input and produces images only. It does not support vision, reasoning, or structured outputs. Generation operates at a medium speed tier and uses premium per-image pricing.

Specs

Pricing

Use this when

  • Print-ready marketing assets — Generate high-resolution posters and brochures for physical distribution.
  • Large-scale display graphics — Create hero images and digital billboards that scale without pixelation.
  • Brand-consistent design work — Maintain Recraft V4’s aesthetic while producing larger output files.
  • Campaign visual production — Produce multiple high-resolution variants for coordinated marketing pushes.

Not ideal for

Do not use this model for low-latency web prototyping, mobile-optimized thumbnails, or tasks requiring image understanding or structured data extraction.

Pick something else when

Example

Agent query example

Ask the API which models fit, instead of hardcoding an id:

FAQ

Does this model support image-to-image or vision tasks? No, it only accepts text prompts and outputs images. How does prompt caching affect billing? Repeated prompt prefixes are billed at this model’s cached input rate. What happens if a generation path degrades? Kyma automatically reroutes the request to a healthy serving path without requiring manual retries.