From e0152c0b61e6e4b5ca1a8ba914211599ea8e47ca Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 15 May 2024 06:20:51 -0700 Subject: [PATCH] cloned gpt-4o models into openrouter/openai --- model_prices_and_context_window.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index a88d6875ca2..e181e0ef32b 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -1744,6 +1744,30 @@ "litellm_provider": "openrouter", "mode": "chat" }, + "openrouter/openai/gpt-4o": { + "max_tokens": 4096, + "max_input_tokens": 128000, + "max_output_tokens": 4096, + "input_cost_per_token": 0.000005, + "output_cost_per_token": 0.000015, + "litellm_provider": "openrouter", + "mode": "chat", + "supports_function_calling": true, + "supports_parallel_function_calling": true, + "supports_vision": true + }, + "openrouter/openai/gpt-4o-2024-05-13": { + "max_tokens": 4096, + "max_input_tokens": 128000, + "max_output_tokens": 4096, + "input_cost_per_token": 0.000005, + "output_cost_per_token": 0.000015, + "litellm_provider": "openrouter", + "mode": "chat", + "supports_function_calling": true, + "supports_parallel_function_calling": true, + "supports_vision": true + }, "openrouter/openai/gpt-4-vision-preview": { "max_tokens": 130000, "input_cost_per_token": 0.00001,