All models

Recraft V4.1 Utility Pro SVG

recraft/recraftv4-1-utility-pro-vector
Recraft Image GenerationSVGVectorDesignHigh Resolution

Generate detailed, high-resolution SVG vector graphics from text prompts with a general-purpose model, scalable to any size for print and large-scale 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-1-utility-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-1-utility-pro-vector", "prompt": "<string>"}'

Examples

example
example
example
example

Parameters

Input
controls object
prompt string required
size string
style string
substyle string
Output
image: string