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.
FocusAPI 多模态理解接入指南:文档、文件、图文混合输入等能力,说明 GPT、Claude、Gemini 等模型的输入差异和注意事项。
messages.content
{ "model": "gpt-4o-mini", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "请描述这张图片" }, { "type": "image_url", "image_url": { "url": "https://example.com/image.png" } } ] } ] }