metergraph-core 0.2.4__tar.gz → 0.2.6__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.6
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.6"
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-09-01"
9
+ version: "2026-09-02"
10
10
  currency: USD
11
- pricing_verified_at: "2026-09-01"
11
+ pricing_verified_at: "2026-09-02"
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:
@@ -1059,6 +1078,40 @@ models:
1059
1078
  cache_read_per_mtok: 0.05
1060
1079
  source_url: https://vercel.com/ai-gateway/models/grok-4.1-fast-reasoning/providers
1061
1080
 
1081
+ # Vercel now serves the Grok creator namespace as spacexai/*; canonical ids
1082
+ # stay xai/* (publisher). Non-reasoning shares the fast-reasoning launch rate.
1083
+ - canonical_id: xai/grok-4.1-fast-non-reasoning
1084
+ publisher: xai
1085
+ aliases:
1086
+ - provider: xai
1087
+ alias: spacexai/grok-4.1-fast-non-reasoning
1088
+ channel: vercel-ai-gateway
1089
+ rules: {input_includes_cache_read: true}
1090
+ prices:
1091
+ - channel: vercel-ai-gateway
1092
+ region: global
1093
+ effective_from: "2025-11-19"
1094
+ input_per_mtok: 0.20
1095
+ output_per_mtok: 0.50
1096
+ cache_read_per_mtok: 0.05
1097
+ source_url: https://vercel.com/ai-gateway/models/grok-4.1-fast-non-reasoning/providers
1098
+
1099
+ - canonical_id: xai/grok-4.6
1100
+ publisher: xai
1101
+ aliases:
1102
+ - provider: xai
1103
+ alias: spacexai/grok-4.6
1104
+ channel: vercel-ai-gateway
1105
+ rules: {input_includes_cache_read: true}
1106
+ prices:
1107
+ - channel: vercel-ai-gateway
1108
+ region: global
1109
+ effective_from: "2026-08-01"
1110
+ input_per_mtok: 2.00
1111
+ output_per_mtok: 6.00
1112
+ cache_read_per_mtok: 0.50
1113
+ source_url: https://vercel.com/ai-gateway/models/grok-4.6/providers
1114
+
1062
1115
  # Retrieval prices: USD per 1,000 counted operations (completed searches, tool
1063
1116
  # calls, executed grounding queries), billed on the provider's direct channel.
1064
1117
  # These sit alongside the model-token catalog above but are priced per unit, not
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metergraph-core
3
- Version: 0.2.4
3
+ Version: 0.2.6
4
4
  Summary: Reusable MeterGraph catalog and deterministic billing engine
5
5
  License-Expression: Apache-2.0
6
6
  Requires-Python: >=3.10