pricetoken 0.13.1 → 0.13.2
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 +34 -0
- package/dist/index.mjs +34 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4156,6 +4156,40 @@ var STATIC_TTS_PRICING = [
|
|
|
4156
4156
|
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
4157
4157
|
lastUpdated: null,
|
|
4158
4158
|
launchDate: "2023-06-01"
|
|
4159
|
+
},
|
|
4160
|
+
{
|
|
4161
|
+
modelId: "replicate-inworld-tts-1.5-max",
|
|
4162
|
+
provider: "replicate",
|
|
4163
|
+
displayName: "Inworld TTS 1.5 Max",
|
|
4164
|
+
costPerMChars: 10,
|
|
4165
|
+
voiceType: "neural",
|
|
4166
|
+
maxCharacters: null,
|
|
4167
|
+
supportedLanguages: null,
|
|
4168
|
+
source: "seed",
|
|
4169
|
+
status: "active",
|
|
4170
|
+
confidence: "high",
|
|
4171
|
+
confidenceScore: 99,
|
|
4172
|
+
confidenceLevel: "high",
|
|
4173
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
4174
|
+
lastUpdated: null,
|
|
4175
|
+
launchDate: null
|
|
4176
|
+
},
|
|
4177
|
+
{
|
|
4178
|
+
modelId: "replicate-inworld-tts-1.5-mini",
|
|
4179
|
+
provider: "replicate",
|
|
4180
|
+
displayName: "Inworld TTS 1.5 Mini",
|
|
4181
|
+
costPerMChars: 5,
|
|
4182
|
+
voiceType: "neural",
|
|
4183
|
+
maxCharacters: null,
|
|
4184
|
+
supportedLanguages: null,
|
|
4185
|
+
source: "seed",
|
|
4186
|
+
status: "active",
|
|
4187
|
+
confidence: "high",
|
|
4188
|
+
confidenceScore: 99,
|
|
4189
|
+
confidenceLevel: "high",
|
|
4190
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
4191
|
+
lastUpdated: null,
|
|
4192
|
+
launchDate: null
|
|
4159
4193
|
}
|
|
4160
4194
|
];
|
|
4161
4195
|
|
package/dist/index.mjs
CHANGED
|
@@ -4109,6 +4109,40 @@ var STATIC_TTS_PRICING = [
|
|
|
4109
4109
|
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
4110
4110
|
lastUpdated: null,
|
|
4111
4111
|
launchDate: "2023-06-01"
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
modelId: "replicate-inworld-tts-1.5-max",
|
|
4115
|
+
provider: "replicate",
|
|
4116
|
+
displayName: "Inworld TTS 1.5 Max",
|
|
4117
|
+
costPerMChars: 10,
|
|
4118
|
+
voiceType: "neural",
|
|
4119
|
+
maxCharacters: null,
|
|
4120
|
+
supportedLanguages: null,
|
|
4121
|
+
source: "seed",
|
|
4122
|
+
status: "active",
|
|
4123
|
+
confidence: "high",
|
|
4124
|
+
confidenceScore: 99,
|
|
4125
|
+
confidenceLevel: "high",
|
|
4126
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
4127
|
+
lastUpdated: null,
|
|
4128
|
+
launchDate: null
|
|
4129
|
+
},
|
|
4130
|
+
{
|
|
4131
|
+
modelId: "replicate-inworld-tts-1.5-mini",
|
|
4132
|
+
provider: "replicate",
|
|
4133
|
+
displayName: "Inworld TTS 1.5 Mini",
|
|
4134
|
+
costPerMChars: 5,
|
|
4135
|
+
voiceType: "neural",
|
|
4136
|
+
maxCharacters: null,
|
|
4137
|
+
supportedLanguages: null,
|
|
4138
|
+
source: "seed",
|
|
4139
|
+
status: "active",
|
|
4140
|
+
confidence: "high",
|
|
4141
|
+
confidenceScore: 99,
|
|
4142
|
+
confidenceLevel: "high",
|
|
4143
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
4144
|
+
lastUpdated: null,
|
|
4145
|
+
launchDate: null
|
|
4112
4146
|
}
|
|
4113
4147
|
];
|
|
4114
4148
|
|