Creating (Generative AI)
Creates — produces new text, images, audio, video, or code that did not exist before this system ran. The output is content authored by the system, not a label or score about existing data. Examples: drafting a paragraph in response to a prompt, generating an image from a description, composing audio, completing a snippet of code.
- Description
Playground
Try the element with your own values, contexts, and color modes.
Context
Style
Raw JSON
Live API response from GET /schemas/ai@2026-05-06-beta/elements/generative_mode.
element "generative_mode"
{
"id": "generative_mode",
"category_id": "functional_modes",
"title": [
{
"locale": "en",
"value": "Creating (Generative AI)"
}
],
"description": [
{
"locale": "en",
"value": "Creates — produces new text, images, audio, video, or code that did not exist before this system ran. The output is content authored by the system, not a label or score about existing data. Examples: drafting a paragraph in response to a prompt, generating an image from a description, composing audio, completing a snippet of code."
}
],
"authoring_guidance": [],
"examples": [],
"sources": [],
"symbol_id": "mode_generative",
"variables": [
{
"id": "additional_description",
"label": [
{
"locale": "en",
"value": "Description"
}
],
"required": false
}
],
"shape": "hexagon",
"icon_variants": [
"default",
"dark",
"human_decides",
"human_decides.dark",
"human_executes",
"human_executes.dark",
"autonomous",
"autonomous.dark"
]
}