Ask a question to get started
Enter to send•Shift+Enter new line
ReasoningProvider: TypeAlias = Literal['anthropic', 'fireworks', 'google_genai', 'openai', 'openai_codex']
Provider identifiers that support model-specific reasoning effort controls.
Values must stay byte-identical to the provider strings from ModelSpec.parse used throughout model_config.py (e.g. CODEX_PROVIDER).
ModelSpec.parse
model_config.py
CODEX_PROVIDER