{
"model": "glm-4v",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "What is in this picture?"
},
{
"type": "image_url",
"image_url": {
"url": "https://s2.loli.net/2024/02/01/QSWVdw9bX56gj7O.jpg"
}
}
]
}
]
}curl --location 'https://api.302.ai/v1/chat/completions' \
--header 'Accept: application/json' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data '{
"model": "glm-4v",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "What is in this picture?"
},
{
"type": "image_url",
"image_url": {
"url": "https://s2.loli.net/2024/02/01/QSWVdw9bX56gj7O.jpg"
}
}
]
}
]
}'{
"choices": [
{
"finish_reason": "stop",
"index": 0,
"message": {
"content": "The image depicts an indoor scene with two individuals engaged with laptops. One individual, dressed in a white outfit with a black collar and heels, stands holding a laptop with a blue hue and a green location pin symbol on its screen. The other individual, wearing a dark blue shirt and trousers, sits at a table using another laptop that also displays a similar green location pin symbol. Behind the seated person, there's a bookshelf filled with various items including binders and boxes. A Wi-Fi signal icon can be seen floating near the top right corner of the image suggesting wireless connectivity. The background features a window with a view of a clear sky and some foliage. The overall color theme of the illustration is cool, dominated by shades of blue and purple, giving it a modern and digital feel.",
"role": "assistant"
}
}
],
"created": 1769410866,
"id": "2026012615005895d8f4ed552d4826",
"model": "glm-4v",
"request_id": "2026012615005895d8f4ed552d4826",
"usage": {
"completion_tokens": 167,
"prompt_tokens": 1673,
"total_tokens": 1840
}
}