Hunyuan3D API
Tencent Hunyuan3D — image-to-3D, text-to-3D, and sketch-to-3D generation for visualization and content workflows. V2 Base, Mini, and Multi-View variants plus V3 Image-to-3D, Text-to-3D, and Sketch-to-3D endpoints.
V2: v2-base and v2-mini for single-image 3D; v2-multi-view for reconstruction from multiple images; v2.1 for scalable asset creation. V3: image-to-3d (ultra-high-resolution from photos), text-to-3d (fully-textured models from prompts), and sketch-to-3d (concept art to mesh).
About the Hunyuan3D API
What Hunyuan3D does, how it fits in the Tencent model lineup, and why teams reach for it.
Hunyuan3D is a 3D asset generation model from Tencent, available through the WaveSpeedAI REST API. Tencent Hunyuan3D — image-to-3D, text-to-3D, and sketch-to-3D generation for visualization and content workflows. V2 Base, Mini, and Multi-View variants plus V3 Image-to-3D, Text-to-3D, and Sketch-to-3D endpoints.
V2: v2-base and v2-mini for single-image 3D; v2-multi-view for reconstruction from multiple images; v2.1 for scalable asset creation. V3: image-to-3d (ultra-high-resolution from photos), text-to-3d (fully-textured models from prompts), and sketch-to-3d (concept art to mesh).
The Hunyuan3D family on WaveSpeedAI ships 8 REST endpoints covering Image-To-3d, Text-To-3d workflows. Each variant carries its own pricing, parameter knobs, and example outputs — pick the one that matches your input modality and production constraints, or call several from the same API key to compose multi-step pipelines.
Run Hunyuan3D through the same API key, billing account, and rate-limit envelope you use for the other 1,000+ AI models on WaveSpeedAI. No separate vendor setup, no per-provider SDKs, no per-vendor rate-limit envelopes — one integration covers everything from text-to-image and text-to-video through audio synthesis, 3D generation, upscaling, and editing.
All Hunyuan3D API endpoints
8 endpoints available now on WaveSpeedAI — pick the variant that matches your workflow.

Sketch To 3d
Transform your sketches into detailed 3D models with Tencent's Hunyuan3D V3. Convert hand-drawn sketches and concept art into high-quality 3D assets with textures, perfect for rapid prototyping and game development. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

Image To 3d
Transform your photos into ultra-high-resolution 3D models in seconds with Tencent's Hunyuan3D V3 Image to 3D. Film-quality geometry with PBR textures from single or multi-view images, ready for games, e-commerce, and 3D printing. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

Text To 3d
Turn text prompts into detailed, fully-textured 3D models with Tencent's Hunyuan3D V3. Generate high-quality 3D assets with PBR materials from simple descriptions, ready for Unity, Unreal, and Blender. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

v2.1
Tencent Hunyuan3D v2.1 is a scalable 3D asset-creation system that advances state-of-the-art 3D generation for asset workflows. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

v2 Multi View
Hunyuan3D V2 Multi-View generates accurate 3D reconstructions from multiple images. Tencent-developed and available on WaveSpeedAI. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

v2 Mini
Hunyuan3D-V2-Mini is a Tencent image-to-3D generative model available on WaveSpeedAI. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

v2 Base
Hunyuan3D-V2-Base is a state-of-the-art Image-to-3D model by Tencent that turns images into 3D assets for visualization and content. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.

