Asura 在 gpt-5.4来了 opencode配置, 开始蹬了 中发帖
"models": {
"gpt-5.4-thinking": {
"name": "GPT-5.4-Thinking",
"limit": {
"context": 1000000,
"output": 128000
},
"modalities": {
"input": [
"text",
"image"
],
"output": [
"text"
]
},
"attachment": true,
...