Skip to content

Commit 2f3155c

Browse files
Merge pull request BerriAI#14858 from oytunkutrup1/litellm_fix_gpt3.5_price_fix
GPT-3.5-Turbo price updated.
2 parents 6a1be47 + 410e495 commit 2f3155c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

model_prices_and_context_window.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11346,13 +11346,13 @@
1134611346
]
1134711347
},
1134811348
"gpt-3.5-turbo": {
11349-
"input_cost_per_token": 1.5e-06,
11349+
"input_cost_per_token": 0.5e-06,
1135011350
"litellm_provider": "openai",
1135111351
"max_input_tokens": 16385,
1135211352
"max_output_tokens": 4096,
1135311353
"max_tokens": 4097,
1135411354
"mode": "chat",
11355-
"output_cost_per_token": 2e-06,
11355+
"output_cost_per_token": 1.5e-06,
1135611356
"supports_function_calling": true,
1135711357
"supports_prompt_caching": true,
1135811358
"supports_system_messages": true,

0 commit comments

Comments
 (0)