Authorization: Bearer ********************{
"model": "doubao-seed-2-0-pro-260215",
"input": [
{
"role": "user",
"content": [
{
"type": "input_image",
"image_url": "https://ark-project.tos-cn-beijing.volces.com/doc_image/ark_demo_img_1.png"
},
{
"type": "input_text",
"text": "支持输入图片的模型系列是哪个?"
}
]
}
]
}curl --location --request POST '/v1/responses' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"model": "doubao-seed-2-0-pro-260215",
"input": [
{
"role": "user",
"content": [
{
"type": "input_image",
"image_url": "https://ark-project.tos-cn-beijing.volces.com/doc_image/ark_demo_img_1.png"
},
{
"type": "input_text",
"text": "支持输入图片的模型系列是哪个?"
}
]
}
]
}'{
"created_at": 1774944664,
"id": "resp_02177494466149900bcc3116dfc56b9203b01425516f61b9ebd48",
"max_output_tokens": 32768,
"model": "doubao-seed-2-0-pro-260215",
"object": "response",
"output": [
{
"id": "rs_02177494466494700000000000000000000ffffac1827e296d588",
"type": "reasoning",
"summary": [
{
"type": "summary_text",
"text": "\n用户现在需要找支持输入图片的模型,看表格里输入的图片列,Doubao-Seed-1.8那行是√,另外两个DeepSeek-V3.2和GLM-4.7都是×,所以答案就是Doubao-Seed-1.8对吧?对,看表格,输入图片列只有它打勾,所以是这个。"
}
],
"status": "completed"
},
{
"type": "message",
"role": "assistant",
"content": [
{
"type": "output_text",
"text": "根据表格信息,支持输入图片的模型系列是**Doubao-Seed-1.8**,其余两个模型均不支持图片输入。"
}
],
"status": "completed",
"id": "msg_02177494466667300000000000000000000ffffac1827e210c8b9"
}
],
"service_tier": "default",
"status": "completed",
"usage": {
"input_tokens": 1356,
"output_tokens": 112,
"total_tokens": 1468,
"input_tokens_details": {
"cached_tokens": 0
},
"output_tokens_details": {
"reasoning_tokens": 81
}
},
"caching": {
"type": "disabled"
},
"store": true,
"expire_at": 1775203861
}