前端复刻
Grounding
GUI Agent
复杂长文档解读
图像识别与推理
视频理解
学科解题
curl --location 'https://open.bigmodel.cn/api/paas/v4/chat/completions' \ --header 'Authorization: Bearer YOUR_API_KEY' \ --header 'Accept-Language: en-US,en' \ --header 'Content-Type: application/json' \ --data '{ "model": "glm-4.5v", "messages": [ { "role": "user", "content": [ { "type": "image_url", "image_url": { "url": "https://cloudcovert-1305175928.cos.ap-guangzhou.myqcloud.com/%E5%9B%BE%E7%89%87grounding.PNG" } }, { "type": "text", "text": "Where is the second bottle of beer from the right on the table? Provide coordinates in [[xmin,ymin,xmax,ymax]] format" } ] } ], "thinking": { "type":"enabled" }, "stream": true }'
Was this page helpful?