ON.1-API 文档、API 调试、API Mock、API 自动化测试!
curl --location --request POST 'https://api.rcouyi.com/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "veo2-fast-frames",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "小狗小猫跳舞的视频"
},
{
"type": "image_url",
"image_url": {
"url": "https://svip-8.rcouyi.com/file/draw/gpt-image-1/origin/1947911769565433856.png"
}
},
{
"type": "image_url",
"image_url": {
"url": "https://svip-8.rcouyi.com/file/draw/nano-banana/origin/1964755389836693504.png"
}
}
]
}
],
"stream": false
}'
{}