@openeryc/pi-ai 0.75.47 → 0.75.48
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.
package/dist/models.generated.js
CHANGED
|
@@ -2955,6 +2955,23 @@ export const MODELS = {
|
|
|
2955
2955
|
contextWindow: 1000000,
|
|
2956
2956
|
maxTokens: 128000,
|
|
2957
2957
|
},
|
|
2958
|
+
"claude-opus-4-8": {
|
|
2959
|
+
id: "claude-opus-4-8",
|
|
2960
|
+
name: "Claude Opus 4.8",
|
|
2961
|
+
api: "anthropic-messages",
|
|
2962
|
+
provider: "cloudflare-ai-gateway",
|
|
2963
|
+
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic",
|
|
2964
|
+
reasoning: true,
|
|
2965
|
+
input: ["text", "image"],
|
|
2966
|
+
cost: {
|
|
2967
|
+
input: 5,
|
|
2968
|
+
output: 25,
|
|
2969
|
+
cacheRead: 0.5,
|
|
2970
|
+
cacheWrite: 6.25,
|
|
2971
|
+
},
|
|
2972
|
+
contextWindow: 1000000,
|
|
2973
|
+
maxTokens: 128000,
|
|
2974
|
+
},
|
|
2958
2975
|
"claude-sonnet-4": {
|
|
2959
2976
|
id: "claude-sonnet-4",
|
|
2960
2977
|
name: "Claude Sonnet 4 (latest)",
|
|
@@ -10880,13 +10897,13 @@ export const MODELS = {
|
|
|
10880
10897
|
reasoning: true,
|
|
10881
10898
|
input: ["text"],
|
|
10882
10899
|
cost: {
|
|
10883
|
-
input: 0.
|
|
10900
|
+
input: 0.029,
|
|
10884
10901
|
output: 0.14,
|
|
10885
10902
|
cacheRead: 0,
|
|
10886
10903
|
cacheWrite: 0,
|
|
10887
10904
|
},
|
|
10888
10905
|
contextWindow: 131072,
|
|
10889
|
-
maxTokens:
|
|
10906
|
+
maxTokens: 4096,
|
|
10890
10907
|
},
|
|
10891
10908
|
"openai/gpt-oss-20b:free": {
|
|
10892
10909
|
id: "openai/gpt-oss-20b:free",
|
|
@@ -11764,13 +11781,13 @@ export const MODELS = {
|
|
|
11764
11781
|
reasoning: true,
|
|
11765
11782
|
input: ["text", "image"],
|
|
11766
11783
|
cost: {
|
|
11767
|
-
input: 0.
|
|
11784
|
+
input: 0.14,
|
|
11768
11785
|
output: 1,
|
|
11769
|
-
cacheRead: 0,
|
|
11786
|
+
cacheRead: 0.049999999999999996,
|
|
11770
11787
|
cacheWrite: 0,
|
|
11771
11788
|
},
|
|
11772
11789
|
contextWindow: 262144,
|
|
11773
|
-
maxTokens:
|
|
11790
|
+
maxTokens: 262144,
|
|
11774
11791
|
},
|
|
11775
11792
|
"qwen/qwen3.5-397b-a17b": {
|
|
11776
11793
|
id: "qwen/qwen3.5-397b-a17b",
|
|
@@ -15223,6 +15240,23 @@ export const MODELS = {
|
|
|
15223
15240
|
contextWindow: 200000,
|
|
15224
15241
|
maxTokens: 8000,
|
|
15225
15242
|
},
|
|
15243
|
+
"stepfun/step-3.7-flash": {
|
|
15244
|
+
id: "stepfun/step-3.7-flash",
|
|
15245
|
+
name: "Step 3.7 Flash",
|
|
15246
|
+
api: "anthropic-messages",
|
|
15247
|
+
provider: "vercel-ai-gateway",
|
|
15248
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15249
|
+
reasoning: true,
|
|
15250
|
+
input: ["text", "image"],
|
|
15251
|
+
cost: {
|
|
15252
|
+
input: 0.19999999999999998,
|
|
15253
|
+
output: 1.15,
|
|
15254
|
+
cacheRead: 0.04,
|
|
15255
|
+
cacheWrite: 0,
|
|
15256
|
+
},
|
|
15257
|
+
contextWindow: 256000,
|
|
15258
|
+
maxTokens: 256000,
|
|
15259
|
+
},
|
|
15226
15260
|
"xai/grok-4.1-fast-non-reasoning": {
|
|
15227
15261
|
id: "xai/grok-4.1-fast-non-reasoning",
|
|
15228
15262
|
name: "Grok 4.1 Fast Non-Reasoning",
|