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.
- {metergraph_core-0.2.7/src/metergraph_core.egg-info → metergraph_core-0.2.8}/PKG-INFO +1 -1
- {metergraph_core-0.2.7 → metergraph_core-0.2.8}/pyproject.toml +1 -1
- {metergraph_core-0.2.7 → metergraph_core-0.2.8}/src/metergraph_core/data/prices.yaml +11 -1
- {metergraph_core-0.2.7 → metergraph_core-0.2.8/src/metergraph_core.egg-info}/PKG-INFO +1 -1
- {metergraph_core-0.2.7 → metergraph_core-0.2.8}/MANIFEST.in +0 -0
- {metergraph_core-0.2.7 → metergraph_core-0.2.8}/README.md +0 -0
- {metergraph_core-0.2.7 → metergraph_core-0.2.8}/setup.cfg +0 -0
- {metergraph_core-0.2.7 → metergraph_core-0.2.8}/src/metergraph_core/__init__.py +0 -0
- {metergraph_core-0.2.7 → metergraph_core-0.2.8}/src/metergraph_core/billing.py +0 -0
- {metergraph_core-0.2.7 → metergraph_core-0.2.8}/src/metergraph_core/catalog.py +0 -0
- {metergraph_core-0.2.7 → metergraph_core-0.2.8}/src/metergraph_core/loader.py +0 -0
- {metergraph_core-0.2.7 → metergraph_core-0.2.8}/src/metergraph_core/retrieval.py +0 -0
- {metergraph_core-0.2.7 → metergraph_core-0.2.8}/src/metergraph_core.egg-info/SOURCES.txt +0 -0
- {metergraph_core-0.2.7 → metergraph_core-0.2.8}/src/metergraph_core.egg-info/dependency_links.txt +0 -0
- {metergraph_core-0.2.7 → metergraph_core-0.2.8}/src/metergraph_core.egg-info/requires.txt +0 -0
- {metergraph_core-0.2.7 → metergraph_core-0.2.8}/src/metergraph_core.egg-info/top_level.txt +0 -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
|
-
-
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{metergraph_core-0.2.7 → metergraph_core-0.2.8}/src/metergraph_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|