一手货源,专业的大模型中转平台,源头级API,一手中转、自逆,提供低延迟,高并发的可靠服务,支持炼丹,量大可谈
Authorization: Bearer ********************
{
"model": "MiniMax-Hailuo-02",
"prompt": "一只小猪在高速公路上快乐的奔跑",
"duration": 10
}
curl --location -g --request POST '{{BASE_URL}}/minimax/v1/video_generation' \
--header 'Accept: application/json' \
--header 'Accept;' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "MiniMax-Hailuo-02",
"prompt": "一只小猪在高速公路上快乐的奔跑",
"duration": 10
}'
{
"task_id": "306792606023824",
"base_resp": {
"status_code": 0,
"status_msg": "success"
}
}