# Recraft V4 Vector

> Native SVG output — actual paths + structured layers, edit in Figma/Illustrator. Only model on the market that ships true vector files.

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

## Facts

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

## Positioning

Recraft V4 Vector generates native SVG files with structured paths and layers, making it the only model that outputs truly editable vector graphics. Reach for it when you need logos, icons, or illustrations that can be directly opened and modified in standard design tools.

## About

This model takes text prompts and outputs native SVG files containing actual vector paths and structured layers. Unlike raster image generators, it produces scalable graphics that retain crisp edges at any resolution.

On Kyma, requests route through an OpenAI-compatible endpoint with automatic failover if a serving path degrades. The API returns exact request costs in the usage object, identifies the active model via the X-Kyma-Model header, and applies prompt caching to repeated prefixes at 10% of the standard input rate.

It accepts text input only and does not support vision, reasoning, or structured JSON outputs. Generation speed is medium, and it is optimized for graphic assets rather than photorealistic imagery or complex scene composition.

## Use cases

- **Brand Logo Generation** — Create scalable logos with clean paths that designers can refine in vector editors.
- **UI Icon Sets** — Generate consistent, resolution-independent icons for web and mobile interfaces.
- **Editable Vector Illustrations** — Produce layered graphics ready for direct manipulation in Figma or Illustrator.
- **Technical Diagram Assets** — Output precise, scalable shapes and lines for documentation and presentations.

## Not ideal for

Do not use this model for photorealistic rendering, complex scene generation, or tasks requiring image-to-image editing, as it outputs structured vector paths rather than raster pixels.

## Pick something else when

- You need photorealistic images or complex scenes → `flux-2-pro`, `imagen-4-ultra`
- You need fast raster generation for prototyping → `imagen-4-fast`, `flux-1.1-ultra`
- You need high-fidelity raster illustrations → `recraft-v4`, `ideogram-v3`

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