metergraph-core 0.2.5__tar.gz → 0.2.7__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.5/src/metergraph_core.egg-info → metergraph_core-0.2.7}/PKG-INFO +1 -1
- {metergraph_core-0.2.5 → metergraph_core-0.2.7}/pyproject.toml +1 -1
- {metergraph_core-0.2.5 → metergraph_core-0.2.7}/src/metergraph_core/data/prices.yaml +105 -2
- {metergraph_core-0.2.5 → metergraph_core-0.2.7/src/metergraph_core.egg-info}/PKG-INFO +1 -1
- {metergraph_core-0.2.5 → metergraph_core-0.2.7}/MANIFEST.in +0 -0
- {metergraph_core-0.2.5 → metergraph_core-0.2.7}/README.md +0 -0
- {metergraph_core-0.2.5 → metergraph_core-0.2.7}/setup.cfg +0 -0
- {metergraph_core-0.2.5 → metergraph_core-0.2.7}/src/metergraph_core/__init__.py +0 -0
- {metergraph_core-0.2.5 → metergraph_core-0.2.7}/src/metergraph_core/billing.py +0 -0
- {metergraph_core-0.2.5 → metergraph_core-0.2.7}/src/metergraph_core/catalog.py +0 -0
- {metergraph_core-0.2.5 → metergraph_core-0.2.7}/src/metergraph_core/loader.py +0 -0
- {metergraph_core-0.2.5 → metergraph_core-0.2.7}/src/metergraph_core/retrieval.py +0 -0
- {metergraph_core-0.2.5 → metergraph_core-0.2.7}/src/metergraph_core.egg-info/SOURCES.txt +0 -0
- {metergraph_core-0.2.5 → metergraph_core-0.2.7}/src/metergraph_core.egg-info/dependency_links.txt +0 -0
- {metergraph_core-0.2.5 → metergraph_core-0.2.7}/src/metergraph_core.egg-info/requires.txt +0 -0
- {metergraph_core-0.2.5 → metergraph_core-0.2.7}/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-09-
|
|
9
|
+
version: "2026-09-02"
|
|
10
10
|
currency: USD
|
|
11
|
-
pricing_verified_at: "2026-09-
|
|
11
|
+
pricing_verified_at: "2026-09-02"
|
|
12
12
|
models:
|
|
13
13
|
- canonical_id: openai/gpt-5.6-sol
|
|
14
14
|
publisher: openai
|
|
@@ -25,6 +25,7 @@ models:
|
|
|
25
25
|
- channel: openai-api
|
|
26
26
|
region: global
|
|
27
27
|
effective_from: "2026-07-09"
|
|
28
|
+
effective_to: "2026-08-21"
|
|
28
29
|
input_per_mtok: 5.00
|
|
29
30
|
output_per_mtok: 30.00
|
|
30
31
|
cache_read_per_mtok: 0.50
|
|
@@ -35,9 +36,24 @@ models:
|
|
|
35
36
|
input_includes_cache_read: true
|
|
36
37
|
long_context: {threshold: 272000, input_multiplier: 2, output_multiplier: 1.5}
|
|
37
38
|
source_url: https://developers.openai.com/api/docs/models/gpt-5.6-sol
|
|
39
|
+
# OpenAI's 2026-08-21 update cut the direct rate; cache write stays 1.25x input.
|
|
40
|
+
- channel: openai-api
|
|
41
|
+
region: global
|
|
42
|
+
effective_from: "2026-08-21"
|
|
43
|
+
input_per_mtok: 4.00
|
|
44
|
+
output_per_mtok: 20.00
|
|
45
|
+
cache_read_per_mtok: 0.40
|
|
46
|
+
cache_write_5m_per_mtok: 5.00
|
|
47
|
+
batch_input_per_mtok: 2.00
|
|
48
|
+
batch_output_per_mtok: 10.00
|
|
49
|
+
rules:
|
|
50
|
+
input_includes_cache_read: true
|
|
51
|
+
long_context: {threshold: 272000, input_multiplier: 2, output_multiplier: 1.5}
|
|
52
|
+
source_url: https://developers.openai.com/api/docs/models/gpt-5.6-sol
|
|
38
53
|
- channel: vercel-ai-gateway
|
|
39
54
|
region: global
|
|
40
55
|
effective_from: "2026-07-09"
|
|
56
|
+
effective_to: "2026-09-02"
|
|
41
57
|
input_per_mtok: 5.00
|
|
42
58
|
output_per_mtok: 30.00
|
|
43
59
|
cache_read_per_mtok: 0.50
|
|
@@ -45,6 +61,18 @@ models:
|
|
|
45
61
|
rules:
|
|
46
62
|
long_context: {threshold: 272000, input_multiplier: 2, output_multiplier: 1.5}
|
|
47
63
|
source_url: https://vercel.com/ai-gateway/models/gpt-5.6-sol/providers
|
|
64
|
+
# Vercel's top-level Gateway rate is indicative and varies by provider.
|
|
65
|
+
- channel: vercel-ai-gateway
|
|
66
|
+
region: global
|
|
67
|
+
effective_from: "2026-09-02"
|
|
68
|
+
input_per_mtok: 2.00
|
|
69
|
+
output_per_mtok: 10.00
|
|
70
|
+
cache_read_per_mtok: 0.20
|
|
71
|
+
cache_write_5m_per_mtok: 2.50
|
|
72
|
+
rules:
|
|
73
|
+
varies_by_provider: true
|
|
74
|
+
long_context: {threshold: 272000, input_multiplier: 2, output_multiplier: 1.5}
|
|
75
|
+
source_url: https://ai-gateway.vercel.sh/v1/models
|
|
48
76
|
- channel: aws-bedrock
|
|
49
77
|
region: us-west-2
|
|
50
78
|
effective_from: "2026-08-17"
|
|
@@ -764,10 +792,18 @@ models:
|
|
|
764
792
|
- channel: vercel-ai-gateway
|
|
765
793
|
region: global
|
|
766
794
|
effective_from: "2026-04-24"
|
|
795
|
+
effective_to: "2026-09-02"
|
|
767
796
|
input_per_mtok: 0.14
|
|
768
797
|
output_per_mtok: 0.28
|
|
769
798
|
cache_read_per_mtok: 0.0028
|
|
770
799
|
source_url: https://vercel.com/ai-gateway/models/deepseek-v4-flash/providers
|
|
800
|
+
- channel: vercel-ai-gateway
|
|
801
|
+
region: global
|
|
802
|
+
effective_from: "2026-09-02"
|
|
803
|
+
input_per_mtok: 0.13
|
|
804
|
+
output_per_mtok: 0.26
|
|
805
|
+
cache_read_per_mtok: 0.028
|
|
806
|
+
source_url: https://vercel.com/ai-gateway/models/deepseek-v4-flash/providers
|
|
771
807
|
|
|
772
808
|
- canonical_id: deepseek/v4-pro
|
|
773
809
|
publisher: deepseek
|
|
@@ -790,10 +826,18 @@ models:
|
|
|
790
826
|
- channel: vercel-ai-gateway
|
|
791
827
|
region: global
|
|
792
828
|
effective_from: "2026-04-24"
|
|
829
|
+
effective_to: "2026-09-02"
|
|
793
830
|
input_per_mtok: 0.435
|
|
794
831
|
output_per_mtok: 0.87
|
|
795
832
|
cache_read_per_mtok: 0.003625
|
|
796
833
|
source_url: https://vercel.com/ai-gateway/models/deepseek-v4-pro/providers
|
|
834
|
+
- channel: vercel-ai-gateway
|
|
835
|
+
region: global
|
|
836
|
+
effective_from: "2026-09-02"
|
|
837
|
+
input_per_mtok: 0.66
|
|
838
|
+
output_per_mtok: 1.98
|
|
839
|
+
cache_read_per_mtok: 0.022
|
|
840
|
+
source_url: https://vercel.com/ai-gateway/models/deepseek-v4-pro/providers
|
|
797
841
|
|
|
798
842
|
- canonical_id: xai/grok-4.3
|
|
799
843
|
publisher: xai
|
|
@@ -897,6 +941,23 @@ models:
|
|
|
897
941
|
- channel: vercel-ai-gateway
|
|
898
942
|
region: global
|
|
899
943
|
effective_from: "2026-07-21"
|
|
944
|
+
effective_to: "2026-09-02"
|
|
945
|
+
input_per_mtok: 1.50
|
|
946
|
+
output_per_mtok: 7.50
|
|
947
|
+
cache_read_per_mtok: 0.15
|
|
948
|
+
source_url: https://vercel.com/ai-gateway/models/gemini-3.6-flash/providers
|
|
949
|
+
# Vercel Gateway promotional rate; reverts to the standard rate 2027-01-01.
|
|
950
|
+
- channel: vercel-ai-gateway
|
|
951
|
+
region: global
|
|
952
|
+
effective_from: "2026-09-02"
|
|
953
|
+
effective_to: "2027-01-01"
|
|
954
|
+
input_per_mtok: 0.75
|
|
955
|
+
output_per_mtok: 3.75
|
|
956
|
+
cache_read_per_mtok: 0.075
|
|
957
|
+
source_url: https://vercel.com/ai-gateway/models/gemini-3.6-flash/providers
|
|
958
|
+
- channel: vercel-ai-gateway
|
|
959
|
+
region: global
|
|
960
|
+
effective_from: "2027-01-01"
|
|
900
961
|
input_per_mtok: 1.50
|
|
901
962
|
output_per_mtok: 7.50
|
|
902
963
|
cache_read_per_mtok: 0.15
|
|
@@ -989,10 +1050,18 @@ models:
|
|
|
989
1050
|
- channel: vercel-ai-gateway
|
|
990
1051
|
region: global
|
|
991
1052
|
effective_from: "2026-07-16"
|
|
1053
|
+
effective_to: "2026-09-02"
|
|
992
1054
|
input_per_mtok: 2.90
|
|
993
1055
|
output_per_mtok: 14.00
|
|
994
1056
|
cache_read_per_mtok: 0.29
|
|
995
1057
|
source_url: https://vercel.com/ai-gateway/models/kimi-k3/providers
|
|
1058
|
+
- channel: vercel-ai-gateway
|
|
1059
|
+
region: global
|
|
1060
|
+
effective_from: "2026-09-02"
|
|
1061
|
+
input_per_mtok: 3.00
|
|
1062
|
+
output_per_mtok: 15.00
|
|
1063
|
+
cache_read_per_mtok: 0.30
|
|
1064
|
+
source_url: https://vercel.com/ai-gateway/models/kimi-k3/providers
|
|
996
1065
|
|
|
997
1066
|
- canonical_id: moonshotai/kimi-k2.5
|
|
998
1067
|
publisher: moonshotai
|
|
@@ -1078,6 +1147,40 @@ models:
|
|
|
1078
1147
|
cache_read_per_mtok: 0.05
|
|
1079
1148
|
source_url: https://vercel.com/ai-gateway/models/grok-4.1-fast-reasoning/providers
|
|
1080
1149
|
|
|
1150
|
+
# Vercel now serves the Grok creator namespace as spacexai/*; canonical ids
|
|
1151
|
+
# stay xai/* (publisher). Non-reasoning shares the fast-reasoning launch rate.
|
|
1152
|
+
- canonical_id: xai/grok-4.1-fast-non-reasoning
|
|
1153
|
+
publisher: xai
|
|
1154
|
+
aliases:
|
|
1155
|
+
- provider: xai
|
|
1156
|
+
alias: spacexai/grok-4.1-fast-non-reasoning
|
|
1157
|
+
channel: vercel-ai-gateway
|
|
1158
|
+
rules: {input_includes_cache_read: true}
|
|
1159
|
+
prices:
|
|
1160
|
+
- channel: vercel-ai-gateway
|
|
1161
|
+
region: global
|
|
1162
|
+
effective_from: "2025-11-19"
|
|
1163
|
+
input_per_mtok: 0.20
|
|
1164
|
+
output_per_mtok: 0.50
|
|
1165
|
+
cache_read_per_mtok: 0.05
|
|
1166
|
+
source_url: https://vercel.com/ai-gateway/models/grok-4.1-fast-non-reasoning/providers
|
|
1167
|
+
|
|
1168
|
+
- canonical_id: xai/grok-4.6
|
|
1169
|
+
publisher: xai
|
|
1170
|
+
aliases:
|
|
1171
|
+
- provider: xai
|
|
1172
|
+
alias: spacexai/grok-4.6
|
|
1173
|
+
channel: vercel-ai-gateway
|
|
1174
|
+
rules: {input_includes_cache_read: true}
|
|
1175
|
+
prices:
|
|
1176
|
+
- channel: vercel-ai-gateway
|
|
1177
|
+
region: global
|
|
1178
|
+
effective_from: "2026-08-01"
|
|
1179
|
+
input_per_mtok: 2.00
|
|
1180
|
+
output_per_mtok: 6.00
|
|
1181
|
+
cache_read_per_mtok: 0.50
|
|
1182
|
+
source_url: https://vercel.com/ai-gateway/models/grok-4.6/providers
|
|
1183
|
+
|
|
1081
1184
|
# Retrieval prices: USD per 1,000 counted operations (completed searches, tool
|
|
1082
1185
|
# calls, executed grounding queries), billed on the provider's direct channel.
|
|
1083
1186
|
# These sit alongside the model-token catalog above but are priced per unit, not
|
|
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.5 → metergraph_core-0.2.7}/src/metergraph_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|