@merit-systems/echo-react-sdk 1.0.34-test-pr342.d53ae2bc.0 → 1.0.34-test-pr480.28e28c7b.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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -4
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -25535,14 +25535,12 @@ var OpenAIImageModels = [
|
|
|
25535
25535
|
var GeminiVideoModels = [
|
|
25536
25536
|
{
|
|
25537
25537
|
model_id: "veo-3.0-generate-001",
|
|
25538
|
-
|
|
25539
|
-
cost_per_second_without_audio: 0.2,
|
|
25538
|
+
cost_per_second: 0.4,
|
|
25540
25539
|
provider: "Gemini"
|
|
25541
25540
|
},
|
|
25542
25541
|
{
|
|
25543
25542
|
model_id: "veo-3.0-fast-generate-001",
|
|
25544
|
-
|
|
25545
|
-
cost_per_second_without_audio: 0.1,
|
|
25543
|
+
cost_per_second: 0.15,
|
|
25546
25544
|
provider: "Gemini"
|
|
25547
25545
|
}
|
|
25548
25546
|
];
|