@ai-sdk/google 2.0.55 → 2.0.56

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.mjs CHANGED
@@ -7,7 +7,7 @@ import {
7
7
  } from "@ai-sdk/provider-utils";
8
8
 
9
9
  // src/version.ts
10
- var VERSION = true ? "2.0.55" : "0.0.0-test";
10
+ var VERSION = true ? "2.0.56" : "0.0.0-test";
11
11
 
12
12
  // src/google-generative-ai-embedding-model.ts
13
13
  import {
@@ -604,9 +604,13 @@ var googleGenerativeAIProviderOptions = lazySchema4(
604
604
  "5:4",
605
605
  "9:16",
606
606
  "16:9",
607
- "21:9"
607
+ "21:9",
608
+ "1:8",
609
+ "8:1",
610
+ "1:4",
611
+ "4:1"
608
612
  ]).optional(),
609
- imageSize: z4.enum(["1K", "2K", "4K"]).optional()
613
+ imageSize: z4.enum(["1K", "2K", "4K", "512"]).optional()
610
614
  }).optional(),
611
615
  /**
612
616
  * Optional. Configuration for grounding retrieval.