feat: add gpt-5 support (#1105)

* feat: add gpt-5 support
This commit is contained in:
Ralph Khreish
2025-08-08 14:38:44 +02:00
committed by GitHub
parent 41d1e671b1
commit 75c514cf5b
7 changed files with 329 additions and 8 deletions

View File

@@ -239,6 +239,18 @@
},
"allowed_roles": ["research"],
"supported": true
},
{
"id": "gpt-5",
"swe_score": 0.749,
"cost_per_1m_tokens": {
"input": 5.0,
"output": 20.0
},
"allowed_roles": ["main", "fallback"],
"max_tokens": 100000,
"temperature": 1,
"supported": true
}
],
"google": [