2026年6月8日 基准价格:0.012 元/分钟
| 输出分辨率 | 计费换算系数 | 换算后单价(元/分钟) |
|---|---|---|
| 4K(3840 × 2160)及以下 | 24 | 0.288 |
| 2K(2560 × 1440)及以下 | 12 | 0.144 |
| 1080P(1920 × 1080)及以下 | 6 | 0.072 |
| 720P(1280 × 720)及以下 | 3 | 0.036 |
| 540P(720 × 540)及以下 | 2 | 0.024 |
| 480P(640 × 480)及以下 | 1.5 | 0.018 |
| 360P(480 × 360)及以下(含纯音频) | 1 | 0.012 |
{
"model": "volc-mediakit-mux-audio-video",
"prompt": "string",
"metadata": {
"video_url": "http://example.com",
"audio_url": "http://example.com",
"is_audio_reserve": true,
"is_video_audio_sync": true,
"sync_mode": "string",
"property1": "string",
"property2": "string"
}
}curl --location 'https://api.ecidc.net/v1/video/generations' \
--header 'Authorization: Bearer {your_token}' \
--header 'Content-Type: application/json' \
--data '{
"model": "volc-mediakit-mux-audio-video",
"prompt": "string",
"metadata": {
"video_url": "http://example.com",
"audio_url": "http://example.com",
"is_audio_reserve": true,
"is_video_audio_sync": true,
"sync_mode": "string",
"property1": "string",
"property2": "string"
}
}'{
"id": "string",
"task_id": "string",
"model": "string",
"status": "queued",
"created_at": 0
}