Skip to main content
Endpoint: POST https://fal.run/fal-ai/hunyuan-3d/v3.1/rapid/image-to-3d Endpoint ID: fal-ai/hunyuan-3d/v3.1/rapid/image-to-3d

Try it in the Playground

Run this model interactively with your own prompts.

Quick Start

Input Schema

string
required
Front view image URL. Resolution: 128-5000px, max 8MB (recommended ≤6MB for base64 encoding), formats: JPG/PNG/WEBP. Tips: simple background, single object, object >50% of frame.
boolean
default:"false"
Enable PBR material generation (metallic, roughness, normal textures). Does not take effect when enable_geometry is True.
boolean
default:"false"
Generate geometry-only white model without textures. When enabled, enable_pbr is ignored and OBJ is not supported (default output is GLB).

Output Schema

File
Generated 3D model file. Contains GLB if available, otherwise OBJ.
File
MTL material file for the OBJ model.
File
Texture image for the 3D model.
File
Preview thumbnail of the generated model
ModelUrls
required
URLs for different 3D model formats.

Input Example

Output Example