# 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.

Source: https://mockflow.com/developers/reference/item-types/model-3d

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

- `prompt` (string, required): The object to model: what it is, its form and proportions, materials, colours and style.

## Example

```json
{
  "type": "model_3d",
  "data": {
    "prompt": "string"
  }
}
```
