Discover Packages
github.com/router-for-me/CLIProxyAPI/v6
internal
thinking
provider
codex
package
Version:
v6.7.2
Opens a new window with list of versions in this module.
Published: Jan 16, 2026
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
Package codex implements thinking configuration for Codex (OpenAI Responses API) models.
Codex models use the reasoning.effort format with discrete levels
(low/medium/high). This is similar to OpenAI but uses nested field
"reasoning.effort" instead of "reasoning_effort".
See: _bmad-output/planning-artifacts/architecture.md#Epic-8
Applier implements thinking.ProviderApplier for Codex models.
Codex-specific behavior:
Output format: reasoning.effort (string: low/medium/high/xhigh)
Level-only mode: no numeric budget support
Some models support ZeroAllowed (gpt-5.1, gpt-5.2)
NewApplier creates a new Codex thinking applier.
Apply applies thinking configuration to Codex request body.
Expected output format:
{
"reasoning": {
"effort": "high"
}
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.