forked from phoenix/litellm-mirror
(feat) track anyscale function calling models
This commit is contained in:
parent
12d1c98291
commit
65a41581b6
2 changed files with 20 additions and 2 deletions
|
@ -2046,7 +2046,16 @@
|
||||||
"input_cost_per_token": 0.00000015,
|
"input_cost_per_token": 0.00000015,
|
||||||
"output_cost_per_token": 0.00000015,
|
"output_cost_per_token": 0.00000015,
|
||||||
"litellm_provider": "anyscale",
|
"litellm_provider": "anyscale",
|
||||||
"mode": "chat"
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true
|
||||||
|
},
|
||||||
|
"anyscale/Mixtral-8x7B-Instruct-v0.1": {
|
||||||
|
"max_tokens": 16384,
|
||||||
|
"input_cost_per_token": 0.00000015,
|
||||||
|
"output_cost_per_token": 0.00000015,
|
||||||
|
"litellm_provider": "anyscale",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true
|
||||||
},
|
},
|
||||||
"anyscale/HuggingFaceH4/zephyr-7b-beta": {
|
"anyscale/HuggingFaceH4/zephyr-7b-beta": {
|
||||||
"max_tokens": 16384,
|
"max_tokens": 16384,
|
||||||
|
|
|
@ -2046,7 +2046,16 @@
|
||||||
"input_cost_per_token": 0.00000015,
|
"input_cost_per_token": 0.00000015,
|
||||||
"output_cost_per_token": 0.00000015,
|
"output_cost_per_token": 0.00000015,
|
||||||
"litellm_provider": "anyscale",
|
"litellm_provider": "anyscale",
|
||||||
"mode": "chat"
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true
|
||||||
|
},
|
||||||
|
"anyscale/Mixtral-8x7B-Instruct-v0.1": {
|
||||||
|
"max_tokens": 16384,
|
||||||
|
"input_cost_per_token": 0.00000015,
|
||||||
|
"output_cost_per_token": 0.00000015,
|
||||||
|
"litellm_provider": "anyscale",
|
||||||
|
"mode": "chat",
|
||||||
|
"supports_function_calling": true
|
||||||
},
|
},
|
||||||
"anyscale/HuggingFaceH4/zephyr-7b-beta": {
|
"anyscale/HuggingFaceH4/zephyr-7b-beta": {
|
||||||
"max_tokens": 16384,
|
"max_tokens": 16384,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue