Hitem3D 2.0 एपीआई

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.

Hitem3D3D जनरेशनMalaysiaस्वामित्व वाला एंडपॉइंट

Hitem3D 2.0 के बारे में

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.

image to 3dmulti viewhigh polytexture generation

Hitem3D 2.0 की विशेषताएं

मॉडल ID
hitem3d-2-0
प्रदाता
Hitem3D
श्रेणी
3D जनरेशन
रिलीज
-
इनपुट
इमेज
आउटपुट
3D
रीजन
Malaysia
एंडपॉइंट
POST/v1/3d/generations
वैकल्पिक मॉडल ID
hitem3d-2.0hitem3d-2-0-251223

Hitem3D 2.0 API की कीमतें

EmpirioLabs कैटलॉग से लाइव pay-as-you-go दरें। आप सिर्फ उतना ही भुगतान करते हैं जितना उपयोग करते हैं, कोई मासिक न्यूनतम नहीं।

प्रकार
स्पेक
दर
1536 textured
per request
$2.80
1536 Pro textured
per request
$3.60
1536 white model
per request
$1.60
1536 Pro white model
per request
$2.40
पूरे कीमत पेज पर तुलना करें

Hitem3D 2.0 API को कैसे कॉल करें

Hitem3D 2.0 POST /v1/3d/generations से चलता है। request तुरंत job_id देती है; job पूरा होने तक GET /v1/jobs/{job_id} को poll करें और परिणाम से आउटपुट URLs पढ़ें। EmpirioLabs डैशबोर्ड से API key प्राप्त करें।

cURL: job सबमिट करें
curl https://api.empiriolabs.ai/v1/3d/generations \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "hitem3d-2-0",
    "prompt": "Describe what you want Hitem3D 2.0 to generate."
  }'
cURL: परिणाम के लिए poll करें
curl https://api.empiriolabs.ai/v1/jobs/JOB_ID \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY"
Python
import requests

response = requests.post(
    "https://api.empiriolabs.ai/v1/3d/generations",
    headers={"Authorization": "Bearer YOUR_EMPIRIOLABS_API_KEY"},
    json={
        "model": "hitem3d-2-0",
        "prompt": "Describe what you want Hitem3D 2.0 to generate.",
    },
)
job = response.json()

# Generation runs as an async job. Poll until it completes.
import time
while True:
    status = requests.get(
        f"https://api.empiriolabs.ai/v1/jobs/{job['job_id']}",
        headers={"Authorization": "Bearer YOUR_EMPIRIOLABS_API_KEY"},
    ).json()
    if status.get("status") in ("completed", "failed"):
        print(status)
        break
    time.sleep(5)
Hitem3D 2.0 API का पूरा संदर्भ

Hitem3D 2.0 API के पैरामीटर

EmpirioLabs पर Hitem3D 2.0 API द्वारा समर्थित request पैरामीटर। फ़ील्ड छोड़ने पर डिफ़ॉल्ट मान लागू होते हैं।

पैरामीटरप्रकारडिफॉल्टरेंज / मानविवरण
imageimage--One to four input images of the object. With multiple views, use multi_images_bit to declare the view order.
promptstring--Optional guidance text for the generation.
resolutionenum15361536, 1536proGeometry resolution. 1536pro is the high-precision tier and bills at a higher per-generation rate.
texturebooleantrue-Generate textures with the geometry. Off returns a white model at a lower per-generation rate.
face_countinteger-100000 से 2000000Target polygon count of the output mesh.
file_formatenumglbglb, obj, stl, fbx, usdz3D file format of the generated model.

जानने योग्य

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.

आउटपुट

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

Hitem3D 2.0 API: आम सवाल

Hitem3D 2.0 API की कीमत कितनी है?

EmpirioLabs पर Hitem3D 2.0 का बिल उपयोग के अनुसार बनता है: 1536 textured $2.80 per request; 1536 Pro textured $3.60 per request; 1536 white model $1.60 per request। इस पेज की लाइव दर तालिका हमेशा API की वास्तविक बिलिंग से मेल खाती है।

Hitem3D 2.0 कौन सा endpoint उपयोग करता है?

Hitem3D 2.0 api.empiriolabs.ai पर POST /v1/3d/generations के ज़रिए मिलता है, मानक Bearer टोकन प्रमाणीकरण के साथ।

क्या मैं इंटीग्रेट करने से पहले ब्राउज़र में Hitem3D 2.0 आज़मा सकता हूं?

हां। EmpirioLabs playground ब्राउज़र में Hitem3D 2.0 को उन्हीं पैरामीटरों के साथ चलाता है जो API देता है, ताकि आप कोड लिखने से पहले prompt आज़मा सकें।

Hitem3D 2.0 की API key कैसे मिलेगी?

EmpirioLabs खाता बनाएं, फिर डैशबोर्ड में API Keys में key जनरेट करें। बिलिंग pay-as-you-go क्रेडिट से होती है, इसलिए आप सिर्फ अपनी requests का भुगतान करते हैं।

बेहतर समापन बिंदुओं का उपयोग करने के लिए तैयार हैं?

हमारे मूल्य निर्धारण की जाँच करें या यदि आप चाहते हैं कि आपका अपना मॉडल हमारे स्टैक पर तैनात किया जाए, तो पहुंचें।