All models
Recraft V4 Pro SVG
recraft/recraftv4-pro-vector
Recraft Image GenerationSVGVectorDesignHigh Resolution
Generate detailed, production-ready SVG vector graphics from text prompts with fine geometry, scalable to any size for print and design work.
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-pro-vector",
"prompt": <string>
}'
# 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-pro-vector", "prompt": "<string>"}'Examples
Parameters
Input
controls object
prompt string required
size string
style string
substyle string
Output
image: string