From 468cd960ac53b302d90f7eebbf6366e718683b91 Mon Sep 17 00:00:00 2001 From: Krish Dholakia Date: Tue, 27 Feb 2024 14:36:33 -0800 Subject: [PATCH] Update model_prices_and_context_window.json --- model_prices_and_context_window.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index c55c164d38..6c663200d3 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -706,6 +706,17 @@ "litellm_provider": "vertex_ai-vision-models", "mode": "chat" }, + "gemini-1.0-pro-vision-001": { + "max_tokens": 16384, + "max_output_tokens": 2048, + "max_images_per_prompt": 16, + "max_videos_per_prompt": 1, + "max_video_length": 2, + "input_cost_per_token": 0.00000025, + "output_cost_per_token": 0.0000005, + "litellm_provider": "vertex_ai-vision-models", + "mode": "chat" + }, "gemini-1.5-pro-vision": { "max_tokens": 8192, "max_input_tokens": 1000000,