From a100b01b90d03f67cbe54be518b0cfcedb8a06d3 Mon Sep 17 00:00:00 2001 From: Kyrylo Yefimenko Date: Fri, 30 Aug 2024 08:16:24 +0100 Subject: [PATCH] Add pricing for Openai ft:gpt-4o --- model_prices_and_context_window.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 9b12fa2d4..19f905be0 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -305,6 +305,18 @@ "supports_function_calling": true, "source": "OpenAI needs to add pricing for this ft model, will be updated when added by OpenAI. Defaulting to base model pricing" }, + "ft:gpt-4o-2024-08-06": { + "max_tokens": 16384, + "max_input_tokens": 128000, + "max_output_tokens": 16384, + "input_cost_per_token": 0.00000375, + "output_cost_per_token": 0.000015, + "litellm_provider": "openai", + "mode": "chat", + "supports_function_calling": true, + "supports_parallel_function_calling": true, + "supports_vision": true + }, "ft:gpt-4o-mini-2024-07-18": { "max_tokens": 16384, "max_input_tokens": 128000,