cd /news/ai-tools/codex-blocks-fast-mode-with-an-api-k… · home topics ai-tools article
[ARTICLE · art-95520] src=denta.co ↗ pub= topic=ai-tools verified=true sentiment=↓ negative

Codex Blocks Fast Mode with an API Key on Desktop

OpenAI's Codex Desktop app with an API key removes the Fast mode toggle and strips the `service_tier=fast` parameter, resulting in median throughput of 54.7 TPS versus 87.3 TPS when Fast mode is forced, according to benchmarks by developer adenta using the codex-tps tool with GPT-5.6-sol on high reasoning effort. The issue does not occur in the Codex CLI, which achieves 90.2 TPS with Fast mode, and adenta has published a patcher at github.com/adenta/codex-fast-mode-patcher to restore Fast mode in the Desktop app.

read1 min views1 publishedAug 13, 2026
Codex Blocks Fast Mode with an API Key on Desktop
Image: source

Ok, so you are Sonic. You gotta go fast.

gotta go fast

You recently switched to using an API key in the Codex Desktop app. You notice that there is no Fast mode toggle anymore. This bothers you.

You start looking into this and things seem weird. When using an API key, it appears:

  • The fast mode toggle is no longer exposed in the UI.
  • Updating the Codex TOML config file changes nothing when using the Desktop application. You can’t force fast mode at all.
  • Fast mode with an API key works in the Codex CLI, but not in Desktop.

The fact you can use fast mode with an API key in the CLI makes me think this is a bug vs something the Codex team is intentionally hiding.

I built codex-tps to benchmark this. I then ran a matrix of configuration options and measured their TPS responses. All experiments were run with GPT-5.6-sol on high reasoning effort.

Configuration Median TPS Branch and logs
Stock Desktop + API key + service_tier=fast
54.7

87.3branch·logbranch·logbranch·logbranch·logbranch·log90.2branch·logbranch·log45.6branch·logAs you can see, the stock Desktop app is indeed slower unless you manually go in and tweak the Codex Desktop code itself. If you dig into the logs, you can see that the Codex Desktop application is stripping out service_tier=fast

and passing service_tier=None

.

I was able to fix this by updating the Codex Desktop electron app. I’m unsure why this is happening, but anyone else who wants to fix it can review this repo and patch their own Codex Desktop application like I did: github.com/adenta/codex-fast-mode-patcher. This is dangerous. Don’t blindly let your agent do this.

── more in #ai-tools 4 stories · sorted by recency
── more on @openai 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/codex-blocks-fast-mo…] indexed:0 read:1min 2026-08-13 ·