Authorization: Bearer ********************{
"model": "gpt-4o-mini",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "总结"
},
{
"type": "file_url",
"file_url": {
"url": "https://internal-api-drive-stream.feishu.cn/space/api/box/stream/download/authcode/?code=NTBiNmVjYWUwODY0MGIxNDM2M2E2OWFjODM3ZGU2OWFfZWI2ODYyNDBjNWM1NWQ3YTYwNzNiMTVmOWNlZDI4MGJfSUQ6NzU4MjA1OTI0Njg1NTU4OTA4OF8xNzY1MzM4MzkwOjE3NjUzMzg5OTBfVjM"
}
}
]
}
]
}curl --location --request POST '/plus/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "gpt-4o-mini",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "总结"
},
{
"type": "file_url",
"file_url": {
"url": "https://internal-api-drive-stream.feishu.cn/space/api/box/stream/download/authcode/?code=NTBiNmVjYWUwODY0MGIxNDM2M2E2OWFjODM3ZGU2OWFfZWI2ODYyNDBjNWM1NWQ3YTYwNzNiMTVmOWNlZDI4MGJfSUQ6NzU4MjA1OTI0Njg1NTU4OTA4OF8xNzY1MzM4MzkwOjE3NjUzMzg5OTBfVjM"
}
}
]
}
]
}'{}