-
Notifications
You must be signed in to change notification settings - Fork 0
Provider Hunyuan
Mode: image · Models: 1
Vendor: Hunyuan (Tencent) · Official API docs: Fal — HunyuanImage v3
HunyuanImage v3 is Tencent's text-to-image model, hosted on Fal's serverless queue. It is strong at infographic-friendly generation with readable in-image text, and exposes CFG (guidance) control, a negative prompt, and small batch counts.
| id | Name | Input type |
|---|---|---|
hunyuan-v3 |
Hunyuan V3 | t2i |
# text-to-image, landscape
gen-ai generate -m hunyuan-v3 \
-p "an infographic explaining the water cycle, clean readable labels" \
--ar 16:9
# tighter prompt adherence with a higher CFG, batch of 2
gen-ai generate -m hunyuan-v3 \
-p "a vintage travel poster of Kyoto in autumn" \
--ar 3:4 --cfg 12 -n 2 --neg "blurry, text artifacts"{ "name": "picsart_generate",
"arguments": {
"model": "hunyuan-v3",
"prompt": "an infographic explaining the water cycle, clean readable labels",
"aspectRatio": "16:9",
"count": 1,
"cfgScale": 7.5
} }Full parameter surface for every model, sourced from gen-ai models info <id> --json. CLI flags show the primary short form; the canonical --kebab-case long form always works too.
Try hunyuan-v3 in Playground ↗
Input type: t2i
| Param | CLI flag | Type | Values |
|---|---|---|---|
prompt |
-p |
text | required |
aspectRatio |
--ar |
enum |
1:1 · 16:9 · 9:16 · 4:3 · 3:4 (default 16:9) |
count |
-n |
enum |
1 · 2 · 4 (default 1) |
negativePrompt |
--neg |
text | free text |
cfgScale |
--cfg |
number |
1–20, step 0.5, default 7.5
|
Notes:
aspectRatiomaps to Falimage_size,count→num_images(capped at 4),cfgScale→guidance_scale.
gen-ai pricing hunyuan-v3 -n 1Cost scales with count (number of images generated per call).
Picsart CLI & MCP · Repo · AI Playground app
Getting Started
Interfaces
Concepts
Model Reference
Providers
- All providers
- Async
- ByteDance
- Creatify
- ElevenLabs
- Flux (Black Forest Labs)
- Grok (xAI)
- Happy Horse
- HeyGen
- Hunyuan
- Ideogram
- Kling
- LTX (Lightricks)
- Luma
- MiniMax
- OpenAI
- OVI
- Picsart
- Pika
- PixVerse
- Qwen (Alibaba)
- Recraft
- Reve
- Runway
- Seedance
- Seedream
- Topaz
- VEED
- Videography
- Wan (Alibaba)
More