Configure the provider
Add Deepshi to~/.codex/config.toml:
Run it
wire_api = "chat" tells Codex to use the OpenAI Chat Completions API,
which is the surface Deepshi exposes. See Authentication
for keys.Use Deepshi models in OpenAI’s Codex CLI as a custom provider.
~/.codex/config.toml:
wire_api = "chat" tells Codex to use the OpenAI Chat Completions API,
which is the surface Deepshi exposes. See Authentication
for keys.