Hunyuan3d v2 Multi View
Hunyuan3D V2 Multi-View is Tencent's image-to-3D generative model on WaveSpeedAI that builds 3D reconstructions from multi-view images. Ready-to-use REST inference API, best performance, no coldstarts, affordable pricing.
See Hunyuan3D in action
Real outputs generated by the Hunyuan3D API. Hover any video to preview, click to open the full-size viewer.
How to use the Hunyuan3D API
Four steps from signup to a finished generation. Full Python, Node.js, and cURL examples are in the API section below.
- 1
Get an API key
Sign up for a WaveSpeedAI account and copy your API key from the dashboard. New accounts come with free starter credits — enough to run the playground a few dozen times before billing kicks in.
- 2
Submit a prediction
POST your input as JSON to https://api.wavespeed.ai/api/v3/wavespeed-ai/hunyuan3d/v2-base. The endpoint returns a prediction id immediately — generations are async so you don't hold an open connection during inference.
- 3
Poll for completion
GET https://api.wavespeed.ai/api/v3/predictions/{request_id}/result every 1-2 seconds. The response includes a status field; keep polling until it flips from"queued" or"processing" to"completed".
- 4
Read the output URL
Once status is"completed", read the URL from data.outputs[0]. The URL points to your generated media on the WaveSpeedAI CDN — image, video, audio, or 3D file depending on the Hunyuan3D variant you called.
What you can build with Hunyuan3D
Common workflows developers and creators use the Hunyuan3D API for.
Single-image to 3D asset
wavespeed-ai/hunyuan3d/v2-base is a state-of-the-art Image-to-3D model by Tencent that turns images into 3D assets for visualization and content — the default endpoint for product and character mesh generation.
Lightweight Mini variant
wavespeed-ai/hunyuan3d/v2-mini is Tencent's compact image-to-3D generative model — useful for rapid iteration, mobile previews, and pipelines where mesh detail can be refined downstream.
Multi-view reconstruction
wavespeed-ai/hunyuan3d/v2-multi-view generates accurate 3D reconstructions from multiple images — supply front, side, and back views for stronger geometry on occluded surfaces.
v2.1 scalable asset creation
wavespeed-ai/hunyuan3d/v2.1 is Tencent's scalable 3D asset-creation system advancing state-of-the-art 3D generation — the variant for production asset workflows requiring higher fidelity.
V3 text-to-3D from prompts
wavespeed-ai/hunyuan3d-v3/text-to-3d turns text prompts into detailed, fully-textured 3D models — generate assets from descriptions without a source image.
V3 sketch-to-3D for concept art
wavespeed-ai/hunyuan3d-v3/sketch-to-3d converts hand-drawn sketches and concept art into detailed 3D models — useful for early-stage design exploration.
Tips for prompting Hunyuan3D
Practical advice for getting better outputs from Hunyuan3D — drawn from the patterns that work across 3d models in production pipelines.
Multi-view for occluded geometry
When you have front, side, and back photos, use v2-multi-view — single-image Base/Mini guess at occluded surfaces; multi-view reconstructs them accurately.
Mini for rapid iteration
v2-mini for fast preview meshes during concept exploration; switch to v2-base or v2.1 when the geometry direction is locked.
Clean, well-lit source images
Image-to-3D quality is bottlenecked by source photo quality. Even lighting, minimal shadows, and a clear subject silhouette produce cleaner meshes.
Specify PBR expectations in downstream
Hunyuan3D outputs meshes for visualization — plan your texturing and PBR material pass in your DCC tool or rendering engine after generation.
Product photos on neutral backgrounds
E-commerce product shots on white/neutral backgrounds produce the cleanest geometry extraction — busy backgrounds add noise to the reconstructed mesh.
Hunyuan3D API pricing
Pricing is per-output. The final charge scales with the parameters you set in each variant's playground (resolution, duration, output count, references).
| Endpoint | Type | Starting price |
|---|---|---|
| wavespeed-ai/hunyuan3d-v3/sketch-to-3d | image-to-3d | $0.38 |
| wavespeed-ai/hunyuan3d-v3/image-to-3d | image-to-3d | $0.25 |
| wavespeed-ai/hunyuan3d-v3/text-to-3d | text-to-3d | $0.25 |
| wavespeed-ai/hunyuan3d/v2.1 | image-to-3d | $0.40 |
| wavespeed-ai/hunyuan3d/v2-multi-view | image-to-3d | $0.020 |
| wavespeed-ai/hunyuan3d/v2-mini | image-to-3d | $0.10 |
| wavespeed-ai/hunyuan3d/v2-base | image-to-3d | $0.16 |
| wavespeed-ai/hunyuan3d-v2-multi-view | image-to-3d | $0.010 |
Call the Hunyuan3D API
Sign up for an API key at wavespeed.ai/accesskey, then submit a prediction via REST. The playground generates ready-to-paste samples for any combination of inputs.
HTTP example
# 1. Submit a prediction
curl -X POST "https://api.wavespeed.ai/api/v3/wavespeed-ai/hunyuan3d/v2-base" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $WAVESPEED_API_KEY" \
-d '{}'
# 2. Poll the result until status = "completed"
curl -X GET "https://api.wavespeed.ai/api/v3/predictions/{request_id}/result" \
-H "Authorization: Bearer $WAVESPEED_API_KEY"
# Read the output URL from data.outputs[0].Node.js example
// npm install wavespeed
const WaveSpeed = require('wavespeed');
const client = new WaveSpeed(); // reads WAVESPEED_API_KEY
const result = await client.run("wavespeed-ai/hunyuan3d/v2-base", {});
console.log(result.outputs[0]); // → URL of the generated outputPython example
# pip install wavespeed
import wavespeed
output = wavespeed.run(
"wavespeed-ai/hunyuan3d/v2-base",
{}
)
print(output["outputs"][0]) # → URL of the generated outputHunyuan3D vs alternatives
When to pick Hunyuan3D over similar models on WaveSpeedAI.
Hunyuan3D vs Tripo3D
Tripo3D ships fast image-to-3D with texture baking. Hunyuan3D covers multiple quality tiers (Base, Mini, Multi-View, v2.1) from Tencent's research stack — pick based on input type (single vs multi-view) and fidelity needs.
Hunyuan3D vs Meshy
Meshy is a web-first 3D generation tool. Hunyuan3D is API-first on WaveSpeedAI — better for automated pipelines, batch asset generation, and SaaS integration without a manual UI step.
Hunyuan3D vs Manual photogrammetry
Photogrammetry requires dozens of photos and long processing times. Hunyuan3D generates a usable mesh from one or a few images in seconds — faster for prototyping, less accurate for scan-grade reconstruction.
Hunyuan3D API — Frequently asked questions
Pricing, license, integration — common questions about running Hunyuan3D on WaveSpeedAI.
What is the Hunyuan3D API?
Hunyuan3D is a Tencent 3D model exposed as a REST API on WaveSpeedAI. Tencent Hunyuan3D — image-to-3D, text-to-3D, and sketch-to-3D generation for visualization and content workflows. V2 Base, Mini, and Multi-View variants plus V3 Image-to-3D, Text-to-3D, and Sketch-to-3D endpoints. You can call it programmatically or try it from the playground linked above.
How do I call the Hunyuan3D API?
Sign up for a WaveSpeedAI account, copy your API key from /accesskey, then POST to https://api.wavespeed.ai/api/v3/wavespeed-ai/hunyuan3d/v2-base with your input as JSON. The endpoint returns a prediction id; poll the prediction endpoint until status flips to "completed", then read the output URL from data.outputs[0]. Full Python / Node.js / cURL examples are above.
How much does the Hunyuan3D API cost?
Hunyuan3D starts at $0.010 per run. The exact cost scales with the parameters you set (resolution, duration, output count, references). The live cost preview next to the Generate button in the playground shows the exact price for your current input.
Which Hunyuan3D variants are available?
WaveSpeedAI hosts 8 Hunyuan3D endpoints: wavespeed-ai/hunyuan3d-v3/sketch-to-3d, wavespeed-ai/hunyuan3d-v3/image-to-3d, wavespeed-ai/hunyuan3d-v3/text-to-3d, wavespeed-ai/hunyuan3d/v2.1, wavespeed-ai/hunyuan3d/v2-multi-view, wavespeed-ai/hunyuan3d/v2-mini, wavespeed-ai/hunyuan3d/v2-base, wavespeed-ai/hunyuan3d-v2-multi-view. Each variant has its own playground page and pricing.
Can I use Hunyuan3D outputs commercially?
Commercial usage rights follow the Tencent model license. Most Tencent models permit commercial output use; see each model's playground page for the specific license summary, and WaveSpeedAI's Terms of Service for platform-level conditions.
Why use Hunyuan3D on WaveSpeedAI instead of going direct?
One API key + one billing account across Hunyuan3D AND 1,000+ other AI models from other providers. No per-vendor SDK setup, no separate rate-limit envelopes, no rewrite-per-vendor integration code. Pricing is typically at parity with or below Tencent's direct API.
About Tencent
The team behind Hunyuan3D and the broader Tencent model lineup on WaveSpeedAI.
Tencent's Hunyuan team produces Hunyuan3D, a family of image-to-3D models that convert photos into 3D meshes for visualization, game assets, and e-commerce. Variants cover single-image generation, lightweight Mini inference, multi-view reconstruction, and the v2.1 scalable asset-creation system.
Start building with Hunyuan3D on WaveSpeedAI
Free starter credits on signup. One API key across 1,000+ AI models from Tencent and every other provider.