Skip to content

Commit d381fde

Browse files
committed
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
1 parent 61fa160 commit d381fde

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/api/providers/fetchers/__tests__/openrouter.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,8 @@ describe("OpenRouter API", () => {
134134
"google/gemini-2.5-flash-lite-preview-06-17",
135135
"google/gemini-2.5-pro",
136136
"anthropic/claude-opus-4.1", // Not yet available in OpenRouter API
137+
"z-ai/glm-4.5-air", // Not yet in test fixture
138+
"z-ai/glm-4.5-air:free", // Not yet in test fixture
137139
])
138140

139141
const expectedReasoningBudgetModels = Array.from(OPEN_ROUTER_REASONING_BUDGET_MODELS)

0 commit comments

Comments
 (0)