| Model Version | Resolution | Duration | Price (PTC) |
|---|---|---|---|
| gaga-1 | 720p | 5s | 0.15 |
| gaga-1 | 720p | 10s | 0.3 |
| gaga-1 | 1080p | 5s | 0.3 |
| gaga-1 | 1080p | 10s | 0.6 |
{
"model": "gaga-1",
"resolution": "720p",
"aspectRatio": "16:9",
"source": {
"type": "image",
"content": 741241938615621
},
"chunks": [
{
"conditions": [
{
"type": "text",
"content": "say hello"
},
{
"type": "audio",
"content": "741241298607429"
}
],
"duration": 5,
"enablePromptEnhancement": true
}
]
}curl --location --request POST 'https://api.302.ai/gaga/v1/generations' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gaga-1",
"resolution": "720p",
"aspectRatio": "16:9",
"source": {
"type": "image",
"content": 741241938615621
},
"chunks": [
{
"conditions": [
{
"type": "text",
"content": "say hello"
},
{
"type": "audio",
"content": "741241298607429"
}
],
"duration": 5,
"enablePromptEnhancement": true
}
]
}'{
"id": 741241995808005
}