# Recraft V4 Prompt Guide for Typography and Vector Design

> Published 2026-03-31, updated 2026-09-05 · https://www.promptzone.com/neha_sullivan/recraft-v4-advanced-prompting-for-stunning-ai-art-2nln

---
title: "Recraft V4 Prompt Guide for Typography and Vector Design"
published: true
description: Write Recraft V4 prompts for clear typography and vector layouts, select the right API model, and avoid unsupported negative-prompt controls.
tags: ai,imagegeneration,promptengineering
---
For Recraft V4 typography, quote the required words and specify their size and placement. For editable SVG output, select a V4 vector model in the hosted API. [Prompting guide][prompting] [V4 models][v4]

## What are the key facts about Recraft V4?

| Field | Verified information |
| --- | --- |
| Developer | Recraft. [API overview][api] |
| Released | February 17, 2026. [Launch announcement][launch] |
| Type | Hosted raster and vector image generation. [V4 model reference][v4] |
| Size or parameters | Not published for V4 in the cited model reference. [V4 model reference][v4] |
| License and access | Proprietary service with Studio and API access; no open weights. Asset rights depend on the applicable plan. [API overview][api] [Ownership documentation][ownership] |
| Where it runs | Recraft's hosted infrastructure, accessed through its applications or API. [API overview][api] |

## How should you structure Recraft V4 prompts?

Recraft's V4 guide treats prompt length as a choice about control. Brief descriptions leave room for visual interpretation; structured descriptions can specify a layout's subjects, lighting, materials, and hierarchy. Use that distinction to decide what the model should explore and what the assignment has already settled. [Prompting guide][prompting]

For lettering, the guide recommends quoting required text and describing its place in the design. A useful brief identifies the headline, its relative size, and the surrounding visual space. This is more actionable than a list of stylistic adjectives without a layout. [Prompting guide][prompting]

The V4 model reference also distinguishes actual SVG output from raster images. Select a vector variant when the required deliverable is an editable vector asset. Asking a raster model for a “vector style” describes an appearance; the selected API model determines the documented output type. [V4 model reference][v4]

For broader product context, read the sibling [Recraft image-generation overview](/meera_le/recraft-ai-boosts-image-generation-bk3). The focus here is a practical prompting process for a specific design brief.

## Which Recraft V4 controls and output limits apply?

The API's `negative_prompt` parameter is documented for V2 and V3, not V4. For V4, put relevant visual constraints into the main brief and evaluate whether the result follows them. Do not build a workflow around an exclusion field that is unsupported for the selected model. [Endpoint reference][endpoints]

Resolution also depends on the variant. The API appendix lists square V4 raster output at 1024 × 1024 and V4 Pro at 2048 × 2048, with other supported aspect ratios. Select the output configuration from that table rather than treating prompt words such as “4K” as a pixel-size setting. [API appendix][appendix]

Plan rights affect production use. Recraft's ownership documentation says Free-plan images are public, owned by Recraft, and not licensed for commercial use; images generated under a paid subscription receive the stated ownership and commercial rights. Check the applicable terms before creating a client deliverable. [Ownership documentation][ownership]

Typography still needs editorial review. A prompt can state the desired words and hierarchy, but your approval process should include spelling, spacing, and legibility at the final size. Treat those as acceptance checks rather than assuming a visually polished sample is ready to publish.

## How do you prompt Recraft V4 for typography and SVG output?

Start by choosing the artifact: raster illustration, poster concept, or editable SVG. Then decide which parts of the brief are fixed. For an icon, that may be its silhouette and palette; for a poster, it may be the headline and layout.

In Studio, select the appropriate V4 variant. For the API, create a token through your Recraft profile with an available API balance and supply it as a Bearer token. The request below uses the documented vector model identifier and generation endpoint. [API authentication][api] [V4 model reference][v4]

```bash
curl https://external.api.recraft.ai/v1/images/generations \
  -H "Authorization: Bearer $RECRAFT_API_TOKEN" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "recraftv4_vector",
    "size": "1:1",
    "prompt": "A centered library emblem: an open book forming a simple arch, navy shapes on cream, generous clear margins, flat fills without texture or gradients"
  }'
```

Set `RECRAFT_API_TOKEN` to your API credential before running this paid request. The default response provides an image URL. [API authentication][api] [Endpoint reference][endpoints]

