Run models all in one Sandbox 🏖️
Available now on fal.ai

Hunyuan 3DFrom Words and Images to 3D

Generate production-ready 3D models with PBR materials from text or images. Up to 1.5M polygons, 8-angle image input, and a full post-processing pipeline.



Text or Image In. 3D Model Out.

PBR Materials

Production-Ready Textures

Generate models with metallic, roughness, and normal map textures that look realistic under any lighting conditions. Output is ready for game engines, AR/VR, and film production pipelines.

Multi-View Input

8 Angles, One Model

Provide up to 8 reference images including front, back, sides, top, bottom, and diagonal views. More angles mean more accurate geometry. Exclusive to v3.1 Pro.

Post-Processing

Split, Retopologize, Ship

Split generated models into individual parts with the Part endpoint. Clean up mesh topology with Smart Retopology, choosing quad or triangle output and controlling polygon density. A full pipeline from prompt to production.


Examples

See what Hunyuan 3D can create

Drag to rotate any model below. Copy the prompt and try it yourself in the playground.

Stylized low-poly character

"A low-poly fox sitting upright with a bushy tail, clean geometric facets, soft orange and white coloring"

Organic forms with natural textures

"A potted succulent plant in a terracotta pot, with realistic soil and small pebbles on top"

Architectural miniature with organic detail

"A miniature medieval castle with stone walls, a drawbridge, round towers with cone roofs, and moss growing in the crevices"

Furniture with mixed material surfaces

"A cozy armchair with tufted leather upholstery, wooden legs, and a knitted throw blanket draped over one arm"

For Developers

A few lines of code.
Production-ready 3D.

fal.ai handles the infrastructure: fast inference, auto-scaling, and a developer-friendly API. No GPUs to manage.

  • Serverless: scales to zero, scales to millions
  • Pay per generation, no minimums
  • Python and JavaScript SDKs, plus REST API
import fal_client

result = fal_client.run(
  "fal-ai/hunyuan-3d/v3.1/pro/text-to-3d",
  arguments={
    "prompt": "A low-poly fox sitting upright with a bushy tail",
    "enable_pbr": True,
  }
)

# result.model_glb.url → your generated 3D model
FAQ

Common questions about Hunyuan 3D

What can I create with Hunyuan 3D?

Hunyuan 3D v3.1 generates 3D models from text prompts or images. It outputs GLB and OBJ files with up to 1.5 million polygons, optional PBR materials (metallic, roughness, normal maps), and textured or geometry-only modes. Post-processing endpoints handle part splitting and smart retopology.

What is the difference between Pro and Rapid?

Pro endpoints ($0.375/generation) support longer prompts (up to 1,024 characters), custom polygon counts (40K to 1.5M faces), and multi-view image input with up to 8 angles. Rapid endpoints ($0.225/generation) are faster and cheaper with shorter prompts (200 characters) and fixed polygon output.

What are PBR materials?

PBR (Physically Based Rendering) materials include metallic, roughness, and normal map textures that make 3D models look realistic under any lighting. Enable PBR on any generation endpoint for an additional $0.15 per generation. The result is game-engine and production-ready.

How many images can I use as input?

The Pro image-to-3D endpoint accepts up to 8 view angles: front, back, left, right, top, bottom, and two 45-degree diagonal views. Top, bottom, and diagonal views are exclusive to v3.1. More views produce more accurate 3D reconstructions. Rapid image-to-3D accepts a single front view.

How much does Hunyuan 3D cost on fal.ai?

Pro text-to-3D and image-to-3D: $0.375/generation. Rapid variants: $0.225/generation. PBR materials add $0.15. Part splitting: $0.45/generation. Smart retopology: $0.75/generation. Pay-per-use with no minimums.

How do I get started with the API?

Install the fal.ai SDK (Python or JavaScript), grab an API key from your dashboard, and make your first request in a few lines of code. The API is serverless, so no GPUs to manage. Check the API documentation for all available parameters.

Can I use Hunyuan 3D for commercial projects?

Yes. Content generated through the fal.ai API can be used in commercial projects. Check fal.ai's terms of service for full details on usage rights and licensing.

Ready to build in 3D?

Start generating production-ready 3D models with Hunyuan 3D on fal.ai.