---
title: Recraft V4 Pro Vector | Runware Docs
url: https://runware.ai/docs/models/recraft-v4-pro-vector
description: Advanced vectorization with enhanced control for professional workflows
---
# Recraft V4 Pro Vector

Recraft V4 Pro Vector is an advanced vectorization model optimized for high-precision design production and brand asset creation. It generates scalable vectors with nuanced control over line quality, geometry simplification, fills, and color regions. The model is tailored for designers and creative teams seeking production-ready vector outputs for illustration, advertising, UI assets, and print layouts.

- **ID**: `recraft:v4-pro@vector`
- **Status**: live
- **Creator**: Recraft
- **Release Date**: February 17, 2026
- **Capabilities**: Text to Image, Vectorize, Checkpoint

## Pricing

- **All resolutions**: `$0.3`

## Compatibility & Validation

The following dimension combinations are supported:

| Configuration | Dimensions |
| --- | --- |
| `2K (1:1)` | `2048x2048` |
| `2K (2:1)` | `3072x1536` |
| `2K (1:2)` | `1536x3072` |
| `2K (3:2)` | `2560x1664` |
| `2K (2:3)` | `1664x2560` |
| `2K (4:3)` | `2432x1792` |
| `2K (3:4)` | `1792x2432` |
| `2K (5:4)` | `2304x1792` |
| `2K (4:5)` | `1792x2304` |
| `2K (6:10)` | `1664x2688` |
| `2K (14:10)` | `2560x1792` |
| `2K (10:14)` | `1792x2560` |
| `2K (16:9)` | `2688x1536` |
| `2K (9:16)` | `1536x2688` |

## Request Parameters

**API Options**

Platform-level options for task execution and delivery.

### [taskType](https://runware.ai/docs/models/recraft-v4-pro-vector#request-tasktype)

- **Type**: `string`
- **Required**: true
- **Value**: `vectorize`

Identifier for the type of task being performed

### [taskUUID](https://runware.ai/docs/models/recraft-v4-pro-vector#request-taskuuid)

- **Type**: `string`
- **Required**: true
- **Format**: `UUID v4`

UUID v4 identifier for tracking tasks and matching async responses. Must be unique per task.

### [outputType](https://runware.ai/docs/models/recraft-v4-pro-vector#request-outputtype)

- **Type**: `string`
- **Default**: `URL`

Image output type.

**Allowed values**: `URL` `base64Data` `dataURI`

### [outputFormat](https://runware.ai/docs/models/recraft-v4-pro-vector#request-outputformat)

- **Type**: `string`
- **Default**: `SVG`

Specifies the file format of the generated output. The available values depend on the task type and the specific model's capabilities.

- \`SVG\`: Scalable Vector Graphics.

**Allowed values**: `SVG`

### [webhookURL](https://runware.ai/docs/models/recraft-v4-pro-vector#request-webhookurl)

- **Type**: `string`
- **Format**: `uri`

Specifies a webhook URL where JSON responses will be sent via HTTP POST when generation tasks complete. For batch requests with multiple results, each completed item triggers a separate webhook call as it becomes available.

**Learn more** (1 resource):

- [Webhooks](https://runware.ai/docs/platform/webhooks) (platform)

### [deliveryMethod](https://runware.ai/docs/models/recraft-v4-pro-vector#request-deliverymethod)

- **Type**: `string`
- **Default**: `sync`

Determines how the API delivers task results.

**Allowed values**:

- `sync` Returns complete results directly in the API response.
- `async` Returns an immediate acknowledgment with the task UUID. Poll for results using getResponse.

**Learn more** (1 resource):

- [Task Polling](https://runware.ai/docs/platform/task-polling) (platform)

### [uploadEndpoint](https://runware.ai/docs/models/recraft-v4-pro-vector#request-uploadendpoint)

- **Type**: `string`
- **Format**: `uri`

Specifies a URL where the generated content will be automatically uploaded using the HTTP PUT method. The raw binary data of the media file is sent directly as the request body. For secure uploads to cloud storage, use presigned URLs that include temporary authentication credentials.

**Common use cases:**

- **Cloud storage**: Upload directly to S3 buckets, Google Cloud Storage, or Azure Blob Storage using presigned URLs.
- **CDN integration**: Upload to content delivery networks for immediate distribution.

```text
// S3 presigned URL for secure upload
https://your-bucket.s3.amazonaws.com/generated/content.mp4?X-Amz-Signature=abc123&X-Amz-Expires=3600

// Google Cloud Storage presigned URL
https://storage.googleapis.com/your-bucket/content.jpg?X-Goog-Signature=xyz789

