All models



Recraft V4.1 Utility SVG
recraft/recraftv4-1-utility-vector
Recraft Image GenerationSVGVectorDesign
Generate production-ready SVG vector graphics from text prompts with a general-purpose model suited for a wide range of design and illustration tasks.
Quick start
# Inspect the price — a plain request returns the 402 challenge:
curl -i https://api.glianalabs.com/v1/infer \
-H "content-type: application/json" \
-d '{
"model": "recraft/recraftv4-1-utility-vector",
"prompt": "<your prompt>"
}'
# Pay + run in one step with the mppx CLI (create a wallet: npx mppx account create):
npx mppx https://api.glianalabs.com/v1/infer \
-J '{"model": "recraft/recraftv4-1-utility-vector", "prompt": "<your prompt>"}'Examples


Parameters
Input
prompt string required
Text prompt describing what to generate.
controls object optional
Advanced generation controls (style, color, and artistic settings).
size string optional
Output dimensions (width × height).
style string optional
Visual style preset to apply.
substyle string optional
A finer style variant within the chosen style.
Output
image: string