diff --git a/README.md b/README.md index 7daaee2..7793881 100644 --- a/README.md +++ b/README.md @@ -923,6 +923,7 @@ Units denominated in USD. All prices can be located in `model_prices.json`. | us.meta.llama3-3-70b-instruct-v1:0 | $0.72 | $0.72 | 128,000 | 4096 | | perplexity/sonar | $ 1.00 | $ 1.00 | 127,072 | 127072 | | perplexity/sonar-pro | $ 3.00 | $15.00 | 200,000 | 8096 | +| openrouter/google/gemini-2.0-flash-001 | $0.1 | $0.4 | 1,048,576 | 8192 | ### Running locally diff --git a/pricing_table.md b/pricing_table.md index 055f649..4358a0a 100644 --- a/pricing_table.md +++ b/pricing_table.md @@ -796,4 +796,5 @@ | gemini-2.0-pro-exp-02-05 | $ 0.00 | $ 0.00 | 2,097,152 | 8192 | | us.meta.llama3-3-70b-instruct-v1:0 | $0.72 | $0.72 | 128,000 | 4096 | | perplexity/sonar | $ 1.00 | $ 1.00 | 127,072 | 127072 | -| perplexity/sonar-pro | $ 3.00 | $15.00 | 200,000 | 8096 | \ No newline at end of file +| perplexity/sonar-pro | $ 3.00 | $15.00 | 200,000 | 8096 | +| openrouter/google/gemini-2.0-flash-001 | $0.1 | $0.4 | 1,048,576 | 8192 | \ No newline at end of file diff --git a/tokencost/model_prices.json b/tokencost/model_prices.json index 4775be7..2496b8d 100644 --- a/tokencost/model_prices.json +++ b/tokencost/model_prices.json @@ -9265,5 +9265,27 @@ "output_cost_per_token": 1.5e-05, "litellm_provider": "perplexity", "mode": "chat" + }, + "openrouter/google/gemini-2.0-flash-001": { + "max_tokens": 8192, + "max_input_tokens": 1048576, + "max_output_tokens": 8192, + "max_images_per_prompt": 3000, + "max_videos_per_prompt": 10, + "max_video_length": 1, + "max_audio_length_hours": 8.4, + "max_audio_per_prompt": 1, + "max_pdf_size_mb": 30, + "input_cost_per_audio_token": 7e-07, + "input_cost_per_token": 1e-07, + "output_cost_per_token": 4e-07, + "litellm_provider": "openrouter", + "mode": "chat", + "supports_system_messages": true, + "supports_function_calling": true, + "supports_vision": true, + "supports_response_schema": true, + "supports_audio_output": true, + "supports_tool_choice": true } } \ No newline at end of file