모델
GET/v1/models
사용 가능한 모델/엔진을 설정 및 정확한 크레딧 비용과 함께 조회합니다 — 엔진 이름의 신뢰할 수 있는 출처입니다.
쿼리 파라미터
| 파라미터 | 설명 |
|---|---|
| category string | 3d (기본값), image, remesh, texture, animate. |
요청
요청
curl "https://api.picoberry.ai/v1/models?category=3d" \
-H "Authorization: Bearer pb_live_xxx"requests.get("https://api.picoberry.ai/v1/models", headers=headers, params={"category": "3d"})await fetch(`${BASE}/v1/models?category=3d`, { headers });애니메이션 프리셋 카탈로그를 위한 GET /v1/animations?engine=tripo|meshy 도 있습니다.