metergraph-core 0.2.3__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.3
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.3"
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"
@@ -6,9 +6,9 @@
6
6
  #
7
7
  # Community updates welcome: add an alias or price entry with its provider
8
8
  # source_url and open a PR. CI validates structure and date overlaps.
9
- version: "2026-08-27"
9
+ version: "2026-09-01"
10
10
  currency: USD
11
- pricing_verified_at: "2026-08-27"
11
+ pricing_verified_at: "2026-09-01"
12
12
  models:
13
13
  - canonical_id: openai/gpt-5.6-sol
14
14
  publisher: openai
@@ -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:
@@ -511,6 +530,7 @@ models:
511
530
  - channel: google-api
512
531
  region: global
513
532
  effective_from: "2025-11-18"
533
+ effective_to: "2026-03-09"
514
534
  input_per_mtok: 2.00
515
535
  output_per_mtok: 12.00
516
536
  cache_read_per_mtok: 0.20
@@ -523,12 +543,25 @@ models:
523
543
  - canonical_id: google/gemini-3.1-pro-preview
524
544
  publisher: google
525
545
  aliases:
546
+ - {provider: google, alias: gemini-3.1-pro-preview, channel: google-api}
547
+ - {provider: google, alias: models/gemini-3.1-pro-preview, channel: google-api}
526
548
  - {provider: vertex-ai, alias: gemini-3.1-pro-preview, channel: google-vertex-ai}
527
549
  - provider: google
528
550
  alias: google/gemini-3.1-pro-preview
529
551
  channel: vercel-ai-gateway
530
552
  rules: {input_includes_cache_read: true}
531
553
  prices:
554
+ - channel: google-api
555
+ region: global
556
+ effective_from: "2026-02-19"
557
+ input_per_mtok: 2.00
558
+ output_per_mtok: 12.00
559
+ cache_read_per_mtok: 0.20
560
+ batch_input_per_mtok: 1.00
561
+ batch_output_per_mtok: 6.00
562
+ rules:
563
+ long_context: {threshold: 200000, input_multiplier: 2, output_multiplier: 1.5}
564
+ source_url: https://ai.google.dev/gemini-api/docs/pricing
532
565
  - channel: google-vertex-ai
533
566
  region: global
534
567
  effective_from: "2026-02-19"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metergraph-core
3
- Version: 0.2.3
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