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