fix(models): update Codex CLI supported models to match current availability

This commit is contained in:
Ralph Khreish
2026-01-15 15:17:18 +01:00
parent 6c3a92c439
commit 07ffa2fca4
2 changed files with 29 additions and 25 deletions

View File

@@ -0,0 +1,10 @@
---
"task-master-ai": patch
---
Update Codex CLI supported models to match current available models
- Remove deprecated models: gpt-5, gpt-5-codex, gpt-5.1
- Add gpt-5.2-codex as the current default model
- Add gpt-5.1-codex-mini for faster, cheaper option
- Keep gpt-5.1-codex-max and gpt-5.2

View File

@@ -130,41 +130,21 @@
],
"codex-cli": [
{
"id": "gpt-5",
"swe_score": 0.749,
"id": "gpt-5.2-codex",
"name": "GPT-5.2 Codex",
"swe_score": 0.82,
"cost_per_1m_tokens": {
"input": 0,
"output": 0
},
"allowed_roles": ["main", "fallback", "research"],
"max_tokens": 128000,
"supported": true
},
{
"id": "gpt-5-codex",
"swe_score": 0.749,
"cost_per_1m_tokens": {
"input": 0,
"output": 0
},
"allowed_roles": ["main", "fallback", "research"],
"max_tokens": 128000,
"supported": true
},
{
"id": "gpt-5.1",
"swe_score": 0.76,
"cost_per_1m_tokens": {
"input": 0,
"output": 0
},
"allowed_roles": ["main", "fallback", "research"],
"max_tokens": 128000,
"reasoning_efforts": ["none", "low", "medium", "high"],
"reasoning_efforts": ["none", "low", "medium", "high", "xhigh"],
"supported": true
},
{
"id": "gpt-5.1-codex-max",
"name": "GPT-5.1 Codex Max",
"swe_score": 0.78,
"cost_per_1m_tokens": {
"input": 0,
@@ -175,8 +155,22 @@
"reasoning_efforts": ["none", "low", "medium", "high", "xhigh"],
"supported": true
},
{
"id": "gpt-5.1-codex-mini",
"name": "GPT-5.1 Codex Mini",
"swe_score": 0.72,
"cost_per_1m_tokens": {
"input": 0,
"output": 0
},
"allowed_roles": ["main", "fallback", "research"],
"max_tokens": 128000,
"reasoning_efforts": ["none", "low", "medium", "high"],
"supported": true
},
{
"id": "gpt-5.2",
"name": "GPT-5.2",
"swe_score": 0.8,
"cost_per_1m_tokens": {
"input": 0,