pricetoken 0.13.6 → 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.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",
@@ -2264,6 +2298,24 @@ var STATIC_VIDEO_PRICING = [
2264
2298
  lastUpdated: null,
2265
2299
  launchDate: "2025-06-01"
2266
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
+ },
2267
2319
  {
2268
2320
  modelId: "kling-3.0-1080p",
2269
2321
  provider: "kling",
@@ -3858,6 +3910,57 @@ var STATIC_TTS_PRICING = [
3858
3910
  lastUpdated: null,
3859
3911
  launchDate: "2025-03-01"
3860
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
+ },
3861
3964
  {
3862
3965
  modelId: "google-cloud-chirp3-hd",
3863
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",
@@ -2217,6 +2251,24 @@ var STATIC_VIDEO_PRICING = [
2217
2251
  lastUpdated: null,
2218
2252
  launchDate: "2025-06-01"
2219
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
+ },
2220
2272
  {
2221
2273
  modelId: "kling-3.0-1080p",
2222
2274
  provider: "kling",
@@ -3811,6 +3863,57 @@ var STATIC_TTS_PRICING = [
3811
3863
  lastUpdated: null,
3812
3864
  launchDate: "2025-03-01"
3813
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
+ },
3814
3917
  {
3815
3918
  modelId: "google-cloud-chirp3-hd",
3816
3919
  provider: "google-cloud",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pricetoken",
3
- "version": "0.13.6",
3
+ "version": "0.13.7",
4
4
  "description": "Real-time LLM pricing data — typed client, cost calculator, and static pricing",
5
5
  "keywords": [
6
6
  "llm",