mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-17 00:26:01 +00:00
Merge pull request #1277 from AshGreh/patch-1
Adds support for Vertex AI Unicorn
This commit is contained in:
@@ -275,6 +275,20 @@
|
||||
"litellm_provider": "vertex_ai-text-models",
|
||||
"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": {
|
||||
"max_tokens": 4096,
|
||||
"input_cost_per_token": 0.000000125,
|
||||
|
||||
Reference in New Issue
Block a user