Returns vibe IDs and names for all system vibes and custom user vibes accessible to the authenticated user. Pass the id as presentation_options.vibe_id on a generation request.
id values as presentation_options.vibe_id when generating presentations.
vibe_id, you must also set image_options.num_image_variants >= 1 on the generation request.| Field | Type | Description |
|---|---|---|
vibes | array | List of vibes available to the authenticated user |
| Field | Type | Description |
|---|---|---|
id | string | Unique vibe identifier to pass as presentation_options.vibe_id |
name | string | Human-readable vibe display name |
source | string | Either system (built-in) or custom (created by the user) |