scenario-ideogram
Scenario Ideogram Image
Overview
Ideogram's image family on Scenario is five single-purpose members, not one model with modes: V4 for generation where in-image text must read, V3 Generate Transparent for native alpha output, V3 Layerize Text for turning a flat graphic into editable text layers, Character for one identity held across scenes, and Remove Background for cutouts. Mechanically they agree on almost nothing: the same concept changes name, casing, and allowed values between members, so discover each with search and treat its model_schema_get as the contract.
Connection and the core loop: see the scenario skill in this repo; model-agnostic image work (sizing families, reference cardinality, masks): the scenario-image skill. If a sibling skill named here is missing from your available skills, ask the user to install it (npx skills add scenario-labs/skills --skill <name>); unattended, proceed from tool schemas and flag the gap.
Quick reference
Pick the member by the job (names from the live schemas, caps at authoring time):
| Member | Job | Inputs that matter |
|---|---|---|
| V4 | Text-heavy generation | prompt, imageSize (six presets), renderingSpeed (TURBO, BALANCED, QUALITY), enablePromptExpansion, acceleration, numOutputs (up to 4), seed |
| V3 Generate Transparent | Native alpha output | prompt, negativePrompt, aspectRatio (15 ratios), renderingSpeed (adds FLASH), expandPrompt, numOutputs (up to 8), seed |
| V3 Layerize Text | Flat graphic to layers | image, optional prompt, fontName* or fontFile* per tier (H1, H2, Body, Small), seed |
| Character | Same character, new scenes | prompt, characterReferenceImage, styleType (Auto, Fiction, Realistic), aspectRatio or resolution, image plus mask, renderingSpeed (Default, Turbo, Quality), seed |
| Remove Background | Cutout to transparent PNG | image (10MB cap) |