pricetoken 0.13.2 → 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 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",
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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pricetoken",
3
- "version": "0.13.2",
3
+ "version": "0.13.3",
4
4
  "description": "Real-time LLM pricing data — typed client, cost calculator, and static pricing",
5
5
  "keywords": [
6
6
  "llm",