pricetoken 0.13.5 → 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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +37 -0
- package/dist/index.mjs +37 -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
|
@@ -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",
|
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",
|