diff --git a/src/api/providers/fetchers/__tests__/openrouter.spec.ts b/src/api/providers/fetchers/__tests__/openrouter.spec.ts index 37cdc54439..02a764dd00 100644 --- a/src/api/providers/fetchers/__tests__/openrouter.spec.ts +++ b/src/api/providers/fetchers/__tests__/openrouter.spec.ts @@ -21,6 +21,7 @@ describe("OpenRouter API", () => { contextWindow: 200000, supportsImages: true, supportsPromptCache: true, + supportsNativeToolCalling: true, inputPrice: 3, outputPrice: 15, cacheWritesPrice: 3.75, @@ -36,6 +37,7 @@ describe("OpenRouter API", () => { contextWindow: 200000, supportsImages: true, supportsPromptCache: true, + supportsNativeToolCalling: true, inputPrice: 3, outputPrice: 15, cacheWritesPrice: 3.75, @@ -89,6 +91,7 @@ describe("OpenRouter API", () => { contextWindow: 1048576, supportsImages: true, supportsPromptCache: true, + supportsNativeToolCalling: false, supportsReasoningBudget: true, inputPrice: 1.25, outputPrice: 10, @@ -103,6 +106,7 @@ describe("OpenRouter API", () => { contextWindow: 1048576, supportsImages: true, supportsPromptCache: true, + supportsNativeToolCalling: false, supportsReasoningBudget: true, inputPrice: 1.25, outputPrice: 10,