idan054/fire_atlas_call_v1_0_1
Public
4.9K
runs
Run idan054/fire_atlas_call_v1_0_1 with an API
Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.
Input schema
The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.
| Field | Type | Default value | Description |
|---|---|---|---|
| payload |
string
|
{"model": "bytedance/avatar-omni-human", "audio": "https://static.atlascloud.ai/media/videos/kQDIDSPSMfTGPqfPaDezJW3I4WK0f6FhXt17pSzrKhR5nmsTB.mp3", "image": "https://static.atlascloud.ai/media/images/upload_e85bf7e9ab70752ac2730926434b181a.jpeg", "enable_base64_output": false}
|
Full JSON payload for video generation. Example: {"model": "bytedance/avatar-omni-human", "audio": "https://...", "image": "https://...", "enable_base64_output": false}
|
| poll_interval |
integer
|
3
|
Polling interval in seconds
|
{
"type": "object",
"title": "Input",
"properties": {
"payload": {
"type": "string",
"title": "Payload",
"default": "{\"model\": \"bytedance/avatar-omni-human\", \"audio\": \"https://static.atlascloud.ai/media/videos/kQDIDSPSMfTGPqfPaDezJW3I4WK0f6FhXt17pSzrKhR5nmsTB.mp3\", \"image\": \"https://static.atlascloud.ai/media/images/upload_e85bf7e9ab70752ac2730926434b181a.jpeg\", \"enable_base64_output\": false}",
"description": "Full JSON payload for video generation. Example: {\"model\": \"bytedance/avatar-omni-human\", \"audio\": \"https://...\", \"image\": \"https://...\", \"enable_base64_output\": false}"
},
"poll_interval": {
"type": "integer",
"title": "Poll Interval",
"default": 3,
"description": "Polling interval in seconds"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "object",
"title": "Output",
"additionalProperties": true
}