An OpenCode plugin that adds "service_tier": "priority" to Codex requests when /fast is enabled globally.
- Adds a
/fastcommand to OpenCode - When enabled, injects
service_tier: "priority"into requests sent tohttps://chatgpt.com/backend-api/codex/responses - Mirrors Codex Fast mode, which is documented as 1.5x faster at 2x credit cost
- Leaves all non-Codex requests untouched
- Persists a single global
enabledflag in~/.config/opencode/opencodex-fast.jsonc
/fast Toggle fast mode globally
/fast on Enable fast mode
/fast off Disable fast mode
/fast status Show current global fast-mode state
Add to your OpenCode config: