pricetoken 0.13.5 → 0.13.7
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.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +140 -0
- package/dist/index.mjs +140 -0
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -104,7 +104,7 @@ interface ImageProviderSummary {
|
|
|
104
104
|
modelCount: number;
|
|
105
105
|
cheapestPerImage: number;
|
|
106
106
|
}
|
|
107
|
-
type VideoInputType = 'text' | 'image' | 'text,image' | 'audio' | 'multimodal';
|
|
107
|
+
type VideoInputType = 'text' | 'image' | 'text,image' | 'audio' | 'audio,text,image' | 'multimodal';
|
|
108
108
|
interface VideoModelPricing {
|
|
109
109
|
modelId: string;
|
|
110
110
|
provider: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -104,7 +104,7 @@ interface ImageProviderSummary {
|
|
|
104
104
|
modelCount: number;
|
|
105
105
|
cheapestPerImage: number;
|
|
106
106
|
}
|
|
107
|
-
type VideoInputType = 'text' | 'image' | 'text,image' | 'audio' | 'multimodal';
|
|
107
|
+
type VideoInputType = 'text' | 'image' | 'text,image' | 'audio' | 'audio,text,image' | 'multimodal';
|
|
108
108
|
interface VideoModelPricing {
|
|
109
109
|
modelId: string;
|
|
110
110
|
provider: string;
|
package/dist/index.js
CHANGED
|
@@ -954,6 +954,40 @@ var STATIC_PRICING = [
|
|
|
954
954
|
lastUpdated: null,
|
|
955
955
|
launchDate: "2025-11-19"
|
|
956
956
|
},
|
|
957
|
+
{
|
|
958
|
+
modelId: "grok-4.20",
|
|
959
|
+
provider: "xai",
|
|
960
|
+
displayName: "Grok 4.20",
|
|
961
|
+
inputPerMTok: 2,
|
|
962
|
+
outputPerMTok: 6,
|
|
963
|
+
contextWindow: 2e6,
|
|
964
|
+
maxOutputTokens: null,
|
|
965
|
+
source: "seed",
|
|
966
|
+
status: "active",
|
|
967
|
+
confidence: "high",
|
|
968
|
+
confidenceScore: 99,
|
|
969
|
+
confidenceLevel: "high",
|
|
970
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
971
|
+
lastUpdated: null,
|
|
972
|
+
launchDate: "2026-03-09"
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
modelId: "grok-code-fast-1",
|
|
976
|
+
provider: "xai",
|
|
977
|
+
displayName: "Grok Code Fast 1",
|
|
978
|
+
inputPerMTok: 0.2,
|
|
979
|
+
outputPerMTok: 1.5,
|
|
980
|
+
contextWindow: 256e3,
|
|
981
|
+
maxOutputTokens: null,
|
|
982
|
+
source: "seed",
|
|
983
|
+
status: "active",
|
|
984
|
+
confidence: "high",
|
|
985
|
+
confidenceScore: 99,
|
|
986
|
+
confidenceLevel: "high",
|
|
987
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
988
|
+
lastUpdated: null,
|
|
989
|
+
launchDate: "2026-01-01"
|
|
990
|
+
},
|
|
957
991
|
{
|
|
958
992
|
modelId: "jamba-1.5-mini",
|
|
959
993
|
provider: "ai21",
|
|
@@ -2120,6 +2154,24 @@ var STATIC_VIDEO_PRICING = [
|
|
|
2120
2154
|
lastUpdated: null,
|
|
2121
2155
|
launchDate: "2026-03-05"
|
|
2122
2156
|
},
|
|
2157
|
+
{
|
|
2158
|
+
modelId: "fal-ltx2.3-a2v-1080p",
|
|
2159
|
+
provider: "fal",
|
|
2160
|
+
displayName: "FAL LTX-2.3 Audio-to-Video 1080p",
|
|
2161
|
+
costPerMinute: 6,
|
|
2162
|
+
inputType: "audio,text,image",
|
|
2163
|
+
resolution: "1080p",
|
|
2164
|
+
maxDuration: 20,
|
|
2165
|
+
qualityMode: "standard",
|
|
2166
|
+
source: "seed",
|
|
2167
|
+
status: "active",
|
|
2168
|
+
confidence: "high",
|
|
2169
|
+
confidenceScore: 99,
|
|
2170
|
+
confidenceLevel: "high",
|
|
2171
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
2172
|
+
lastUpdated: null,
|
|
2173
|
+
launchDate: "2026-03-16"
|
|
2174
|
+
},
|
|
2123
2175
|
{
|
|
2124
2176
|
modelId: "fal-ovi-720p",
|
|
2125
2177
|
provider: "fal",
|
|
@@ -2246,6 +2298,24 @@ var STATIC_VIDEO_PRICING = [
|
|
|
2246
2298
|
lastUpdated: null,
|
|
2247
2299
|
launchDate: "2025-06-01"
|
|
2248
2300
|
},
|
|
2301
|
+
{
|
|
2302
|
+
modelId: "grok-imagine-video",
|
|
2303
|
+
provider: "xai",
|
|
2304
|
+
displayName: "Grok Imagine Video",
|
|
2305
|
+
costPerMinute: 3,
|
|
2306
|
+
inputType: "text,image",
|
|
2307
|
+
resolution: null,
|
|
2308
|
+
maxDuration: null,
|
|
2309
|
+
qualityMode: "standard",
|
|
2310
|
+
source: "seed",
|
|
2311
|
+
status: "active",
|
|
2312
|
+
confidence: "high",
|
|
2313
|
+
confidenceScore: 99,
|
|
2314
|
+
confidenceLevel: "high",
|
|
2315
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
2316
|
+
lastUpdated: null,
|
|
2317
|
+
launchDate: "2025-06-01"
|
|
2318
|
+
},
|
|
2249
2319
|
{
|
|
2250
2320
|
modelId: "kling-3.0-1080p",
|
|
2251
2321
|
provider: "kling",
|
|
@@ -2920,6 +2990,25 @@ var STATIC_AVATAR_PRICING = [
|
|
|
2920
2990
|
lastUpdated: null,
|
|
2921
2991
|
launchDate: "2026-03-13"
|
|
2922
2992
|
},
|
|
2993
|
+
{
|
|
2994
|
+
modelId: "fal-ltx2.3-a2v-1080p",
|
|
2995
|
+
provider: "fal",
|
|
2996
|
+
displayName: "FAL LTX-2.3 Audio-to-Video 1080p",
|
|
2997
|
+
costPerMinute: 6,
|
|
2998
|
+
avatarType: "standard",
|
|
2999
|
+
resolution: "1080p",
|
|
3000
|
+
maxDuration: 20,
|
|
3001
|
+
qualityMode: "standard",
|
|
3002
|
+
lipSync: true,
|
|
3003
|
+
source: "seed",
|
|
3004
|
+
status: "active",
|
|
3005
|
+
confidence: "high",
|
|
3006
|
+
confidenceScore: 99,
|
|
3007
|
+
confidenceLevel: "high",
|
|
3008
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
3009
|
+
lastUpdated: null,
|
|
3010
|
+
launchDate: "2026-03-16"
|
|
3011
|
+
},
|
|
2923
3012
|
{
|
|
2924
3013
|
modelId: "fal-veed-fabric-1-480p",
|
|
2925
3014
|
provider: "fal",
|
|
@@ -3821,6 +3910,57 @@ var STATIC_TTS_PRICING = [
|
|
|
3821
3910
|
lastUpdated: null,
|
|
3822
3911
|
launchDate: "2025-03-01"
|
|
3823
3912
|
},
|
|
3913
|
+
{
|
|
3914
|
+
modelId: "fal-tada-1b",
|
|
3915
|
+
provider: "fal",
|
|
3916
|
+
displayName: "FAL TADA 1B TTS",
|
|
3917
|
+
costPerMChars: 50,
|
|
3918
|
+
voiceType: "neural",
|
|
3919
|
+
maxCharacters: null,
|
|
3920
|
+
supportedLanguages: null,
|
|
3921
|
+
source: "seed",
|
|
3922
|
+
status: "active",
|
|
3923
|
+
confidence: "high",
|
|
3924
|
+
confidenceScore: 99,
|
|
3925
|
+
confidenceLevel: "high",
|
|
3926
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
3927
|
+
lastUpdated: null,
|
|
3928
|
+
launchDate: "2026-03-14"
|
|
3929
|
+
},
|
|
3930
|
+
{
|
|
3931
|
+
modelId: "fal-tada-3b",
|
|
3932
|
+
provider: "fal",
|
|
3933
|
+
displayName: "FAL TADA 3B TTS",
|
|
3934
|
+
costPerMChars: 80,
|
|
3935
|
+
voiceType: "neural",
|
|
3936
|
+
maxCharacters: null,
|
|
3937
|
+
supportedLanguages: null,
|
|
3938
|
+
source: "seed",
|
|
3939
|
+
status: "active",
|
|
3940
|
+
confidence: "high",
|
|
3941
|
+
confidenceScore: 99,
|
|
3942
|
+
confidenceLevel: "high",
|
|
3943
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
3944
|
+
lastUpdated: null,
|
|
3945
|
+
launchDate: "2026-03-14"
|
|
3946
|
+
},
|
|
3947
|
+
{
|
|
3948
|
+
modelId: "fal-xai-tts",
|
|
3949
|
+
provider: "fal",
|
|
3950
|
+
displayName: "FAL xAI TTS",
|
|
3951
|
+
costPerMChars: 4.2,
|
|
3952
|
+
voiceType: "neural",
|
|
3953
|
+
maxCharacters: null,
|
|
3954
|
+
supportedLanguages: null,
|
|
3955
|
+
source: "seed",
|
|
3956
|
+
status: "active",
|
|
3957
|
+
confidence: "high",
|
|
3958
|
+
confidenceScore: 99,
|
|
3959
|
+
confidenceLevel: "high",
|
|
3960
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
3961
|
+
lastUpdated: null,
|
|
3962
|
+
launchDate: "2026-03-01"
|
|
3963
|
+
},
|
|
3824
3964
|
{
|
|
3825
3965
|
modelId: "google-cloud-chirp3-hd",
|
|
3826
3966
|
provider: "google-cloud",
|
package/dist/index.mjs
CHANGED
|
@@ -907,6 +907,40 @@ var STATIC_PRICING = [
|
|
|
907
907
|
lastUpdated: null,
|
|
908
908
|
launchDate: "2025-11-19"
|
|
909
909
|
},
|
|
910
|
+
{
|
|
911
|
+
modelId: "grok-4.20",
|
|
912
|
+
provider: "xai",
|
|
913
|
+
displayName: "Grok 4.20",
|
|
914
|
+
inputPerMTok: 2,
|
|
915
|
+
outputPerMTok: 6,
|
|
916
|
+
contextWindow: 2e6,
|
|
917
|
+
maxOutputTokens: null,
|
|
918
|
+
source: "seed",
|
|
919
|
+
status: "active",
|
|
920
|
+
confidence: "high",
|
|
921
|
+
confidenceScore: 99,
|
|
922
|
+
confidenceLevel: "high",
|
|
923
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
924
|
+
lastUpdated: null,
|
|
925
|
+
launchDate: "2026-03-09"
|
|
926
|
+
},
|
|
927
|
+
{
|
|
928
|
+
modelId: "grok-code-fast-1",
|
|
929
|
+
provider: "xai",
|
|
930
|
+
displayName: "Grok Code Fast 1",
|
|
931
|
+
inputPerMTok: 0.2,
|
|
932
|
+
outputPerMTok: 1.5,
|
|
933
|
+
contextWindow: 256e3,
|
|
934
|
+
maxOutputTokens: null,
|
|
935
|
+
source: "seed",
|
|
936
|
+
status: "active",
|
|
937
|
+
confidence: "high",
|
|
938
|
+
confidenceScore: 99,
|
|
939
|
+
confidenceLevel: "high",
|
|
940
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
941
|
+
lastUpdated: null,
|
|
942
|
+
launchDate: "2026-01-01"
|
|
943
|
+
},
|
|
910
944
|
{
|
|
911
945
|
modelId: "jamba-1.5-mini",
|
|
912
946
|
provider: "ai21",
|
|
@@ -2073,6 +2107,24 @@ var STATIC_VIDEO_PRICING = [
|
|
|
2073
2107
|
lastUpdated: null,
|
|
2074
2108
|
launchDate: "2026-03-05"
|
|
2075
2109
|
},
|
|
2110
|
+
{
|
|
2111
|
+
modelId: "fal-ltx2.3-a2v-1080p",
|
|
2112
|
+
provider: "fal",
|
|
2113
|
+
displayName: "FAL LTX-2.3 Audio-to-Video 1080p",
|
|
2114
|
+
costPerMinute: 6,
|
|
2115
|
+
inputType: "audio,text,image",
|
|
2116
|
+
resolution: "1080p",
|
|
2117
|
+
maxDuration: 20,
|
|
2118
|
+
qualityMode: "standard",
|
|
2119
|
+
source: "seed",
|
|
2120
|
+
status: "active",
|
|
2121
|
+
confidence: "high",
|
|
2122
|
+
confidenceScore: 99,
|
|
2123
|
+
confidenceLevel: "high",
|
|
2124
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
2125
|
+
lastUpdated: null,
|
|
2126
|
+
launchDate: "2026-03-16"
|
|
2127
|
+
},
|
|
2076
2128
|
{
|
|
2077
2129
|
modelId: "fal-ovi-720p",
|
|
2078
2130
|
provider: "fal",
|
|
@@ -2199,6 +2251,24 @@ var STATIC_VIDEO_PRICING = [
|
|
|
2199
2251
|
lastUpdated: null,
|
|
2200
2252
|
launchDate: "2025-06-01"
|
|
2201
2253
|
},
|
|
2254
|
+
{
|
|
2255
|
+
modelId: "grok-imagine-video",
|
|
2256
|
+
provider: "xai",
|
|
2257
|
+
displayName: "Grok Imagine Video",
|
|
2258
|
+
costPerMinute: 3,
|
|
2259
|
+
inputType: "text,image",
|
|
2260
|
+
resolution: null,
|
|
2261
|
+
maxDuration: null,
|
|
2262
|
+
qualityMode: "standard",
|
|
2263
|
+
source: "seed",
|
|
2264
|
+
status: "active",
|
|
2265
|
+
confidence: "high",
|
|
2266
|
+
confidenceScore: 99,
|
|
2267
|
+
confidenceLevel: "high",
|
|
2268
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
2269
|
+
lastUpdated: null,
|
|
2270
|
+
launchDate: "2025-06-01"
|
|
2271
|
+
},
|
|
2202
2272
|
{
|
|
2203
2273
|
modelId: "kling-3.0-1080p",
|
|
2204
2274
|
provider: "kling",
|
|
@@ -2873,6 +2943,25 @@ var STATIC_AVATAR_PRICING = [
|
|
|
2873
2943
|
lastUpdated: null,
|
|
2874
2944
|
launchDate: "2026-03-13"
|
|
2875
2945
|
},
|
|
2946
|
+
{
|
|
2947
|
+
modelId: "fal-ltx2.3-a2v-1080p",
|
|
2948
|
+
provider: "fal",
|
|
2949
|
+
displayName: "FAL LTX-2.3 Audio-to-Video 1080p",
|
|
2950
|
+
costPerMinute: 6,
|
|
2951
|
+
avatarType: "standard",
|
|
2952
|
+
resolution: "1080p",
|
|
2953
|
+
maxDuration: 20,
|
|
2954
|
+
qualityMode: "standard",
|
|
2955
|
+
lipSync: true,
|
|
2956
|
+
source: "seed",
|
|
2957
|
+
status: "active",
|
|
2958
|
+
confidence: "high",
|
|
2959
|
+
confidenceScore: 99,
|
|
2960
|
+
confidenceLevel: "high",
|
|
2961
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
2962
|
+
lastUpdated: null,
|
|
2963
|
+
launchDate: "2026-03-16"
|
|
2964
|
+
},
|
|
2876
2965
|
{
|
|
2877
2966
|
modelId: "fal-veed-fabric-1-480p",
|
|
2878
2967
|
provider: "fal",
|
|
@@ -3774,6 +3863,57 @@ var STATIC_TTS_PRICING = [
|
|
|
3774
3863
|
lastUpdated: null,
|
|
3775
3864
|
launchDate: "2025-03-01"
|
|
3776
3865
|
},
|
|
3866
|
+
{
|
|
3867
|
+
modelId: "fal-tada-1b",
|
|
3868
|
+
provider: "fal",
|
|
3869
|
+
displayName: "FAL TADA 1B TTS",
|
|
3870
|
+
costPerMChars: 50,
|
|
3871
|
+
voiceType: "neural",
|
|
3872
|
+
maxCharacters: null,
|
|
3873
|
+
supportedLanguages: null,
|
|
3874
|
+
source: "seed",
|
|
3875
|
+
status: "active",
|
|
3876
|
+
confidence: "high",
|
|
3877
|
+
confidenceScore: 99,
|
|
3878
|
+
confidenceLevel: "high",
|
|
3879
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
3880
|
+
lastUpdated: null,
|
|
3881
|
+
launchDate: "2026-03-14"
|
|
3882
|
+
},
|
|
3883
|
+
{
|
|
3884
|
+
modelId: "fal-tada-3b",
|
|
3885
|
+
provider: "fal",
|
|
3886
|
+
displayName: "FAL TADA 3B TTS",
|
|
3887
|
+
costPerMChars: 80,
|
|
3888
|
+
voiceType: "neural",
|
|
3889
|
+
maxCharacters: null,
|
|
3890
|
+
supportedLanguages: null,
|
|
3891
|
+
source: "seed",
|
|
3892
|
+
status: "active",
|
|
3893
|
+
confidence: "high",
|
|
3894
|
+
confidenceScore: 99,
|
|
3895
|
+
confidenceLevel: "high",
|
|
3896
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
3897
|
+
lastUpdated: null,
|
|
3898
|
+
launchDate: "2026-03-14"
|
|
3899
|
+
},
|
|
3900
|
+
{
|
|
3901
|
+
modelId: "fal-xai-tts",
|
|
3902
|
+
provider: "fal",
|
|
3903
|
+
displayName: "FAL xAI TTS",
|
|
3904
|
+
costPerMChars: 4.2,
|
|
3905
|
+
voiceType: "neural",
|
|
3906
|
+
maxCharacters: null,
|
|
3907
|
+
supportedLanguages: null,
|
|
3908
|
+
source: "seed",
|
|
3909
|
+
status: "active",
|
|
3910
|
+
confidence: "high",
|
|
3911
|
+
confidenceScore: 99,
|
|
3912
|
+
confidenceLevel: "high",
|
|
3913
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
3914
|
+
lastUpdated: null,
|
|
3915
|
+
launchDate: "2026-03-01"
|
|
3916
|
+
},
|
|
3777
3917
|
{
|
|
3778
3918
|
modelId: "google-cloud-chirp3-hd",
|
|
3779
3919
|
provider: "google-cloud",
|