From b5a83be443fd98a91f06bc0a92d4589a96a04165 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Mon, 18 Sep 2023 15:10:44 -0700 Subject: [PATCH] gpt-4 input pricing --- model_prices_and_context_window.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 84d4ec4c031..ac6f2678a1e 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -1,12 +1,12 @@ { "gpt-4": { "max_tokens": 8192, - "input_cost_per_token": 0.000003, + "input_cost_per_token": 0.00003, "output_cost_per_token": 0.00006 }, "gpt-4-0613": { "max_tokens": 8192, - "input_cost_per_token": 0.000003, + "input_cost_per_token": 0.00003, "output_cost_per_token": 0.00006 }, "gpt-4-32k": {