graphlit-client 1.0.20250407001 → 1.0.20250407002
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.
@@ -4333,7 +4333,9 @@ export declare enum GoogleModels {
|
|
4333
4333
|
*/
|
4334
4334
|
Gemini_2_0ProExperimental = "GEMINI_2_0_PRO_EXPERIMENTAL",
|
4335
4335
|
/** Gemini 2.5 Pro (Experimental) */
|
4336
|
-
Gemini_2_5ProExperimental = "GEMINI_2_5_PRO_EXPERIMENTAL"
|
4336
|
+
Gemini_2_5ProExperimental = "GEMINI_2_5_PRO_EXPERIMENTAL",
|
4337
|
+
/** Gemini 2.5 Pro (Preview) */
|
4338
|
+
Gemini_2_5ProPreview = "GEMINI_2_5_PRO_PREVIEW"
|
4337
4339
|
}
|
4338
4340
|
/** Represents a knowledge graph. */
|
4339
4341
|
export type Graph = {
|
@@ -4468,13 +4470,25 @@ export declare enum GroqModels {
|
|
4468
4470
|
DeepseekR1Llama_70BPreview = "DEEPSEEK_R1_LLAMA_70B_PREVIEW",
|
4469
4471
|
/** LLaMA 3.1 8b */
|
4470
4472
|
Llama_3_1_8B = "LLAMA_3_1_8B",
|
4471
|
-
/**
|
4473
|
+
/**
|
4474
|
+
* LLaMA 3.2 1b Preview
|
4475
|
+
* @deprecated Use LLaMa 3.3 or newer model
|
4476
|
+
*/
|
4472
4477
|
Llama_3_2_1BPreview = "LLAMA_3_2_1B_PREVIEW",
|
4473
|
-
/**
|
4478
|
+
/**
|
4479
|
+
* LLaMA 3.2 3b Preview
|
4480
|
+
* @deprecated Use LLaMa 3.3 or newer model
|
4481
|
+
*/
|
4474
4482
|
Llama_3_2_3BPreview = "LLAMA_3_2_3B_PREVIEW",
|
4475
|
-
/**
|
4483
|
+
/**
|
4484
|
+
* LLaMA 3.2 11b Vision Preview
|
4485
|
+
* @deprecated Use LLaMa 3.3 or newer model
|
4486
|
+
*/
|
4476
4487
|
Llama_3_2_11BVisionPreview = "LLAMA_3_2_11B_VISION_PREVIEW",
|
4477
|
-
/**
|
4488
|
+
/**
|
4489
|
+
* LLaMA 3.2 90b Vision Preview
|
4490
|
+
* @deprecated Use LLaMa 3.3 or newer model
|
4491
|
+
*/
|
4478
4492
|
Llama_3_2_90BVisionPreview = "LLAMA_3_2_90B_VISION_PREVIEW",
|
4479
4493
|
/** LLaMA 3.3 70b */
|
4480
4494
|
Llama_3_3_70B = "LLAMA_3_3_70B",
|
@@ -876,6 +876,8 @@ var GoogleModels;
|
|
876
876
|
GoogleModels["Gemini_2_0ProExperimental"] = "GEMINI_2_0_PRO_EXPERIMENTAL";
|
877
877
|
/** Gemini 2.5 Pro (Experimental) */
|
878
878
|
GoogleModels["Gemini_2_5ProExperimental"] = "GEMINI_2_5_PRO_EXPERIMENTAL";
|
879
|
+
/** Gemini 2.5 Pro (Preview) */
|
880
|
+
GoogleModels["Gemini_2_5ProPreview"] = "GEMINI_2_5_PRO_PREVIEW";
|
879
881
|
})(GoogleModels || (exports.GoogleModels = GoogleModels = {}));
|
880
882
|
/** GraphRAG strategies */
|
881
883
|
var GraphStrategyTypes;
|
@@ -896,13 +898,25 @@ var GroqModels;
|
|
896
898
|
GroqModels["DeepseekR1Llama_70BPreview"] = "DEEPSEEK_R1_LLAMA_70B_PREVIEW";
|
897
899
|
/** LLaMA 3.1 8b */
|
898
900
|
GroqModels["Llama_3_1_8B"] = "LLAMA_3_1_8B";
|
899
|
-
/**
|
901
|
+
/**
|
902
|
+
* LLaMA 3.2 1b Preview
|
903
|
+
* @deprecated Use LLaMa 3.3 or newer model
|
904
|
+
*/
|
900
905
|
GroqModels["Llama_3_2_1BPreview"] = "LLAMA_3_2_1B_PREVIEW";
|
901
|
-
/**
|
906
|
+
/**
|
907
|
+
* LLaMA 3.2 3b Preview
|
908
|
+
* @deprecated Use LLaMa 3.3 or newer model
|
909
|
+
*/
|
902
910
|
GroqModels["Llama_3_2_3BPreview"] = "LLAMA_3_2_3B_PREVIEW";
|
903
|
-
/**
|
911
|
+
/**
|
912
|
+
* LLaMA 3.2 11b Vision Preview
|
913
|
+
* @deprecated Use LLaMa 3.3 or newer model
|
914
|
+
*/
|
904
915
|
GroqModels["Llama_3_2_11BVisionPreview"] = "LLAMA_3_2_11B_VISION_PREVIEW";
|
905
|
-
/**
|
916
|
+
/**
|
917
|
+
* LLaMA 3.2 90b Vision Preview
|
918
|
+
* @deprecated Use LLaMa 3.3 or newer model
|
919
|
+
*/
|
906
920
|
GroqModels["Llama_3_2_90BVisionPreview"] = "LLAMA_3_2_90B_VISION_PREVIEW";
|
907
921
|
/** LLaMA 3.3 70b */
|
908
922
|
GroqModels["Llama_3_3_70B"] = "LLAMA_3_3_70B";
|