For a first creative pass, keep the instruction compact. Inspect whether the open book and arch combine into a readable silhouette. If the central shape is unclear, adjust that requirement before adding lettering, texture, or decorative details.

For a typography exercise, choose the raster or vector variant appropriate to the intended file and try this original brief: “A cream library-event poster with a navy open-book emblem centered. Large text at the top reads 'OPEN PAGES'. Small text below the emblem reads 'THURSDAY EVENING'. Wide margins and a clear gap between each element.”

Inspect the words before the overall appearance. Check that the headline is spelled exactly, the supporting line is smaller, and neither overlaps the emblem. Write down any failure in concrete terms so that the next prompt addresses a visible problem.

For a second version, keep the words and layout fixed while changing only the palette. Compare legibility at the intended display size.

For an icon set, write shared requirements before describing individual symbols. Decide on filled versus outlined shapes, background treatment, and the amount of surrounding space. Review the results as a group and note differences in visual weight before approving any one icon.

Keep the explicit V4 model identifier with each request. The endpoint currently defaults to `recraftv4_1` without style references, so set `model` when requesting V4. [Endpoint reference][endpoints]

## How does Recraft V4 compare with Reve for design workflows?

Reve is another hosted visual-creation option, with a current web workflow for generating and refining images. Its public API closed in August 2026, whereas Recraft documents an API with SVG model variants. For an automated vector workflow, those access and output differences are more concrete than a broad claim about which tool makes better art. [Reve chat guide][reve-chat] [Reve API status][reve-api] [V4 reference][v4]

For local generation, the [ComfyUI pillar](/tomas_novak/comfyui-2026-the-complete-guide-to-power-user-ai-image-generation-1g17) explains a different deployment approach. Choose the required file type and access path before comparing visual results from the same brief.

## What should you check before using Recraft V4 for design?

### Does Recraft V4 support negative prompts?

Recraft's generation endpoint lists `negative_prompt` support for V2 and V3, excluding V4. Put the constraints for a V4 image in its main prompt. [Endpoint reference][endpoints]

### How do I request exact words with Recraft V4?

Recraft V4's prompting guide recommends quoting the required text and specifying headline size, placement, and secondary hierarchy. Proofread the resulting image. [Prompting guide][prompting]

### Can Recraft V4 generate editable SVG files?

Recraft V4 Vector and V4 Pro Vector return editable SVG images. In an API request, select `recraftv4_vector` or `recraftv4_pro_vector`. [V4 model reference][v4]

### Can I use Recraft Free-plan outputs commercially?

Recraft's ownership policy prohibits commercial use of Free-plan images. It grants ownership and commercial rights for assets generated during a paid subscription. [Ownership documentation][ownership]

## Sources

- [Launch announcement][launch]
- [API overview][api]
- [Prompting guide][prompting]
- [V4 model reference][v4]
- [Ownership documentation][ownership]
- [Endpoint reference][endpoints]
- [API appendix][appendix]
- [Reve chat guide][reve-chat]
- [Reve API status][reve-api]

[launch]: https://www.recraft.ai/blog/introducing-recraft-v4-design-taste-meets-image-generation
[api]: https://www.recraft.ai/docs/api-reference/getting-started
[prompting]: https://www.recraft.ai/docs/prompt-engineering-guide/prompting-with-recraft-v4
[v4]: https://www.recraft.ai/docs/api-reference/models/recraft-v4
[ownership]: https://www.recraft.ai/docs/trust-and-security/ownership
[endpoints]: https://www.recraft.ai/docs/api-reference/endpoints
[appendix]: https://www.recraft.ai/docs/api-reference/appendix
[reve-chat]: https://help.reve.com/hc/en-us/articles/46776083658132-Creating-images-in-chat
[reve-api]: https://help.reve.com/hc/en-us/articles/46837930295316-Reve-API<!-- pz-related-guides -->
## Related guides on PromptZone

- [The Ultimate Guide to Fooocus Image Prompts](/jj_ai/the-ultimate-guide-to-fooocus-image-prompts-1759)
- [Varying Prompt Weight with Stable Diffusion](/stabletom/varying-prompt-weight-with-stable-diffusion-2nf1)
