infery
← All models

Vecglypher

vecglypher-image-to-svg

Image editby Vecglypher

Vector font generation with VecGlypher. Create custom glyphs from text descriptions or reference images—outputs clean SVG paths directly without raster-to-vector conversion.

images

Details

Accepts
image

Pricing

Price
0.625 cr / image

Prices in credits (1 credit = $0.01).

Data schema

Input

FieldTypeDescription
seedRandom seed for reproducibility.
top_kintegerTop-k sampling parameter.
top_pnumberTop-p (nucleus) sampling parameter.
promptrequiredstringThe target text to generate as vector glyphs, styled to match the reference images.
fill_colorstringFill color for the generated glyphs. Accepts any valid SVG/CSS color value.
max_tokensintegerMaximum tokens to generate.
output_sizeintegerMaximum dimension (width or height) of the output SVG in pixels. The aspect ratio is preserved.
temperaturenumberSampling temperature.
stroke_colorOptional stroke (outline) color for the generated glyphs. When set, adds an outline around each glyph path.
stroke_widthnumberStroke width in SVG units. Only applies when stroke_color is set.
repetition_penaltynumberRepetition penalty.
reference_image_urlsrequiredarrayURLs of reference glyph images whose style should be matched. Provide 1 to 8 images of individual glyph characters.
enable_safety_checkerbooleanEnable input safety checking.

Output

FieldTypeDescription
seedintegerThe seed used for generation.
imageThe generated SVG file containing vector glyphs.
timingsobjectTiming breakdown of the generation process.
svg_contentstringRaw SVG content as a string.