From 44fc20a0ff0feeecbf8766e468cae4cf51cc8ede Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Sat, 30 Dec 2023 10:02:48 +0530 Subject: [PATCH] (feat) add cost tracking for voyage ai --- model_prices_and_context_window.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 38e1cc969..ae1b60752 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -1476,6 +1476,20 @@ "output_cost_per_token": 0.000001923, "litellm_provider": "cloudflare", "mode": "chat" - } + }, + "voyage/voyage-01": { + "max_tokens": 4096, + "input_cost_per_token": 0.0000001, + "output_cost_per_token": 0.000000, + "litellm_provider": "voyage", + "mode": "embedding" + }, + "voyage/voyage-lite-01": { + "max_tokens": 4096, + "input_cost_per_token": 0.0000001, + "output_cost_per_token": 0.000000, + "litellm_provider": "voyage", + "mode": "embedding" + } }