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.
2 parents 6a1be47 + 410e495 commit 2f3155cCopy full SHA for 2f3155c
model_prices_and_context_window.json
@@ -11346,13 +11346,13 @@
11346
]
11347
},
11348
"gpt-3.5-turbo": {
11349
- "input_cost_per_token": 1.5e-06,
+ "input_cost_per_token": 0.5e-06,
11350
"litellm_provider": "openai",
11351
"max_input_tokens": 16385,
11352
"max_output_tokens": 4096,
11353
"max_tokens": 4097,
11354
"mode": "chat",
11355
- "output_cost_per_token": 2e-06,
+ "output_cost_per_token": 1.5e-06,
11356
"supports_function_calling": true,
11357
"supports_prompt_caching": true,
11358
"supports_system_messages": true,
0 commit comments