forked from phoenix/litellm-mirror
Clean formatting
This commit is contained in:
parent
674f8ffd26
commit
21c6b2993e
2 changed files with 1236 additions and 1214 deletions
|
@ -947,6 +947,7 @@
|
|||
"output_cost_per_token": 0.000002,
|
||||
"litellm_provider": "text-completion-openai",
|
||||
"mode": "completion"
|
||||
|
||||
},
|
||||
"claude-instant-1": {
|
||||
"max_tokens": 8191,
|
||||
|
@ -5513,6 +5514,7 @@
|
|||
"litellm_provider": "databricks",
|
||||
"mode": "chat",
|
||||
"source": "https://www.databricks.com/product/pricing/foundation-model-serving"
|
||||
|
||||
},
|
||||
"databricks/databricks-mixtral-8x7b-instruct": {
|
||||
"max_tokens": 4096,
|
||||
|
|
|
@ -947,6 +947,7 @@
|
|||
"output_cost_per_token": 0.000002,
|
||||
"litellm_provider": "text-completion-openai",
|
||||
"mode": "completion"
|
||||
|
||||
},
|
||||
"claude-instant-1": {
|
||||
"max_tokens": 8191,
|
||||
|
@ -2726,6 +2727,24 @@
|
|||
"output_cost_per_token": 0.000015,
|
||||
"litellm_provider": "cohere",
|
||||
"mode": "completion"
|
||||
},
|
||||
"command-medium-beta": {
|
||||
"max_tokens": 4096,
|
||||
"max_input_tokens": 4096,
|
||||
"max_output_tokens": 4096,
|
||||
"input_cost_per_token": 0.000015,
|
||||
"output_cost_per_token": 0.000015,
|
||||
"litellm_provider": "cohere",
|
||||
"mode": "completion"
|
||||
},
|
||||
"command-xlarge-beta": {
|
||||
"max_tokens": 4096,
|
||||
"max_input_tokens": 4096,
|
||||
"max_output_tokens": 4096,
|
||||
"input_cost_per_token": 0.000015,
|
||||
"output_cost_per_token": 0.000015,
|
||||
"litellm_provider": "cohere",
|
||||
"mode": "completion"
|
||||
},
|
||||
"embed-english-v3.0": {
|
||||
"max_tokens": 512,
|
||||
|
@ -5495,6 +5514,7 @@
|
|||
"litellm_provider": "databricks",
|
||||
"mode": "chat",
|
||||
"source": "https://www.databricks.com/product/pricing/foundation-model-serving"
|
||||
|
||||
},
|
||||
"databricks/databricks-mixtral-8x7b-instruct": {
|
||||
"max_tokens": 4096,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue