curl -X POST "http://localhost:8000/v1/chat/completions" -H "Content-Type: application/json" --data '{ "model": "ServiceNow-AI/Apriel-1.6-15b-Thinker", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://img-s.msn.cn/tenant/amp/entityid/AA1S6LMz.img?w=640&h=427&m=6" } } ] } ] }'