mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-09 22:31:41 +00:00
(feat) proxy - allow setting cost, context window
This commit is contained in:
parent
94f065f83c
commit
de58dcc016
1 changed files with 3 additions and 0 deletions
|
|
@ -7,6 +7,9 @@ model_list:
|
|||
api_version: "2023-07-01-preview"
|
||||
model_info:
|
||||
mode: chat
|
||||
input_cost_per_token: 0.0.00006
|
||||
output_cost_per_token: 0.00003
|
||||
max_tokens: 4096
|
||||
- model_name: openai-gpt-3.5
|
||||
litellm_params:
|
||||
model: gpt-3.5-turbo
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue