Skip to content

Commit e2b64d0

Browse files
committed
[agent] docs: add Codex App model picker screenshot to README and docs-site
1 parent 88050b4 commit e2b64d0

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,12 @@ codex -m "ollama/llama3" "Refactor this function"
106106

107107
When you omit the `provider/` prefix, opencodex routes to the default provider — or auto-matches based on the model name pattern (e.g., `claude-*` routes to Anthropic, `gpt-*` routes to OpenAI).
108108

109+
Routed models also appear in the **Codex App** model picker with per-model reasoning effort controls:
110+
111+
<p align="center">
112+
<img src="assets/codex-app-picker.png" alt="Codex App showing opencodex routed models with reasoning effort picker" width="480">
113+
</p>
114+
109115
## Highlights
110116

111117
- **Use any LLM with Codex.** 5 protocol adapters cover Anthropic Messages, Google Gemini, Azure, OpenAI Responses passthrough, and every OpenAI-compatible Chat Completions endpoint — that's 40+ providers out of the box.

assets/codex-app-picker.png

138 KB
Loading
138 KB
Loading

docs-site/src/content/docs/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ Codex CLI / App / SDK ──/v1/responses──▶ opencodex ──▶ Any provi
3737

3838
![The opencodex dashboard — a dark provider control panel showing live proxy status, routed providers, and available models](../../assets/dashboard.png)
3939

40+
![Codex App showing opencodex routed models with reasoning effort picker](../../assets/codex-app-picker.png)
41+
4042
<CardGrid stagger>
4143
<Card title="Any provider" icon="puzzle">
4244
Five adapters cover Anthropic Messages, Google Gemini, Azure, the OpenAI Responses passthrough,

0 commit comments

Comments
 (0)