@merit-systems/echo-react-sdk 1.0.34-test-pr481.a246e931.0 → 1.0.34-test-pr488.cc697f41.0

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
@@ -25544,6 +25544,18 @@ var GeminiVideoModels = [
25544
25544
  cost_per_second_with_audio: 0.15,
25545
25545
  cost_per_second_without_audio: 0.1,
25546
25546
  provider: "Gemini"
25547
+ },
25548
+ {
25549
+ model_id: "veo-3.0-fast-generate-preview",
25550
+ cost_per_second_with_audio: 0.15,
25551
+ cost_per_second_without_audio: 0.1,
25552
+ provider: "Vertex AI"
25553
+ },
25554
+ {
25555
+ model_id: "veo-3.0-generate-preview",
25556
+ cost_per_second_with_audio: 0.4,
25557
+ cost_per_second_without_audio: 0.2,
25558
+ provider: "Vertex AI"
25547
25559
  }
25548
25560
  ];
25549
25561
  var ModelsResource = class extends BaseResource {