mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-24 10:14:26 +00:00
Update model_prices_and_context_window.json
add Baidu's llm ERNIE-bot
This commit is contained in:
parent
b2e80ecb8e
commit
847a34cc76
1 changed files with 12 additions and 0 deletions
|
@ -1,4 +1,16 @@
|
|||
{
|
||||
"ERNIE-bot":{
|
||||
"max_tokens": 4096,
|
||||
"max_input_tokens": 128000,
|
||||
"max_output_tokens": 4096,
|
||||
"input_cost_per_token": 0.000005,
|
||||
"output_cost_per_token": 0.000015,
|
||||
"litellm_provider": "Baidu",
|
||||
"mode": "chat",
|
||||
"supports_function_calling": true,
|
||||
"supports_parallel_function_calling": true,
|
||||
"supports_vision": true
|
||||
},
|
||||
"sample_spec": {
|
||||
"max_tokens": "set to max_output_tokens if provider specifies it. IF not set to max_tokens provider specifies",
|
||||
"max_input_tokens": "max input tokens, if the provider specifies it. if not default to max_tokens",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue