Arrow 1.1 — vectorize
Convert raster images (PNG, JPEG, WebP) into clean SVGs. Arrow 1.1 is the right choice for logos, icons, and most source images where you want editable vector output.
For complex illustrations or technical drawings where small details need to stay stable, use quiverai/arrow-1.1-max-vectorize instead.
Inputs
image— the raster image to vectorize.auto_crop— automatically crop to the dominant subject before vectorizing. Useful when the source has a lot of background noise.target_size— optional square resize target in pixels (128-4096). Set to 0 to keep the original size.temperature,top_p,presence_penalty— standard sampling controls.
Output
A single .svg file with raw SVG markup.
Prep tips
- Crop the image tightly to the subject before sending it in. Use
auto_cropif you can’t crop manually. - For logos with flat areas of color, Arrow 1.1 will usually do a better job than generic tracing tools because it understands shape structure instead of just color regions.
About Quiver
Quiver builds AI models that generate production-ready SVGs. See their docs for API details.
Model created