generate_world_from_multi_image
Create a 3D world from multiple images taken at different azimuth angles by providing image URLs and corresponding angles.
Instructions
Generate a 3D world from multiple images at specified azimuth angles.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_urls | Yes | List of public image URLs (must match azimuths_deg length). | |
| azimuths_deg | Yes | Azimuth angles in degrees for each image (0-360). Example: [0, 90, 180, 270] for 4 images at cardinal directions. | |
| text_prompt | No | Optional guiding text. | |
| display_name | No | Optional name for the world. | |
| model | No | 'marble-1.1' or 'marble-1.1-plus'. | marble-1.1 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||