Save both files
Save config.toml and auth.json in the .codex folder shown above.
GPT-5.5 setup in 3 clear steps
Select the package you purchased. The model, setup download, and ready-to-copy config will switch automatically.
About 5 minutes · No advanced setup knowledge needed
Step 1
Choose the same package shown in your order. Everything below will be prepared for it.
gpt-5.5 · config.toml is readyStep 2
We will show the right file and folder path for your computer.
Easiest method
The file already knows your selected model. It backs up existing files and asks only for your unlimitedcodex API key.
Download the package-specific TXT and give it to a trusted local/private AI assistant.
Manual option
No model placeholder and no extra choice. The selected package sets the exact GPT-5.5 or GPT-5.6 Sol model; reasoning effort stays at xhigh.
gpt-5.5xhigh%USERPROFILE%\.codex\config.tomlmodel_provider = "OpenAI" model = "gpt-5.5" review_model = "gpt-5.5" model_reasoning_effort = "xhigh" disable_response_storage = true network_access = "enabled" [model_providers.OpenAI] name = "OpenAI" base_url = "https://claude.kadirr.dev" wire_api = "responses" requires_openai_auth = true [features] goals = true [sandbox_workspace_write] network_access = true
Replace the placeholder with the key from your delivery email. Never share the full key.
%USERPROFILE%\.codex\auth.jsonKeep auth.json private. Do not commit it to a repository or send it in a support message.
{
"auth_mode": "apikey",
"OPENAI_API_KEY": "YOUR_UNLIMITEDCODEX_API_KEY"
}Step 3
After saving both files, restart the application so the new GPT-5.5 provider is loaded.
Save config.toml and auth.json in the .codex folder shown above.
Fully close and reopen Codex CLI, IDE, or the app.
Try a short request before starting a long repository task.
This request uses the same exact GPT-5.5 or GPT-5.6 Sol model selected above.
curl -X POST https://claude.kadirr.dev/v1/responses \
-H "Authorization: Bearer YOUR_UNLIMITEDCODEX_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gpt-5.5",
"input": "Hello from unlimitedcodex",
"stream": false
}'Most setup issues are fixed by one of these three checks.
Open auth.json and check that OPENAI_API_KEY contains the complete delivered key.
In config.toml, keep base_url as the provided base URL without /v1.
Fully quit every process and reopen the application.
Use the contact form and include your operating system and the error text. Never send your full API key.