metergraph-core 0.2.4__tar.gz → 0.2.5__tar.gz

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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metergraph-core
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: Reusable MeterGraph catalog and deterministic billing engine
5
5
  License-Expression: Apache-2.0
6
6
  Requires-Python: >=3.10
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "metergraph-core"
3
- version = "0.2.4"
3
+ version = "0.2.5"
4
4
  description = "Reusable MeterGraph catalog and deterministic billing engine"
5
5
  readme = "README.md"
6
6
  license = "Apache-2.0"
@@ -501,6 +501,25 @@ models:
501
501
  batch_output_per_mtok: 7.50
502
502
  source_url: https://platform.claude.com/docs/en/about-claude/pricing
503
503
 
504
+ - canonical_id: anthropic/claude-sonnet-4.5
505
+ publisher: anthropic
506
+ aliases:
507
+ - {provider: anthropic, alias: claude-sonnet-4-5, channel: anthropic-api}
508
+ - {provider: anthropic, alias: claude-sonnet-4-5-20250929, channel: anthropic-api}
509
+ - {provider: anthropic, alias: anthropic/claude-sonnet-4.5, channel: anthropic-api}
510
+ prices:
511
+ - channel: anthropic-api
512
+ region: global
513
+ effective_from: "2025-09-29"
514
+ input_per_mtok: 3.00
515
+ output_per_mtok: 15.00
516
+ cache_read_per_mtok: 0.30
517
+ cache_write_5m_per_mtok: 3.75
518
+ cache_write_1h_per_mtok: 6.00
519
+ batch_input_per_mtok: 1.50
520
+ batch_output_per_mtok: 7.50
521
+ source_url: https://platform.claude.com/docs/en/about-claude/pricing
522
+
504
523
  - canonical_id: google/gemini-3-pro
505
524
  publisher: google
506
525
  aliases:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metergraph-core
3
- Version: 0.2.4
3
+ Version: 0.2.5
4
4
  Summary: Reusable MeterGraph catalog and deterministic billing engine
5
5
  License-Expression: Apache-2.0
6
6
  Requires-Python: >=3.10