From c2b0f3d9427c62868907efd3dc2fe92160a89652 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Mon, 26 Feb 2024 07:33:39 -0800 Subject: [PATCH] Update model_prices_and_context_window.json --- model_prices_and_context_window.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 897e9c3b26..cf2677c58c 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -657,6 +657,15 @@ "litellm_provider": "vertex_ai-language-models", "mode": "chat" }, + "gemini-1.5-pro": { + "max_tokens": 8192, + "max_input_tokens": 1000000, + "max_output_tokens": 8192, + "input_cost_per_token": 0, + "output_cost_per_token": 0, + "litellm_provider": "vertex_ai-language-models", + "mode": "chat" + }, "gemini-pro-vision": { "max_tokens": 16384, "max_output_tokens": 2048, @@ -676,6 +685,18 @@ "litellm_provider": "vertex_ai-vision-models", "mode": "chat" }, + "gemini-1.5-pro-vision": { + "max_tokens": 8192, + "max_input_tokens": 1000000, + "max_output_tokens": 8192, + "max_images_per_prompt": 16, + "max_videos_per_prompt": 1, + "max_video_length": 2, + "input_cost_per_token": 0, + "output_cost_per_token": 0, + "litellm_provider": "vertex_ai-vision-models", + "mode": "chat" + }, "textembedding-gecko": { "max_tokens": 3072, "max_input_tokens": 3072,