You're looking at a specific version of this model. Jump to the model overview.

gregpriday /starvector-8b-im2svg:2cd3242b

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
image
string
Input image (PNG/JPG) to convert to SVG.
max_length
integer
4000

Min: 600

Max: 16000

Maximum total token length for the generated SVG (includes ~578 prompt tokens).
num_beams
integer
2

Min: 1

Max: 4

Beam search width. 1 = greedy (fastest). Higher values may produce cleaner SVGs at extra cost.
temperature
number
1

Min: 0.1

Max: 2

Sampling temperature. Only used when num_beams=1.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}