multi_image_to_3d_create
Generate a 3D model from 1-4 publicly accessible images. Upload your image URLs to create a textured 3D object with adjustable polycount and topology.
Instructions
Generate a 3D model from multiple images (1-4). Provide publicly accessible URLs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| image_urls | Yes | Array of 1-4 publicly accessible image URLs | |
| ai_model | No | AI model to use | |
| topology | No | 'quad' or 'triangle' | |
| target_polycount | No | Target polygon count | |
| should_remesh | No | Whether to remesh the output | |
| should_texture | No | Whether to generate textures | |
| enable_pbr | No | Enable PBR textures | |
| moderation | No | Screen input for potentially harmful content | |
| symmetry_mode | No | Symmetry mode: 'off', 'auto', or 'on' | |
| save_pre_remeshed_model | No | Store pre-remesh GLB model | |
| pose_mode | No | Pose mode for characters | |
| image_enhancement | No | Optimize input images (default true) | |
| remove_lighting | No | Remove highlights and shadows (default true) | |
| texture_prompt | No | Additional texture description (max 600 chars) | |
| texture_image_url | No | Reference image URL for texture |