Trellis 3D / mo hinh tao 3D tien tien va Trellis API
Cac mo hinh open source image to 3Dtu bai nghien cuu chinh thuc Structured 3D Latents for Scalable and Versatile 3D Generationla mo hinh AI hang dau cho text to 3D va image to 3D. Hien tai PiAPI cung cap trinh tao mo hinh 3D AI va Trellis API de tang toc workflow 3D.
Bang gia
Pay-as-you-go access through PiAPI.
Text to 3Dtxt2model
$0.04 /lan tao
- Generate a 3D asset from a text prompt.
Image to 3Dimg2model
$0.04 /lan tao
- Turn a reference image into a textured 3D asset.
Tinh nang
Capabilities from the production model page.
Tao image to 3D
PiAPI cung cap Trellis image to 3D de don gian hoa quy trinh tao tai san 3D.
Tao text to 3D
PiAPI theo sat nghien cuu 3D moi nhat va trien khai cac mo hinh text to 3D day trien vong.
Goi API bat dong bo
Gui tac vu nen va lay ket qua sau khi xu ly hoan tat.
Ha tang tang toc
Ha tang cua chung toi duoc toi uu cho diffusion model inference voi hieu qua cao va do tre thap.
Framework inference tuy chinh
Framework cua chung toi tap trung vao hieu nang runtime va quan ly tai nguyen de giam nghen co chai.
Tao hang loat
Phu hop de bo sung nhieu mo hinh 3D tuy chinh cho du an tu prompt hoac hinh anh.
Goi thanh toan linh hoat
Mo hinh pay as you go cho phep thu nghiem bang credit mien phi va nap them theo muc su dung.
Su dung thuong mai
Theo giay phep cua Trellis, noi dung tao qua API co the duoc su dung cho muc dich thuong mai.
Get started
Create your API key
Sign up and grab an API key from the PiAPI workspace — free credits are included on sign-up.
Top up credits
Add credits on the billing page when you are ready to scale beyond the free tier.
Call the API
POST your first task following the API docs, then poll the task until the result is ready.
Iterate in the playground
Prototype prompts and settings in the the playground above before wiring them into your product.
curl -X POST 'https://api.piapi.ai/api/v1/task' \
-H 'X-API-Key: YOUR_API_KEY' \
-H 'Content-Type: application/json' \
-d '{
"model": "Qubico/trellis",
"task_type": "text-to-3d",
"input": {
"prompt": "A stylized stone statue",
"ss_sampling_steps": 50,
"slat_sampling_steps": 50,
"ss_guidance_strength": 7.5,
"slat_guidance_strength": 3,
"seed": 0
}
}'
# → { "task_id": "9d5a…", "status": "pending" }curl 'https://api.piapi.ai/api/v1/task/{task_id}' \
-H 'X-API-Key: YOUR_API_KEY'
# poll until status = completed
{
"data": {
"status": "completed",
"output": {
"model_file": "https://img.theapi.app/ephemeral/…"
}
}
}$ npm install -g piapi-cli $ piapi run trellis-3d-api \ prompt="A stylized stone statue" \ ss_sampling_steps=50 \ slat_sampling_steps=50 \ ss_guidance_strength=7.5 \ slat_guidance_strength=3 \ seed=0 ✓ Task completed! https://img.theapi.app/ephemeral/…
Cau hoi thuong gap
Trellis 3D la gi
Mo hinh Trellis 3D duoc phat trien boi doi nghien cuu Trellis cua Microsoftva la mot trong nhung mo hinh 3D tien tien nhat de don gian hoa workflow 3D bang generative AI.
Trellis 3D API la gi
Trellis API duoc PiAPI cung cap dua tren mo hinh Trellis. Nho ha tang tang toc va framework inference tuy chinh, chung toi mang lai chi phi canh tranh va do tre thap.
Toi co the tao nhung loai mo hinh 3D nao bang text to 3D
Ban co the tao nhieu loai mo hinh 3D bang prompt van ban hoac hinh anh trong workflow cua minh.
Trellis phu hop voi nhung truong hop nao
Trellis phu hop de chuyen hinh 2D thanh tai san 3D, tao nhan vat 3D, bo sung marketplace asset va tang toc pipeline sang tao.
Toi co the dung mo hinh 3D tao qua Trellis API cho muc dich thuong mai khong
Co. Theo giay phep Apache 2.0 cua Trellis 3D, noi dung tao qua API co the duoc su dung cho muc dich thuong mai.
More questions? See the API docs.
Our blog
Trellis 3D API



