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