Trellis 3D / โมเดลสร้างภาพ 3D ขั้นสูงและ Trellis API
โมเดล open source image to 3Dจากงานวิจัยอย่างเป็นทางการ Structured 3D Latents for Scalable and Versatile 3D Generationคือโมเดล AI ระดับสูงสำหรับ text to 3D และ image to 3D ตอนนี้ PiAPI ให้บริการตัวสร้างโมเดล 3D และ Trellis API เพื่อเร่ง workflow ด้าน 3D ของคุณ
แผนราคา
Pay-as-you-go access through PiAPI.
Text to 3Dtxt2model
$0.04 /ต่อการสร้าง
- Generate a 3D asset from a text prompt.
Image to 3Dimg2model
$0.04 /ต่อการสร้าง
- Turn a reference image into a textured 3D asset.
คุณสมบัติ
Capabilities from the production model page.
การสร้าง image to 3D
PiAPI ให้บริการ Trellis image to 3D เพื่อทำให้การสร้างทรัพยากร 3D ง่ายขึ้น
การสร้าง text to 3D
PiAPI ติดตามงานวิจัย 3D ล่าสุดและนำโมเดล text to 3D ที่มีศักยภาพมาใช้งาน
การเรียก API แบบอะซิงก์
ส่งงานประมวลผลแบบพื้นหลังและรับผลลัพธ์เมื่อเสร็จสิ้นได้
โครงสร้างพื้นฐานเร่งความเร็ว
โครงสร้างพื้นฐานของเราถูกปรับให้เหมาะกับ diffusion model inference เพื่อประสิทธิภาพสูงและ latency ต่ำ
เฟรมเวิร์ก inference แบบกำหนดเอง
เฟรมเวิร์กของเรามุ่งเน้น performance ระหว่างรันและการจัดการทรัพยากรเพื่อลดคอขวด
การสร้างแบบจำนวนมาก
เหมาะสำหรับเติมโปรเจกต์ 3D ด้วยโมเดลจำนวนมากจาก prompt หรือภาพ
แผนการชำระเงินยืดหยุ่น
โมเดล pay as you go ช่วยให้ทดลองด้วยเครดิตฟรีและเติมเงินตามการใช้งานจริง
การใช้งานเชิงพาณิชย์
ตามเงื่อนไขลิขสิทธิ์ของ Trellis เนื้อหาที่สร้างผ่าน API สามารถใช้งานเชิงพาณิชย์ได้
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/…
คำถามที่พบบ่อย
Trellis 3D คืออะไร
โมเดล Trellis 3D ถูกพัฒนาโดย ทีมวิจัย Trellis ของ Microsoftและเป็นหนึ่งในโมเดล 3D ที่ล้ำหน้าที่สุดในตลาด ช่วยให้ workflow ด้าน 3D ง่ายขึ้นด้วย generative AI
Trellis 3D API คืออะไร
Trellis API ให้บริการโดย PiAPI บนพื้นฐานของโมเดล Trellis ด้วยโครงสร้างพื้นฐานที่เร่งความเร็วและเฟรมเวิร์ก inference ของเรา เราจึงให้ต้นทุนที่แข่งขันได้และ latency ต่ำ
ผมสามารถสร้างโมเดล 3D แบบใดได้บ้างด้วย text to 3D
คุณสามารถสร้างโมเดล 3D ได้หลากหลายรูปแบบจากข้อความหรือภาพใน workflow ของคุณ
Trellis เหมาะกับการใช้งานแบบใด
Trellis เหมาะกับการแปลงภาพ 2D เป็นทรัพยากร 3D สร้างตัวละคร 3D เติม marketplace ของ asset และเร่ง creative pipeline
โมเดล 3D ที่สร้างผ่าน Trellis API ใช้เชิงพาณิชย์ได้ไหม
ได้ ตามเงื่อนไข Apache 2.0 ของ Trellis 3D เนื้อหาที่สร้างผ่าน API สามารถใช้งานเชิงพาณิชย์ได้
More questions? See the API docs.
Our blog
Trellis 3D API



