mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-17 06:04:51 +00:00
chore(models): update Gemini 3.1 provider catalogs and antigravity opus 4.6
This commit is contained in:
parent
4ba3e5be22
commit
18c7ab8a47
4 changed files with 313 additions and 164 deletions
|
|
@ -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 });
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue