fix(models): add openai deprecation date for gpt-5-chat-latest and gpt-5-chat (#42872)

Co-authored-by: kerry <kerry@berri.ai>
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
This commit is contained in:
devin-ai-integration[bot] 2026-09-23 21:01:10 -07:00 • committed by GitHub
parent 1f1817ed39
commit 871f562f72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -34151,6 +34151,7 @@
},
"gpt-5-chat": {
"cache_read_input_token_cost": 1.25e-07,
"deprecation_date": "2026-07-23",
"input_cost_per_token": 1.25e-06,
"litellm_provider": "openai",
"max_input_tokens": 128000,
@ -34186,6 +34187,7 @@
},
"gpt-5-chat-latest": {
"cache_read_input_token_cost": 1.25e-07,
"deprecation_date": "2026-07-23",
"input_cost_per_token": 1.25e-06,
"litellm_provider": "openai",
"max_input_tokens": 128000,

View file

@ -34151,6 +34151,7 @@
},
"gpt-5-chat": {
"cache_read_input_token_cost": 1.25e-07,
"deprecation_date": "2026-07-23",
"input_cost_per_token": 1.25e-06,
"litellm_provider": "openai",
"max_input_tokens": 128000,
@ -34186,6 +34187,7 @@
},
"gpt-5-chat-latest": {
"cache_read_input_token_cost": 1.25e-07,
"deprecation_date": "2026-07-23",
"input_cost_per_token": 1.25e-06,
"litellm_provider": "openai",
"max_input_tokens": 128000,