Model Details
Recraft V4.1 Pro is the premium tier of Recraft's newest text-to-vector generator, turning a text prompt into a true scalable SVG graphic rather than a raster image. It targets the same design work as the standard V4.1 vector model — logos, icons, brand marks, and flat illustrations that stay crisp at any size — but emphasizes professional composition, lighting, materials, and cohesive aesthetics suited to brand systems and production workflows. Because the output is real SVG, you can open it in any vector editor to recolor, resize, or refine paths without quality loss. The vector aesthetic is baked into the model, so you just describe what you want — there is no style or substyle picker to configure.
## Best for - Production-grade brand systems: logo suites, wordmarks, and app icons that must scale cleanly and stay editable as SVG - Polished flat-design illustrations, stickers, and spot graphics where composition and material cohesion matter - Icon sets and pictograms that need a consistent, professional visual language across a product - Print-ready artwork (posters, packaging, signage) that needs infinite scalability and refined aesthetics - Design elements you plan to recolor or tweak afterward in a vector editor
## Choose another model when - You don't need the premium Pro tier — use the standard `recraft/v4.1/text-to-vector` for the same vector output at a lower price - You want a photoreal or painterly raster image rather than flat vector art — use a general text-to-image model - You already have a raster logo or sketch and just need it traced to SVG — use an image vectorizer (`recraft/vectorize`) - You need to edit or restyle an existing image rather than generate from text — use an image-to-image model - You need a large library of named art styles or substyles — use `recraft/v3/text-to-image`, which exposes a style picker
## Tips - Describe the graphic in flat-design terms ("flat vector", "line icon", "minimal geometric", "two-color") to match the SVG output the model is built for - Keep prompts focused on a single clear subject; simple, iconic compositions vectorize best - Set framing with `image_size` (e.g. `square_hd` for icons/logos, `landscape_16_9` for banners) - Open the returned `.svg` in a vector editor to recolor or resize with no quality loss
## Limitations - Returns a single graphic per request; there is no batch or variation count - No seed control, so exact runs are not reproducible - Best suited to clean, iconic vector art — highly detailed or photoreal scenes are outside its design - Fine, precisely spelled in-image text can still be imperfect
To run via the ModelRunner JavaScript client: ```js import { modelrunner } from "@modelrunner/client";
const result = await modelrunner.subscribe("recraft/v4.1/pro/text-to-vector", { input: { prompt: "a minimalist geometric fox logo, two colors, flat vector", image_size: "square_hd", }, }); ```




