Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
为 Chat Completions 与 Responses API 多模态调用上传和管理文件。
ShuYou 提供 OpenAI 兼容的 Files API(/v1/files)。 上传一次即可获得 file_id,在多次推理请求中复用。
/v1/files
file_id
上传
multipart/form-data
推理引用
管理
input_file
base_url="https://api.shuyou.ai/v1"
openai.files.create()
POST /v1/files
GET /v1/files
DELETE /v1/files/{file_id}