@ai-sdk/google-vertex 5.0.76 → 5.0.77

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.js CHANGED
@@ -33,7 +33,7 @@ import {
33
33
  } from "@ai-sdk/provider-utils";
34
34
 
35
35
  // src/version.ts
36
- var VERSION = true ? "5.0.76" : "0.0.0-test";
36
+ var VERSION = true ? "5.0.77" : "0.0.0-test";
37
37
 
38
38
  // src/google-vertex-embedding-model.ts
39
39
  import {
@@ -410,6 +410,7 @@ var GoogleVertexImageModel = class _GoogleVertexImageModel {
410
410
  };
411
411
  return {
412
412
  images,
413
+ ...result.finishReason.unified === "content-filter" ? { isRetryable: false } : {},
413
414
  warnings,
414
415
  providerMetadata: {
415
416
  googleVertex: geminiPayload,