forked from phoenix/litellm-mirror
Update model_prices_and_context_window.json
Adds support for unicorn
This commit is contained in:
parent
88a38d9c82
commit
4b8a1800c9
1 changed files with 7 additions and 0 deletions
|
@ -275,6 +275,13 @@
|
|||
"litellm_provider": "vertex_ai-text-models",
|
||||
"mode": "completion"
|
||||
},
|
||||
"text-unicorn@001": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.000001,
|
||||
"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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue