Trellis 3D / gelismis 3D uretim modeli ve Trellis API
Resmi arastirma makalesindeki acik kaynak image to 3D modellerifrom the official research paper Structured 3D Latents for Scalable and Versatile 3D Generationmetinden 3D ve gorselden 3D uretim icin gelismis bir AI modelidir. PiAPI artik AI 3D model uretecisi ve Trellis API sunarak 3D is akisini hizlandirir.
Fiyatlandirma
Pay-as-you-go access through PiAPI.
Text to 3Dtxt2model
$0.04 /uretim
- Generate a 3D asset from a text prompt.
Image to 3Dimg2model
$0.04 /uretim
- Turn a reference image into a textured 3D asset.
Ozellikler
Capabilities from the production model page.
Gorselden 3D uretim
PiAPI, Trellis image to 3D sunarak 3D varlik uretim surecini basitlestirir.
Metinden 3D uretim
PiAPI en yeni 3D arastirmalarini izler ve umut verici text to 3D modellerini kullanima sunar.
Asenkron API cagrilari
Gorevleri arka planda gonderebilir ve tamamlandiginda sonuclari alabilirsiniz.
Hizlandirilmis altyapi
Altyapimiz diffusion model cikarimi icin optimize edilmistir ve yuksek verim ile dusuk gecikme sunar.
Ozel inference frameworkleri
Runtime performansi ve kaynak yonetimine odaklanan frameworklerimiz darboğazlari azaltir.
Toplu uretim
Prompt veya gorsellerden cok sayida ozel 3D model ureterek projeleri hizla doldurmak icin idealdir.
Esnek odeme planlari
Pay as you go modeliyle ucretsiz kredilerle deneyebilir ve kullanim arttikca bakiye yukleyebilirsiniz.
Ticari kullanim
Trellis lisansina gore API uzerinden uretilen icerikler ticari amaclarla kullanilabilir.
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/…
Sik sorulan sorular
Trellis 3D modeli nedir
Trellis 3D uretim modeli Microsoft Trellis arastirma ekibitarafindan gelistirildi. Uretken AI ile 3D is akislarini kolaylastiran gelismis bir 3D modelidir.
Trellis 3D API nedir
Trellis API, PiAPI tarafindan Trellis modeli uzerinden sunulur. Hizlandirilmis altyapi ve ozel frameworkler sayesinde rekabetci maliyet ve dusuk gecikme saglar.
Text to 3D ile ne tur 3D modeller uretebilirim
Metin veya gorsel promptlari kullanarak farkli turlerde 3D modeller uretebilirsiniz.
Trellis hangi senaryolar icin uygundur
2D gorselleri 3D varliklara donusturmek, 3D karakter olusturmak, asset pazar yerlerini doldurmak ve yaratici pipeline lari hizlandirmak icin uygundur.
Trellis API ile uretilen 3D modelleri ticari olarak kullanabilir miyim
Evet. Trellis 3D nin Apache 2.0 lisansina gore API uzerinden uretilen icerikler ticari olarak kullanilabilir.
More questions? See the API docs.
Our blog
Trellis 3D API



