← All models
Generate 3D human motions via text-to-generation interface of Hunyuan Motion!
Details
- Accepts
- text
Pricing
- Price
- 10 cr / request
Prices in credits (1 credit = $0.01).
Data schema
Input
| Field | Type | Description |
|---|---|---|
| seed | — | Random seed for reproducible generation. |
| promptrequired | string | Text prompt describing the motion to generate. |
| duration | number | Motion duration in seconds (0.5-12.0). |
| output_format | stringenum: fbx, dict | Output format: 'fbx' for animation files, 'dict' for raw JSON. |
| guidance_scale | number | Classifier-free guidance scale. Higher = more faithful to prompt. |
Output
| Field | Type | Description |
|---|---|---|
| seed | integer | Seed used for generation. |
| fbx_file | — | Generated FBX animation file. |
| motion_json | — | Generated motion data as JSON. |