Merge pull request #1752 from 7flash/patch-1

Update model_prices_and_context_window.json - added gpt-3.5-turbo-0125
This commit is contained in:
Krish Dholakia 2024-02-01 19:43:48 -08:00 committed by GitHub
commit b3806676ce
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -125,6 +125,15 @@
"litellm_provider": "openai",
"mode": "chat"
},
"gpt-3.5-turbo-0125": {
"max_tokens": 16385,
"max_input_tokens": 16385,
"max_output_tokens": 4096,
"input_cost_per_token": 0.0000005,
"output_cost_per_token": 0.0000015,
"litellm_provider": "openai",
"mode": "chat"
},
"gpt-3.5-turbo-16k": {
"max_tokens": 16385,
"max_input_tokens": 16385,