We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2f8787 commit 410e495Copy full SHA for 410e495
model_prices_and_context_window.json
@@ -11261,13 +11261,13 @@
11261
]
11262
},
11263
"gpt-3.5-turbo": {
11264
- "input_cost_per_token": 1.5e-06,
+ "input_cost_per_token": 0.5e-06,
11265
"litellm_provider": "openai",
11266
"max_input_tokens": 16385,
11267
"max_output_tokens": 4096,
11268
"max_tokens": 4097,
11269
"mode": "chat",
11270
- "output_cost_per_token": 2e-06,
+ "output_cost_per_token": 1.5e-06,
11271
"supports_function_calling": true,
11272
"supports_prompt_caching": true,
11273
"supports_system_messages": true,
0 commit comments