---
title: Scenario | Scenario Docs
---

> This page is auto-generated from model configurations. Last updated: 2026-09-25.

This reference lists all available **Scenario** vectorization models and their parameters. Use these parameter names when calling the [Generation API](/api/postgeneratecustom/index.md).

- [Scenario Vectorize](#scenario-vectorize)

---

## Scenario Vectorize

Turns an image into a clean, editable SVG. Made for icons, logos, stickers, flat illustrations and line art: crisp edges, exact colors, smooth curves.

**Model ID:** `model_sc-vectorizer`

**Capabilities:** `img2img`

**LLM Markdown:** <https://app.scenario.com/api/models/model_sc-vectorizer/markdown>

| Parameter | Type   | Required | Default | Min | Max | Allowed Values                 | Description                                                                                                                                                                                                                                                                                                                                      |
| --------- | ------ | -------- | ------- | --- | --- | ------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `image`   | file   | Yes      | -       | -   | -   | -                              | The image you want to convert to SVG. Images smaller than 1024 px are first enlarged with our creative upscaler so the shapes come out clean; this step costs more.                                                                                                                                                                              |
| `style`   | string | No       | `clean` | -   | -   | `clean`, `minimal`, `textured` | Clean (recommended) gives flat shapes with smooth curves, using the colors found in your image: the right choice for icons, logos, stickers, illustrations and comics. Minimal is the same clean look with the fewest colors. Textured keeps the original shading and texture, for photos and painterly images, at the cost of many more shapes. |
