generate_world_from_text
Generate a 3D world from a text description. Get an operation ID to monitor generation progress using status checks.
Instructions
Generate a 3D world from a text description.
Returns immediately with an operation_id. Use get_operation to check status, or wait_for_world for blocking poll (≤90s by default).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text_prompt | Yes | Description of the world to generate. | |
| display_name | No | Optional human-readable name for the world. | |
| model | No | 'marble-1.1' (default, 1500 credits) or 'marble-1.1-plus' (auto-expanding, 1500 + 300/dynamic-cube). | marble-1.1 |
| seed | No | Optional seed for deterministic generation (0 to 4294967295). | |
| tags | No | Optional tags for organising worlds (e.g. ["fantasy", "nature"]). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||