Catalog

Models

GET/v1/models

List available models/engines with their config and exact credit cost — the authoritative source for engine names.

Query parameters

ParameterDescription
category
string
3d (default), image, remesh, texture, animate.

Request

request
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 });

There is also GET /v1/animations?engine=tripo|meshy for the animation preset catalog.