【已解决】Opencode接的gpt没有多模态功能,怎么弄?
- 内容介绍
- 文章标签
- 相关推荐
接了很多中转,但是配到opencode里面,都是没有多模态的,有佬知道为什么吗?
image478×314 7.74 KB
"openai": {
"options": {
"baseURL": "xxxxxxxxxx",
"apiKey": "xxxxxxxxxxx",
"api": "openai-responses"
},
"models": {
"gpt-5.2": {
"name": "GPT-5.2",
"limit": {
"context": 400000,
"output": 128000
},
"options": {
"store": false
},
"variants": {
"low": {},
"medium": {},
"high": {},
"xhigh": {}
}
},
"gpt-5.4": {
"name": "GPT-5.4",
"limit": {
"context": 1050000,
"output": 128000
},
"options": {
"store": false
},
"variants": {
"low": {},
"medium": {},
"high": {},
"xhigh": {}
}
},
"gpt-5.3-codex": {
"name": "GPT-5.3 Codex",
"limit": {
"context": 400000,
"output": 128000
},
"options": {
"store": false
},
接了很多中转,但是配到opencode里面,都是没有多模态的,有佬知道为什么吗?
image478×314 7.74 KB
"openai": {
"options": {
"baseURL": "xxxxxxxxxx",
"apiKey": "xxxxxxxxxxx",
"api": "openai-responses"
},
"models": {
"gpt-5.2": {
"name": "GPT-5.2",
"limit": {
"context": 400000,
"output": 128000
},
"options": {
"store": false
},
"variants": {
"low": {},
"medium": {},
"high": {},
"xhigh": {}
}
},
"gpt-5.4": {
"name": "GPT-5.4",
"limit": {
"context": 1050000,
"output": 128000
},
"options": {
"store": false
},
"variants": {
"low": {},
"medium": {},
"high": {},
"xhigh": {}
}
},
"gpt-5.3-codex": {
"name": "GPT-5.3 Codex",
"limit": {
"context": 400000,
"output": 128000
},
"options": {
"store": false
},

