Recraft V3 Vector generates editable SVG images through Recraft's hosted API. To create an icon set, request recraftv3_vector, establish a reusable style, and change the subject while keeping the design requirements consistent. V3 belongs to Recraft's proprietary model family, also known as Red Panda, with no open weights supplied through its documented access paths. V3 models Styles Model family
What are the key facts about Recraft V3 Vector?
| Field | Verified detail |
|---|---|
| Developer | Recraft. Model family |
| Released | Recraft V3 was announced on October 30, 2024, with vector generation among its features. Announcement |
| Type | Hosted text-to-image generation with editable SVG output. V3 reference |
| Size or parameters | Not published in the cited V3 model reference. V3 reference |
| License and access | Proprietary service with authenticated API access; no open-weight distribution is provided. Access |
| Where it runs | Recraft's hosted service, called through its external API. Endpoints |
| API identifier |
recraftv3_vector. V3 reference
|
| Generation price | $0.08 per vector image in the API reference checked September 6, 2026; additional operations have separate charges. Pricing |
For the codename and generation history, read the sibling Red Panda identity and model-choice guide.
How should you prepare an SVG icon-set brief?
Decide what the icons need to communicate before choosing visual treatments. For example, a small kitchen set might represent a cup, a teapot, and a bowl. Give each object a recognizable silhouette and judge whether it remains identifiable at the intended display size.
Write the shared constraints once: viewpoint, amount of detail, palette, background, and intended placement. Keep the object name in a separate field. This makes it easier to compare a new subject with the same design requirements.
Recraft V3 supports curated styles and custom styles made from reference images. Its API accepts a saved style_id, letting subsequent requests reuse the visual reference. Style documentation
A reusable style is a starting point for consistency. Review the icons together for differences in apparent size, detail density, and spacing. Make acceptance depend on the set's purpose, rather than accepting each image solely because its large preview looks appealing.
What limits apply to Recraft V3 SVG requests?
The output choice comes from the model identifier. Recraft documents recraftv3_vector for SVG and recraftv3 for raster output; requesting a vector-like appearance in a raster prompt does not select the SVG model. Model reference
The V3 prompt limit is 1,000 characters. Keep the shared design requirements concise enough to leave room for each subject's distinctive features. API appendix
Custom styles must match the requested model. A request that combines style_id with attached style-reference images is rejected, so choose one reference method. Style compatibility
Recraft's appendix says generated images are stored for approximately 24 hours and warns that the policy can change. Download accepted SVG files to your own project storage instead of relying on their response URLs. Storage policy
Before generating a full set, define an export check. Open a sample in the intended vector editor, inspect the parts you need to edit, and place it in the destination layout. Treat a successful generation response and a usable final asset as separate review steps.
How do you generate the first SVG with Recraft V3?
- Sign in to Recraft and fund your API units balance. The setup documentation requires a balance above zero before generating an API token in your profile. API setup
- Store the token in
RECRAFT_API_TOKENin your client environment. - Send a vector request with a short subject description and the shared design constraints.
- Download the returned image and inspect it as an SVG in the intended editor.
The request below adapts Recraft's documented bearer authentication and JSON endpoint with an original icon brief. Request format
curl --fail-with-body https://external.api.recraft.ai/v1/images/generations \
-H "Authorization: Bearer $RECRAFT_API_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"model": "recraftv3_vector",
"prompt": "A teapot pictogram, side view, simple silhouette, minimal interior detail, dark green on cream",
"n": 1
}'
Save the response alongside the file and prompt. Record which requirements passed, such as the recognizable handle or clear spout, and which need another attempt. Use those observations to revise the brief before expanding the set.
For a broader introduction to the application and its access options, see the Recraft platform guide.
How do you reuse a style across a Recraft V3 icon set?
Create a custom style with Recraft's /v1/styles endpoint, specifying the matching vector model and supplying reference images. The endpoint returns the new style's id; pass that value as style_id in later generation requests. Create-style endpoint Style compatibility
Use the same style identifier for the cup, teapot, and bowl requests. Keep the viewpoint and detail requirements in the prompt consistent while changing the subject. Review the resulting set side by side before accepting any replacements.
If one icon needs revision, describe its particular failure. A missing handle calls for a different correction from a crowded silhouette. Save the accepted version before experimenting so that a later candidate does not silently replace it.
For brief-writing examples, browse PromptZone's prompt library. Adapt a useful structure to your objects and layout requirements.
How much does a Recraft V3 SVG batch cost?
The published API rate is $0.08 per vector generation. At that rate, 20 generated candidates cost $1.60 for generation alone; this is a calculation, not an estimate of how many icons you will accept. V3 pricing
The V3 reference separately lists style creation at $0.005 per request. Editing and other operations can add charges, so record the operations used alongside the accepted file count. Operation prices
Review a small pilot set before budgeting a larger job. Count rejected candidates and note why they failed. That produces a project-specific cost estimate without assuming every generation becomes a finished deliverable.
What else should you know about Recraft V3 SVG output?
Does Recraft V3 create editable SVG files?
Recraft V3 Vector returns editable SVG output using recraftv3_vector. Open the result in your intended vector editor and inspect its editability before accepting it for the project. V3 reference
Does a saved style guarantee identical icons?
Recraft's style_id supplies a reusable visual reference for generation. Review every Recraft V3 icon against the set's shared constraints before accepting it. Styles
Can Recraft V3 Vector run on a local GPU?
Recraft documents V3 Vector as part of its proprietary hosted model family and provides no open-weight download through these access paths. Your application sends API requests to Recraft's service. Access Endpoints
Can I store the API image URL as the permanent asset?
Recraft's generated-image storage policy is approximately 24 hours and can change. Download Recraft V3 SVG files to storage you control and retain the corresponding request metadata. API appendix
Sources
- Recraft API access and model identities
- Recraft V3 launch announcement
- Recraft V3 model identifiers and prices
- Recraft authentication and endpoints
- Recraft style creation and compatibility
- Recraft prompt limits and storage policy
Top comments (0)