metergraph-core 0.2.2__tar.gz → 0.2.3__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.2/src/metergraph_core.egg-info → metergraph_core-0.2.3}/PKG-INFO +1 -1
- {metergraph_core-0.2.2 → metergraph_core-0.2.3}/pyproject.toml +1 -1
- {metergraph_core-0.2.2 → metergraph_core-0.2.3}/src/metergraph_core/data/prices.yaml +71 -2
- {metergraph_core-0.2.2 → metergraph_core-0.2.3/src/metergraph_core.egg-info}/PKG-INFO +1 -1
- {metergraph_core-0.2.2 → metergraph_core-0.2.3}/MANIFEST.in +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.3}/README.md +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.3}/setup.cfg +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.3}/src/metergraph_core/__init__.py +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.3}/src/metergraph_core/billing.py +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.3}/src/metergraph_core/catalog.py +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.3}/src/metergraph_core/loader.py +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.3}/src/metergraph_core/retrieval.py +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.3}/src/metergraph_core.egg-info/SOURCES.txt +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.3}/src/metergraph_core.egg-info/dependency_links.txt +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.3}/src/metergraph_core.egg-info/requires.txt +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.3}/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-08-
|
|
9
|
+
version: "2026-08-27"
|
|
10
10
|
currency: USD
|
|
11
|
-
pricing_verified_at: "2026-08-
|
|
11
|
+
pricing_verified_at: "2026-08-27"
|
|
12
12
|
models:
|
|
13
13
|
- canonical_id: openai/gpt-5.6-sol
|
|
14
14
|
publisher: openai
|
|
@@ -20,6 +20,7 @@ models:
|
|
|
20
20
|
alias: openai/gpt-5.6-sol
|
|
21
21
|
channel: vercel-ai-gateway
|
|
22
22
|
rules: {input_includes_cache_read: true, input_includes_cache_write: true}
|
|
23
|
+
- {provider: bedrock, alias: us.openai.gpt-5.6-sol, channel: aws-bedrock}
|
|
23
24
|
prices:
|
|
24
25
|
- channel: openai-api
|
|
25
26
|
region: global
|
|
@@ -44,6 +45,16 @@ models:
|
|
|
44
45
|
rules:
|
|
45
46
|
long_context: {threshold: 272000, input_multiplier: 2, output_multiplier: 1.5}
|
|
46
47
|
source_url: https://vercel.com/ai-gateway/models/gpt-5.6-sol/providers
|
|
48
|
+
- channel: aws-bedrock
|
|
49
|
+
region: us-west-2
|
|
50
|
+
effective_from: "2026-08-17"
|
|
51
|
+
input_per_mtok: 5.50
|
|
52
|
+
output_per_mtok: 33.00
|
|
53
|
+
cache_read_per_mtok: 0.55
|
|
54
|
+
cache_write_5m_per_mtok: 6.875
|
|
55
|
+
rules:
|
|
56
|
+
long_context: {threshold: 272000, input_multiplier: 2, output_multiplier: 1.5}
|
|
57
|
+
source_url: https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-openai-gpt-56-sol.html
|
|
47
58
|
|
|
48
59
|
- canonical_id: openai/gpt-5.6-terra
|
|
49
60
|
publisher: openai
|
|
@@ -53,6 +64,7 @@ models:
|
|
|
53
64
|
alias: openai/gpt-5.6-terra
|
|
54
65
|
channel: vercel-ai-gateway
|
|
55
66
|
rules: {input_includes_cache_read: true, input_includes_cache_write: true}
|
|
67
|
+
- {provider: bedrock, alias: us.openai.gpt-5.6-terra, channel: aws-bedrock}
|
|
56
68
|
prices:
|
|
57
69
|
- channel: openai-api
|
|
58
70
|
region: global
|
|
@@ -77,6 +89,16 @@ models:
|
|
|
77
89
|
rules:
|
|
78
90
|
long_context: {threshold: 272000, input_multiplier: 2, output_multiplier: 1.5}
|
|
79
91
|
source_url: https://vercel.com/ai-gateway/models/gpt-5.6-terra/providers
|
|
92
|
+
- channel: aws-bedrock
|
|
93
|
+
region: us-west-2
|
|
94
|
+
effective_from: "2026-08-17"
|
|
95
|
+
input_per_mtok: 2.20
|
|
96
|
+
output_per_mtok: 13.20
|
|
97
|
+
cache_read_per_mtok: 0.22
|
|
98
|
+
cache_write_5m_per_mtok: 2.75
|
|
99
|
+
rules:
|
|
100
|
+
long_context: {threshold: 272000, input_multiplier: 2, output_multiplier: 1.5}
|
|
101
|
+
source_url: https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-openai-gpt-56-terra.html
|
|
80
102
|
|
|
81
103
|
- canonical_id: openai/gpt-5.6-luna
|
|
82
104
|
publisher: openai
|
|
@@ -86,6 +108,7 @@ models:
|
|
|
86
108
|
alias: openai/gpt-5.6-luna
|
|
87
109
|
channel: vercel-ai-gateway
|
|
88
110
|
rules: {input_includes_cache_read: true, input_includes_cache_write: true}
|
|
111
|
+
- {provider: bedrock, alias: us.openai.gpt-5.6-luna, channel: aws-bedrock}
|
|
89
112
|
prices:
|
|
90
113
|
- channel: openai-api
|
|
91
114
|
region: global
|
|
@@ -125,6 +148,16 @@ models:
|
|
|
125
148
|
rules:
|
|
126
149
|
long_context: {threshold: 272000, input_multiplier: 2, output_multiplier: 1.5}
|
|
127
150
|
source_url: https://ai-gateway.vercel.sh/v1/models
|
|
151
|
+
- channel: aws-bedrock
|
|
152
|
+
region: us-west-2
|
|
153
|
+
effective_from: "2026-08-17"
|
|
154
|
+
input_per_mtok: 0.22
|
|
155
|
+
output_per_mtok: 1.32
|
|
156
|
+
cache_read_per_mtok: 0.022
|
|
157
|
+
cache_write_5m_per_mtok: 0.275
|
|
158
|
+
rules:
|
|
159
|
+
long_context: {threshold: 272000, input_multiplier: 2, output_multiplier: 1.5}
|
|
160
|
+
source_url: https://docs.aws.amazon.com/bedrock/latest/userguide/model-card-openai-gpt-56-luna.html
|
|
128
161
|
- channel: vercel-ai-gateway
|
|
129
162
|
region: global
|
|
130
163
|
effective_from: "2026-07-30"
|
|
@@ -598,6 +631,18 @@ models:
|
|
|
598
631
|
cache_read_per_mtok: 0.015
|
|
599
632
|
source_url: https://ai-gateway.vercel.sh/v1/models
|
|
600
633
|
|
|
634
|
+
- canonical_id: google/gemma-3-27b-it
|
|
635
|
+
publisher: google
|
|
636
|
+
aliases:
|
|
637
|
+
- {provider: bedrock, alias: google.gemma-3-27b-it, channel: aws-bedrock}
|
|
638
|
+
prices:
|
|
639
|
+
- channel: aws-bedrock
|
|
640
|
+
region: us-west-2
|
|
641
|
+
effective_from: "2026-08-27"
|
|
642
|
+
input_per_mtok: 0.23
|
|
643
|
+
output_per_mtok: 0.38
|
|
644
|
+
source_url: https://aws.amazon.com/bedrock/pricing/
|
|
645
|
+
|
|
601
646
|
- canonical_id: nvidia/nemotron-3-super-120b-a12b
|
|
602
647
|
publisher: nvidia
|
|
603
648
|
aliases:
|
|
@@ -653,6 +698,18 @@ models:
|
|
|
653
698
|
output_per_mtok: 1.85
|
|
654
699
|
source_url: https://aws.amazon.com/bedrock/pricing/
|
|
655
700
|
|
|
701
|
+
- canonical_id: deepseek/v3.1
|
|
702
|
+
publisher: deepseek
|
|
703
|
+
aliases:
|
|
704
|
+
- {provider: bedrock, alias: deepseek.v3-v1:0, channel: aws-bedrock}
|
|
705
|
+
prices:
|
|
706
|
+
- channel: aws-bedrock
|
|
707
|
+
region: us-west-2
|
|
708
|
+
effective_from: "2026-08-27"
|
|
709
|
+
input_per_mtok: 0.58
|
|
710
|
+
output_per_mtok: 1.68
|
|
711
|
+
source_url: https://aws.amazon.com/bedrock/pricing/
|
|
712
|
+
|
|
656
713
|
- canonical_id: deepseek/v4-flash
|
|
657
714
|
publisher: deepseek
|
|
658
715
|
aliases:
|
|
@@ -904,6 +961,18 @@ models:
|
|
|
904
961
|
cache_read_per_mtok: 0.29
|
|
905
962
|
source_url: https://vercel.com/ai-gateway/models/kimi-k3/providers
|
|
906
963
|
|
|
964
|
+
- canonical_id: moonshotai/kimi-k2.5
|
|
965
|
+
publisher: moonshotai
|
|
966
|
+
aliases:
|
|
967
|
+
- {provider: bedrock, alias: moonshotai.kimi-k2.5, channel: aws-bedrock}
|
|
968
|
+
prices:
|
|
969
|
+
- channel: aws-bedrock
|
|
970
|
+
region: us-west-2
|
|
971
|
+
effective_from: "2026-08-27"
|
|
972
|
+
input_per_mtok: 0.60
|
|
973
|
+
output_per_mtok: 3.00
|
|
974
|
+
source_url: https://aws.amazon.com/bedrock/pricing/
|
|
975
|
+
|
|
907
976
|
- canonical_id: minimax/minimax-m3
|
|
908
977
|
publisher: minimax
|
|
909
978
|
aliases:
|
|
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.2 → metergraph_core-0.2.3}/src/metergraph_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|