generate_3d_from_text
Transform a text prompt into a game-ready 3D model (GLB) asynchronously. Submit the prompt, receive an asset ID, and poll until the model is ready.
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 |