recraft-v4-vector
Text-to-vector model that outputs SVG results. Suitable for logos, icons, and scalable design assets.
Text-to-vector model that outputs SVG results. Suitable for logos, icons, and scalable design assets.
Overview
| Field | Value |
|---|---|
| Model ID | recraft-v4-vector |
| CLI | dlazy recraft-v4-vector |
| MCP | recraft-v4-vector (Claude Code surfaces this as mcp__dlazy__recraft-v4-vector) |
| Type | image |
| Execution | Async task; the CLI polls until completion (--no-wait returns generateId immediately) |
| Batch | Supports --batch <n> parallel fan-out |
Parameters
| Arg | Type | Required | Notes |
|---|---|---|---|
prompt | string | Yes | Prompt |
aspect_ratio | "auto" | "1:1" | "4:3" | "3:4" | "16:9" | "9:16" | "3:2" | "2:3" | "2:1" | "1:2" | No | Aspect Ratio; default "auto" |
--input @file.jsonor--input '{...}'can supply all args at once; flags take precedence over--inputkeys.
CLI Examples
dlazy recraft-v4-vector --help
dlazy recraft-v4-vector --prompt "Write your prompt here"
dlazy recraft-v4-vector --prompt "Write your prompt here" --dry-run
dlazy recraft-v4-vector --prompt "Write your prompt here" --no-wait
dlazy recraft-v4-vector --prompt "Write your prompt here" --batch 4MCP
MCP is consumed by AI clients, not handwritten. Once dLazy is registered as an MCP server the tool appears in the client's tool list — Claude Code surfaces it as mcp__dlazy__recraft-v4-vector; generic clients (e.g. OpenClaw) call it as recraft-v4-vector.
See MCP setup for how to add the server.
Output
{
"outputs": [
{ "type": "image", "id": "o_...", "url": "https://files.dlazy.com/result.png", "mimeType": "image/png" }
]
}Media tools emit image / video / audio / file outputs. Use --output url to print only the URLs on stdout.
recraft-v4-pro-vector
High-fidelity text-to-vector model, 4MP-tier quality. Good for production SVG assets and detailed illustrations.
seedream-4.5
High-quality text-to-image/image-to-image model, suitable for posters, realism, and creative scenes. Supports prompt + multiple reference images, outputting single high-res images (2K/4K).