# `Agentic.LLM.Provider.Codex`

Catalog-only Provider wrapper for the OpenAI Codex CLI. See
`Agentic.LLM.Provider.ClaudeCode` for the design rationale.

Codex has no `--list-models` subcommand and uses bare model
identifiers (no `provider/` prefix). The static seeds below mirror
the `Agentic.LLM.Canonical` static-override table.

# `availability`

```elixir
@spec availability(any()) :: :ready | :unavailable
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
