diff --git a/.github/workflows/test-model-map.yaml b/.github/workflows/test-model-map.yaml new file mode 100644 index 0000000000..377e5711b1 --- /dev/null +++ b/.github/workflows/test-model-map.yaml @@ -0,0 +1,15 @@ +name: Validate model_prices_and_context_window.json + +on: + pull_request: + branches: [ main ] + +jobs: + validate-model-prices-json: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + + - name: Validate model_prices_and_context_window.json + run: | + jq empty litellm/model_prices_and_context_window.json diff --git a/model_prices_and_context_window.json b/model_prices_and_context_window.json index 126e563d30..e2e3ee9428 100644 --- a/model_prices_and_context_window.json +++ b/model_prices_and_context_window.json @@ -13520,7 +13520,7 @@ "supports_tool_choice": true, "supports_vision": true, "supports_web_search": true - } + }, "gemini-robotics-er-1.5-preview": { "cache_read_input_token_cost": 0, "input_cost_per_token": 3e-07,