Tool tree
AI creative tools for images, video, audio, and 3D content
start_layer_generationAction
Start creating an image, video, 3D model, audio clip or playable ad on Layer from a text prompt. Opens Layer's generator with the prompt loaded; the person will be asked to sign in or create an account before anything is generated.
View tool JSON
{
"name": "start_layer_generation",
"kind": "act",
"impl": "declarative",
"description": "Start creating an image, video, 3D model, audio clip or playable ad on Layer from a text prompt. Opens Layer's generator with the prompt loaded; the person will be asked to sign in or create an account before anything is generated.",
"inputSchema": {
"type": "object",
"properties": {
"modality": {
"type": "string",
"anyOf": [
{
"type": "string",
"const": "AGENT",
"title": "Agent"
},
{
"type": "string",
"const": "IMAGE",
"title": "Image"
},
{
"type": "string",
"const": "VIDEO",
"title": "Video"
},
{
"type": "string",
"const": "THREE_D",
"title": "3D"
},
{
"type": "string",
"const": "AUDIO",
"title": "Audio"
},
{
"type": "string",
"const": "PLAYABLE",
"title": "Playable"
}
],
"enum": [
"AGENT",
"IMAGE",
"VIDEO",
"THREE_D",
"AUDIO",
"PLAYABLE"
]
},
"prompt": {
"type": "string",
"description": "What to create, in plain language. For example: 'isometric desert fortress, hand-painted'."
}
},
"required": [
"prompt"
]
}
}