mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-12 23:01:41 +00:00
[jais-30b-chat] added model to prices and context window (#12739)
* added model to prices and context window * add comma
This commit is contained in:
parent
a46b9d376f
commit
208484ce65
2 changed files with 20 additions and 0 deletions
|
|
@ -3830,6 +3830,16 @@
|
|||
"mode": "chat",
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"azure_ai/jais-30b-chat": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 8192,
|
||||
"max_output_tokens": 8192,
|
||||
"input_cost_per_token": 0.0032,
|
||||
"output_cost_per_token": 0.00971,
|
||||
"litellm_provider": "azure_ai",
|
||||
"mode": "chat",
|
||||
"source": "https://azure.microsoft.com/en-us/products/ai-services/ai-foundry/models/jais-30b-chat"
|
||||
},
|
||||
"azure_ai/mistral-nemo": {
|
||||
"max_tokens": 4096,
|
||||
"max_input_tokens": 131072,
|
||||
|
|
|
|||
|
|
@ -3830,6 +3830,16 @@
|
|||
"mode": "chat",
|
||||
"supports_tool_choice": true
|
||||
},
|
||||
"azure_ai/jais-30b-chat": {
|
||||
"max_tokens": 8192,
|
||||
"max_input_tokens": 8192,
|
||||
"max_output_tokens": 8192,
|
||||
"input_cost_per_token": 0.0032,
|
||||
"output_cost_per_token": 0.00971,
|
||||
"litellm_provider": "azure_ai",
|
||||
"mode": "chat",
|
||||
"source": "https://azure.microsoft.com/en-us/products/ai-services/ai-foundry/models/jais-30b-chat"
|
||||
},
|
||||
"azure_ai/mistral-nemo": {
|
||||
"max_tokens": 4096,
|
||||
"max_input_tokens": 131072,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue