mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-06 08:16:43 +00:00
Adding max_input_tokens and max_output_tokens
This commit is contained in:
parent
0e045e0bb7
commit
f9e98f75a6
2 changed files with 4 additions and 0 deletions
|
|
@ -13260,6 +13260,8 @@
|
|||
"input_cost_per_token": 0,
|
||||
"litellm_provider": "lemonade",
|
||||
"max_tokens": 32768,
|
||||
"max_input_tokens": 32768,
|
||||
"max_output_tokens": 32768,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 0,
|
||||
"supports_function_calling": true,
|
||||
|
|
|
|||
|
|
@ -13260,6 +13260,8 @@
|
|||
"input_cost_per_token": 0,
|
||||
"litellm_provider": "lemonade",
|
||||
"max_tokens": 32768,
|
||||
"max_input_tokens": 32768,
|
||||
"max_output_tokens": 32768,
|
||||
"mode": "chat",
|
||||
"output_cost_per_token": 0,
|
||||
"supports_function_calling": true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue