forked from phoenix/litellm-mirror
Update model_prices_and_context_window.json
Corrected the math.
This commit is contained in:
parent
b0aea659bc
commit
f23f227087
1 changed files with 2 additions and 2 deletions
|
@ -277,14 +277,14 @@
|
||||||
},
|
},
|
||||||
"text-unicorn": {
|
"text-unicorn": {
|
||||||
"max_tokens": 8192,
|
"max_tokens": 8192,
|
||||||
"input_cost_per_token": 0.000001,
|
"input_cost_per_token": 0.00001,
|
||||||
"output_cost_per_token": 0.000028,
|
"output_cost_per_token": 0.000028,
|
||||||
"litellm_provider": "vertex_ai-chat-models",
|
"litellm_provider": "vertex_ai-chat-models",
|
||||||
"mode": "completion"
|
"mode": "completion"
|
||||||
},
|
},
|
||||||
"text-unicorn@001": {
|
"text-unicorn@001": {
|
||||||
"max_tokens": 8192,
|
"max_tokens": 8192,
|
||||||
"input_cost_per_token": 0.000001,
|
"input_cost_per_token": 0.00001,
|
||||||
"output_cost_per_token": 0.000028,
|
"output_cost_per_token": 0.000028,
|
||||||
"litellm_provider": "vertex_ai-chat-models",
|
"litellm_provider": "vertex_ai-chat-models",
|
||||||
"mode": "completion"
|
"mode": "completion"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue