{
"model": "MiniMax-M3",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "这张图片的内容是什么?"
},
{
"type": "image_url",
"image_url": {
"url": "https://filecdn.minimax.chat/public/fe9d04da-f60e-444d-a2e0-18ae743add33.jpeg"
}
}
]
}
],
"thinking": {
"type": "adaptive"
},
"max_completion_tokens": 500
}curl --location '/v1/chat/completions' \
--header 'Authorization: Bearer {{sk-xxx}}' \
--header 'Content-Type: application/json' \
--data '{
"model": "MiniMax-M3",
"messages": [
{
"role": "user",
"content": [
{
"type": "text",
"text": "这张图片的内容是什么?"
},
{
"type": "image_url",
"image_url": {
"url": "https://filecdn.minimax.chat/public/fe9d04da-f60e-444d-a2e0-18ae743add33.jpeg"
}
}
]
}
],
"thinking": {
"type": "adaptive"
},
"max_completion_tokens": 500
}'{
"id": "066a2a568140d42ba2020cec72d592c0",
"choices": [
{
"finish_reason": "stop",
"index": 0,
"message": {
"content": "<think>\nThe user is asking in Chinese what the content of this image is. Let me describe the image in detail in Chinese.\n</think>\n这张图片是一张温馨的人像摄影作品,画面内容如下:\n\n**主体人物:**\n- 一个可爱的小女孩,大约3-5岁左右\n- 她有一头蓬松的棕色卷发,额前有可爱的刘海\n- 有着大大的棕绿色眼睛,目光清澈明亮\n- 嘴角微微上扬,展露出甜美、纯真的微笑\n- 脸颊丰满,皮肤白皙光滑,透着孩童特有的红润\n\n**服装:**\n- 身穿一件米白色或奶油色的连衣裙\n- 衣领和肩部有精致的蕾丝花边装饰,带有荷叶边设计\n- 显得十分优雅可爱\n\n**构图与光线:**\n- 这是一张特写肖像照,聚焦于女孩的面部表情\n- 采用柔和的暖色调光线,营造出温馨梦幻的氛围\n- 背景是模糊的暖棕色调,采用了浅景深(背景虚化)效果\n- 整体呈现出油画般的质感,画风柔和、温暖\n\n整张照片充满了童真和纯朴之美,捕捉到了小女孩天真烂漫的瞬间。",
"role": "assistant",
"name": "MiniMax AI",
"audio_content": ""
}
}
],
"created": 1780152150,
"model": "MiniMax-M3",
"object": "chat.completion",
"usage": {
"total_tokens": 1604,
"total_characters": 0,
"prompt_tokens": 1365,
"completion_tokens": 239,
"prompt_tokens_details": {
"cached_tokens": 114
}
},
"input_sensitive": false,
"output_sensitive": false,
"input_sensitive_type": 0,
"output_sensitive_type": 0,
"output_sensitive_int": 0,
"base_resp": {
"status_code": 0,
"status_msg": ""
}
}