Question
I tried it with the settings below, but compared to the codex cli, it seems that Fast mode is not enabled.
Does anyone know how to use Fast mode in OpenCode?
"openai": {
"models": {
"gpt-5.4": {
"name": "GPT-5.4",
"options": {
"reasoningEffort": "xhigh",
"serviceTier": "priority"
},
"limit": {
"context": 400000,
"output": 128000
},
"modalities": {
"input": ["text", "image", "pdf"],
"output": ["text"]
},
"variants": {
"xhigh": {
"serviceTier": "priority",
"reasoningEffort": "xhigh",
"textVerbosity": "low"
}
}
}
}
},
Question
I tried it with the settings below, but compared to the codex cli, it seems that Fast mode is not enabled.
Does anyone know how to use Fast mode in OpenCode?