text_to_image
Generate an image from a text prompt using Tripo v3 models. Supports customization with size, model, seed, and negative prompts.
Instructions
Generate an image from a text prompt using Tripo v3 image-generation models.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Optional deterministic seed | |
| size | No | Optional output size string if supported by the selected image model | |
| model | No | Image model, for example seedream_v5, gemini-3-pro, or chat_image_2 | |
| width | No | Optional output width | |
| height | No | Optional output height | |
| prompt | Yes | Text prompt for image generation | |
| template | No | Optional Tripo image-generation template such as asset_extraction or t_pose | |
| negativePrompt | No | What to avoid in the generated image |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | Yes | ||
| taskId | Yes |