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.
- {metergraph_core-0.2.3/src/metergraph_core.egg-info → metergraph_core-0.2.4}/PKG-INFO +1 -1
- {metergraph_core-0.2.3 → metergraph_core-0.2.4}/pyproject.toml +1 -1
- {metergraph_core-0.2.3 → metergraph_core-0.2.4}/src/metergraph_core/data/prices.yaml +16 -2
- {metergraph_core-0.2.3 → metergraph_core-0.2.4/src/metergraph_core.egg-info}/PKG-INFO +1 -1
- {metergraph_core-0.2.3 → metergraph_core-0.2.4}/MANIFEST.in +0 -0
- {metergraph_core-0.2.3 → metergraph_core-0.2.4}/README.md +0 -0
- {metergraph_core-0.2.3 → metergraph_core-0.2.4}/setup.cfg +0 -0
- {metergraph_core-0.2.3 → metergraph_core-0.2.4}/src/metergraph_core/__init__.py +0 -0
- {metergraph_core-0.2.3 → metergraph_core-0.2.4}/src/metergraph_core/billing.py +0 -0
- {metergraph_core-0.2.3 → metergraph_core-0.2.4}/src/metergraph_core/catalog.py +0 -0
- {metergraph_core-0.2.3 → metergraph_core-0.2.4}/src/metergraph_core/loader.py +0 -0
- {metergraph_core-0.2.3 → metergraph_core-0.2.4}/src/metergraph_core/retrieval.py +0 -0
- {metergraph_core-0.2.3 → metergraph_core-0.2.4}/src/metergraph_core.egg-info/SOURCES.txt +0 -0
- {metergraph_core-0.2.3 → metergraph_core-0.2.4}/src/metergraph_core.egg-info/dependency_links.txt +0 -0
- {metergraph_core-0.2.3 → metergraph_core-0.2.4}/src/metergraph_core.egg-info/requires.txt +0 -0
- {metergraph_core-0.2.3 → metergraph_core-0.2.4}/src/metergraph_core.egg-info/top_level.txt +0 -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-
|
|
9
|
+
version: "2026-09-01"
|
|
10
10
|
currency: USD
|
|
11
|
-
pricing_verified_at: "2026-
|
|
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"
|
|
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.3 → metergraph_core-0.2.4}/src/metergraph_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|