forked from phoenix/litellm-mirror
Update model_prices_and_context_window.json
Adds simplified name for Unicorn.
This commit is contained in:
parent
4b8a1800c9
commit
b0aea659bc
1 changed files with 8 additions and 1 deletions
|
@ -275,13 +275,20 @@
|
|||
"litellm_provider": "vertex_ai-text-models",
|
||||
"mode": "completion"
|
||||
},
|
||||
"text-unicorn": {
|
||||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.000001,
|
||||
"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.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