pricetoken 0.11.1 → 0.12.0

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
@@ -2887,7 +2887,7 @@ var STATIC_AVATAR_PRICING = [
2887
2887
  qualityMode: "premium",
2888
2888
  lipSync: true,
2889
2889
  source: "seed",
2890
- status: "active",
2890
+ status: "deprecated",
2891
2891
  confidence: "high",
2892
2892
  confidenceScore: 99,
2893
2893
  confidenceLevel: "high",
@@ -2906,7 +2906,7 @@ var STATIC_AVATAR_PRICING = [
2906
2906
  qualityMode: "standard",
2907
2907
  lipSync: true,
2908
2908
  source: "seed",
2909
- status: "active",
2909
+ status: "deprecated",
2910
2910
  confidence: "high",
2911
2911
  confidenceScore: 99,
2912
2912
  confidenceLevel: "high",
@@ -3028,63 +3028,6 @@ var STATIC_AVATAR_PRICING = [
3028
3028
  lastUpdated: null,
3029
3029
  launchDate: "2025-05-01"
3030
3030
  },
3031
- {
3032
- modelId: "heygen-translate-precision",
3033
- provider: "heygen",
3034
- displayName: "HeyGen Video Translation Precision Mode",
3035
- costPerMinute: 6,
3036
- avatarType: "translation",
3037
- resolution: null,
3038
- maxDuration: null,
3039
- qualityMode: null,
3040
- lipSync: true,
3041
- source: "seed",
3042
- status: "active",
3043
- confidence: "high",
3044
- confidenceScore: 99,
3045
- confidenceLevel: "high",
3046
- freshness: { lastVerified: "", ageHours: 0, stale: false },
3047
- lastUpdated: null,
3048
- launchDate: null
3049
- },
3050
- {
3051
- modelId: "heygen-translate-proofread",
3052
- provider: "heygen",
3053
- displayName: "HeyGen Video Translation Proofread",
3054
- costPerMinute: 0.498,
3055
- avatarType: "translation",
3056
- resolution: null,
3057
- maxDuration: null,
3058
- qualityMode: null,
3059
- lipSync: false,
3060
- source: "seed",
3061
- status: "active",
3062
- confidence: "high",
3063
- confidenceScore: 99,
3064
- confidenceLevel: "high",
3065
- freshness: { lastVerified: "", ageHours: 0, stale: false },
3066
- lastUpdated: null,
3067
- launchDate: null
3068
- },
3069
- {
3070
- modelId: "heygen-translate-speed",
3071
- provider: "heygen",
3072
- displayName: "HeyGen Video Translation Speed Mode",
3073
- costPerMinute: 3,
3074
- avatarType: "translation",
3075
- resolution: null,
3076
- maxDuration: null,
3077
- qualityMode: null,
3078
- lipSync: true,
3079
- source: "seed",
3080
- status: "active",
3081
- confidence: "high",
3082
- confidenceScore: 99,
3083
- confidenceLevel: "high",
3084
- freshness: { lastVerified: "", ageHours: 0, stale: false },
3085
- lastUpdated: null,
3086
- launchDate: null
3087
- },
3088
3031
  {
3089
3032
  modelId: "heygen-translation-precision",
3090
3033
  provider: "heygen",
@@ -3142,44 +3085,6 @@ var STATIC_AVATAR_PRICING = [
3142
3085
  lastUpdated: null,
3143
3086
  launchDate: "2025-11-17"
3144
3087
  },
3145
- {
3146
- modelId: "heygen-video-agent-prompt",
3147
- provider: "heygen",
3148
- displayName: "HeyGen Video Agent (Prompt to Video)",
3149
- costPerMinute: 1.998,
3150
- avatarType: "standard",
3151
- resolution: null,
3152
- maxDuration: null,
3153
- qualityMode: null,
3154
- lipSync: true,
3155
- source: "seed",
3156
- status: "active",
3157
- confidence: "high",
3158
- confidenceScore: 99,
3159
- confidenceLevel: "high",
3160
- freshness: { lastVerified: "", ageHours: 0, stale: false },
3161
- lastUpdated: null,
3162
- launchDate: null
3163
- },
3164
- {
3165
- modelId: "heygen-video-translation",
3166
- provider: "heygen",
3167
- displayName: "HeyGen Video Translation",
3168
- costPerMinute: 3,
3169
- avatarType: "translation",
3170
- resolution: "1080p",
3171
- maxDuration: 1800,
3172
- qualityMode: "standard",
3173
- lipSync: true,
3174
- source: "seed",
3175
- status: "active",
3176
- confidence: "high",
3177
- confidenceScore: 99,
3178
- confidenceLevel: "high",
3179
- freshness: { lastVerified: "", ageHours: 0, stale: false },
3180
- lastUpdated: null,
3181
- launchDate: "2024-06-01"
3182
- },
3183
3088
  {
3184
3089
  modelId: "runway-characters",
3185
3090
  provider: "runway",
package/dist/index.mjs CHANGED
@@ -2843,7 +2843,7 @@ var STATIC_AVATAR_PRICING = [
2843
2843
  qualityMode: "premium",
2844
2844
  lipSync: true,
2845
2845
  source: "seed",
2846
- status: "active",
2846
+ status: "deprecated",
2847
2847
  confidence: "high",
2848
2848
  confidenceScore: 99,
2849
2849
  confidenceLevel: "high",
@@ -2862,7 +2862,7 @@ var STATIC_AVATAR_PRICING = [
2862
2862
  qualityMode: "standard",
2863
2863
  lipSync: true,
2864
2864
  source: "seed",
2865
- status: "active",
2865
+ status: "deprecated",
2866
2866
  confidence: "high",
2867
2867
  confidenceScore: 99,
2868
2868
  confidenceLevel: "high",
@@ -2984,63 +2984,6 @@ var STATIC_AVATAR_PRICING = [
2984
2984
  lastUpdated: null,
2985
2985
  launchDate: "2025-05-01"
2986
2986
  },
2987
- {
2988
- modelId: "heygen-translate-precision",
2989
- provider: "heygen",
2990
- displayName: "HeyGen Video Translation Precision Mode",
2991
- costPerMinute: 6,
2992
- avatarType: "translation",
2993
- resolution: null,
2994
- maxDuration: null,
2995
- qualityMode: null,
2996
- lipSync: true,
2997
- source: "seed",
2998
- status: "active",
2999
- confidence: "high",
3000
- confidenceScore: 99,
3001
- confidenceLevel: "high",
3002
- freshness: { lastVerified: "", ageHours: 0, stale: false },
3003
- lastUpdated: null,
3004
- launchDate: null
3005
- },
3006
- {
3007
- modelId: "heygen-translate-proofread",
3008
- provider: "heygen",
3009
- displayName: "HeyGen Video Translation Proofread",
3010
- costPerMinute: 0.498,
3011
- avatarType: "translation",
3012
- resolution: null,
3013
- maxDuration: null,
3014
- qualityMode: null,
3015
- lipSync: false,
3016
- source: "seed",
3017
- status: "active",
3018
- confidence: "high",
3019
- confidenceScore: 99,
3020
- confidenceLevel: "high",
3021
- freshness: { lastVerified: "", ageHours: 0, stale: false },
3022
- lastUpdated: null,
3023
- launchDate: null
3024
- },
3025
- {
3026
- modelId: "heygen-translate-speed",
3027
- provider: "heygen",
3028
- displayName: "HeyGen Video Translation Speed Mode",
3029
- costPerMinute: 3,
3030
- avatarType: "translation",
3031
- resolution: null,
3032
- maxDuration: null,
3033
- qualityMode: null,
3034
- lipSync: true,
3035
- source: "seed",
3036
- status: "active",
3037
- confidence: "high",
3038
- confidenceScore: 99,
3039
- confidenceLevel: "high",
3040
- freshness: { lastVerified: "", ageHours: 0, stale: false },
3041
- lastUpdated: null,
3042
- launchDate: null
3043
- },
3044
2987
  {
3045
2988
  modelId: "heygen-translation-precision",
3046
2989
  provider: "heygen",
@@ -3098,44 +3041,6 @@ var STATIC_AVATAR_PRICING = [
3098
3041
  lastUpdated: null,
3099
3042
  launchDate: "2025-11-17"
3100
3043
  },
3101
- {
3102
- modelId: "heygen-video-agent-prompt",
3103
- provider: "heygen",
3104
- displayName: "HeyGen Video Agent (Prompt to Video)",
3105
- costPerMinute: 1.998,
3106
- avatarType: "standard",
3107
- resolution: null,
3108
- maxDuration: null,
3109
- qualityMode: null,
3110
- lipSync: true,
3111
- source: "seed",
3112
- status: "active",
3113
- confidence: "high",
3114
- confidenceScore: 99,
3115
- confidenceLevel: "high",
3116
- freshness: { lastVerified: "", ageHours: 0, stale: false },
3117
- lastUpdated: null,
3118
- launchDate: null
3119
- },
3120
- {
3121
- modelId: "heygen-video-translation",
3122
- provider: "heygen",
3123
- displayName: "HeyGen Video Translation",
3124
- costPerMinute: 3,
3125
- avatarType: "translation",
3126
- resolution: "1080p",
3127
- maxDuration: 1800,
3128
- qualityMode: "standard",
3129
- lipSync: true,
3130
- source: "seed",
3131
- status: "active",
3132
- confidence: "high",
3133
- confidenceScore: 99,
3134
- confidenceLevel: "high",
3135
- freshness: { lastVerified: "", ageHours: 0, stale: false },
3136
- lastUpdated: null,
3137
- launchDate: "2024-06-01"
3138
- },
3139
3044
  {
3140
3045
  modelId: "runway-characters",
3141
3046
  provider: "runway",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pricetoken",
3
- "version": "0.11.1",
3
+ "version": "0.12.0",
4
4
  "description": "Real-time LLM pricing data — typed client, cost calculator, and static pricing",
5
5
  "keywords": [
6
6
  "llm",