ChatGPT / Codex setup guide

Use CC Switch for one-click import, or update the ChatGPT / Codex config files manually.

Before You Start

Option 1: CC Switch

Option 2: Manual Setup

Edit config.toml

Copy this into config.toml.

# Use Genius Coder as the ChatGPT / Codex model provider
model_provider = "geniuscoder"

# Model and reasoning effort
model = "gpt-5.5"
model_reasoning_effort = "high"

# Connect to the Genius Coder API
[model_providers]
[model_providers.geniuscoder]
name = "geniuscoder"
base_url = "https://api.geniuscoder.net/v1"
wire_api = "responses"

Edit auth.json

Copy this into auth.json, then replace sk-xxx with your Genius Coder API Key.

{
  "auth_mode": "apikey",
  "OPENAI_API_KEY": "sk-xxx"
}

Restart ChatGPT / Codex

Save both files, restart ChatGPT / Codex, then send one request to verify the setup.