Codex++ Integration Guide
Configure WOX models in Codex++
Codex++ Integration Guide
Configure WOX models in Codex++
Configuring WOX Models in Codex++
1. Overview
This guide explains how to configure WOX models in Codex++.
Once configured, you can use WOX models directly in Codex++ for chat, code generation, and agent tasks without signing in to a GPT account.
2. Prerequisites
Before you begin, make sure you have:
- A WOX API Key.
- A network connection that can reach the WOX API gateway.
- The name of the target model.
- Downloaded Codex++ or are ready to install it.
Recommended model:
YOUR_MODEL_ID
API Base URL:
https://api.wox.lol/v1
3. Download Codex++
Open the Codex++ download page:
https://github.com/BigPizzaV3/CodexPlusPlus
You can also open the latest release page directly:
https://github.com/BigPizzaV3/CodexPlusPlus/releases/latest
Download the version for your device:
| Device type | Download file |
|---|---|
| Windows | windows-x64-setup.exe |
| Intel-based Mac | macos-x64.dmg |
| Apple silicon Mac | macos-arm64.dmg |
If you are unsure whether your Mac uses an Intel processor or Apple silicon, click the Apple menu in the upper-left corner and select About This Mac.
4. Install Codex++
Install Codex++ after the download completes.
If you use macOS and see the following error:
"Codex++" is damaged and can't be opened.Open Terminal and run the following commands:
sudo xattr -rd com.apple.quarantine "/Applications/Codex++.app"
sudo xattr -rd com.apple.quarantine "/Applications/Codex++ 管理工具.app"After running the commands, reopen the Codex++ Management Tool.
5. Open the Codex++ Management Tool
After installation, open:
Codex++ Management ToolIn the left sidebar, click:
Provider ConfigurationThen click:
Add ProviderNext, enter the WOX provider details shown below.
6. Add the WOX Provider
Enter the following values:
| Field | Value |
|---|---|
| Name | WOX |
| Access mode | API Only |
| Test model | YOUR_MODEL_ID |
| Base URL | https://api.wox.lol/v1 |
| Key | Your WOX API Key |
| Upstream protocol | Chat Completions |
Example configuration:
Name:
WOX
Access Mode:
API Only
Test Model:
YOUR_MODEL_ID
Base URL:
https://api.wox.lol/v1
Key:
Enter your WOX API Key
Upstream Protocol:
Chat Completions7. Configuration Notes
Check the following settings carefully:
- Enter only the API key that starts with
sk-. Do not includeBearer. - The Base URL must end with
/v1. Do not enter/chat/completions. - The upstream protocol must be
Chat Completions. - Set the model name to:
YOUR_MODEL_ID
- After completing the configuration, click:
Save8. Enable the WOX Provider
After saving the configuration, return to the provider list and select:
WOXIf you see any of the following buttons, click it to enable the WOX provider:
UseIn UseSwitch to This ProviderOnce enabled, WOX will become the active provider.
9. Start Codex++
Return to the left sidebar and click:
OverviewThen click:
Start Codex++You can also click the button in the upper-right corner:
Restart CodexAfter it starts, you can use Codex++ normally and requests will be routed through the WOX model.
10. Test the Configuration
Open Codex++ and create a new conversation.
Enter a simple test message, for example:
Hello, please introduce yourself.If Codex++ responds normally, the WOX model has been configured successfully.
11. Troubleshooting
1. What should I do if Codex does not respond?
Check the following:
- Make sure you started Codex from Codex++ or the Codex++ Management Tool, rather than opening the original Codex application.
- Make sure the Base URL is:
https://api.wox.lol/v1
- Make sure the Key contains only the API key starting with
sk-. - Make sure the upstream protocol is:
Chat Completions- Make sure the model is:
YOUR_MODEL_ID
- Make sure you enabled the WOX provider after saving the configuration.
2. How should I enter the API Key?
Enter only the WOX API Key itself, for example:
sk-xxxxxxxxxxxxxxxxDo not enter:
Bearer sk-xxxxxxxxxxxxxxxx3. How should I enter the Base URL?
Correct:
https://api.wox.lol/v1
Incorrect:
https://api.wox.lol/v1/chat/completions
4. Do I need to sign in to a GPT account?
No.
Once configured, you can use WOX models directly in Codex++.
12. Recommended Configuration Summary
Provider name:WOX
Mode: API Only
Model: YOUR_MODEL_ID
Base URL: https://api.wox.lol/v1
API Key: YOUR_API_KEY
Protocol: Chat Completions
13. Complete Setup Summary
- Download and install Codex++.
- Open the Codex++ Management Tool.
- Go to Provider Configuration.
- Add the WOX provider.
- Enter the model, Base URL, API Key, and upstream protocol.
- Save the configuration.
- Enable the WOX provider.
- Start or restart Codex++.
- Create a new conversation to test whether Codex++ responds normally.
- Once configured, you can use WOX models in Codex++.