generate_3d_from_text
Generate a game-ready 3D model (GLB) from a text prompt using async processing. Returns an asset ID for retrieval when complete.
Instructions
Generate a game-ready 3D model (GLB) from a text prompt (async). Returns an asset { id }; call wait_for_asset (or poll get_asset) until taskStatus=2 and read files.model (GLB URL). Costs credits — see list_models(category='3d'). Omit engine for the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| engine | No | engine name from list_models(category='3d') | |
| prompt | Yes | ≤1024 chars (Tripo engine limit) | |
| texture | No | ||
| polycount | No |