forked from phoenix/litellm-mirror
build(model_prices_and_context_window.json): update azure/gpt-3.5-turbo base model pricing
This commit is contained in:
parent
a7738c3b69
commit
620e6db027
2 changed files with 4 additions and 4 deletions
|
@ -518,8 +518,8 @@
|
|||
"max_tokens": 4096,
|
||||
"max_input_tokens": 4097,
|
||||
"max_output_tokens": 4096,
|
||||
"input_cost_per_token": 0.0000015,
|
||||
"output_cost_per_token": 0.000002,
|
||||
"input_cost_per_token": 0.0000005,
|
||||
"output_cost_per_token": 0.0000015,
|
||||
"litellm_provider": "azure",
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true
|
||||
|
|
|
@ -518,8 +518,8 @@
|
|||
"max_tokens": 4096,
|
||||
"max_input_tokens": 4097,
|
||||
"max_output_tokens": 4096,
|
||||
"input_cost_per_token": 0.0000015,
|
||||
"output_cost_per_token": 0.000002,
|
||||
"input_cost_per_token": 0.0000005,
|
||||
"output_cost_per_token": 0.0000015,
|
||||
"litellm_provider": "azure",
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue