pricetoken 0.13.4 → 0.13.6

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 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
@@ -2120,6 +2120,24 @@ var STATIC_VIDEO_PRICING = [
2120
2120
  lastUpdated: null,
2121
2121
  launchDate: "2026-03-05"
2122
2122
  },
2123
+ {
2124
+ modelId: "fal-ltx2.3-a2v-1080p",
2125
+ provider: "fal",
2126
+ displayName: "FAL LTX-2.3 Audio-to-Video 1080p",
2127
+ costPerMinute: 6,
2128
+ inputType: "audio,text,image",
2129
+ resolution: "1080p",
2130
+ maxDuration: 20,
2131
+ qualityMode: "standard",
2132
+ source: "seed",
2133
+ status: "active",
2134
+ confidence: "high",
2135
+ confidenceScore: 99,
2136
+ confidenceLevel: "high",
2137
+ freshness: { lastVerified: "", ageHours: 0, stale: false },
2138
+ lastUpdated: null,
2139
+ launchDate: "2026-03-16"
2140
+ },
2123
2141
  {
2124
2142
  modelId: "fal-ovi-720p",
2125
2143
  provider: "fal",
@@ -2920,6 +2938,25 @@ var STATIC_AVATAR_PRICING = [
2920
2938
  lastUpdated: null,
2921
2939
  launchDate: "2026-03-13"
2922
2940
  },
2941
+ {
2942
+ modelId: "fal-ltx2.3-a2v-1080p",
2943
+ provider: "fal",
2944
+ displayName: "FAL LTX-2.3 Audio-to-Video 1080p",
2945
+ costPerMinute: 6,
2946
+ avatarType: "standard",
2947
+ resolution: "1080p",
2948
+ maxDuration: 20,
2949
+ qualityMode: "standard",
2950
+ lipSync: true,
2951
+ source: "seed",
2952
+ status: "active",
2953
+ confidence: "high",
2954
+ confidenceScore: 99,
2955
+ confidenceLevel: "high",
2956
+ freshness: { lastVerified: "", ageHours: 0, stale: false },
2957
+ lastUpdated: null,
2958
+ launchDate: "2026-03-16"
2959
+ },
2923
2960
  {
2924
2961
  modelId: "fal-veed-fabric-1-480p",
2925
2962
  provider: "fal",
@@ -3855,6 +3892,23 @@ var STATIC_TTS_PRICING = [
3855
3892
  lastUpdated: null,
3856
3893
  launchDate: null
3857
3894
  },
3895
+ {
3896
+ modelId: "google-cloud-gemini-2-5-flash-lite-tts",
3897
+ provider: "google-cloud",
3898
+ displayName: "Google Cloud Gemini 2.5 Flash-Lite Preview TTS",
3899
+ costPerMChars: 0.5,
3900
+ voiceType: "neural",
3901
+ maxCharacters: null,
3902
+ supportedLanguages: null,
3903
+ source: "seed",
3904
+ status: "preview",
3905
+ confidence: "high",
3906
+ confidenceScore: 99,
3907
+ confidenceLevel: "high",
3908
+ freshness: { lastVerified: "", ageHours: 0, stale: false },
3909
+ lastUpdated: null,
3910
+ launchDate: "2026-03-13"
3911
+ },
3858
3912
  {
3859
3913
  modelId: "google-cloud-instant-custom-voice",
3860
3914
  provider: "google-cloud",
package/dist/index.mjs CHANGED
@@ -2073,6 +2073,24 @@ var STATIC_VIDEO_PRICING = [
2073
2073
  lastUpdated: null,
2074
2074
  launchDate: "2026-03-05"
2075
2075
  },
2076
+ {
2077
+ modelId: "fal-ltx2.3-a2v-1080p",
2078
+ provider: "fal",
2079
+ displayName: "FAL LTX-2.3 Audio-to-Video 1080p",
2080
+ costPerMinute: 6,
2081
+ inputType: "audio,text,image",
2082
+ resolution: "1080p",
2083
+ maxDuration: 20,
2084
+ qualityMode: "standard",
2085
+ source: "seed",
2086
+ status: "active",
2087
+ confidence: "high",
2088
+ confidenceScore: 99,
2089
+ confidenceLevel: "high",
2090
+ freshness: { lastVerified: "", ageHours: 0, stale: false },
2091
+ lastUpdated: null,
2092
+ launchDate: "2026-03-16"
2093
+ },
2076
2094
  {
2077
2095
  modelId: "fal-ovi-720p",
2078
2096
  provider: "fal",
@@ -2873,6 +2891,25 @@ var STATIC_AVATAR_PRICING = [
2873
2891
  lastUpdated: null,
2874
2892
  launchDate: "2026-03-13"
2875
2893
  },
2894
+ {
2895
+ modelId: "fal-ltx2.3-a2v-1080p",
2896
+ provider: "fal",
2897
+ displayName: "FAL LTX-2.3 Audio-to-Video 1080p",
2898
+ costPerMinute: 6,
2899
+ avatarType: "standard",
2900
+ resolution: "1080p",
2901
+ maxDuration: 20,
2902
+ qualityMode: "standard",
2903
+ lipSync: true,
2904
+ source: "seed",
2905
+ status: "active",
2906
+ confidence: "high",
2907
+ confidenceScore: 99,
2908
+ confidenceLevel: "high",
2909
+ freshness: { lastVerified: "", ageHours: 0, stale: false },
2910
+ lastUpdated: null,
2911
+ launchDate: "2026-03-16"
2912
+ },
2876
2913
  {
2877
2914
  modelId: "fal-veed-fabric-1-480p",
2878
2915
  provider: "fal",
@@ -3808,6 +3845,23 @@ var STATIC_TTS_PRICING = [
3808
3845
  lastUpdated: null,
3809
3846
  launchDate: null
3810
3847
  },
3848
+ {
3849
+ modelId: "google-cloud-gemini-2-5-flash-lite-tts",
3850
+ provider: "google-cloud",
3851
+ displayName: "Google Cloud Gemini 2.5 Flash-Lite Preview TTS",
3852
+ costPerMChars: 0.5,
3853
+ voiceType: "neural",
3854
+ maxCharacters: null,
3855
+ supportedLanguages: null,
3856
+ source: "seed",
3857
+ status: "preview",
3858
+ confidence: "high",
3859
+ confidenceScore: 99,
3860
+ confidenceLevel: "high",
3861
+ freshness: { lastVerified: "", ageHours: 0, stale: false },
3862
+ lastUpdated: null,
3863
+ launchDate: "2026-03-13"
3864
+ },
3811
3865
  {
3812
3866
  modelId: "google-cloud-instant-custom-voice",
3813
3867
  provider: "google-cloud",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pricetoken",
3
- "version": "0.13.4",
3
+ "version": "0.13.6",
4
4
  "description": "Real-time LLM pricing data — typed client, cost calculator, and static pricing",
5
5
  "keywords": [
6
6
  "llm",