pricetoken 0.13.4 → 0.13.5
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 +17 -0
- package/dist/index.mjs +17 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3855,6 +3855,23 @@ var STATIC_TTS_PRICING = [
|
|
|
3855
3855
|
lastUpdated: null,
|
|
3856
3856
|
launchDate: null
|
|
3857
3857
|
},
|
|
3858
|
+
{
|
|
3859
|
+
modelId: "google-cloud-gemini-2-5-flash-lite-tts",
|
|
3860
|
+
provider: "google-cloud",
|
|
3861
|
+
displayName: "Google Cloud Gemini 2.5 Flash-Lite Preview TTS",
|
|
3862
|
+
costPerMChars: 0.5,
|
|
3863
|
+
voiceType: "neural",
|
|
3864
|
+
maxCharacters: null,
|
|
3865
|
+
supportedLanguages: null,
|
|
3866
|
+
source: "seed",
|
|
3867
|
+
status: "preview",
|
|
3868
|
+
confidence: "high",
|
|
3869
|
+
confidenceScore: 99,
|
|
3870
|
+
confidenceLevel: "high",
|
|
3871
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
3872
|
+
lastUpdated: null,
|
|
3873
|
+
launchDate: "2026-03-13"
|
|
3874
|
+
},
|
|
3858
3875
|
{
|
|
3859
3876
|
modelId: "google-cloud-instant-custom-voice",
|
|
3860
3877
|
provider: "google-cloud",
|
package/dist/index.mjs
CHANGED
|
@@ -3808,6 +3808,23 @@ var STATIC_TTS_PRICING = [
|
|
|
3808
3808
|
lastUpdated: null,
|
|
3809
3809
|
launchDate: null
|
|
3810
3810
|
},
|
|
3811
|
+
{
|
|
3812
|
+
modelId: "google-cloud-gemini-2-5-flash-lite-tts",
|
|
3813
|
+
provider: "google-cloud",
|
|
3814
|
+
displayName: "Google Cloud Gemini 2.5 Flash-Lite Preview TTS",
|
|
3815
|
+
costPerMChars: 0.5,
|
|
3816
|
+
voiceType: "neural",
|
|
3817
|
+
maxCharacters: null,
|
|
3818
|
+
supportedLanguages: null,
|
|
3819
|
+
source: "seed",
|
|
3820
|
+
status: "preview",
|
|
3821
|
+
confidence: "high",
|
|
3822
|
+
confidenceScore: 99,
|
|
3823
|
+
confidenceLevel: "high",
|
|
3824
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
3825
|
+
lastUpdated: null,
|
|
3826
|
+
launchDate: "2026-03-13"
|
|
3827
|
+
},
|
|
3811
3828
|
{
|
|
3812
3829
|
modelId: "google-cloud-instant-custom-voice",
|
|
3813
3830
|
provider: "google-cloud",
|