pricetoken 0.13.0 → 0.13.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 CHANGED
@@ -5482,16 +5482,54 @@ var STATIC_MUSIC_PRICING = [
5482
5482
  lastUpdated: null,
5483
5483
  launchDate: "2025-01-01"
5484
5484
  },
5485
+ {
5486
+ modelId: "sunoapi-suno-v4",
5487
+ provider: "sunoapi",
5488
+ displayName: "Suno v4 via SunoAPI.org",
5489
+ costPerMinute: 75e-4,
5490
+ maxDuration: 240,
5491
+ outputFormat: "mp3",
5492
+ vocals: true,
5493
+ official: false,
5494
+ pricingNote: "Unofficial. 12 cr/call, 2 songs/call = $0.03/song at 4 min max",
5495
+ source: "seed",
5496
+ status: "active",
5497
+ confidence: "high",
5498
+ confidenceScore: 99,
5499
+ confidenceLevel: "high",
5500
+ freshness: { lastVerified: "", ageHours: 0, stale: false },
5501
+ lastUpdated: null,
5502
+ launchDate: "2024-05-01"
5503
+ },
5485
5504
  {
5486
5505
  modelId: "sunoapi-suno-v4.5",
5487
5506
  provider: "sunoapi",
5488
5507
  displayName: "Suno v4.5 via SunoAPI.org",
5489
- costPerMinute: 625e-5,
5508
+ costPerMinute: 375e-5,
5509
+ maxDuration: 480,
5510
+ outputFormat: "mp3",
5511
+ vocals: true,
5512
+ official: false,
5513
+ pricingNote: "Unofficial. 12 cr/call, 2 songs/call = $0.03/song at 8 min max",
5514
+ source: "seed",
5515
+ status: "active",
5516
+ confidence: "high",
5517
+ confidenceScore: 99,
5518
+ confidenceLevel: "high",
5519
+ freshness: { lastVerified: "", ageHours: 0, stale: false },
5520
+ lastUpdated: null,
5521
+ launchDate: "2025-09-01"
5522
+ },
5523
+ {
5524
+ modelId: "sunoapi-suno-v4.5-all",
5525
+ provider: "sunoapi",
5526
+ displayName: "Suno v4.5 All via SunoAPI.org",
5527
+ costPerMinute: 375e-5,
5490
5528
  maxDuration: 480,
5491
5529
  outputFormat: "mp3",
5492
5530
  vocals: true,
5493
5531
  official: false,
5494
- pricingNote: "Unofficial wrapper. ~$0.025/song ($0.005/credit x 5 credits) at ~4 min avg",
5532
+ pricingNote: "Unofficial. 12 cr/call, 2 songs/call = $0.03/song at 8 min max",
5495
5533
  source: "seed",
5496
5534
  status: "active",
5497
5535
  confidence: "high",
@@ -5500,6 +5538,44 @@ var STATIC_MUSIC_PRICING = [
5500
5538
  freshness: { lastVerified: "", ageHours: 0, stale: false },
5501
5539
  lastUpdated: null,
5502
5540
  launchDate: "2025-09-01"
5541
+ },
5542
+ {
5543
+ modelId: "sunoapi-suno-v4.5-plus",
5544
+ provider: "sunoapi",
5545
+ displayName: "Suno v4.5 Plus via SunoAPI.org",
5546
+ costPerMinute: 375e-5,
5547
+ maxDuration: 480,
5548
+ outputFormat: "mp3",
5549
+ vocals: true,
5550
+ official: false,
5551
+ pricingNote: "Unofficial. 12 cr/call, 2 songs/call = $0.03/song at 8 min max",
5552
+ source: "seed",
5553
+ status: "active",
5554
+ confidence: "high",
5555
+ confidenceScore: 99,
5556
+ confidenceLevel: "high",
5557
+ freshness: { lastVerified: "", ageHours: 0, stale: false },
5558
+ lastUpdated: null,
5559
+ launchDate: "2025-09-01"
5560
+ },
5561
+ {
5562
+ modelId: "sunoapi-suno-v5",
5563
+ provider: "sunoapi",
5564
+ displayName: "Suno v5 via SunoAPI.org",
5565
+ costPerMinute: 375e-5,
5566
+ maxDuration: 480,
5567
+ outputFormat: "mp3",
5568
+ vocals: true,
5569
+ official: false,
5570
+ pricingNote: "Unofficial. 12 cr/call, 2 songs/call = $0.03/song at 8 min max",
5571
+ source: "seed",
5572
+ status: "active",
5573
+ confidence: "high",
5574
+ confidenceScore: 99,
5575
+ confidenceLevel: "high",
5576
+ freshness: { lastVerified: "", ageHours: 0, stale: false },
5577
+ lastUpdated: null,
5578
+ launchDate: "2026-01-01"
5503
5579
  }
5504
5580
  ];
5505
5581
 
