Vectorizer (VTracer)

Replicate
Image Generation

PNG/JPG to SVG vectorizer built on VTracer, the open-source raster-to-vector engine. Traces a bitmap into layered color regions and clean paths with controls for color count, area threshold and path simplification. Fast, deterministic alternative to model-based vectorizers.

Generate with Vectorizer (VTracer)
Describe what you want and pick a size β€” the image renders inline.
Sign in to try this model with €5 free credits.
Sign in
Result appears here
TL;DRΒ·Last updated June 24, 2026

Vectorizer (VTracer) is image generation AI model from Replicate, priced at €0.000 per 1M input tokens with a unknown context window.

About this model

This model wraps VTracer to convert raster images into SVG. It clusters the image into color regions and fits smooth vector curves, exposing parameters like color_count, min_area and simplify_tolerance so you can trade detail against file size. Good for logos, stickers and flat artwork where you want predictable tracing rather than a generative model.
Try Vectorizer (VTracer)
Sign in to generate β€” 50 free credits on sign-up

Pricing

Price per Generation
Per generation€1.00

API Integration

Use our OpenAI-compatible API to integrate Vectorizer (VTracer) into your application.

Install
npm install railwail
JavaScript / TypeScript
import railwail from "railwail";

const rw = railwail("YOUR_API_KEY");

const images = await rw.run("vectorizer-vtracer", "A beautiful sunset over Tokyo");
console.log(images[0].url);

// Or use the image() method for full control
const res = await rw.image("vectorizer-vtracer", "A cat in space", {
  size: "1024x1024",
  n: 1,
});
console.log(res.data[0].url);
Specifications
Price
€1.00
Developer
Replicate
Category
Image Generation
Supported Formats
image
Tags
svg
vector
vtracer
vectorize
raster-to-vector
image-to-svg
image

Frequently asked questions

Start using Vectorizer (VTracer) today

Get started with free credits. No credit card required. Access Vectorizer (VTracer) and 100+ other models through a single API.