From 3c1b1a03668528fa87482b2b6cf5cddee301ab27 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 13 Nov 2023 13:59:52 -0800 Subject: [PATCH] (fix) replicate stub input/output cost per token --- model_prices_and_context_window.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 776577747..b47c81f6b 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -333,6 +333,8 @@ }, "replicate/llama-2-70b-chat:2c1608e18606fad2812020dc541930f2d0495ce32eee50074220b87300bc16e1": { "max_tokens": 4096, + "input_cost_per_token": 0.0000, + "output_cost_per_token": 0.0000, "litellm_provider": "replicate", "mode": "chat" },