text_to_3d
Convert text descriptions into 3D models using AI generation. Specify prompts, adjust parameters, and retrieve models in various formats through async processing.
Instructions
Generate a 3D model from a text prompt. This is an async operation — use task_status to poll progress and download_model to retrieve the result.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prompt | Yes | Text description of the 3D model to generate | |
| negativePrompt | No | What to avoid in the generation | |
| modelVersion | No | Model version (e.g. v2.5, v3.0, v3.1). Defaults to latest | |
| faceLimit | No | Target polygon face count |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | ||
| status | Yes |