Save both files
Save Konfiguration.toml und auth.json in.codex folder shown above.
GPT-5.5 Einrichtung in 3 clear steps
Auswaehlen Paket Sie purchased. Modell, Einrichtung download, und ready-to-copy Konfiguration wird switch automatically.
Etwa 5 minutes · Nein advanced Einrichtung knowledge benoetigt
Schritt 1
Waehlen gleich Paket shown in Ihr order. Everything below wird sein prepared für es.
gpt-5.5 · Konfiguration.toml ist bereitSchritt 2
Wir wird show right Datei und folder path für Ihr computer.
Easiest method
Datei bereits knows Ihr selected Modell. Es backs up existing Dateien und asks nur für Ihr unlimitedcodex API-Schluessel.
Download package-specific TXT und give es zu a trusted local/private AI assistant.
Manuell option
Nein Modell placeholder und nein extra choice. selected Paket sets exact GPT-5.5 oder GPT-5.6 Sol Modell; reasoning effort stays bei 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 placeholder mit Schluessel von Ihr Bereitstellung E-Mail. Niemals share vollstaendig Schluessel.
%USERPROFILE%\.codex\auth.jsonKeep auth.json privat. Tun nicht commit es zu a repository oder send es in a Kundendienst Nachricht.
{
"auth_mode": "apikey",
"OPENAI_API_KEY": "YOUR_UNLIMITEDCODEX_API_KEY"
}Schritt 3
Nach saving both Dateien, neu starten application so new GPT-5.5 Anbieter ist loaded.
Save Konfiguration.toml und auth.json in.codex folder shown above.
Fully close und reopen Codex CLI, IDE, oder App.
Try a short Anfrage vor starting a long repository task.
Dies Anfrage nutzt gleich exact GPT-5.5 oder GPT-5.6 Sol Modell 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
}'Meiste Einrichtung Probleme sind fixed durch eins von diese drei checks.
Open auth.json und check das OPENAI_API_KEY contains complete delivered Schluessel.
In Konfiguration.toml, keep Basis_url als provided Base-URL ohne /v1.
Fully quit every process und reopen application.
Nutzung contact Formular und enthalten Ihr operating system und error text. Niemals send Ihr vollstaendig API-Schluessel.