Hunyuan 3D API

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.

Hunyuan 3D 3.0 & 3.1Pro & RapidGLB · PBRPay per request

Two editions, one API

Choose Pro for maximum quality or Rapid for faster generation. Both support text-to-3D and image-to-3D.

Pro

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).

Hunyuan 3.0 & 3.1Multi-view input4 generation modesUp to 1.5M polygons
60–100 credits3–6 min

POST /v1/3d-models/tencent/generate/pro/

Rapid

Hunyuan 3D Rapid

Faster generation with simplified parameters. Ideal for high-volume pipelines where speed matters more than advanced controls.

Text-to-3DImage-to-3DGeometry optimizationOptional PBR
35–55 credits2–3 min

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.

Hunyuan 3D Pro - Text to 3D

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.

EditionBase+ PBR+ Multi-ViewMax
Pro60+20+20100
Rapid35+20N/A55

Explore related APIs

Combine Hunyuan 3D with other endpoints for complete 3D workflows.

Frequently asked questions

Start generating 3D models

Get an API key and generate your first Hunyuan 3D model in under 5 minutes. Pay only for what you use.

Need custom volume or enterprise access?

Higher rate limits, dedicated infrastructure, and custom integrations. Reach out for enterprise pricing.