Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

opencodex-fast

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opencodex-fast

OpenCode plugin that adds Codex priority service tier behind /fast

latest
npmnpm
Version
0.1.1
Version published
Maintainers
1
Created
Source

opencodex-fast

An OpenCode plugin that adds "service_tier": "priority" to Codex requests when /fast is enabled globally.

What it does

  • Adds a /fast command to OpenCode
  • When enabled, injects service_tier: "priority" into requests sent to https://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 enabled flag in ~/.config/opencode/opencodex-fast.jsonc

Commands

/fast           Toggle fast mode globally
/fast on        Enable fast mode
/fast off       Disable fast mode
/fast status    Show current global fast-mode state

Installation

Add to your OpenCode config:

// opencode.jsonc
{
  "plugin": ["opencodex-fast@latest"],
}

FAQs

Package last updated on 01 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts