forked from phoenix/litellm-mirror
build(model_prices_and_context_window.json): fix text unicorn mapping
This commit is contained in:
parent
b66cf0aa43
commit
d089157925
1 changed files with 2 additions and 2 deletions
|
@ -279,14 +279,14 @@
|
|||
"max_tokens": 8192,
|
||||
"input_cost_per_token": 0.00001,
|
||||
"output_cost_per_token": 0.000028,
|
||||
"litellm_provider": "vertex_ai-chat-models",
|
||||
"litellm_provider": "vertex_ai-text-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",
|
||||
"litellm_provider": "vertex_ai-text-models",
|
||||
"mode": "completion"
|
||||
},
|
||||
"chat-bison": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue