You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> The CLI will automatically load variables from `.env` (via `dotenv/config`).
80
80
81
+
> **Note:** Codex also allows you to use other providers that support the OpenAI Chat Completions API. You can set the provider in the config file or use the `--provider` flag.
82
+
>
83
+
> The possible options for `--provider` are:
84
+
>
85
+
> - openai (default)
86
+
> - openrouter
87
+
> - gemini
88
+
> - ollama
89
+
> - mistral
90
+
> - deepseek
91
+
> - xai
92
+
> - groq
93
+
>
94
+
> If you use a provider other than OpenAI, you will need to set the API key for the provider in the config file or in the environment variable as:
0 commit comments