forked from phoenix/litellm-mirror
Update model_prices_and_context_window.json - added gpt-3.5-turbo-0125
This commit is contained in:
parent
8d7860b077
commit
9accd59531
1 changed files with 9 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue