How it works
- Radius launches its bundled Codex app-server with your normal Codex home and shell environment.
- Codex reads your login and
config.toml. - Radius requests the available models.
- Codex uses the configured model when available. Your Radius selection overrides it for the conversation.
Configuration cases
Cloud providers
Google Cloud
Codex doesn’t include a dedicated Google Cloud provider. Use Google Cloud only through a custom model provider whose endpoint supports the APIs that Codex requires. Configure the endpoint and credential environment variable in your user-levelconfig.toml, then select CLI in Radius.
- OpenAI: Configure custom Codex model providers
- Google Cloud: Use OpenAI compatibility on Google Cloud
Azure OpenAI
Use CLI for Azure. Define the Azure provider, endpoint, API version, credential environment variable, and deployment in your user-levelconfig.toml. Radius displays the models that Codex reports for that
configuration.
- OpenAI: Configure custom Codex model providers
- Microsoft: Use Codex with Azure OpenAI
Amazon Bedrock
Codex includes a built-inamazon-bedrock model provider. Use CLI so Codex
can resolve a Bedrock API key or the standard AWS credential chain from your
native configuration and environment.