forked from phoenix/litellm-mirror
Merge pull request #1277 from AshGreh/patch-1
Adds support for Vertex AI Unicorn
This commit is contained in:
commit
05795ead59
1 changed files with 14 additions and 0 deletions
|
@ -275,6 +275,20 @@
|
||||||
"litellm_provider": "vertex_ai-text-models",
|
"litellm_provider": "vertex_ai-text-models",
|
||||||
"mode": "completion"
|
"mode": "completion"
|
||||||
},
|
},
|
||||||
|
"text-unicorn": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.00001,
|
||||||
|
"output_cost_per_token": 0.000028,
|
||||||
|
"litellm_provider": "vertex_ai-chat-models",
|
||||||
|
"mode": "completion"
|
||||||
|
},
|
||||||
|
"text-unicorn@001": {
|
||||||
|
"max_tokens": 8192,
|
||||||
|
"input_cost_per_token": 0.00001,
|
||||||
|
"output_cost_per_token": 0.000028,
|
||||||
|
"litellm_provider": "vertex_ai-chat-models",
|
||||||
|
"mode": "completion"
|
||||||
|
},
|
||||||
"chat-bison": {
|
"chat-bison": {
|
||||||
"max_tokens": 4096,
|
"max_tokens": 4096,
|
||||||
"input_cost_per_token": 0.000000125,
|
"input_cost_per_token": 0.000000125,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue