التوليد ثلاثي الأبعاد APIs

3D asset generation models for meshes and scenes.

1 model

About التوليد ثلاثي الأبعاد on EmpirioLabs

3D generation models on EmpirioLabs turn a prompt or an image into a 3D asset. Each request runs as an async job you poll until the asset is ready to download.

التوليد ثلاثي الأبعاد models (1)

How to call التوليد ثلاثي الأبعاد models

TRELLIS.2 4B runs through POST /v1/3d/generations. The request returns a job_id right away; poll GET /v1/jobs/{job_id} until the job completes and read the output URLs from the result. Swap the model id for any model above. Get an API key from the EmpirioLabs dashboard.

cURL: submit the job
curl https://api.empiriolabs.ai/v1/3d/generations \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "trellis-2-4b",
    "prompt": "Describe what you want TRELLIS.2 4B to generate."
  }'

التوليد ثلاثي الأبعاد APIs: common questions

How many التوليد ثلاثي الأبعاد model APIs does EmpirioLabs offer?

EmpirioLabs lists 1 التوليد ثلاثي الأبعاد model, including TRELLIS.2 4B. Each model has its own dedicated API page with live pricing, parameters, and a quickstart.

How are التوليد ثلاثي الأبعاد APIs priced on EmpirioLabs?

Every التوليد ثلاثي الأبعاد model is billed pay as you go, with no monthly minimum. The exact rate card lives on each model's page and always matches what the API charges.

Do I need to be a developer to use التوليد ثلاثي الأبعاد models?

No. Every model here runs in the EmpirioLabs playground, a friendly in-browser interface where you can set the options and see results without writing any code. When you are ready to automate, the same model is available through the API.

Other model categories

تصفح كتالوج النماذج الكامل

Ready to use better endpoints?

Check out our pricing or reach out if you want your own model deployed on our stack.