package/dist/index.mjs CHANGED
@@ -5435,16 +5435,54 @@ var STATIC_MUSIC_PRICING = [
5435
5435
  lastUpdated: null,
5436
5436
  launchDate: "2025-01-01"
5437
5437
  },
5438
+ {
5439
+ modelId: "sunoapi-suno-v4",
5440
+ provider: "sunoapi",
5441
+ displayName: "Suno v4 via SunoAPI.org",
5442
+ costPerMinute: 75e-4,
5443
+ maxDuration: 240,
5444
+ outputFormat: "mp3",
5445
+ vocals: true,
5446
+ official: false,
5447
+ pricingNote: "Unofficial. 12 cr/call, 2 songs/call = $0.03/song at 4 min max",
5448
+ source: "seed",
5449
+ status: "active",
5450
+ confidence: "high",
5451
+ confidenceScore: 99,
5452
+ confidenceLevel: "high",
5453
+ freshness: { lastVerified: "", ageHours: 0, stale: false },
5454
+ lastUpdated: null,
5455
+ launchDate: "2024-05-01"
5456
+ },
5438
5457
  {
5439
5458
  modelId: "sunoapi-suno-v4.5",
5440
5459
  provider: "sunoapi",
5441
5460
  displayName: "Suno v4.5 via SunoAPI.org",
5442
- costPerMinute: 625e-5,
5461
+ costPerMinute: 375e-5,
5462
+ maxDuration: 480,
5463
+ outputFormat: "mp3",
5464
+ vocals: true,
5465
+ official: false,
5466
+ pricingNote: "Unofficial. 12 cr/call, 2 songs/call = $0.03/song at 8 min max",
5467
+ source: "seed",
5468
+ status: "active",
5469
+ confidence: "high",
5470
+ confidenceScore: 99,
5471
+ confidenceLevel: "high",
5472
+ freshness: { lastVerified: "", ageHours: 0, stale: false },
5473
+ lastUpdated: null,
5474
+ launchDate: "2025-09-01"
5475
+ },
5476
+ {
5477
+ modelId: "sunoapi-suno-v4.5-all",
5478
+ provider: "sunoapi",
5479
+ displayName: "Suno v4.5 All via SunoAPI.org",
5480
+ costPerMinute: 375e-5,
5443
5481
  maxDuration: 480,
5444
5482
  outputFormat: "mp3",
5445
5483
  vocals: true,
5446
5484
  official: false,
5447
- pricingNote: "Unofficial wrapper. ~$0.025/song ($0.005/credit x 5 credits) at ~4 min avg",
5485
+ pricingNote: "Unofficial. 12 cr/call, 2 songs/call = $0.03/song at 8 min max",
5448
5486
  source: "seed",
5449
5487
  status: "active",
5450
5488
  confidence: "high",
@@ -5453,6 +5491,44 @@ var STATIC_MUSIC_PRICING = [
5453
5491
  freshness: { lastVerified: "", ageHours: 0, stale: false },
5454
5492
  lastUpdated: null,
5455
5493
  launchDate: "2025-09-01"
5494
+ },
5495
+ {
5496
+ modelId: "sunoapi-suno-v4.5-plus",
5497
+ provider: "sunoapi",
5498
+ displayName: "Suno v4.5 Plus via SunoAPI.org",
5499
+ costPerMinute: 375e-5,
5500
+ maxDuration: 480,
5501
+ outputFormat: "mp3",
5502
+ vocals: true,
5503
+ official: false,
5504
+ pricingNote: "Unofficial. 12 cr/call, 2 songs/call = $0.03/song at 8 min max",
5505
+ source: "seed",
5506
+ status: "active",
5507
+ confidence: "high",
5508
+ confidenceScore: 99,
5509
+ confidenceLevel: "high",
5510
+ freshness: { lastVerified: "", ageHours: 0, stale: false },
5511
+ lastUpdated: null,
5512
+ launchDate: "2025-09-01"
5513
+ },
5514
+ {
5515
+ modelId: "sunoapi-suno-v5",
5516
+ provider: "sunoapi",
5517
+ displayName: "Suno v5 via SunoAPI.org",
5518
+ costPerMinute: 375e-5,
5519
+ maxDuration: 480,
5520
+ outputFormat: "mp3",
5521
+ vocals: true,
5522
+ official: false,
5523
+ pricingNote: "Unofficial. 12 cr/call, 2 songs/call = $0.03/song at 8 min max",
5524
+ source: "seed",
5525
+ status: "active",
5526
+ confidence: "high",
5527
+ confidenceScore: 99,
5528
+ confidenceLevel: "high",
5529
+ freshness: { lastVerified: "", ageHours: 0, stale: false },
5530
+ lastUpdated: null,
5531
+ launchDate: "2026-01-01"
5456
5532
  }
5457
5533
  ];
5458
5534
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pricetoken",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "description": "Real-time LLM pricing data — typed client, cost calculator, and static pricing",
5
5
  "keywords": [
6
6
  "llm",