You're looking at a specific version of this model. Jump to the model overview.
tencent /hunyuan-3d-3.1:a2838628
Input schema
The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| prompt |
string
|
Text description of the 3D model to generate. Either prompt OR image must be provided, but not both. Supports up to 1024 characters.
|
|
| image |
string
|
Input image to convert to 3D. Either prompt OR image must be provided, but not both. Recommendations: simple background, no text, single object, object occupies >50% of frame. Supported formats: jpg, png, jpeg, webp. Resolution: 128-5000px per side, max 6MB.
|
|
| enable_pbr |
boolean
|
False
|
Enable PBR (Physically Based Rendering) material generation.
|
| face_count |
integer
|
500000
Min: 40000 Max: 1500000 |
Number of faces (polygons) in the generated 3D model.
|
| generate_type |
None
|
Normal
|
Type of 3D generation. 'Normal' generates textured model, 'Geometry' generates white model without textures (EnablePBR has no effect).
|
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{'format': 'uri', 'title': 'Output', 'type': 'string'}