Trellis 3D / उन्नत 3D जनरेशन मॉडल और Trellis API
आधिकारिक शोध पत्र में प्रस्तुत ओपन सोर्स image to 3D मॉडलfrom the official research paper Structured 3D Latents for Scalable and Versatile 3D Generationटेक्स्ट टू 3D और इमेज टू 3D के लिए उन्नत AI मॉडल हैं। अब PiAPI 3D मॉडल जनरेटर और Trellis API प्रदान करता है ताकि 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.
इमेज टू 3D जनरेशन
PiAPI Trellis image to 3D प्रदान करता है ताकि 3D एसेट निर्माण प्रक्रिया सरल हो सके।
टेक्स्ट टू 3D जनरेशन
PiAPI नवीनतम 3D शोध को ट्रैक करता है और आशाजनक text to 3D मॉडल उपलब्ध कराता है।
असिंक्रोनस API कॉल
टास्क को बैकग्राउंड में भेजें और पूरा होने पर परिणाम प्राप्त करें।
तेज इंफ्रास्ट्रक्चर
हमारा इंफ्रास्ट्रक्चर diffusion model inference के लिए अनुकूलित है और उच्च दक्षता तथा कम लेटेंसी देता है।
कस्टम inference frameworks
हमारे framework runtime performance और resource management पर केंद्रित हैं।
बल्क जनरेशन
प्रॉम्प्ट या इमेज से बड़ी संख्या में 3D मॉडल बनाकर प्रोजेक्ट भरने के लिए उपयुक्त।
लचीले भुगतान प्लान
pay as you go मॉडल आपको फ्री क्रेडिट्स से API आजमाने और उपयोग के अनुसार टॉप अप करने देता है।
व्यावसायिक उपयोग
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 मॉडल को Microsoft की Trellis रिसर्च टीमने विकसित किया है। यह generative AI के साथ 3D workflow को सरल बनाने वाले उन्नत मॉडलों में से एक है।
Trellis 3D API क्या है
Trellis API, PiAPI द्वारा Trellis मॉडल पर आधारित रूप में प्रदान की जाती है। तेज इंफ्रास्ट्रक्चर और कस्टम inference frameworks के कारण यह कम लेटेंसी और प्रतिस्पर्धी लागत देती है।
text to 3D से मैं किस प्रकार के 3D मॉडल बना सकता हूं
आप टेक्स्ट या इमेज प्रॉम्प्ट के जरिए कई तरह के 3D मॉडल अपने workflow में बना सकते हैं।
Trellis किन उपयोग मामलों के लिए उपयुक्त है
Trellis का उपयोग 2D इमेज को 3D एसेट में बदलने, 3D कैरेक्टर बनाने, एसेट मार्केटप्लेस भरने और क्रिएटिव pipelines को तेज करने के लिए किया जा सकता है।
क्या Trellis API से बने 3D मॉडल का व्यावसायिक उपयोग किया जा सकता है
हां। Trellis 3D के Apache 2.0 लाइसेंस के अनुसार API से बना कंटेंट व्यावसायिक उपयोग के लिए उपलब्ध है।
More questions? See the API docs.
Our blog
Trellis 3D API



