Generate 3D models with
Tencent Hunyuan 3D 3.5 API
The latest Hunyuan 3D model, available as a simple REST API. Text-to-3D, image-to-3D, and multi-view generation with up to 8K PBR textures. Under 60 seconds with Rapid, maximum fidelity with Pro.
What's new in 3.5
Major upgrades over Hunyuan 3D 3.0 and 3.1 - same API pattern, better results.
2× Faster
Rapid edition generates in under 60 seconds. Pro edition in 1-3 minutes. Significantly faster than 3.0/3.1.
8K PBR Textures
Double the texture resolution. Albedo, normal, metallic, and roughness maps at up to 8192×8192 pixels.
Better Geometry
Improved thin-structure handling, cleaner topology at joints, and more precise watertight mesh generation.
More Multi-View Angles
Extended multi-view support with additional camera positions for even more accurate 3D reconstruction.
2M Polygon Ceiling
Target face count now goes up to 2 million for Pro edition. More detail for production-grade assets.
Enhanced Materials
Physics-grounded PBR with better metallic reflections, subsurface scattering, and transparency.
Generated with the Hunyuan 3D 3.5 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 a base64-encoded image and receive a matching 3D model with PBR materials.






Two editions, one API
Choose Pro for maximum quality or Rapid for speed. Both use the same async REST pattern.
Hunyuan 3D 3.5 Pro
Maximum quality with full controls. Supports text-to-3D, image-to-3D, multi-view input, and four generation modes (Normal, LowPoly, Geometry, Sketch). Up to 8K PBR textures.
POST /v1/3d-models/tencent/generate/pro/
Hunyuan 3D 3.5 Rapid
Optimized for speed with simplified parameters. Under 60 seconds per generation. Ideal for high-volume pipelines, prototyping, and real-time applications.
POST /v1/3d-models/tencent/generate/rapid/
What Hunyuan 3D 3.5 can do
Tencent's latest 3D generation model, available as a simple API call.
Text to 3D
Describe any object in natural language and receive a fully textured 3D model. Up to 1024 characters of text input.
Image to 3D
Upload a reference photo, product shot, or concept art. The model reconstructs matching 3D geometry with materials.
Multi-View Input
Provide images from multiple angles (front, left, right, back, top, and more) for precise reconstruction. Pro edition.
8K PBR Textures
Generate albedo, normal, metallic, and roughness maps at up to 8192×8192 resolution. Optional on all editions.
Polygon Control
Set target face count from 40K to 2M polygons. Choose triangle or quad topology in LowPoly mode.
Four Generation Modes
Normal, LowPoly, Geometry (untextured), and Sketch mode for line drawing input. Pro edition only.
Built for every 3D pipeline
Teams across industries use the Hunyuan 3D 3.5 API to power production workflows.
Game Development
Generate 3D assets at scale for games and virtual worlds

3D Printing
Automated print-ready model generation for on-demand services

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

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/tencent/generate/pro/ \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "3.5",
"prompt": "a medieval castle tower",
"enable_pbr": true,
"face_count": 500000
}'Response
{
"task_id": "a1b2c3d4-e5f6-...",
"created_at": "2026-03-10T12: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/tencent/generate/rapid/ \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "3.5",
"image": "data:image/png;base64,...",
"enable_pbr": true
}'Response
{
"task_id": "f7e8d9c0-b1a2-...",
"created_at": "2026-03-10T12:00:00Z"
}
// Rapid: typically completes in <60s
// Poll: GET /v1/generation-request/{task_id}/status/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 |
Hunyuan 3D 3.5 vs 3.0/3.1 API
Same endpoints, same integration pattern. Pass "3.5" as the model parameter to upgrade.
| Feature | 3.5 | 3.0 / 3.1 |
|---|---|---|
| Rapid Speed | <60s | 2-3 min |
| Pro Speed | 1-3 min | 3-6 min |
| Max Texture | 8K PBR | 4K PBR |
| Max Polygons | 2M | 1.5M |
| Geometry Quality | Enhanced thin structures | Standard |
| Material Quality | Advanced PBR synthesis | Standard PBR |
| API Compatibility | Same endpoints | Same endpoints |
| Pricing | Same credit structure | Same credit structure |
Explore related APIs
Combine Hunyuan 3D 3.5 with other endpoints for complete 3D workflows.
