metergraph-core 0.2.2__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.2/src/metergraph_core.egg-info → metergraph_core-0.2.4}/PKG-INFO +1 -1
- {metergraph_core-0.2.2 → metergraph_core-0.2.4}/pyproject.toml +1 -1
- {metergraph_core-0.2.2 → metergraph_core-0.2.4}/src/metergraph_core/data/prices.yaml +85 -2
- {metergraph_core-0.2.2 → metergraph_core-0.2.4/src/metergraph_core.egg-info}/PKG-INFO +1 -1
- {metergraph_core-0.2.2 → metergraph_core-0.2.4}/MANIFEST.in +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.4}/README.md +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.4}/setup.cfg +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.4}/src/metergraph_core/__init__.py +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.4}/src/metergraph_core/billing.py +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.4}/src/metergraph_core/catalog.py +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.4}/src/metergraph_core/loader.py +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.4}/src/metergraph_core/retrieval.py +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.4}/src/metergraph_core.egg-info/SOURCES.txt +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.4}/src/metergraph_core.egg-info/dependency_links.txt +0 -0
- {metergraph_core-0.2.2 → metergraph_core-0.2.4}/src/metergraph_core.egg-info/requires.txt +0 -0
- {metergraph_core-0.2.2 → 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
|
|
@@ -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"
|
|
@@ -478,6 +511,7 @@ models:
|
|
|
478
511
|
- channel: google-api
|
|
479
512
|
region: global
|
|
480
513
|
effective_from: "2025-11-18"
|
|
514
|
+
effective_to: "2026-03-09"
|
|
481
515
|
input_per_mtok: 2.00
|
|
482
516
|
output_per_mtok: 12.00
|
|
483
517
|
cache_read_per_mtok: 0.20
|
|
@@ -490,12 +524,25 @@ models:
|
|
|
490
524
|
- canonical_id: google/gemini-3.1-pro-preview
|
|
491
525
|
publisher: google
|
|
492
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}
|
|
493
529
|
- {provider: vertex-ai, alias: gemini-3.1-pro-preview, channel: google-vertex-ai}
|
|
494
530
|
- provider: google
|
|
495
531
|
alias: google/gemini-3.1-pro-preview
|
|
496
532
|
channel: vercel-ai-gateway
|
|
497
533
|
rules: {input_includes_cache_read: true}
|
|
498
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
|
|
499
546
|
- channel: google-vertex-ai
|
|
500
547
|
region: global
|
|
501
548
|
effective_from: "2026-02-19"
|
|
@@ -598,6 +645,18 @@ models:
|
|
|
598
645
|
cache_read_per_mtok: 0.015
|
|
599
646
|
source_url: https://ai-gateway.vercel.sh/v1/models
|
|
600
647
|
|
|
648
|
+
- canonical_id: google/gemma-3-27b-it
|
|
649
|
+
publisher: google
|
|
650
|
+
aliases:
|
|
651
|
+
- {provider: bedrock, alias: google.gemma-3-27b-it, channel: aws-bedrock}
|
|
652
|
+
prices:
|
|
653
|
+
- channel: aws-bedrock
|
|
654
|
+
region: us-west-2
|
|
655
|
+
effective_from: "2026-08-27"
|
|
656
|
+
input_per_mtok: 0.23
|
|
657
|
+
output_per_mtok: 0.38
|
|
658
|
+
source_url: https://aws.amazon.com/bedrock/pricing/
|
|
659
|
+
|
|
601
660
|
- canonical_id: nvidia/nemotron-3-super-120b-a12b
|
|
602
661
|
publisher: nvidia
|
|
603
662
|
aliases:
|
|
@@ -653,6 +712,18 @@ models:
|
|
|
653
712
|
output_per_mtok: 1.85
|
|
654
713
|
source_url: https://aws.amazon.com/bedrock/pricing/
|
|
655
714
|
|
|
715
|
+
- canonical_id: deepseek/v3.1
|
|
716
|
+
publisher: deepseek
|
|
717
|
+
aliases:
|
|
718
|
+
- {provider: bedrock, alias: deepseek.v3-v1:0, channel: aws-bedrock}
|
|
719
|
+
prices:
|
|
720
|
+
- channel: aws-bedrock
|
|
721
|
+
region: us-west-2
|
|
722
|
+
effective_from: "2026-08-27"
|
|
723
|
+
input_per_mtok: 0.58
|
|
724
|
+
output_per_mtok: 1.68
|
|
725
|
+
source_url: https://aws.amazon.com/bedrock/pricing/
|
|
726
|
+
|
|
656
727
|
- canonical_id: deepseek/v4-flash
|
|
657
728
|
publisher: deepseek
|
|
658
729
|
aliases:
|
|
@@ -904,6 +975,18 @@ models:
|
|
|
904
975
|
cache_read_per_mtok: 0.29
|
|
905
976
|
source_url: https://vercel.com/ai-gateway/models/kimi-k3/providers
|
|
906
977
|
|
|
978
|
+
- canonical_id: moonshotai/kimi-k2.5
|
|
979
|
+
publisher: moonshotai
|
|
980
|
+
aliases:
|
|
981
|
+
- {provider: bedrock, alias: moonshotai.kimi-k2.5, channel: aws-bedrock}
|
|
982
|
+
prices:
|
|
983
|
+
- channel: aws-bedrock
|
|
984
|
+
region: us-west-2
|
|
985
|
+
effective_from: "2026-08-27"
|
|
986
|
+
input_per_mtok: 0.60
|
|
987
|
+
output_per_mtok: 3.00
|
|
988
|
+
source_url: https://aws.amazon.com/bedrock/pricing/
|
|
989
|
+
|
|
907
990
|
- canonical_id: minimax/minimax-m3
|
|
908
991
|
publisher: minimax
|
|
909
992
|
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.4}/src/metergraph_core.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|