Authorization: Bearer ********************
{
"model": "runway-video",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Gfp-wisconsin-madison-the-nature-boardwalk.jpg/2560px-Gfp-wisconsin-madison-the-nature-boardwalk.jpg 两只狗骑摩托"
}
]
}
]
}
curl --location --request POST '/v1/chat/completions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "runway-video",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Gfp-wisconsin-madison-the-nature-boardwalk.jpg/2560px-Gfp-wisconsin-madison-the-nature-boardwalk.jpg 两只狗骑摩托"
}
]
}
]
}'
{
"choices": [
{
"finish_reason": "stop",
"index": 0,
"message": {
"content": "```\n{\n \"user_prompt\": \"Two dogs riding a motorcycle, enjoying a sunny day on a scenic road, with a vibrant landscape in the background.\",\n \"enhance_prompt\": true,\n \"image_url\": \"https://upload.wikimedia.org/wikipedia/commons/thumb/d/dd/Gfp-wisconsin-madison-the-nature-boardwalk.jpg/2560px-Gfp-wisconsin-madison-the-nature-boardwalk.jpg\"\n}\n```\n\n\n\n> 排队中\n> 生成中...\n> 生成完成 ✅\n> 视频信息 1280x768 24fps\n\n\n[在线播放▶️](https://filesystem.site/cdn/20241227/SYNDGkkTtSwB0j5m5oESWvOVIeMUEA.mp4)",
"role": "assistant"
}
}
],
"created": 1735308310,
"id": "chatcmpl-89DK16b3ObY2CnOYHWlt5dlzBioNq",
"model": "runway-video",
"object": "chat.completion",
"usage": {
"completion_tokens": 236,
"prompt_tokens": 63,
"total_tokens": 299
}
}