Update model_prices_and_context_window.json

Corrected the math.
This commit is contained in:
Ash Greh 2023-12-29 20:53:39 -04:00 committed by GitHub
parent b0aea659bc
commit f23f227087
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -277,14 +277,14 @@
},
"text-unicorn": {
"max_tokens": 8192,
"input_cost_per_token": 0.000001,
"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.000001,
"input_cost_per_token": 0.00001,
"output_cost_per_token": 0.000028,
"litellm_provider": "vertex_ai-chat-models",
"mode": "completion"