Internal
Model 3d
Generate an actual 3D model - an object, character, prop or scene mesh (GLB/GLTF) - and place it on the board as a 3D model viewer component.
Send "type": "model_3d".
Generate an actual 3D model - an object, character, prop or scene mesh (GLB/GLTF) - and place it on the board as a 3D model viewer component.
Also available as the MCP tool render_3dmodel. The same payload works through either surface.
Fields
promptstringrequiredThe object to model: what it is, its form and proportions, materials, colours and style.
Example
{
"type": "model_3d",
"data": {
"prompt": "string"
}
}
Was this page helpful?