← All models
Hi3D 3D Part Splitter
hi3d-split
3D generationby hitem3d
Split a 3D model into parts with Hi3D.
Details
- Accepts
- object_3d
Pricing
- Price
- 0.00875 cr / second
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| part | stringenum: a, b, c, d, e, f | Character split template (used when model is 'character'): 'a' 6 parts, 'b' 5 parts, 'c' 4 parts excluding head, 'd' 4 parts including head, 'e' 3 parts, 'f' 2 parts. |
| joint | stringenum: none, ball, dovetail | Joint type added between character parts (used when model is 'character'). |
| level | stringenum: low, medium, high | Split granularity (used when model is 'general'). |
| model | stringenum: character, general | Split model type: 'character' splits humanoid models using a template with optional joints; 'general' splits any model by granularity level. |
| mesh_urlrequired | string | URL of the input model to split. GLB, STL and OBJ formats are supported, up to 200MB. |
| export_format | stringenum: glb, obj, stl, fbx, usdz | File format of the generated model. Character split currently supports only 'glb'. |
| enable_safety_checker | boolean | If set to true, inputs 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. |
