add reasoning options for cliproxy codex models

This commit is contained in:
David Chen 2025-12-04 23:24:19 -08:00
parent 94422944e6
commit d6342e8fd5

View file

@ -46,14 +46,22 @@
"gpt-5.1-codex-max": {
"name": "GPT-5.1 Codex Max (High)",
"options": {
"reasoningEffort": "high"
"reasoningEffort": "high",
"include": [
"reasoning.encrypted_content"
],
"store": false
}
},
"gpt-5.1-codex-max-xhigh": {
"id": "gpt-5.1-codex-max",
"name": "GPT-5.1 Codex Max (Extra High)",
"options": {
"reasoningEffort": "xhigh"
"reasoningEffort": "xhigh",
"include": [
"reasoning.encrypted_content"
],
"store": false
}
}
}