Build with Tripo's
3D AI models via API
Full Tripo AI model suite as a REST API. Generate, texture, remesh, and segment 3D models. Three model versions, six output formats, pay per request.
Three model families, one API
Choose Tripo v3.0/v3.1 for feature-rich generation or P1 for game-ready output. All use the same async REST pattern.
Tripo Standard
Feature-rich generation with smart low-poly, quad remeshing, detailed geometry, and parts segmentation. Up to 500K faces with configurable output quality.
text-to-3d/ · image-to-3d/ · multiview-to-3d/
Tripo P1 (Premium)
Game-optimized with native 3D diffusion. Clean topology, 48-20K faces, orientation control, and model seeds for reproducible output.
text-to-3d/p1/ · image-to-3d/p1/ · multiview-to-3d/p1/
What Tripo can do
Full 3D pipeline from generation to texturing, conversion, and segmentation — all via API.
Text to 3D
Describe any object in natural language and receive a fully textured 3D model. Supported on v3.0, v3.1, and P1.
Image to 3D
Upload a reference photo or concept art. Tripo reconstructs matching 3D geometry with textures and materials.
Multiview to 3D
Provide images from multiple angles for precise 3D reconstruction. Consistent geometry from all supported model versions.
AI Texturing
Re-texture existing 3D models with text prompts, reference images, or style presets. PBR material generation included.
Format Conversion
Convert GLB output to GLTF, USDZ, FBX, OBJ, STL, or 3MF. Optional quad remeshing during conversion.
Mesh Segmentation
Automatically segment generated models into distinct semantic parts for game engines and animation pipelines.
Generated with the Tripo API
Real API outputs. Text and image input supported.
Text to 3D
Pass a text prompt via the API and receive a fully textured 3D model.

“anime style female engineer in orange and gray power armor”

“retro sci-fi ray gun, turquoise red and gold, stylized 3D weapon”

“stylized treasure chest with gold coins, padlock, vines and moss”
Image to 3D
Send an image URL or base64-encoded image and receive a matching 3D model with PBR materials.






Built for every 3D pipeline
Teams across industries use the Tripo API to power production workflows.
Game Development
Generate game-ready 3D assets at scale with P1's clean topology

3D Printing
Automated print-ready model generation with format conversion

XR & Spatial
Programmatic 3D content for VR, AR, and spatial applications

E-Commerce
On-demand product 3D viewers from catalog photos

Generate a 3D model in one API call
Submit a request, get a task ID, poll for results. Standard async REST pattern.
Request
curl -X POST https://api.3daistudio.com/v1/3d-models/tripo/text-to-3d/3.1/ \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"prompt": "a medieval castle tower",
"texture": true,
"pbr": true
}'Response
{
"task_id": "a1b2c3d4-e5f6-...",
"created_at": "2026-03-26T12:00:00Z"
}
// Poll: GET /v1/generation-request/{task_id}/status/
// → { "status": "FINISHED",
// "results": [{ "asset_url": "..." }] }Request
curl -X POST https://api.3daistudio.com/v1/3d-models/tripo/image-to-3d/p1/ \ -H "Authorization: Bearer YOUR_API_KEY" \ -F "image_url=https://example.com/photo.png" \ -F "texture=true" \ -F "orientation=align_image"
Response
{
"task_id": "f7e8d9c0-b1a2-...",
"created_at": "2026-03-26T12:00:00Z"
}
// P1: typically completes in 30-60s
// Poll: GET /v1/generation-request/{task_id}/status/Simple, transparent pricing
Pay per generation. No subscriptions. Unused credits last 365 days.
| Endpoint | Base Credits | Options |
|---|---|---|
| Text to 3D (v3.0/v3.1) | 20+ | Add-ons for texture, geometry, quad remesh |
| Image to 3D (v3.0/v3.1) | 20+ | Add-ons for texture, geometry, quad remesh |
| Multiview to 3D (v3.0/v3.1) | 20+ | Add-ons for texture, geometry, quad remesh |
| Text to 3D (P1) | 60+ | PBR, orientation, model seed |
| Image to 3D (P1) | 80+ | PBR, orientation, model seed |
| Multiview to 3D (P1) | 80+ | PBR, orientation, model seed |
| Texture Model | 20-50 | Text, image, or style prompt |
| Convert Model | 10-30 | GLB to GLTF, USDZ, FBX, OBJ, STL, 3MF |
| Mesh Segmentation | 80 | Automatic part decomposition |
Tripo v3.0/v3.1 vs P1
Choose the right model for your use case. Standard for maximum features, P1 for game-ready output.
| Feature | v3.0 / v3.1 | P1 |
|---|---|---|
| Face limit range | Up to 500K | 48 – 20K |
| Smart low-poly | Yes | — |
| Quad remesh | Yes | — |
| Parts segmentation | Yes | — |
| Geometry quality | Detailed, high-poly | Clean topology, game-ready |
| Model seed | — | Yes |
| Orientation control | — | Yes |
| Base cost | 20 credits | 60-80 credits |
Explore related APIs
Combine Tripo with other endpoints for complete 3D workflows.
Hunyuan 3D 3.5
Alternative high-detail 3D generation with 8K PBR and up to 2M polygons.
TRELLIS.2
Fast image-to-3D at low cost. Ideal for high-volume pipelines.
Mesh Tools
Convert, repair, and optimize generated 3D models programmatically.
3D Printing
Full pipeline from generation to print-ready STL output.
