Codex
Add evolved.to as a model provider in the Codex CLI.
Codex supports custom model providers. Add evolved.to once in its config file and every GPT model on your key is available.
Configure
Export your key
export EVOLVED_API_KEY="your_key_here"Add the provider
Create or edit
~/.codex/config.toml. Codex reads the key from the variable named inenv_key.~/.codex/config.toml # ~/.codex/config.toml model = "gpt-5" model_provider = "evolved" [model_providers.evolved] name = "evolved.to" base_url = "https://api.evolved.to/v1" env_key = "EVOLVED_API_KEY" wire_api = "responses"Run Codex
codex
Choose a model
Change the default with model in the config, or per session with -m:
codex -m gpt-astra-6See every ID on the ChatGPT models page.