Hitem3D 2.0

Hitem3D 2.0
Hitem3D · 3D Generation
POST /v1/3d/generations

Production-focused image-to-3D with structure-aware textures, 1536 and 1536 Pro precision tiers, meshes up to two million faces, and five export formats.

At a glance

FieldValue
Model idhitem3d-2-0
Model release date-
Input modalitiesImage
Output modalities3D
Context window-
Weight precision-
RegionMalaysia
Featuresimage_to_3d, multi_view, high_poly, texture_generation
Native inferenceNo
NewNo
Supported endpointsPOST /v1/3d/generations
Alternate model idshitem3d-2.0, hitem3d-2-0-251223

Pricing

ChargeSpecRate
1536 texturedper request$2.80
1536 Pro texturedper request$3.60
1536 white modelper request$1.60
1536 Pro white modelper request$2.40

Example request

$curl https://api.empiriolabs.ai/v1/3d/generations \
> -H 'Authorization: Bearer $EMPIRIOLABS_API_KEY' \
> -H 'Content-Type: application/json' \
> -d '{"model": "hitem3d-2-0", "image_url": "https://example.com/product-photo.png", "resolution": "1024", "texture_size": "2048"}'

Parameters

ParameterTypeRequiredDefaultDescription
imageimageyes-One to four input images of the object. With multiple views, use multi_images_bit to declare the view order.
promptstringno-Optional guidance text for the generation.
resolutionenumno"1536"Geometry resolution. 1536pro is the high-precision tier and bills at a higher per-generation rate. · Allowed: 1536, 1536pro
texturebooleannotrueGenerate textures with the geometry. Off returns a white model at a lower per-generation rate.
face_countintegerno-Target polygon count of the output mesh. · Range: 100000 – 2000000
file_formatenumno"glb"3D file format of the generated model. · Allowed: glb, obj, stl, fbx, usdz
multi_images_bitstringno-Four 0/1 digits declaring which views the input images are, in front, back, left, right order. Example: 1010 for front plus left.

Notes

Image-to-3D only: one to four views of the object (declare the view order with multi_images_bit in front, back, left, right order). Billing is per generated model at the tier for the chosen resolution and texture setting.

Controls

  • 1536 standard or 1536 Pro high-precision geometry.
  • texture on generates geometry and textures together in one pass; off returns a white model at a lower rate.
  • Target face count from 100,000 to 2,000,000, and glb, obj, stl, fbx, or usdz output.

Input limits

  • Images: jpg, jpeg, png, or webp, under 4096x4096 px and 10 MB each, provided as URLs.

Output

  • The generated file is stored and returned as a signed download URL.

Machine-readable schema: GET https://api.empiriolabs.ai/v1/models/hitem3d-2-0.