videos" endpoint, there are two distinct formats for better differentiation:sora-2-all - Supports video durations: 10 or 15 seconds (maximum 15 seconds)sora-2-pro-all - Supports video durations: 10, 15, or 25 seconds (maximum 25 seconds)-all suffix only support specific duration values for the seconds parameter:sora-2-all: 10 or 15 seconds only (does not support 25 seconds)sora-2-pro-all: 10, 15, or 25 secondscurl --location --request POST 'https://api.cometapi.com/v1/videos' \
--header 'Authorization: {{api-key}}' \
--form 'prompt="cat"' \
--form 'model="sora-2-pro-all"' \
--form 'seconds="10"' \
--form 'size="720x1280"'{
"id": "video_68e688d4950481918ec389280c2f78140fcb904657674466",
"object": "video",
"created_at": 1759938772,
"status": "queued",
"completed_at": null,
"error": null,
"expires_at": null,
"model": "sora-2",
"progress": 0,
"remixed_from_video_id": null,
"seconds": "4",
"size": "720x1280"
}