Trellis 3D / 최첨단 3D 생성 모델과 Trellis API
공식 연구 논문 오픈소스 이미지 투 3D 모델인 Structured 3D Latents for Scalable and Versatile 3D Generation은 텍스트 투 3D와 이미지 투 3D를 위한 최첨단 AI 모델입니다. 이제 PiAPI가 AI 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 이미지 투 3D 기능을 제공하여 3D 아티스트와 팀의 에셋 제작 워크플로우를 단순화합니다.
텍스트 투 3D 생성
PiAPI는 최신 3D 연구를 지속적으로 추적하고 유망한 텍스트 투 3D 모델을 빠르게 도입합니다.
비동기 API 호출
작업을 백그라운드로 제출하고 완료 후 결과를 가져오는 비동기 워크플로우를 지원합니다.
가속화된 인프라
잠재 확산 모델 추론에 최적화된 하드웨어 인프라로 높은 효율과 낮은 지연 시간을 제공합니다.
커스텀 추론 프레임워크
실행 성능과 리소스 관리를 최적화한 자체 프레임워크로 병목을 줄입니다.
대량 생성 지원
프롬프트나 이미지로부터 대량의 맞춤형 3D 모델을 생성해 프로젝트를 빠르게 채울 수 있습니다.
유연한 결제 플랜
종량제로 무료 크레딧으로 시험한 뒤 사용량에 따라 유연하게 충전할 수 있습니다.
상업적 사용
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 연구팀에서 개발했습니다. 생성형 AI로 3D 워크플로우를 단순화하는 시장의 선도적인 3D 생성 모델입니다.
Trellis 3D API란 무엇인가요
Trellis API는 PiAPI가 Trellis 모델 기반으로 제공하는 API입니다. 가속화된 인프라와 자체 추론 프레임워크로 경쟁력 있는 비용과 낮은 지연 시간을 제공합니다.
텍스트 투 3D로 어떤 3D 모델을 만들 수 있나요
텍스트 프롬프트나 이미지 프롬프트를 사용해 다양한 3D 모델을 워크플로우 안에서 생성할 수 있습니다.
Trellis는 어떤 시나리오에 적합한가요
2D 이미지를 3D 에셋으로 변환하거나 3D 캐릭터를 제작하고, 에셋 마켓플레이스를 채우거나 제작 파이프라인을 가속하는 데 적합합니다.
Trellis API로 생성한 3D 모델을 상업적으로 사용할 수 있나요
예. Trellis 3D의 Apache 2.0 라이선스에 따라 API를 통해 생성된 결과물을 상업적으로 사용할 수 있습니다.
More questions? See the API docs.
Our blog
Trellis 3D API



