Generate 3D models with
Tencent Hunyuan 3D API
Access Hunyuan 3D 3.0 and 3.1 through a simple REST API. Text-to-3D, image-to-3D, and multi-view 3D generation with GLB output and optional PBR textures. Two editions - Pro for quality, Rapid for speed.
Two editions, one API
Choose Pro for maximum quality or Rapid for faster generation. Both support text-to-3D and image-to-3D.
Hunyuan 3D Pro
High-quality generation with advanced controls. Supports text-to-3D, image-to-3D, multi-view input, and four generation modes (Normal, LowPoly, Geometry, Sketch).
POST /v1/3d-models/tencent/generate/pro/
Hunyuan 3D Rapid
Faster generation with simplified parameters. Ideal for high-volume pipelines where speed matters more than advanced controls.
POST /v1/3d-models/tencent/generate/rapid/
What Hunyuan 3D can do
Industry-leading 3D generation from Tencent, available as a simple API call.
Text to 3D
Describe any object in natural language and get a fully textured 3D model. Up to 1024 characters of text input.
Image to 3D
Upload a reference photo and generate a 3D model that matches. Works with product photos, concept art, or any image.
Multi-View Input
Provide multiple reference angles (front, left, right, back + more) for precise 3D reconstruction. Pro edition only.
PBR Textures
Generate physically-based rendering textures with albedo, normal, metallic, and roughness maps. Optional on all editions.
Polygon Control
Set target face count from 40K to 1.5M polygons. Choose triangle or quad topology for LowPoly mode.
Four Generation Modes
Normal, LowPoly, Geometry (untextured), and Sketch mode for line drawing input. Pro edition.
Generate a 3D model in one API call
Submit a request, get a task ID, poll for results. Standard REST pattern.
Request
curl -X POST https://api.3daistudio.com/v1/3d-models/tencent/generate/pro/ \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "3.1",
"prompt": "a medieval castle tower",
"enable_pbr": true,
"face_count": 500000
}'Response
{
"task_id": "a1b2c3d4-e5f6-...",
"created_at": "2026-02-25T12:00:00Z"
}
// Poll: GET /v1/generation-request/{task_id}/status/
// → { "status": "FINISHED",
// "results": [{ "asset_url": "..." }] }Simple, transparent pricing
Pay per generation. No subscriptions. Unused credits last 365 days.
| Edition | Base | + PBR | + Multi-View | Max |
|---|---|---|---|---|
| Pro | 60 | +20 | +20 | 100 |
| Rapid | 35 | +20 | N/A | 55 |
Explore related APIs
Combine Hunyuan 3D with other endpoints for complete 3D workflows.