metergraph-core 0.2.3__tar.gz → 0.2.4__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.4
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.4"
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
@@ -511,6 +511,7 @@ models:
511
511
  - channel: google-api
512
512
  region: global
513
513
  effective_from: "2025-11-18"
514
+ effective_to: "2026-03-09"
514
515
  input_per_mtok: 2.00
515
516
  output_per_mtok: 12.00
516
517
  cache_read_per_mtok: 0.20
@@ -523,12 +524,25 @@ models:
523
524
  - canonical_id: google/gemini-3.1-pro-preview
524
525
  publisher: google
525
526
  aliases:
527
+ - {provider: google, alias: gemini-3.1-pro-preview, channel: google-api}
528
+ - {provider: google, alias: models/gemini-3.1-pro-preview, channel: google-api}
526
529
  - {provider: vertex-ai, alias: gemini-3.1-pro-preview, channel: google-vertex-ai}
527
530
  - provider: google
528
531
  alias: google/gemini-3.1-pro-preview
529
532
  channel: vercel-ai-gateway
530
533
  rules: {input_includes_cache_read: true}
531
534
  prices:
535
+ - channel: google-api
536
+ region: global
537
+ effective_from: "2026-02-19"
538
+ input_per_mtok: 2.00
539
+ output_per_mtok: 12.00
540
+ cache_read_per_mtok: 0.20
541
+ batch_input_per_mtok: 1.00
542
+ batch_output_per_mtok: 6.00
543
+ rules:
544
+ long_context: {threshold: 200000, input_multiplier: 2, output_multiplier: 1.5}
545
+ source_url: https://ai.google.dev/gemini-api/docs/pricing
532
546
  - channel: google-vertex-ai
533
547
  region: global
534
548
  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.4
4
4
  Summary: Reusable MeterGraph catalog and deterministic billing engine
5
5
  License-Expression: Apache-2.0
6
6
  Requires-Python: >=3.10