Models/Tencent/Hunyuan API
LiveTencent · Hunyuan family5 endpoints

Hunyuan API — Video and Image Generation

Hunyuan video and image generation on Muapi includes text-to-video, image-to-video, Fast video, Hunyuan Image 2.1, and Hunyuan Image 3.0 endpoints.

Hunyuan VideoText-to-video and image-to-video2 models
Image to VideoLiveFeatured
Hunyuan Video

Hunyuan Image To Video

Hunyuan Hunyuan Image To Video is a live Muapi endpoint for image-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.15/request
Try Model
Text to VideoLiveFeatured
Hunyuan Video

Hunyuan Text To Video

Hunyuan Hunyuan Text To Video is a live Muapi endpoint for text-to-video. Submit it with one API key and poll the shared result endpoint.

Video
$0.15/request
Try Model
Hunyuan FastFast text-to-video1 models
Text to VideoLive
Fast

Hunyuan Fast Text To Video

Hunyuan Hunyuan Fast Text To Video is a live Muapi endpoint for text-to-video. Submit it with one API key and poll the shared result endpoint.

VideoFast
$0.05/request
Try Model
Hunyuan Image 3.0Latest Hunyuan image generation1 models
Text to ImageLive
Image 3.0

Hunyuan Image 3.0

Hunyuan Hunyuan Image 3.0 is a live Muapi endpoint for text-to-image. Submit it with one API key and poll the shared result endpoint.

Image
$0.065/request
Try Model
Hunyuan Image 2.1Earlier Hunyuan image generation1 models
Text to ImageLive
Image 2.1

Hunyuan Image 2.1

Hunyuan Hunyuan Image 2.1 is a live Muapi endpoint for text-to-image. Submit it with one API key and poll the shared result endpoint.

Image
$0.035/request
Try Model

What is the Hunyuan API?

Hunyuan is Tencent's generative-media family spanning video and images. Muapi groups Hunyuan Video and Hunyuan Image endpoints in one catalog while keeping each endpoint's native input mode visible.

Use Hunyuan Video for prompt-driven or image-guided motion, Hunyuan Fast for iteration, and Hunyuan Image 2.1 or 3.0 for still-image generation.

Hunyuan API capabilities

Text-to-video

Generate video from prompts with Hunyuan Video or Hunyuan Fast.

Image-to-video

Animate a reference image with Hunyuan Video.

Text-to-image

Create still images with Hunyuan Image 2.1 or 3.0.

Mixed media catalog

Compare Hunyuan image and video endpoints with one API contract.

Quick start — Hunyuan API

Submit a Hunyuan image or video task, then poll the standard Muapi result endpoint.

1. Submit a Hunyuan job

curl -X POST https://api.muapi.ai/api/v1/hunyuan-image-3.0 \
  -H "x-api-key: YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"prompt":"A detailed editorial portrait in warm afternoon light","aspect_ratio":"1:1"}'

# Response: {"request_id":"REQUEST_ID"}

The example uses Hunyuan Image 3.0; video slugs use the same authentication flow.

2. Poll the result

curl https://api.muapi.ai/api/v1/predictions/REQUEST_ID/result \
  -H "x-api-key: YOUR_API_KEY"

Read the generated media URL after completion.

Hunyuan API FAQ

Does Hunyuan support images and video?

Yes. The hub includes Hunyuan Video and Hunyuan Image 2.1 and 3.0.

Is there a fast Hunyuan video endpoint?

Yes. hunyuan-fast-text-to-video is included for faster prompt iteration.

Can I animate an image with Hunyuan?

Yes. hunyuan-image-to-video supports an image-guided video workflow.

Build with Hunyuan

Connect Tencent's Hunyuan image and video endpoints with one Muapi integration.