Uthana
This page is auto-generated from model configurations. Last updated: 2026-04-18.
This reference lists all available Uthana 3d generation models and their parameters. Use these parameter names when calling the Generation API.
Uthana Text to Motion
Generate character animation from a text prompt with Uthana, retargeted to your character. Outputs GLB or FBX.
Model ID: model_uthana-text-to-motion-bucmd
Capabilities: txt23d
LLM Markdown: https://app.scenario.com/api/models/model_uthana-text-to-motion-bucmd/markdown
| Parameter | Type | Required | Default | Min | Max | Allowed Values | Description |
|---|---|---|---|---|---|---|---|
prompt | string | Yes | - | - | - | - | Text description of desired animation |
outputFormat | string | No | glb | - | - | fbx, glb | Output file format: fbx or glb |
fps | number | No | 30 | - | - | 24, 30, 60 | Frame rate for the output file: 24, 30, or 60 |
animationOnly | boolean | No | false | - | - | - | If true, download animation without character mesh |
footIk | boolean | No | - | - | - | - | Enable foot IK for better foot placement |
steps | number | No | 50 | 1 | 150 | - | Diffusion iterations. |
cfgScale | number | No | 2 | 0 | 10 | - | Guidance scale. |
length | number | No | 5 | 0.25 | 10 | - | Duration in seconds. |
retargetingIk | boolean | No | true | - | - | - | Enable inverse kinematics for retargeting. |
seed | number | No | - | 1 | 99999 | - | Random seed for reproducibility |
Uthana Video to Motion
Extract motion from a reference video and retarget it to your character with Uthana. Outputs GLB or FBX.
Model ID: model_uthana-video-to-motion-v2
Capabilities: video23d
LLM Markdown: https://app.scenario.com/api/models/model_uthana-video-to-motion-v2/markdown
| Parameter | Type | Required | Default | Min | Max | Allowed Values | Description |
|---|---|---|---|---|---|---|---|
video | file | Yes | - | - | - | - | Input video. |
outputFormat | string | No | glb | - | - | fbx, glb | Output file format: fbx or glb |
fps | number | No | 30 | - | - | 24, 30, 60 | Frame rate for the output file: 24, 30, or 60 |
animationOnly | boolean | No | false | - | - | - | If true, download animation without character mesh |
Updated 2 days ago