๐ŸŽฌ

Hunyuan Video 1.5

Watermark notice — Every image model on NovAI is served by a Chinese provider (Zhipu AI, ByteDance, Tencent) and burns a visible AI-generated label such as AI生成 into the corner of the output under China’s labelling rules — NovAI cannot switch it off. Video output varies by model: in our 4 August 2026 tests Seedance 2.0 and CogVideoX-Flash showed no visible label, while Hunyuan Video 1.5 is labelled. Text and chat models are not affected. Which models, and what it rules out →
Tencent Hunyuan ยท Video Generation

Tencent Hunyuan video generation model. Supports text-to-video and image-to-video via an asynchronous task API. Submit a prompt, poll for the result.

๐Ÿ“Š Specifications

Mode
Async task
Input
Text + Image
Output
Video URL
Capabilities
T2V + I2V
Flow
Submit โ†’ Poll
Status
โœ… Available

๐Ÿ’ฐ Pricing

NovAIOpenRouter
Per Generation
Flat rate per video
$0.21N/AExclusive

๐Ÿš€ API Usage

1. Submit โ€” Text-to-Video

curl -X POST https://api.aiapi-pro.com/v1/video/generations \
  -H "Authorization: Bearer $NOVAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "hy-video-1.5",
    "prompt": "A calm river flowing through a green valley"
  }'
# -> { "id": "", "status": "queued" }

Image-to-Video

curl -X POST https://api.aiapi-pro.com/v1/video/generations \
  -H "Authorization: Bearer $NOVAI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "hy-video-1.5",
    "prompt": "Animate this scene with gentle motion",
    "image": "https://example.com/scene.jpg"
  }'

2. Poll Task Status

curl "https://api.aiapi-pro.com/v1/video/generations/{task_id}?model=hy-video-1.5" \
  -H "Authorization: Bearer $NOVAI_API_KEY"
๐Ÿš€ Get Free $2 Creditโ† Compare All Models