← All integrations
OpenAI Codex CLI logo
OpenAI-Compatible · Custom Base URL
Terminal coding agent

Use Standard Compute with OpenAI Codex CLI

OpenAI’s open-source terminal coding agent with sandboxed local execution. It speaks the OpenAI format, so it works with Standard Compute as a custom model provider — point the base URL at us, drop in your key, set the model to standardcompute, and get unlimited frontier-model compute at one flat price.

Get your API key →

Your three settings

These are all Codex CLI needs. Same values for every OpenAI-compatible tool.

Base URL
https://api.stdcmpt.com/v1
API Key
Your Standard Compute key
Model
standardcompute

Where to set them in Codex CLI

The exact spot Codex CLI keeps its OpenAI-compatible base URL.

  1. In ~/.codex/config.toml, add a custom entry under [model_providers].
  2. Set base_url to the Base URL and point the provider at your API key env var.
  3. Run with model = "standardcompute" and your new provider.
Codex CLI docs ↗

Why point Codex CLI at Standard Compute

The base-URL swap is the easy part — here's what you get on the other side.

Unlimited compute, flat price
No per-token billing or usage caps. One predictable monthly price, however hard your agent runs.
Frontier models, auto-routed
standardcompute routes each request to the best frontier model — you never pick or update model names.
Nothing to rewrite
Identical OpenAI request/response format. Swap the base URL and key; your code stays exactly the same.
See all supported tools →Read the Codex CLI review →