OpenAI GPT Setup
Get API Key
- Visit OpenAI Platform
- Log in
- Go to "API Keys" page
- Click "Create new secret key"
Add Channel in CCX
| Field | Value |
|---|---|
| Name | OpenAI |
| Service Type | openai |
| Base URL | https://api.openai.com/v1 |
| API Keys | Your OpenAI API Key (sk-...) |
Steps
- Go to CCX admin console, select Chat endpoint
- Click "Add Channel"
- Set service type to
OpenAI Chat - Set Base URL to
https://api.openai.com/v1 - Paste your API Key
- Save
Available Models
| Model | Description |
|---|---|
gpt-4o | GPT-4o multimodal flagship |
gpt-4o-mini | Lightweight cost-effective version |
o1 | Reasoning model |
o3 | Latest reasoning model |
o3-mini | Lightweight reasoning model |
o4-mini | Latest lightweight reasoning model |
Images Endpoint
For image generation:
- Select Images endpoint
- Add channel with same Base URL and API Key
- Service type:
openai
Supported models: dall-e-3, dall-e-2, gpt-image-1
Responses Endpoint
For Codex/Responses protocol:
- Select Responses endpoint
- Add channel with same Base URL and API Key
- Service type:
responses
Notes
- OpenAI API Keys start with
sk- - If using a proxy, fill in the "Proxy URL" field
- Reasoning models (o1/o3 series) don't support system messages — CCX handles compatibility automatically