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.js
CHANGED
|
@@ -2361,18 +2361,13 @@ var togetherClientAdapter = function(param) {
|
|
|
2361
2361
|
};
|
|
2362
2362
|
// src/adapters/client/googleClientAdapter/models/get.ts
|
|
2363
2363
|
var models9 = [
|
|
2364
|
-
"gemini-2.5-
|
|
2365
|
-
"gemini-2.
|
|
2364
|
+
"gemini-2.5-flash-preview-04-17",
|
|
2365
|
+
"gemini-2.5-pro-preview-03-25",
|
|
2366
2366
|
"gemini-2.0-flash",
|
|
2367
|
-
"gemini-2.0-flash-lite
|
|
2367
|
+
"gemini-2.0-flash-lite",
|
|
2368
2368
|
"gemini-1.5-flash",
|
|
2369
2369
|
"gemini-1.5-flash-8b",
|
|
2370
|
-
"gemini-1.5-pro"
|
|
2371
|
-
"gemma-3-27b-it",
|
|
2372
|
-
"gemma-3-12b-it",
|
|
2373
|
-
"gemma-3-4b-it",
|
|
2374
|
-
"text-embedding-004",
|
|
2375
|
-
"aqa"
|
|
2370
|
+
"gemini-1.5-pro"
|
|
2376
2371
|
];
|
|
2377
2372
|
var get7 = function(param) {
|
|
2378
2373
|
var google = param.google;
|