Merge pull request #13660 from BerriAI/litellm_azure_gpt-t

[LLM Translation] Adjust max_input_tokens for azure/gpt-5-chat models in JSON configuration
This commit is contained in:
Krish Dholakia 2025-08-19 22:32:56 -07:00 committed by GitHub
commit 749bafc550
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -2457,7 +2457,7 @@
},
"azure/gpt-5-chat": {
"max_tokens": 128000,
"max_input_tokens": 400000,
"max_input_tokens": 272000,
"max_output_tokens": 128000,
"input_cost_per_token": 1.25e-06,
"output_cost_per_token": 1e-05,
@ -2490,7 +2490,7 @@
},
"azure/gpt-5-chat-latest": {
"max_tokens": 128000,
"max_input_tokens": 400000,
"max_input_tokens": 272000,
"max_output_tokens": 128000,
"input_cost_per_token": 1.25e-06,
"output_cost_per_token": 1e-05,

View file

@ -2457,7 +2457,7 @@
},
"azure/gpt-5-chat": {
"max_tokens": 128000,
"max_input_tokens": 400000,
"max_input_tokens": 272000,
"max_output_tokens": 128000,
"input_cost_per_token": 1.25e-06,
"output_cost_per_token": 1e-05,
@ -2490,7 +2490,7 @@
},
"azure/gpt-5-chat-latest": {
"max_tokens": 128000,
"max_input_tokens": 400000,
"max_input_tokens": 272000,
"max_output_tokens": 128000,
"input_cost_per_token": 1.25e-06,
"output_cost_per_token": 1e-05,