scenario-reve
Scenario Reve Image
Overview
Reve, Reve AI's image family on Scenario, splits into two members that share a brand and little else: v2.1 is a reasoning-driven generator and instruction editor (a top-2 text-to-image arena entry at authoring time), Remix a fast, cheap compositor that blends several images into one. Discover them with search and treat model_schema_get as the contract: they disagree on field names, prompt caps, and ratio lists.
Connection and the core loop: see the scenario skill in this repo; model-agnostic image work: 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
At authoring time (the live schema wins):
| Member | Capabilities | References | Prompt cap | Aspect ratios |
|---|---|---|---|---|
| Reve v2.1 | txt2img, img2img | references, optional |
4000 | 18 values, 4:1 through 1:4, default auto |
| Reve Remix | img2img | referenceImages, required, 1 to 6 |
2560 | 7 values, 16:9 through 9:16, default 3:2 |
Three parameters each: the prompt, the reference array, aspectRatio. Neither member has a mask, seed, width and height, negative prompt, or batch-count field, so an edit is scoped by wording and size comes only as a ratio. auto (v2.1 only) picks a fitting shape; pass an explicit ratio when the deliverable demands one.