// Custom storage endpoint
https://storage.example.com/uploads/generated-image.jpg
```

The content data will be sent as the request body to the specified URL when generation is complete.

### [ttl](https://runware.ai/docs/models/recraft-v4-pro-vector#request-ttl)

- **Type**: `integer`
- **Min**: `60`

Time-to-live (TTL) in seconds for generated content. Only applies when `outputType` is `URL`.

### [includeCost](https://runware.ai/docs/models/recraft-v4-pro-vector#request-includecost)

- **Type**: `boolean`

Include task cost in the response.

**Core Parameters**

Primary parameters that define the task output.

### [model](https://runware.ai/docs/models/recraft-v4-pro-vector#request-model)

- **Type**: `string`
- **Required**: true
- **Value**: `recraft:v4-pro@vector`

Identifier of the model to use for generation.

**Learn more** (3 resources):

- [Text To Image: Model Selection](https://runware.ai/docs/learn/text-to-image#model-selection) (learn)
- [Image Inpainting: Model Specialized Inpainting Models](https://runware.ai/docs/learn/image-inpainting#model-specialized-inpainting-models) (learn)
- [Image Outpainting: Other Critical Parameters](https://runware.ai/docs/learn/image-outpainting#other-critical-parameters) (learn)

### [positivePrompt](https://runware.ai/docs/models/recraft-v4-pro-vector#request-positiveprompt)

- **Type**: `string`
- **Required**: true
- **Min**: `1`
- **Max**: `10000`

Text prompt describing elements to include in the generated output.

**Learn more** (1 resource):

- [Prompts](https://runware.ai/docs/learn/prompts) (learn)

### [width](https://runware.ai/docs/models/recraft-v4-pro-vector#request-width)

- **Type**: `integer`
- **Required**: true
- **Paired with**: height

Width of the generated media in pixels.

**Learn more** (2 resources):

- [Dimensions](https://runware.ai/docs/learn/dimensions) (learn)
- [Image Outpainting: Dimensions Critical For Outpainting](https://runware.ai/docs/learn/image-outpainting#dimensions-critical-for-outpainting) (learn)

### [height](https://runware.ai/docs/models/recraft-v4-pro-vector#request-height)

- **Type**: `integer`
- **Required**: true
- **Paired with**: width

Height of the generated media in pixels.

**Learn more** (2 resources):

- [Dimensions](https://runware.ai/docs/learn/dimensions) (learn)
- [Image Outpainting: Dimensions Critical For Outpainting](https://runware.ai/docs/learn/image-outpainting#dimensions-critical-for-outpainting) (learn)

**Provider Settings**

Parameters specific to this model provider. These must be nested inside the \`providerSettings.recraft\` object.

### [backgroundColor](https://runware.ai/docs/models/recraft-v4-pro-vector#request-providersettings-recraft-backgroundcolor)

- **Path**: `providerSettings.recraft.backgroundColor`
- **Type**: `object (1 property)`

Background color used for the generation.

**Learn more** (1 resource):

- [Color Palettes](https://runware.ai/docs/models/recraft-v4-1/guides/color-palettes) (learn)

#### [rgb](https://runware.ai/docs/models/recraft-v4-pro-vector#request-providersettings-recraft-backgroundcolor-rgb)

- **Path**: `providerSettings.recraft.backgroundColor.rgb`
- **Type**: `array of integers`
- **Required**: true
- **Min**: `0`
- **Max**: `255`

Color as `[red, green, blue]` array.

### [colors](https://runware.ai/docs/models/recraft-v4-pro-vector#request-providersettings-recraft-colors)

- **Path**: `providerSettings.recraft.colors`
- **Type**: `array of objects (1 property)`

An array of colors defining the color palette to use in the generation.

**Learn more** (1 resource):

- [Color Palettes](https://runware.ai/docs/models/recraft-v4-1/guides/color-palettes) (learn)

#### [rgb](https://runware.ai/docs/models/recraft-v4-pro-vector#request-providersettings-recraft-colors-rgb)

- **Path**: `providerSettings.recraft.colors.rgb`
- **Type**: `array of integers`
- **Required**: true
- **Min**: `0`
- **Max**: `255`

Color as `[red, green, blue]` array.

## Response Parameters

### [taskType](https://runware.ai/docs/models/recraft-v4-pro-vector#response-tasktype)

- **Type**: `string`
- **Required**: true
- **Value**: `vectorize`

Identifier for the type of task this response belongs to.

### [taskUUID](https://runware.ai/docs/models/recraft-v4-pro-vector#response-taskuuid)

- **Type**: `string`
- **Required**: true
- **Format**: `UUID v4`

UUID v4 identifier echoed from the original request, used to match async responses to their tasks.

### [imageUUID](https://runware.ai/docs/models/recraft-v4-pro-vector#response-imageuuid)

- **Type**: `string`
- **Required**: true
- **Format**: `UUID v4`

UUID of the output image.

### [imageURL](https://runware.ai/docs/models/recraft-v4-pro-vector#response-imageurl)

- **Type**: `string`
- **Format**: `uri`

URL of the output image.

### [imageBase64Data](https://runware.ai/docs/models/recraft-v4-pro-vector#response-imagebase64data)

- **Type**: `string`

Base64-encoded image data.

### [imageDataURI](https://runware.ai/docs/models/recraft-v4-pro-vector#response-imagedatauri)

- **Type**: `string`
- **Format**: `uri`

Data URI of the output image.

### [cost](https://runware.ai/docs/models/recraft-v4-pro-vector#response-cost)

- **Type**: `float`

Task cost in USD. Present when `includeCost` is set to `true` in the request.

## Examples

### Midcentury Tea Tin Mascot (Text to Image)

![Midcentury Tea Tin Mascot](https://assets.runware.ai/examples/recraft-v4-pro-vector/0366e7cf-6338-444d-9e31-3b035184c82f.svg)

---

### Art Deco Citrus Emblem (Text to Image)

![Art Deco Citrus Emblem](https://assets.runware.ai/examples/recraft-v4-pro-vector/e70d946d-9bd0-4788-854e-0456f5a4f484.svg)

---

### Memphis Koi Badge System (Text to Image)

![Memphis Koi Badge System](https://assets.runware.ai/examples/recraft-v4-pro-vector/64d85be4-7d6d-4d1c-8384-cb4344f48de5.svg)

---

### Playful Orchard Harvest Icons (Text to Image)

![Playful Orchard Harvest Icons](https://assets.runware.ai/examples/recraft-v4-pro-vector/5f5f3342-f6be-4d15-9e77-f993f3b3d21a.svg)