graphlit-client 1.0.20250716004 → 1.0.20250722001
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.
@@ -5148,6 +5148,8 @@ export declare enum GoogleModels {
|
|
5148
5148
|
Gemini_2_0ProExperimental = "GEMINI_2_0_PRO_EXPERIMENTAL",
|
5149
5149
|
/** Gemini 2.5 Flash */
|
5150
5150
|
Gemini_2_5Flash = "GEMINI_2_5_FLASH",
|
5151
|
+
/** Gemini 2.5 Flash Lite */
|
5152
|
+
Gemini_2_5FlashLite = "GEMINI_2_5_FLASH_LITE",
|
5151
5153
|
/** Gemini 2.5 Flash (Preview) */
|
5152
5154
|
Gemini_2_5FlashPreview = "GEMINI_2_5_FLASH_PREVIEW",
|
5153
5155
|
/** Gemini 2.5 Pro */
|
@@ -1054,6 +1054,8 @@ export var GoogleModels;
|
|
1054
1054
|
GoogleModels["Gemini_2_0ProExperimental"] = "GEMINI_2_0_PRO_EXPERIMENTAL";
|
1055
1055
|
/** Gemini 2.5 Flash */
|
1056
1056
|
GoogleModels["Gemini_2_5Flash"] = "GEMINI_2_5_FLASH";
|
1057
|
+
/** Gemini 2.5 Flash Lite */
|
1058
|
+
GoogleModels["Gemini_2_5FlashLite"] = "GEMINI_2_5_FLASH_LITE";
|
1057
1059
|
/** Gemini 2.5 Flash (Preview) */
|
1058
1060
|
GoogleModels["Gemini_2_5FlashPreview"] = "GEMINI_2_5_FLASH_PREVIEW";
|
1059
1061
|
/** Gemini 2.5 Pro */
|