supercompat 2.25.0 → 2.27.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 -9
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +4 -9
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2468,18 +2468,13 @@ var togetherClientAdapter = function(param) {
|
|
|
2468
2468
|
};
|
|
2469
2469
|
// src/adapters/client/googleClientAdapter/models/get.ts
|
|
2470
2470
|
var models9 = [
|
|
2471
|
-
"gemini-2.5-
|
|
2472
|
-
"gemini-2.
|
|
2471
|
+
"gemini-2.5-flash-preview-04-17",
|
|
2472
|
+
"gemini-2.5-pro-preview-03-25",
|
|
2473
2473
|
"gemini-2.0-flash",
|
|
2474
|
-
"gemini-2.0-flash-lite
|
|
2474
|
+
"gemini-2.0-flash-lite",
|
|
2475
2475
|
"gemini-1.5-flash",
|
|
2476
2476
|
"gemini-1.5-flash-8b",
|
|
2477
|
-
"gemini-1.5-pro"
|
|
2478
|
-
"gemma-3-27b-it",
|
|
2479
|
-
"gemma-3-12b-it",
|
|
2480
|
-
"gemma-3-4b-it",
|
|
2481
|
-
"text-embedding-004",
|
|
2482
|
-
"aqa"
|
|
2477
|
+
"gemini-1.5-pro"
|
|
2483
2478
|
];
|
|
2484
2479
|
var get7 = function(param) {
|
|
2485
2480
|
var google = param.google;
|