test: add GLM 4.5 Air models to excluded list in OpenRouter tests

- Added z-ai/glm-4.5-air and z-ai/glm-4.5-air:free to excludedReasoningBudgetModels
- These models are not yet in the test fixture but are available in the live API
This commit is contained in:
Roo Code 2025-09-25 16:15:00 +00:00
parent 61fa160c26
commit d381fde65d

View file

@ -134,6 +134,8 @@ describe("OpenRouter API", () => {
"google/gemini-2.5-flash-lite-preview-06-17",
"google/gemini-2.5-pro",
"anthropic/claude-opus-4.1", // Not yet available in OpenRouter API
"z-ai/glm-4.5-air", // Not yet in test fixture
"z-ai/glm-4.5-air:free", // Not yet in test fixture
])
const expectedReasoningBudgetModels = Array.from(OPEN_ROUTER_REASONING_BUDGET_MODELS)