{ "id": "openai", "providers": ["openai", "openai-codex"], "providerAuthEnvVars": { "openai": ["OPENAI_API_KEY"] }, "providerAuthChoices": [ { "provider": "openai-codex", "method": "oauth", "choiceId": "openai-codex", "choiceLabel": "OpenAI Codex (ChatGPT OAuth)", "choiceHint": "Browser sign-in", "groupId": "openai", "groupLabel": "OpenAI", "groupHint": "Codex OAuth + API key" }, { "provider": "openai", "method": "api-key", "choiceId": "openai-api-key", "choiceLabel": "OpenAI API key", "groupId": "openai", "groupLabel": "OpenAI", "groupHint": "Codex OAuth + API key", "optionKey": "openaiApiKey", "cliFlag": "--openai-api-key", "cliOption": "--openai-api-key ", "cliDescription": "OpenAI API key" } ], "configSchema": { "type": "object", "additionalProperties": false, "properties": {} } }