infery
← All models

Vecglypher

vecglypher

Image generationby 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
text

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. Each character is rendered as a separate SVG path element.
fill_colorstringFill color for the generated glyphs. Accepts any valid SVG/CSS color value.
max_tokensintegerMaximum tokens to generate. Increase for longer text.
output_sizeintegerMaximum dimension (width or height) of the output SVG in pixels. The aspect ratio is preserved.
temperaturenumberSampling temperature. Lower values produce more deterministic output.
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.
style_descriptionstringFont style description using typography terms such as weight (100-900), style (italic, oblique), category (serif, sans-serif, display, handwriting, monospace), and characteristics (geometric, humanist, condensed, rounded).
repetition_penaltynumberRepetition penalty to reduce repeated SVG path segments.
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.