pricetoken 0.13.0 → 0.13.2
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 +112 -2
- package/dist/index.mjs +112 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4156,6 +4156,40 @@ var STATIC_TTS_PRICING = [
|
|
|
4156
4156
|
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
4157
4157
|
lastUpdated: null,
|
|
4158
4158
|
launchDate: "2023-06-01"
|
|
4159
|
+
},
|
|
4160
|
+
{
|
|
4161
|
+
modelId: "replicate-inworld-tts-1.5-max",
|
|
4162
|
+
provider: "replicate",
|
|
4163
|
+
displayName: "Inworld TTS 1.5 Max",
|
|
4164
|
+
costPerMChars: 10,
|
|
4165
|
+
voiceType: "neural",
|
|
4166
|
+
maxCharacters: null,
|
|
4167
|
+
supportedLanguages: null,
|
|
4168
|
+
source: "seed",
|
|
4169
|
+
status: "active",
|
|
4170
|
+
confidence: "high",
|
|
4171
|
+
confidenceScore: 99,
|
|
4172
|
+
confidenceLevel: "high",
|
|
4173
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
4174
|
+
lastUpdated: null,
|
|
4175
|
+
launchDate: null
|
|
4176
|
+
},
|
|
4177
|
+
{
|
|
4178
|
+
modelId: "replicate-inworld-tts-1.5-mini",
|
|
4179
|
+
provider: "replicate",
|
|
4180
|
+
displayName: "Inworld TTS 1.5 Mini",
|
|
4181
|
+
costPerMChars: 5,
|
|
4182
|
+
voiceType: "neural",
|
|
4183
|
+
maxCharacters: null,
|
|
4184
|
+
supportedLanguages: null,
|
|
4185
|
+
source: "seed",
|
|
4186
|
+
status: "active",
|
|
4187
|
+
confidence: "high",
|
|
4188
|
+
confidenceScore: 99,
|
|
4189
|
+
confidenceLevel: "high",
|
|
4190
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
4191
|
+
lastUpdated: null,
|
|
4192
|
+
launchDate: null
|
|
4159
4193
|
}
|
|
4160
4194
|
];
|
|
4161
4195
|
|
|
@@ -5482,16 +5516,35 @@ var STATIC_MUSIC_PRICING = [
|
|
|
5482
5516
|
lastUpdated: null,
|
|
5483
5517
|
launchDate: "2025-01-01"
|
|
5484
5518
|
},
|
|
5519
|
+
{
|
|
5520
|
+
modelId: "sunoapi-suno-v4",
|
|
5521
|
+
provider: "sunoapi",
|
|
5522
|
+
displayName: "Suno v4 via SunoAPI.org",
|
|
5523
|
+
costPerMinute: 75e-4,
|
|
5524
|
+
maxDuration: 240,
|
|
5525
|
+
outputFormat: "mp3",
|
|
5526
|
+
vocals: true,
|
|
5527
|
+
official: false,
|
|
5528
|
+
pricingNote: "Unofficial. 12 cr/call, 2 songs/call = $0.03/song at 4 min max",
|
|
5529
|
+
source: "seed",
|
|
5530
|
+
status: "active",
|
|
5531
|
+
confidence: "high",
|
|
5532
|
+
confidenceScore: 99,
|
|
5533
|
+
confidenceLevel: "high",
|
|
5534
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
5535
|
+
lastUpdated: null,
|
|
5536
|
+
launchDate: "2024-05-01"
|
|
5537
|
+
},
|
|
5485
5538
|
{
|
|
5486
5539
|
modelId: "sunoapi-suno-v4.5",
|
|
5487
5540
|
provider: "sunoapi",
|
|
5488
5541
|
displayName: "Suno v4.5 via SunoAPI.org",
|
|
5489
|
-
costPerMinute:
|
|
5542
|
+
costPerMinute: 375e-5,
|
|
5490
5543
|
maxDuration: 480,
|
|
5491
5544
|
outputFormat: "mp3",
|
|
5492
5545
|
vocals: true,
|
|
5493
5546
|
official: false,
|
|
5494
|
-
pricingNote: "Unofficial
|
|
5547
|
+
pricingNote: "Unofficial. 12 cr/call, 2 songs/call = $0.03/song at 8 min max",
|
|
5495
5548
|
source: "seed",
|
|
5496
5549
|
status: "active",
|
|
5497
5550
|
confidence: "high",
|
|
@@ -5500,6 +5553,63 @@ var STATIC_MUSIC_PRICING = [
|
|
|
5500
5553
|
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
5501
5554
|
lastUpdated: null,
|
|
5502
5555
|
launchDate: "2025-09-01"
|
|
5556
|
+
},
|
|
5557
|
+
{
|
|
5558
|
+
modelId: "sunoapi-suno-v4.5-all",
|
|
5559
|
+
provider: "sunoapi",
|
|
5560
|
+
displayName: "Suno v4.5 All via SunoAPI.org",
|
|
5561
|
+
costPerMinute: 375e-5,
|
|
5562
|
+
maxDuration: 480,
|
|
5563
|
+
outputFormat: "mp3",
|
|
5564
|
+
vocals: true,
|
|
5565
|
+
official: false,
|
|
5566
|
+
pricingNote: "Unofficial. 12 cr/call, 2 songs/call = $0.03/song at 8 min max",
|
|
5567
|
+
source: "seed",
|
|
5568
|
+
status: "active",
|
|
5569
|
+
confidence: "high",
|
|
5570
|
+
confidenceScore: 99,
|
|
5571
|
+
confidenceLevel: "high",
|
|
5572
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
5573
|
+
lastUpdated: null,
|
|
5574
|
+
launchDate: "2025-09-01"
|
|
5575
|
+
},
|
|
5576
|
+
{
|
|
5577
|
+
modelId: "sunoapi-suno-v4.5-plus",
|
|
5578
|
+
provider: "sunoapi",
|
|
5579
|
+
displayName: "Suno v4.5 Plus via SunoAPI.org",
|
|
5580
|
+
costPerMinute: 375e-5,
|
|
5581
|
+
maxDuration: 480,
|
|
5582
|
+
outputFormat: "mp3",
|
|
5583
|
+
vocals: true,
|
|
5584
|
+
official: false,
|
|
5585
|
+
pricingNote: "Unofficial. 12 cr/call, 2 songs/call = $0.03/song at 8 min max",
|
|
5586
|
+
source: "seed",
|
|
5587
|
+
status: "active",
|
|
5588
|
+
confidence: "high",
|
|
5589
|
+
confidenceScore: 99,
|
|
5590
|
+
confidenceLevel: "high",
|
|
5591
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
5592
|
+
lastUpdated: null,
|
|
5593
|
+
launchDate: "2025-09-01"
|
|
5594
|
+
},
|
|
5595
|
+
{
|
|
5596
|
+
modelId: "sunoapi-suno-v5",
|
|
5597
|
+
provider: "sunoapi",
|
|
5598
|
+
displayName: "Suno v5 via SunoAPI.org",
|
|
5599
|
+
costPerMinute: 375e-5,
|
|
5600
|
+
maxDuration: 480,
|
|
5601
|
+
outputFormat: "mp3",
|
|
5602
|
+
vocals: true,
|
|
5603
|
+
official: false,
|
|
5604
|
+
pricingNote: "Unofficial. 12 cr/call, 2 songs/call = $0.03/song at 8 min max",
|
|
5605
|
+
source: "seed",
|
|
5606
|
+
status: "active",
|
|
5607
|
+
confidence: "high",
|
|
5608
|
+
confidenceScore: 99,
|
|
5609
|
+
confidenceLevel: "high",
|
|
5610
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
5611
|
+
lastUpdated: null,
|
|
5612
|
+
launchDate: "2026-01-01"
|
|
5503
5613
|
}
|
|
5504
5614
|
];
|
|
5505
5615
|
|
package/dist/index.mjs
CHANGED
|
@@ -4109,6 +4109,40 @@ var STATIC_TTS_PRICING = [
|
|
|
4109
4109
|
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
4110
4110
|
lastUpdated: null,
|
|
4111
4111
|
launchDate: "2023-06-01"
|
|
4112
|
+
},
|
|
4113
|
+
{
|
|
4114
|
+
modelId: "replicate-inworld-tts-1.5-max",
|
|
4115
|
+
provider: "replicate",
|
|
4116
|
+
displayName: "Inworld TTS 1.5 Max",
|
|
4117
|
+
costPerMChars: 10,
|
|
4118
|
+
voiceType: "neural",
|
|
4119
|
+
maxCharacters: null,
|
|
4120
|
+
supportedLanguages: null,
|
|
4121
|
+
source: "seed",
|
|
4122
|
+
status: "active",
|
|
4123
|
+
confidence: "high",
|
|
4124
|
+
confidenceScore: 99,
|
|
4125
|
+
confidenceLevel: "high",
|
|
4126
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
4127
|
+
lastUpdated: null,
|
|
4128
|
+
launchDate: null
|
|
4129
|
+
},
|
|
4130
|
+
{
|
|
4131
|
+
modelId: "replicate-inworld-tts-1.5-mini",
|
|
4132
|
+
provider: "replicate",
|
|
4133
|
+
displayName: "Inworld TTS 1.5 Mini",
|
|
4134
|
+
costPerMChars: 5,
|
|
4135
|
+
voiceType: "neural",
|
|
4136
|
+
maxCharacters: null,
|
|
4137
|
+
supportedLanguages: null,
|
|
4138
|
+
source: "seed",
|
|
4139
|
+
status: "active",
|
|
4140
|
+
confidence: "high",
|
|
4141
|
+
confidenceScore: 99,
|
|
4142
|
+
confidenceLevel: "high",
|
|
4143
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
4144
|
+
lastUpdated: null,
|
|
4145
|
+
launchDate: null
|
|
4112
4146
|
}
|
|
4113
4147
|
];
|
|
4114
4148
|
|
|
@@ -5435,16 +5469,35 @@ var STATIC_MUSIC_PRICING = [
|
|
|
5435
5469
|
lastUpdated: null,
|
|
5436
5470
|
launchDate: "2025-01-01"
|
|
5437
5471
|
},
|
|
5472
|
+
{
|
|
5473
|
+
modelId: "sunoapi-suno-v4",
|
|
5474
|
+
provider: "sunoapi",
|
|
5475
|
+
displayName: "Suno v4 via SunoAPI.org",
|
|
5476
|
+
costPerMinute: 75e-4,
|
|
5477
|
+
maxDuration: 240,
|
|
5478
|
+
outputFormat: "mp3",
|
|
5479
|
+
vocals: true,
|
|
5480
|
+
official: false,
|
|
5481
|
+
pricingNote: "Unofficial. 12 cr/call, 2 songs/call = $0.03/song at 4 min max",
|
|
5482
|
+
source: "seed",
|
|
5483
|
+
status: "active",
|
|
5484
|
+
confidence: "high",
|
|
5485
|
+
confidenceScore: 99,
|
|
5486
|
+
confidenceLevel: "high",
|
|
5487
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
5488
|
+
lastUpdated: null,
|
|
5489
|
+
launchDate: "2024-05-01"
|
|
5490
|
+
},
|
|
5438
5491
|
{
|
|
5439
5492
|
modelId: "sunoapi-suno-v4.5",
|
|
5440
5493
|
provider: "sunoapi",
|
|
5441
5494
|
displayName: "Suno v4.5 via SunoAPI.org",
|
|
5442
|
-
costPerMinute:
|
|
5495
|
+
costPerMinute: 375e-5,
|
|
5443
5496
|
maxDuration: 480,
|
|
5444
5497
|
outputFormat: "mp3",
|
|
5445
5498
|
vocals: true,
|
|
5446
5499
|
official: false,
|
|
5447
|
-
pricingNote: "Unofficial
|
|
5500
|
+
pricingNote: "Unofficial. 12 cr/call, 2 songs/call = $0.03/song at 8 min max",
|
|
5448
5501
|
source: "seed",
|
|
5449
5502
|
status: "active",
|
|
5450
5503
|
confidence: "high",
|
|
@@ -5453,6 +5506,63 @@ var STATIC_MUSIC_PRICING = [
|
|
|
5453
5506
|
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
5454
5507
|
lastUpdated: null,
|
|
5455
5508
|
launchDate: "2025-09-01"
|
|
5509
|
+
},
|
|
5510
|
+
{
|
|
5511
|
+
modelId: "sunoapi-suno-v4.5-all",
|
|
5512
|
+
provider: "sunoapi",
|
|
5513
|
+
displayName: "Suno v4.5 All via SunoAPI.org",
|
|
5514
|
+
costPerMinute: 375e-5,
|
|
5515
|
+
maxDuration: 480,
|
|
5516
|
+
outputFormat: "mp3",
|
|
5517
|
+
vocals: true,
|
|
5518
|
+
official: false,
|
|
5519
|
+
pricingNote: "Unofficial. 12 cr/call, 2 songs/call = $0.03/song at 8 min max",
|
|
5520
|
+
source: "seed",
|
|
5521
|
+
status: "active",
|
|
5522
|
+
confidence: "high",
|
|
5523
|
+
confidenceScore: 99,
|
|
5524
|
+
confidenceLevel: "high",
|
|
5525
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
5526
|
+
lastUpdated: null,
|
|
5527
|
+
launchDate: "2025-09-01"
|
|
5528
|
+
},
|
|
5529
|
+
{
|
|
5530
|
+
modelId: "sunoapi-suno-v4.5-plus",
|
|
5531
|
+
provider: "sunoapi",
|
|
5532
|
+
displayName: "Suno v4.5 Plus via SunoAPI.org",
|
|
5533
|
+
costPerMinute: 375e-5,
|
|
5534
|
+
maxDuration: 480,
|
|
5535
|
+
outputFormat: "mp3",
|
|
5536
|
+
vocals: true,
|
|
5537
|
+
official: false,
|
|
5538
|
+
pricingNote: "Unofficial. 12 cr/call, 2 songs/call = $0.03/song at 8 min max",
|
|
5539
|
+
source: "seed",
|
|
5540
|
+
status: "active",
|
|
5541
|
+
confidence: "high",
|
|
5542
|
+
confidenceScore: 99,
|
|
5543
|
+
confidenceLevel: "high",
|
|
5544
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
5545
|
+
lastUpdated: null,
|
|
5546
|
+
launchDate: "2025-09-01"
|
|
5547
|
+
},
|
|
5548
|
+
{
|
|
5549
|
+
modelId: "sunoapi-suno-v5",
|
|
5550
|
+
provider: "sunoapi",
|
|
5551
|
+
displayName: "Suno v5 via SunoAPI.org",
|
|
5552
|
+
costPerMinute: 375e-5,
|
|
5553
|
+
maxDuration: 480,
|
|
5554
|
+
outputFormat: "mp3",
|
|
5555
|
+
vocals: true,
|
|
5556
|
+
official: false,
|
|
5557
|
+
pricingNote: "Unofficial. 12 cr/call, 2 songs/call = $0.03/song at 8 min max",
|
|
5558
|
+
source: "seed",
|
|
5559
|
+
status: "active",
|
|
5560
|
+
confidence: "high",
|
|
5561
|
+
confidenceScore: 99,
|
|
5562
|
+
confidenceLevel: "high",
|
|
5563
|
+
freshness: { lastVerified: "", ageHours: 0, stale: false },
|
|
5564
|
+
lastUpdated: null,
|
|
5565
|
+
launchDate: "2026-01-01"
|
|
5456
5566
|
}
|
|
5457
5567
|
];
|
|
5458
5568
|
|