pricetoken 0.13.1 → 0.13.3
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 +91 -0
- package/dist/index.mjs +91 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2920,6 +2920,63 @@ var STATIC_AVATAR_PRICING = [
|
|
|
2920
2920
|
lastUpdated: null,
|
|
2921
2921
|
launchDate: "2025-05-01"
|
|
2922
2922
|
},
|
|
2923
|
+
{
|
|
2924
|
+
modelId: "fal-kling-lipsync-t2v",
|
|
2925
|
+
provider: "fal",
|
|
2926
|
+
displayName: "Kling Video LipSync Text-to-Video (FAL)",
|
|
2927
|
+
costPerMinute: 0.84,
|
|
2928
|
+
avatarType: "standard",
|
|
2929
|
+
resolution: null,
|
|
2930
|
+
maxDuration: null,
|
|
2931
|
+
qualityMode: null,
|
|
2932
|
+
lipSync: true,
|
|
2933
|
+
source: "seed",
|
|
2934
|
+
status: "active",
|
|
2935
|
+
confidence: "high",
|
|
2936
|
+
confidenceScore: 99,
|
|
2937
|
+
confidenceLevel: "high",
|
|
2938
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
2939
|
+
lastUpdated: null,
|
|
2940
|
+
launchDate: "2026-03-13"
|
|
2941
|
+
},
|
|
2942
|
+
{
|
|
2943
|
+
modelId: "fal-veed-fabric-1-480p",
|
|
2944
|
+
provider: "fal",
|
|
2945
|
+
displayName: "VEED Fabric 1.0 480p (FAL)",
|
|
2946
|
+
costPerMinute: 4.8,
|
|
2947
|
+
avatarType: "standard",
|
|
2948
|
+
resolution: "480p",
|
|
2949
|
+
maxDuration: null,
|
|
2950
|
+
qualityMode: null,
|
|
2951
|
+
lipSync: true,
|
|
2952
|
+
source: "seed",
|
|
2953
|
+
status: "active",
|
|
2954
|
+
confidence: "high",
|
|
2955
|
+
confidenceScore: 99,
|
|
2956
|
+
confidenceLevel: "high",
|
|
2957
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
2958
|
+
lastUpdated: null,
|
|
2959
|
+
launchDate: "2026-03-13"
|
|
2960
|
+
},
|
|
2961
|
+
{
|
|
2962
|
+
modelId: "fal-veed-fabric-1-720p",
|
|
2963
|
+
provider: "fal",
|
|
2964
|
+
displayName: "VEED Fabric 1.0 720p (FAL)",
|
|
2965
|
+
costPerMinute: 9,
|
|
2966
|
+
avatarType: "standard",
|
|
2967
|
+
resolution: "720p",
|
|
2968
|
+
maxDuration: null,
|
|
2969
|
+
qualityMode: null,
|
|
2970
|
+
lipSync: true,
|
|
2971
|
+
source: "seed",
|
|
2972
|
+
status: "active",
|
|
2973
|
+
confidence: "high",
|
|
2974
|
+
confidenceScore: 99,
|
|
2975
|
+
confidenceLevel: "high",
|
|
2976
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
2977
|
+
lastUpdated: null,
|
|
2978
|
+
launchDate: "2026-03-13"
|
|
2979
|
+
},
|
|
2923
2980
|
{
|
|
2924
2981
|
modelId: "heygen-avatar-iv",
|
|
2925
2982
|
provider: "heygen",
|
|
@@ -4156,6 +4213,40 @@ var STATIC_TTS_PRICING = [
|
|
|
4156
4213
|
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
4157
4214
|
lastUpdated: null,
|
|
4158
4215
|
launchDate: "2023-06-01"
|
|
4216
|
+
},
|
|
4217
|
+
{
|
|
4218
|
+
modelId: "replicate-inworld-tts-1.5-max",
|
|
4219
|
+
provider: "replicate",
|
|
4220
|
+
displayName: "Inworld TTS 1.5 Max",
|
|
4221
|
+
costPerMChars: 10,
|
|
4222
|
+
voiceType: "neural",
|
|
4223
|
+
maxCharacters: null,
|
|
4224
|
+
supportedLanguages: null,
|
|
4225
|
+
source: "seed",
|
|
4226
|
+
status: "active",
|
|
4227
|
+
confidence: "high",
|
|
4228
|
+
confidenceScore: 99,
|
|
4229
|
+
confidenceLevel: "high",
|
|
4230
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
4231
|
+
lastUpdated: null,
|
|
4232
|
+
launchDate: null
|
|
4233
|
+
},
|
|
4234
|
+
{
|
|
4235
|
+
modelId: "replicate-inworld-tts-1.5-mini",
|
|
4236
|
+
provider: "replicate",
|
|
4237
|
+
displayName: "Inworld TTS 1.5 Mini",
|
|
4238
|
+
costPerMChars: 5,
|
|
4239
|
+
voiceType: "neural",
|
|
4240
|
+
maxCharacters: null,
|
|
4241
|
+
supportedLanguages: null,
|
|
4242
|
+
source: "seed",
|
|
4243
|
+
status: "active",
|
|
4244
|
+
confidence: "high",
|
|
4245
|
+
confidenceScore: 99,
|
|
4246
|
+
confidenceLevel: "high",
|
|
4247
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
4248
|
+
lastUpdated: null,
|
|
4249
|
+
launchDate: null
|
|
4159
4250
|
}
|
|
4160
4251
|
];
|
|
4161
4252
|
|
package/dist/index.mjs
CHANGED
|
@@ -2873,6 +2873,63 @@ var STATIC_AVATAR_PRICING = [
|
|
|
2873
2873
|
lastUpdated: null,
|
|
2874
2874
|
launchDate: "2025-05-01"
|
|
2875
2875
|
},
|
|
2876
|
+
{
|
|
2877
|
+
modelId: "fal-kling-lipsync-t2v",
|
|
2878
|
+
provider: "fal",
|
|
2879
|
+
displayName: "Kling Video LipSync Text-to-Video (FAL)",
|
|
2880
|
+
costPerMinute: 0.84,
|
|
2881
|
+
avatarType: "standard",
|
|
2882
|
+
resolution: null,
|
|
2883
|
+
maxDuration: null,
|
|
2884
|
+
qualityMode: null,
|
|
2885
|
+
lipSync: true,
|
|
2886
|
+
source: "seed",
|
|
2887
|
+
status: "active",
|
|
2888
|
+
confidence: "high",
|
|
2889
|
+
confidenceScore: 99,
|
|
2890
|
+
confidenceLevel: "high",
|
|
2891
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
2892
|
+
lastUpdated: null,
|
|
2893
|
+
launchDate: "2026-03-13"
|
|
2894
|
+
},
|
|
2895
|
+
{
|
|
2896
|
+
modelId: "fal-veed-fabric-1-480p",
|
|
2897
|
+
provider: "fal",
|
|
2898
|
+
displayName: "VEED Fabric 1.0 480p (FAL)",
|
|
2899
|
+
costPerMinute: 4.8,
|
|
2900
|
+
avatarType: "standard",
|
|
2901
|
+
resolution: "480p",
|
|
2902
|
+
maxDuration: null,
|
|
2903
|
+
qualityMode: null,
|
|
2904
|
+
lipSync: true,
|
|
2905
|
+
source: "seed",
|
|
2906
|
+
status: "active",
|
|
2907
|
+
confidence: "high",
|
|
2908
|
+
confidenceScore: 99,
|
|
2909
|
+
confidenceLevel: "high",
|
|
2910
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
2911
|
+
lastUpdated: null,
|
|
2912
|
+
launchDate: "2026-03-13"
|
|
2913
|
+
},
|
|
2914
|
+
{
|
|
2915
|
+
modelId: "fal-veed-fabric-1-720p",
|
|
2916
|
+
provider: "fal",
|
|
2917
|
+
displayName: "VEED Fabric 1.0 720p (FAL)",
|
|
2918
|
+
costPerMinute: 9,
|
|
2919
|
+
avatarType: "standard",
|
|
2920
|
+
resolution: "720p",
|
|
2921
|
+
maxDuration: null,
|
|
2922
|
+
qualityMode: null,
|
|
2923
|
+
lipSync: true,
|
|
2924
|
+
source: "seed",
|
|
2925
|
+
status: "active",
|
|
2926
|
+
confidence: "high",
|
|
2927
|
+
confidenceScore: 99,
|
|
2928
|
+
confidenceLevel: "high",
|
|
2929
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
2930
|
+
lastUpdated: null,
|
|
2931
|
+
launchDate: "2026-03-13"
|
|
2932
|
+
},
|
|
2876
2933
|
{
|
|
2877
2934
|
modelId: "heygen-avatar-iv",
|
|
2878
2935
|
provider: "heygen",
|
|
@@ -4109,6 +4166,40 @@ var STATIC_TTS_PRICING = [
|
|
|
4109
4166
|
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
4110
4167
|
lastUpdated: null,
|
|
4111
4168
|
launchDate: "2023-06-01"
|
|
4169
|
+
},
|
|
4170
|
+
{
|
|
4171
|
+
modelId: "replicate-inworld-tts-1.5-max",
|
|
4172
|
+
provider: "replicate",
|
|
4173
|
+
displayName: "Inworld TTS 1.5 Max",
|
|
4174
|
+
costPerMChars: 10,
|
|
4175
|
+
voiceType: "neural",
|
|
4176
|
+
maxCharacters: null,
|
|
4177
|
+
supportedLanguages: null,
|
|
4178
|
+
source: "seed",
|
|
4179
|
+
status: "active",
|
|
4180
|
+
confidence: "high",
|
|
4181
|
+
confidenceScore: 99,
|
|
4182
|
+
confidenceLevel: "high",
|
|
4183
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
4184
|
+
lastUpdated: null,
|
|
4185
|
+
launchDate: null
|
|
4186
|
+
},
|
|
4187
|
+
{
|
|
4188
|
+
modelId: "replicate-inworld-tts-1.5-mini",
|
|
4189
|
+
provider: "replicate",
|
|
4190
|
+
displayName: "Inworld TTS 1.5 Mini",
|
|
4191
|
+
costPerMChars: 5,
|
|
4192
|
+
voiceType: "neural",
|
|
4193
|
+
maxCharacters: null,
|
|
4194
|
+
supportedLanguages: null,
|
|
4195
|
+
source: "seed",
|
|
4196
|
+
status: "active",
|
|
4197
|
+
confidence: "high",
|
|
4198
|
+
confidenceScore: 99,
|
|
4199
|
+
confidenceLevel: "high",
|
|
4200
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
4201
|
+
lastUpdated: null,
|
|
4202
|
+
launchDate: null
|
|
4112
4203
|
}
|
|
4113
4204
|
];
|
|
4114
4205
|
|