diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 0f84bba941d..4b3c2b5a83d 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -13652,7 +13652,9 @@ "mode": "chat", "output_cost_per_token": 2.5e-06, "output_cost_per_reasoning_token": 2.5e-06, + "rpm": 10, "source": "https://ai.google.dev/gemini-api/docs/models#gemini-robotics-er-1-5-preview", + "tpm": 4000000, "supported_endpoints": [ "/v1/chat/completions", "/v1/completions" diff --git a/tests/test_litellm/test_utils.py b/tests/test_litellm/test_utils.py index 6a79fd0823b..57170e9da11 100644 --- a/tests/test_litellm/test_utils.py +++ b/tests/test_litellm/test_utils.py @@ -695,6 +695,7 @@ def test_aaamodel_prices_and_context_window_json_is_valid(): "additionalProperties": False, }, "citation_cost_per_token": {"type": "number"}, + "comment": {"type": "string"}, "supported_modalities": { "type": "array", "items": {