# Recraft V4 Vector Pro

> Native SVG at 4MP for print-ready vector assets. Same as V4 Vector with higher detail / scale.

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

## Facts

- **Model ID**: `recraft-v4-vector-pro` — pass this as `model` in the request body
- **Creator**: Recraft
- **Released**: 2026-02-17
- **Price**: $0.405 / 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-vector-pro", "prompt": "..."}'
```

## Positioning

Recraft V4 Vector Pro generates native SVG vector graphics at 4MP resolution, built for developers integrating print-ready design pipelines. Reach for it when your application requires scalable assets that maintain sharp geometry at any physical size.

## About

This model outputs native SVG files rather than raster bitmaps, delivering 4MP resolution with higher detail and scale than the standard V4 Vector variant. It processes text-only prompts to produce vector paths optimized for commercial printing and large-format output.

On Kyma, it operates as a premium-tier image generation endpoint with medium inference speed and supports prompt caching. Repeated prompt prefixes are billed at 10% of the standard input rate, and every request routes through an OpenAI-compatible interface with automatic failover. The endpoint does not support vision inputs, structured outputs, or reasoning chains.

## Use cases

- **Print-Ready Logo Generation** — Generates scalable brand marks that maintain crisp edges across physical media.
- **Packaging Illustration Design** — Creates clean vector artwork optimized for commercial print and layout workflows.
- **Large-Scale Signage Assets** — Produces high-detail SVGs that scale to physical dimensions without pixelation.

## Not ideal for

Do not use this model for photorealistic raster generation, image-to-image editing, or tasks requiring multimodal vision input.

## Pick something else when

- You need photorealistic raster images → `flux-2-pro`, `imagen-4-ultra`
- You need standard vector generation at lower cost → `recraft-v4-vector`
- You need image editing or inpainting → `flux-kontext-pro`, `recraft-v4`

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