Vision Cortex

This page is auto-generated from model configurations. Last updated: 2026-03-13.

This reference lists all available Vision Cortex vectorization models and their parameters. Use these parameter names when calling the Generation API.


VTracer

Converts raster images to SVG format using VisionCortex VTracer with customizable vectorization parameters.

Model ID: model_visioncortex-vtracer

Capabilities: img2img

LLM Markdown: https://app.scenario.com/api/models/model_visioncortex-vtracer/markdown

ParameterTypeRequiredDefaultMinMaxAllowed ValuesDescription
imagefileYes----Image to vectorize
presetNamestringNoposter--bw, poster, photo, customPreset configuration. When using a preset, custom parameters are ignored.
colorModestringNocolor--color, binaryColor mode: 'color' or 'binary'. Only used with preset is Custom.
colorPrecisionnumberNo618-Number of significant bits for RGB channels (1-8). Higher values preserve more color detail. Phoenix param: colorPrecision. Only used with preset is Custom.
layerDifferencenumberNo160255-Color difference between gradient layers (0-255). Phoenix param: layerDifference. Only used with preset is Custom.
hierarchicalstringNostacked--stacked, cutoutHierarchical clustering mode: 'stacked' or 'cutout'. Only used with preset is Custom.
modestringNospline--spline, polygon, pixel, noneCurve fitting mode: 'spline' (smooth curves), 'polygon' (straight lines), 'pixel' (pixelated), or 'none'. Only used with preset='custom'.
filterSpecklenumberNo40128-Discard patches smaller than X pixels. Only used with preset is Custom.
cornerThresholdnumberNo600180-Minimum angle (degrees) to be considered a corner (0-180). Only used with preset is Custom.
lengthThresholdnumberNo43.510-Maximum segment length for curve smoothing (3.5-10). Only used with preset is Custom.
spliceThresholdnumberNo450180-Minimum angle displacement for splines (0-180 degrees). Only used with preset is Custom.