pricetoken 0.11.0 → 0.11.1
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 +19 -0
- package/dist/index.mjs +19 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3179,6 +3179,25 @@ var STATIC_AVATAR_PRICING = [
|
|
|
3179
3179
|
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
3180
3180
|
lastUpdated: null,
|
|
3181
3181
|
launchDate: "2024-06-01"
|
|
3182
|
+
},
|
|
3183
|
+
{
|
|
3184
|
+
modelId: "runway-characters",
|
|
3185
|
+
provider: "runway",
|
|
3186
|
+
displayName: "Runway Characters (GWM-1 Avatars)",
|
|
3187
|
+
costPerMinute: 0.2,
|
|
3188
|
+
avatarType: "standard",
|
|
3189
|
+
resolution: "720p",
|
|
3190
|
+
maxDuration: null,
|
|
3191
|
+
qualityMode: null,
|
|
3192
|
+
lipSync: true,
|
|
3193
|
+
source: "seed",
|
|
3194
|
+
status: "active",
|
|
3195
|
+
confidence: "high",
|
|
3196
|
+
confidenceScore: 99,
|
|
3197
|
+
confidenceLevel: "high",
|
|
3198
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
3199
|
+
lastUpdated: null,
|
|
3200
|
+
launchDate: "2026-03-09"
|
|
3182
3201
|
}
|
|
3183
3202
|
];
|
|
3184
3203
|
|
package/dist/index.mjs
CHANGED
|
@@ -3135,6 +3135,25 @@ var STATIC_AVATAR_PRICING = [
|
|
|
3135
3135
|
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
3136
3136
|
lastUpdated: null,
|
|
3137
3137
|
launchDate: "2024-06-01"
|
|
3138
|
+
},
|
|
3139
|
+
{
|
|
3140
|
+
modelId: "runway-characters",
|
|
3141
|
+
provider: "runway",
|
|
3142
|
+
displayName: "Runway Characters (GWM-1 Avatars)",
|
|
3143
|
+
costPerMinute: 0.2,
|
|
3144
|
+
avatarType: "standard",
|
|
3145
|
+
resolution: "720p",
|
|
3146
|
+
maxDuration: null,
|
|
3147
|
+
qualityMode: null,
|
|
3148
|
+
lipSync: true,
|
|
3149
|
+
source: "seed",
|
|
3150
|
+
status: "active",
|
|
3151
|
+
confidence: "high",
|
|
3152
|
+
confidenceScore: 99,
|
|
3153
|
+
confidenceLevel: "high",
|
|
3154
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
3155
|
+
lastUpdated: null,
|
|
3156
|
+
launchDate: "2026-03-09"
|
|
3138
3157
|
}
|
|
3139
3158
|
];
|
|
3140
3159
|
|