chore(models): update Gemini 3.1 provider catalogs and antigravity opus 4.6

This commit is contained in:
Mario Zechner 2026-02-19 20:33:27 +01:00
parent 4ba3e5be22
commit 18c7ab8a47
4 changed files with 313 additions and 164 deletions

View file

@ -480,10 +480,10 @@ describe("totalTokens field", () => {
);
it(
"mistralai/mistral-small-3.1-24b-instruct - should return totalTokens equal to sum of components",
"mistralai/mistral-small-3.2-24b-instruct - should return totalTokens equal to sum of components",
{ retry: 3, timeout: 60000 },
async () => {
const llm = getModel("openrouter", "mistralai/mistral-small-3.1-24b-instruct");
const llm = getModel("openrouter", "mistralai/mistral-small-3.2-24b-instruct");
console.log(`\nOpenRouter / ${llm.id}:`);
const { first, second } = await testTotalTokensWithCache(llm, { apiKey: process.env.OPENROUTER_API_KEY });