| 模型名称 | 模型说明 |
|---|---|
| kling-v1 | |
| kling-v1-5 | |
| kling-v3-omni |
{
"model": "kling-v3-omni",
"prompt": "一艘科幻飞船穿越云层,镜头缓慢推进,电影质感,光影细腻",
"size": "1920x1080",
"extra": {
"metadata": {
"duration": 5,
"watermark_info": { "enabled": false }
}
}
}curl --location 'https://api.ecidc.net/v1/images/generations' \
--header 'Authorization: Bearer {your_token}' \
--header 'Content-Type: application/json' \
--data '{
"model": "kling-v3-omni",
"prompt": "一艘科幻飞船穿越云层,镜头缓慢推进,电影质感,光影细腻",
"size": "1920x1080",
"extra": {
"metadata": {
"duration": 5,
"watermark_info": { "enabled": false }
}
}
}'{}