supercompat 2.24.0 → 2.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.cjs +4 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2468,12 +2468,16 @@ var togetherClientAdapter = function(param) {
|
|
|
2468
2468
|
};
|
|
2469
2469
|
// src/adapters/client/googleClientAdapter/models/get.ts
|
|
2470
2470
|
var models9 = [
|
|
2471
|
+
"gemini-2.5-pro-exp-03-25",
|
|
2471
2472
|
"gemini-2.0-flash-exp",
|
|
2472
2473
|
"gemini-2.0-flash",
|
|
2473
2474
|
"gemini-2.0-flash-lite-preview-02-05",
|
|
2474
2475
|
"gemini-1.5-flash",
|
|
2475
2476
|
"gemini-1.5-flash-8b",
|
|
2476
2477
|
"gemini-1.5-pro",
|
|
2478
|
+
"gemma-3-27b-it",
|
|
2479
|
+
"gemma-3-12b-it",
|
|
2480
|
+
"gemma-3-4b-it",
|
|
2477
2481
|
"text-embedding-004",
|
|
2478
2482
|
"aqa"
|
|
2479
2483
|
];
|