StarVector 8B (image-to-SVG)

Replicate
Image Generation

StarVector 8B is a multimodal model that generates SVG code directly from an input image. Rather than tracing pixels, it predicts the SVG markup token by token, which can produce compact, semantically structured paths for icons and simple graphics. Research model from the StarVector project.

Generate with StarVector 8B (image-to-SVG)
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

StarVector 8B (image-to-SVG) is image generation AI model from Replicate, priced at €0.000 per 1M input tokens with a unknown context window.

About this model

StarVector treats image-to-SVG as a code generation problem: a vision encoder feeds an 8B language model that emits SVG primitives such as paths, ellipses and polygons. Because it writes SVG code instead of running an edge tracer, the output for logos and pictograms can be cleaner and more compact than classic raster tracing. Controllable via beam search and max length.
Try StarVector 8B (image-to-SVG)
Sign in to generate — 50 free credits on sign-up

Pricing

Price per Generation
Per generation€2.00

API Integration

Use our OpenAI-compatible API to integrate StarVector 8B (image-to-SVG) into your application.

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

const rw = railwail("YOUR_API_KEY");

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

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

Frequently asked questions

Start using StarVector 8B (image-to-SVG) today

Get started with free credits. No credit card required. Access StarVector 8B (image-to-SVG) and 100+ other models through a single API.