metergraph-core 0.2.7__tar.gz → 0.2.8__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.7
3
+ Version: 0.2.8
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.7"
3
+ version = "0.2.8"
4
4
  description = "Reusable MeterGraph catalog and deterministic billing engine"
5
5
  readme = "README.md"
6
6
  license = "Apache-2.0"
@@ -251,7 +251,10 @@ models:
251
251
  aliases:
252
252
  - {provider: openai, alias: gpt-5.4-nano, channel: openai-api}
253
253
  - {provider: openai, alias: gpt-5.4-nano-2026-03-17, channel: openai-api}
254
- - {provider: openai, alias: openai/gpt-5.4-nano, channel: openai-api}
254
+ - provider: openai
255
+ alias: openai/gpt-5.4-nano
256
+ channel: vercel-ai-gateway
257
+ rules: {input_includes_cache_read: true, input_includes_cache_write: true}
255
258
  prices:
256
259
  - channel: openai-api
257
260
  region: global
@@ -264,6 +267,13 @@ models:
264
267
  rules:
265
268
  input_includes_cache_read: true
266
269
  source_url: https://developers.openai.com/api/docs/models/gpt-5.4-nano
270
+ - channel: vercel-ai-gateway
271
+ region: global
272
+ effective_from: "2026-03-17"
273
+ input_per_mtok: 0.20
274
+ output_per_mtok: 1.25
275
+ cache_read_per_mtok: 0.02
276
+ source_url: https://vercel.com/ai-gateway/models/gpt-5.4-nano/providers
267
277
 
268
278
  - canonical_id: openai/gpt-4o-mini
269
279
  publisher: openai
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: metergraph-core
3
- Version: 0.2.7
3
+ Version: 0.2.8
4
4
  Summary: Reusable MeterGraph catalog and deterministic billing engine
5
5
  License-Expression: Apache-2.0
6
6
  Requires-Python: >=3.10