Values
| Field | Value |
|---|---|
| Base URL | https://moxus.ai/v1 |
| API Key | sk-your-key |
| Model | Copy the exact model name from Models and pricing |
Example config
Open your Codex config file, such as~/.codex/config.toml, and add or adjust:
wire_api to the supported OpenAI-compatible mode, or remove it and follow the tool’s error message.
Usage guidance
- Start with a chat or coding model. Do not use embedding, rerank, or image generation models for coding chat.
- Use project-specific settings when possible so every task does not use a high-cost model.
- Create a separate API key for Codex and set a quota limit.
Verify
Run a small task:Troubleshooting
Authentication fails
Authentication fails
Confirm that
OPENAI_API_KEY is set in the same terminal that starts Codex and that it contains your Moxus AI sk- key.Model not found
Model not found
Set
model to the exact model name from Models and pricing. Do not use a client display name or shorthand.The interface or wire_api is unsupported
The interface or wire_api is unsupported
Your Codex version may use a different custom provider format. Keep the Base URL and API key values, then adjust
wire_api or provider type according to your Codex version.