← All models
Rodin V2.5 by Hyper3D generates realistic and production ready 3D models from text or images. Do fast prototyping using the fast model.
Details
- Accepts
- text
Pricing
- Price
- 12.5 cr / request
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Seed value for randomization, ranging from 0 to 65535. Optional. |
| tier | stringenum: Gen-2.5-Minimum, Gen-2.5-Extreme-Low, Gen-2.5-Low | Generation tier. See more info in the [documentation](https://developer.hyper3d.ai/api-specification/rodin-gen2.5#use-gen-2.5-generation-with-following-gen-2.5-tiers). Selecting Gen-2.5-Minimum will automatically configure to a minimum mode, where 50K Triangle is selected, taking priority over quali… |
| TAPose | boolean | Generate characters in T-pose or A-pose format, making them easier to rig and animate in 3D software. |
| promptrequired | string | A textual prompt to guide model generation. Required for Text-to-3D mode. |
| is_micro | boolean | Generate finer micro-scale geometric detail. Only effective with `tier="Gen-2.5-Extreme-High"`. |
| material | stringenum: PBR, Shaded, All, None | Material type. PBR: physically-based materials with realistic lighting. Shaded: baked lighting with no PBR maps. All: both PBR and Shaded variants. None: geometry only with no textures. |
| hd_texture | boolean | Enables enhanced texture post-processing for higher visual fidelity. |
| texture_mode | — | Texture generation quality. When unset, the API picks a default appropriate for the tier. |
| bbox_condition | — | This is a controlnet that controls the maximum sized of the generated model. |
| texture_delight | boolean | Removes baked lighting/highlights from the generated textures. |
| quality_mesh_option | stringenum: Auto, 1K Quad, 4K Quad, 8K Quad, 18K Quad, 20K Quad… | Combined quality and mesh type selection. Quad = smooth surfaces, Triangle = detailed geometry. Maps to `mesh_mode` (Quad/Raw) and `quality_override` (face count) on the Hyper3D API. Valid face counts depend on the selected tier. Up to 1M Triangle is supported for tiers Minimum, Extreme-Low, Low. Fo… |
| enable_creative_mode | boolean | If enabled, the generation will have enhanced generative robustness while ensuring output consistency. This corresponds to `geometry_instruct_mode` being equal to `creative` on the Hyper3D API. |
| geometry_file_format | stringenum: glb, usdz, fbx, obj, stl | Format of the geometry file. Possible values: glb, usdz, fbx, obj, stl. Default is glb. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | Seed value used for generation. |
| textures | array | Generated textures for the 3D object. |
| model_mesh | — | Generated 3D object file. |
| model_meshes | array | Additional generated 3D object files returned by Hyper3D besides model_mesh. |