302.AI's API comes from our own deployment model on cloud GPUs.Some models are open source models, and some models are fine-tuned or developed for ourselves.A billion-parameter Vincentian 3D action model based on the Diffusion Transformer (DiT) model architecture and stream matching mechanism. It supports the generation of smooth and natural 3D character animations from natural language descriptions, covering a wide range of categories, and can be seamlessly integrated into the art 3D animation pipeline. From: https://hunyuan.tencent.com/motion?tabIndex=0 Average run time 15-20s** Price: 0.08 PTC/time **
Request
Header Params
Body Params application/json
Example
{"prompt":"Sit on the chair","seed":42,"duration":3,"guidance_scale":3,"output_format":"fbx"}
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request POST 'https://api.302.ai/302/submit/hunyuan-motion' \
--header'Authorization: Bearer ' \
--header'Content-Type: application/json' \
--data-raw'{
"prompt": "Sit on the chair",
"seed": 42,
"duration": 3,
"guidance_scale": 3,
"output_format": "fbx"
}'