Expand description
Codex LLM provider.
§Authentication
This provider uses OAuth authentication.
§Supported models
| Model ID | Name | Context | Reasoning | Image | Audio |
|---|---|---|---|---|---|
gpt-5.2 | GPT-5.2 | 272k | yes | yes | |
gpt-5.4 | GPT-5.4 | 272k | yes | yes | |
gpt-5.4-mini | GPT-5.4 mini | 272k | yes | yes | |
gpt-5.5 | GPT-5.5 | 272k | yes | yes | |
gpt-5.6-luna | GPT-5.6 Luna | 372k | yes | yes | |
gpt-5.6-sol | GPT-5.6 Sol | 372k | yes | yes | |
gpt-5.6-terra | GPT-5.6 Terra | 372k | yes | yes |
Re-exports§
pub use oauth::perform_codex_oauth_flow;pub use provider::CodexProvider;