graphlit-client 1.0.20240927001 → 1.0.20240927002

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.
@@ -3633,6 +3633,8 @@ export declare enum GroqModels {
3633
3633
  Llama_3_2_3BPreview = "LLAMA_3_2_3B_PREVIEW",
3634
3634
  /** LLaMA 3.2 11b Text Preview */
3635
3635
  Llama_3_2_11BTextPreview = "LLAMA_3_2_11B_TEXT_PREVIEW",
3636
+ /** LLaMA 3.2 11b Vision Preview */
3637
+ Llama_3_2_11BVisionPreview = "LLAMA_3_2_11B_VISION_PREVIEW",
3636
3638
  /** LLaMA 3.2 90b Text Preview */
3637
3639
  Llama_3_2_90BTextPreview = "LLAMA_3_2_90B_TEXT_PREVIEW",
3638
3640
  /** LLaMA 3 8b */
@@ -729,6 +729,8 @@ var GroqModels;
729
729
  GroqModels["Llama_3_2_3BPreview"] = "LLAMA_3_2_3B_PREVIEW";
730
730
  /** LLaMA 3.2 11b Text Preview */
731
731
  GroqModels["Llama_3_2_11BTextPreview"] = "LLAMA_3_2_11B_TEXT_PREVIEW";
732
+ /** LLaMA 3.2 11b Vision Preview */
733
+ GroqModels["Llama_3_2_11BVisionPreview"] = "LLAMA_3_2_11B_VISION_PREVIEW";
732
734
  /** LLaMA 3.2 90b Text Preview */
733
735
  GroqModels["Llama_3_2_90BTextPreview"] = "LLAMA_3_2_90B_TEXT_PREVIEW";
734
736
  /** LLaMA 3 8b */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphlit-client",
3
- "version": "1.0.20240927001",
3
+ "version": "1.0.20240927002",
4
4
  "description": "Graphlit API TypeScript Client",
5
5
  "main": "dist/client.js",
6
6
  "types": "dist/client.d.ts",