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.

Hitem3Dالتوليد ثلاثي الأبعاد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

معرّف النموذج
hitem3d-2-0
المزود
Hitem3D
الفئة
التوليد ثلاثي الأبعاد
تاريخ الإصدار
-
الإدخال
صورة
الإخراج
3D
المنطقة
Malaysia
نقاط النهاية
POST/v1/3d/generations
معرّفات نموذج بديلة
hitem3d-2.0hitem3d-2-0-251223

أسعار واجهة Hitem3D 2.0 API

أسعار الدفع حسب الاستخدام مباشرة من كتالوج EmpirioLabs. تدفع فقط مقابل ما تستخدمه، بدون حد أدنى شهري.

النوع
المواصفة
السعر
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. يعيد الطلب job_id فورًا؛ استعلم عن GET /v1/jobs/{job_id} حتى تكتمل المهمة ثم اقرأ روابط الإخراج من النتيجة. احصل على مفتاح API من لوحة تحكم EmpirioLabs.

cURL: إرسال المهمة
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: استعلام النتيجة
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

معلمات الطلب التي تدعمها واجهة Hitem3D 2.0 API على EmpirioLabs. تُطبق القيم الافتراضية عند حذف أي حقل.

المعاملالنوعالافتراضيالنطاق / القيمالوصف
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. جدول الأسعار المباشر في هذه الصفحة يطابق دائمًا ما تحتسبه الواجهة.

أي نقطة نهاية يستخدم Hitem3D 2.0؟

يُقدَّم Hitem3D 2.0 عبر POST /v1/3d/generations على api.empiriolabs.ai مع مصادقة Bearer القياسية.

هل يمكنني تجربة Hitem3D 2.0 في المتصفح قبل الدمج؟

نعم. يشغّل ملعب EmpirioLabs نموذج Hitem3D 2.0 في المتصفح بنفس المعلمات التي تتيحها الواجهة، لتجربة المطالبات قبل كتابة الكود.

كيف أحصل على مفتاح API لنموذج Hitem3D 2.0؟

أنشئ حساب EmpirioLabs ثم أنشئ مفتاحًا من API Keys في لوحة التحكم. الفوترة برصيد الدفع حسب الاستخدام، فلا تدفع إلا مقابل الطلبات التي تنفذها.

هل أنت مستعد لاستخدام نقاط نهاية أفضل؟

تحقق من تسعيرنا أو تواصل إذا كنت ترغب في نشر نموذجك الخاص على مجموعتنا.