← All models
Hi3D Texture
hi3d-texture
3D generationby hitem3d
Texture an existing geometry mesh using a reference image with Hi3D.
Details
- Accepts
- image + object_3d
Pricing
- Price
- 0.00875 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| model | stringenum: hitem3dv1.5, scene-portraitv1.5 | Model version used for texturing. Only v1.5 models support the staged texture task. |
| mesh_urlrequired | string | URL of the geometry model to texture. Only GLB format is supported (e.g. the geometry output of the image-to-3d endpoint with enable_texture=false). |
| image_urlrequired | string | URL of the reference image used to texture the model. PNG, JPEG and WebP formats are supported, up to 20MB. |
| resolution | — | Texture generation resolution. hitem3dv1.5 accepts 512, 1024, 1536 and 1536pro; scene-portraitv1.5 accepts 1536. Defaults to the model's recommended resolution. |
| export_format | stringenum: glb, obj, stl, fbx, usdz | File format of the generated model. |
| enable_safety_checker | boolean | If set to true, input images are checked for safety before processing. |
Output
| Field | Type | Description |
|---|---|---|
| thumbnail | — | Preview image of the generated model, when available. |
| model_mesh | — | Generated 3D model file. |
