Skip to content

How to fast mode with OpenAI models #23267

Description

@rluisr

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"
            }
          }
        }
      }
    },

Metadata

Metadata

Assignees

Labels

coreAnything pertaining to core functionality of the application (opencode server stuff)docs

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions