You're looking at a specific version of this model. Jump to the model overview.
gregpriday /starvector-8b-im2svg:36b601e7
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
|
16000
Min: 600 Max: 16000 |
Maximum total token length for the generated SVG (includes ~578 prompt tokens). Defaults to the model's training ceiling so detailed logos aren't truncated. Generation stops early at EOS for simple images.
|
| 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'}