# Recraft V4 Pro

> Recraft V4 at 4MP for print-ready / large-scale assets. Same design taste as V4, higher resolution.

Human version: https://kymaapi.com/models/recraft-v4-pro
Live JSON: `GET https://kymaapi.com/v1/models` (no auth required)

## Facts

- **Model ID**: `recraft-v4-pro` — pass this as `model` in the request body
- **Creator**: Recraft
- **Released**: 2026-02-17
- **Price**: $0.3375 / image

## Call it

```bash
curl https://kymaapi.com/v1/images/generations \
  -H "Authorization: Bearer $KYMA_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model": "recraft-v4-pro", "prompt": "..."}'
```

## Positioning

Recraft V4 Pro generates 4-megapixel images optimized for print and large-format displays. Reach for it when you need high-resolution assets that preserve the standard V4 design aesthetic.

## About

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 10% of the standard 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.

## Use cases

- **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

- You need faster generation for web or mobile screens → `recraft-v4`, `flux-1.1-ultra`
- You need vector graphics for scalable logos → `recraft-v4-vector-pro`
- You need lower-cost batch generation for drafts → `imagen-4-fast`, `flux-2-pro`

## See also

- All models: https://kymaapi.com/models.md
- Pricing: https://kymaapi.com/pricing.md
- Other models by Recraft: https://kymaapi.com/models?q=Recraft
