file-id,在一次请求中处理多个文档。使用方式请参考示例代码。curl --location --request POST 'https://api.mtuo.ai/v1/chat/completions' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "qwen-long",
"messages": [
{"role": "system","content": "You are a helpful assistant."},
{"role": "system","content": "fileid://file-fe-xxx1"},
{"role": "system","content": "fileid://file-fe-xxx2"},
{"role": "user","content": "这两篇文章讲了什么?"}
],
"stream": true,
"stream_options": {
"include_usage": true
}
}'{}