← All models
Recraft V3 generates high-quality images and designs from text with accurate long text rendering, brand style customization, and raster or vector output. Use Recraft V3 with an API.
images
Details
- Accepts
- text + image
Pricing
- Price
- 5 cr / image
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| size | —enum: 1024x1024, 1365x1024, 1024x1365, 1536x1024, 1024x1536, 1820x1024… | Width and height of the generated image. Size is ignored if an aspect ratio is set. |
| style | —enum: any, realistic_image, digital_illustration, digital_illustration/pixel_art, digital_illustration/hand_drawn, digital_illustration/grain… | Style of the generated image. |
| promptrequired | string | Text prompt for image generation |
| aspect_ratio | —enum: Not set, 1:1, 4:3, 3:4, 3:2, 2:3… | Aspect ratio of the generated image |
| colors | array | An array of preferable colors |
| style_id | — | The ID of the custom style reference (optional) |
| image_size | — | |
| enable_safety_checker | boolean | If set to true, the safety checker will be enabled. Disabling it requires account authorization; unauthorized requests are always checked. |
| strength | number | Defines the difference with the original image, should lie in [0, 1], where 0 means almost identical, and 1 means miserable similarity |
| image_url | string | The URL of the image to modify. Must be less than 5 MB in size, have resolution less than 16 MP and max dimension less than 4096 pixels. |
| sync_mode | boolean | If `True`, the media will be returned as a data URI and the output data won't be available in the request history. |
| negative_prompt | — | A text description of undesired elements on an image |