@caupulican/pi-ai 0.80.85 → 0.80.88
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/image-models.generated.d.ts +15 -45
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +15 -45
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.d.ts.map +1 -1
- package/dist/models.generated.d.ts +317 -17
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +399 -108
- package/dist/models.generated.js.map +1 -1
- package/dist/models.js +3 -1
- package/dist/models.js.map +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +6 -0
- package/dist/providers/anthropic.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +1 -1
- package/dist/providers/openai-completions.js.map +1 -1
- package/dist/providers/openai-responses-shared.d.ts.map +1 -1
- package/dist/providers/openai-responses-shared.js +1 -1
- package/dist/providers/openai-responses-shared.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -70,6 +70,23 @@ export const MODELS = {
|
|
|
70
70
|
contextWindow: 300000,
|
|
71
71
|
maxTokens: 8192,
|
|
72
72
|
},
|
|
73
|
+
"anthropic.claude-fable-5": {
|
|
74
|
+
id: "anthropic.claude-fable-5",
|
|
75
|
+
name: "Claude Fable 5",
|
|
76
|
+
api: "bedrock-converse-stream",
|
|
77
|
+
provider: "amazon-bedrock",
|
|
78
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
79
|
+
reasoning: true,
|
|
80
|
+
input: ["text", "image"],
|
|
81
|
+
cost: {
|
|
82
|
+
input: 10,
|
|
83
|
+
output: 50,
|
|
84
|
+
cacheRead: 1,
|
|
85
|
+
cacheWrite: 12.5,
|
|
86
|
+
},
|
|
87
|
+
contextWindow: 1000000,
|
|
88
|
+
maxTokens: 128000,
|
|
89
|
+
},
|
|
73
90
|
"anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
74
91
|
id: "anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
75
92
|
name: "Claude Haiku 4.5",
|
|
@@ -209,6 +226,23 @@ export const MODELS = {
|
|
|
209
226
|
contextWindow: 1000000,
|
|
210
227
|
maxTokens: 64000,
|
|
211
228
|
},
|
|
229
|
+
"anthropic.claude-sonnet-5": {
|
|
230
|
+
id: "anthropic.claude-sonnet-5",
|
|
231
|
+
name: "Claude Sonnet 5",
|
|
232
|
+
api: "bedrock-converse-stream",
|
|
233
|
+
provider: "amazon-bedrock",
|
|
234
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
235
|
+
reasoning: true,
|
|
236
|
+
input: ["text", "image"],
|
|
237
|
+
cost: {
|
|
238
|
+
input: 2,
|
|
239
|
+
output: 10,
|
|
240
|
+
cacheRead: 0.2,
|
|
241
|
+
cacheWrite: 2.5,
|
|
242
|
+
},
|
|
243
|
+
contextWindow: 1000000,
|
|
244
|
+
maxTokens: 128000,
|
|
245
|
+
},
|
|
212
246
|
"au.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
213
247
|
id: "au.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
214
248
|
name: "Claude Haiku 4.5 (AU)",
|
|
@@ -296,6 +330,23 @@ export const MODELS = {
|
|
|
296
330
|
contextWindow: 1000000,
|
|
297
331
|
maxTokens: 128000,
|
|
298
332
|
},
|
|
333
|
+
"au.anthropic.claude-sonnet-5": {
|
|
334
|
+
id: "au.anthropic.claude-sonnet-5",
|
|
335
|
+
name: "Claude Sonnet 5 (AU)",
|
|
336
|
+
api: "bedrock-converse-stream",
|
|
337
|
+
provider: "amazon-bedrock",
|
|
338
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
339
|
+
reasoning: true,
|
|
340
|
+
input: ["text", "image"],
|
|
341
|
+
cost: {
|
|
342
|
+
input: 2,
|
|
343
|
+
output: 10,
|
|
344
|
+
cacheRead: 0.2,
|
|
345
|
+
cacheWrite: 2.5,
|
|
346
|
+
},
|
|
347
|
+
contextWindow: 1000000,
|
|
348
|
+
maxTokens: 128000,
|
|
349
|
+
},
|
|
299
350
|
"deepseek.r1-v1:0": {
|
|
300
351
|
id: "deepseek.r1-v1:0",
|
|
301
352
|
name: "DeepSeek-R1",
|
|
@@ -486,6 +537,23 @@ export const MODELS = {
|
|
|
486
537
|
contextWindow: 1000000,
|
|
487
538
|
maxTokens: 64000,
|
|
488
539
|
},
|
|
540
|
+
"eu.anthropic.claude-sonnet-5": {
|
|
541
|
+
id: "eu.anthropic.claude-sonnet-5",
|
|
542
|
+
name: "Claude Sonnet 5 (EU)",
|
|
543
|
+
api: "bedrock-converse-stream",
|
|
544
|
+
provider: "amazon-bedrock",
|
|
545
|
+
baseUrl: "https://bedrock-runtime.eu-central-1.amazonaws.com",
|
|
546
|
+
reasoning: true,
|
|
547
|
+
input: ["text", "image"],
|
|
548
|
+
cost: {
|
|
549
|
+
input: 2.2,
|
|
550
|
+
output: 11,
|
|
551
|
+
cacheRead: 0.22,
|
|
552
|
+
cacheWrite: 2.75,
|
|
553
|
+
},
|
|
554
|
+
contextWindow: 1000000,
|
|
555
|
+
maxTokens: 128000,
|
|
556
|
+
},
|
|
489
557
|
"global.anthropic.claude-fable-5": {
|
|
490
558
|
id: "global.anthropic.claude-fable-5",
|
|
491
559
|
name: "Claude Fable 5 (Global)",
|
|
@@ -625,6 +693,23 @@ export const MODELS = {
|
|
|
625
693
|
contextWindow: 1000000,
|
|
626
694
|
maxTokens: 64000,
|
|
627
695
|
},
|
|
696
|
+
"global.anthropic.claude-sonnet-5": {
|
|
697
|
+
id: "global.anthropic.claude-sonnet-5",
|
|
698
|
+
name: "Claude Sonnet 5 (Global)",
|
|
699
|
+
api: "bedrock-converse-stream",
|
|
700
|
+
provider: "amazon-bedrock",
|
|
701
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
702
|
+
reasoning: true,
|
|
703
|
+
input: ["text", "image"],
|
|
704
|
+
cost: {
|
|
705
|
+
input: 2,
|
|
706
|
+
output: 10,
|
|
707
|
+
cacheRead: 0.2,
|
|
708
|
+
cacheWrite: 2.5,
|
|
709
|
+
},
|
|
710
|
+
contextWindow: 1000000,
|
|
711
|
+
maxTokens: 128000,
|
|
712
|
+
},
|
|
628
713
|
"google.gemma-3-27b-it": {
|
|
629
714
|
id: "google.gemma-3-27b-it",
|
|
630
715
|
name: "Google Gemma 3 27B Instruct",
|
|
@@ -729,6 +814,23 @@ export const MODELS = {
|
|
|
729
814
|
contextWindow: 1000000,
|
|
730
815
|
maxTokens: 64000,
|
|
731
816
|
},
|
|
817
|
+
"jp.anthropic.claude-sonnet-5": {
|
|
818
|
+
id: "jp.anthropic.claude-sonnet-5",
|
|
819
|
+
name: "Claude Sonnet 5 (JP)",
|
|
820
|
+
api: "bedrock-converse-stream",
|
|
821
|
+
provider: "amazon-bedrock",
|
|
822
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
823
|
+
reasoning: true,
|
|
824
|
+
input: ["text", "image"],
|
|
825
|
+
cost: {
|
|
826
|
+
input: 2,
|
|
827
|
+
output: 10,
|
|
828
|
+
cacheRead: 0.2,
|
|
829
|
+
cacheWrite: 2.5,
|
|
830
|
+
},
|
|
831
|
+
contextWindow: 1000000,
|
|
832
|
+
maxTokens: 128000,
|
|
833
|
+
},
|
|
732
834
|
"meta.llama3-1-70b-instruct-v1:0": {
|
|
733
835
|
id: "meta.llama3-1-70b-instruct-v1:0",
|
|
734
836
|
name: "Llama 3.1 70B Instruct",
|
|
@@ -1533,6 +1635,23 @@ export const MODELS = {
|
|
|
1533
1635
|
contextWindow: 1000000,
|
|
1534
1636
|
maxTokens: 64000,
|
|
1535
1637
|
},
|
|
1638
|
+
"us.anthropic.claude-sonnet-5": {
|
|
1639
|
+
id: "us.anthropic.claude-sonnet-5",
|
|
1640
|
+
name: "Claude Sonnet 5 (US)",
|
|
1641
|
+
api: "bedrock-converse-stream",
|
|
1642
|
+
provider: "amazon-bedrock",
|
|
1643
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1644
|
+
reasoning: true,
|
|
1645
|
+
input: ["text", "image"],
|
|
1646
|
+
cost: {
|
|
1647
|
+
input: 2,
|
|
1648
|
+
output: 10,
|
|
1649
|
+
cacheRead: 0.2,
|
|
1650
|
+
cacheWrite: 2.5,
|
|
1651
|
+
},
|
|
1652
|
+
contextWindow: 1000000,
|
|
1653
|
+
maxTokens: 128000,
|
|
1654
|
+
},
|
|
1536
1655
|
"us.deepseek.r1-v1:0": {
|
|
1537
1656
|
id: "us.deepseek.r1-v1:0",
|
|
1538
1657
|
name: "DeepSeek-R1 (US)",
|
|
@@ -2086,6 +2205,23 @@ export const MODELS = {
|
|
|
2086
2205
|
contextWindow: 1000000,
|
|
2087
2206
|
maxTokens: 64000,
|
|
2088
2207
|
},
|
|
2208
|
+
"claude-sonnet-5": {
|
|
2209
|
+
id: "claude-sonnet-5",
|
|
2210
|
+
name: "Claude Sonnet 5",
|
|
2211
|
+
api: "anthropic-messages",
|
|
2212
|
+
provider: "anthropic",
|
|
2213
|
+
baseUrl: "https://api.anthropic.com",
|
|
2214
|
+
reasoning: true,
|
|
2215
|
+
input: ["text", "image"],
|
|
2216
|
+
cost: {
|
|
2217
|
+
input: 2,
|
|
2218
|
+
output: 10,
|
|
2219
|
+
cacheRead: 0.2,
|
|
2220
|
+
cacheWrite: 2.5,
|
|
2221
|
+
},
|
|
2222
|
+
contextWindow: 1000000,
|
|
2223
|
+
maxTokens: 128000,
|
|
2224
|
+
},
|
|
2089
2225
|
},
|
|
2090
2226
|
"azure-openai-responses": {
|
|
2091
2227
|
"gpt-4": {
|
|
@@ -2828,6 +2964,23 @@ export const MODELS = {
|
|
|
2828
2964
|
},
|
|
2829
2965
|
},
|
|
2830
2966
|
"cerebras": {
|
|
2967
|
+
"gemma-4-31b": {
|
|
2968
|
+
id: "gemma-4-31b",
|
|
2969
|
+
name: "Gemma 4 31B IT",
|
|
2970
|
+
api: "openai-completions",
|
|
2971
|
+
provider: "cerebras",
|
|
2972
|
+
baseUrl: "https://api.cerebras.ai/v1",
|
|
2973
|
+
reasoning: true,
|
|
2974
|
+
input: ["text", "image"],
|
|
2975
|
+
cost: {
|
|
2976
|
+
input: 0.99,
|
|
2977
|
+
output: 1.49,
|
|
2978
|
+
cacheRead: 0,
|
|
2979
|
+
cacheWrite: 0,
|
|
2980
|
+
},
|
|
2981
|
+
contextWindow: 131072,
|
|
2982
|
+
maxTokens: 40960,
|
|
2983
|
+
},
|
|
2831
2984
|
"gpt-oss-120b": {
|
|
2832
2985
|
id: "gpt-oss-120b",
|
|
2833
2986
|
name: "GPT OSS 120B",
|
|
@@ -3160,6 +3313,23 @@ export const MODELS = {
|
|
|
3160
3313
|
contextWindow: 1000000,
|
|
3161
3314
|
maxTokens: 64000,
|
|
3162
3315
|
},
|
|
3316
|
+
"claude-sonnet-5": {
|
|
3317
|
+
id: "claude-sonnet-5",
|
|
3318
|
+
name: "Claude Sonnet 5",
|
|
3319
|
+
api: "anthropic-messages",
|
|
3320
|
+
provider: "cloudflare-ai-gateway",
|
|
3321
|
+
baseUrl: "https://gateway.ai.cloudflare.com/v1/{CLOUDFLARE_ACCOUNT_ID}/{CLOUDFLARE_GATEWAY_ID}/anthropic",
|
|
3322
|
+
reasoning: true,
|
|
3323
|
+
input: ["text", "image"],
|
|
3324
|
+
cost: {
|
|
3325
|
+
input: 2,
|
|
3326
|
+
output: 10,
|
|
3327
|
+
cacheRead: 0.2,
|
|
3328
|
+
cacheWrite: 2.5,
|
|
3329
|
+
},
|
|
3330
|
+
contextWindow: 1000000,
|
|
3331
|
+
maxTokens: 128000,
|
|
3332
|
+
},
|
|
3163
3333
|
"gpt-4": {
|
|
3164
3334
|
id: "gpt-4",
|
|
3165
3335
|
name: "GPT-4",
|
|
@@ -4294,6 +4464,25 @@ export const MODELS = {
|
|
|
4294
4464
|
contextWindow: 1000000,
|
|
4295
4465
|
maxTokens: 32000,
|
|
4296
4466
|
},
|
|
4467
|
+
"claude-sonnet-5": {
|
|
4468
|
+
id: "claude-sonnet-5",
|
|
4469
|
+
name: "Claude Sonnet 5",
|
|
4470
|
+
api: "openai-completions",
|
|
4471
|
+
provider: "github-copilot",
|
|
4472
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4473
|
+
headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
|
|
4474
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4475
|
+
reasoning: true,
|
|
4476
|
+
input: ["text", "image"],
|
|
4477
|
+
cost: {
|
|
4478
|
+
input: 2,
|
|
4479
|
+
output: 10,
|
|
4480
|
+
cacheRead: 0.2,
|
|
4481
|
+
cacheWrite: 2.5,
|
|
4482
|
+
},
|
|
4483
|
+
contextWindow: 1000000,
|
|
4484
|
+
maxTokens: 128000,
|
|
4485
|
+
},
|
|
4297
4486
|
"gemini-2.5-pro": {
|
|
4298
4487
|
id: "gemini-2.5-pro",
|
|
4299
4488
|
name: "Gemini 2.5 Pro",
|
|
@@ -7896,6 +8085,23 @@ export const MODELS = {
|
|
|
7896
8085
|
contextWindow: 200000,
|
|
7897
8086
|
maxTokens: 32000,
|
|
7898
8087
|
},
|
|
8088
|
+
"claude-fable-5": {
|
|
8089
|
+
id: "claude-fable-5",
|
|
8090
|
+
name: "Claude Fable 5",
|
|
8091
|
+
api: "anthropic-messages",
|
|
8092
|
+
provider: "opencode",
|
|
8093
|
+
baseUrl: "https://opencode.ai/zen",
|
|
8094
|
+
reasoning: true,
|
|
8095
|
+
input: ["text", "image"],
|
|
8096
|
+
cost: {
|
|
8097
|
+
input: 10,
|
|
8098
|
+
output: 50,
|
|
8099
|
+
cacheRead: 1,
|
|
8100
|
+
cacheWrite: 12.5,
|
|
8101
|
+
},
|
|
8102
|
+
contextWindow: 1000000,
|
|
8103
|
+
maxTokens: 128000,
|
|
8104
|
+
},
|
|
7899
8105
|
"claude-haiku-4-5": {
|
|
7900
8106
|
id: "claude-haiku-4-5",
|
|
7901
8107
|
name: "Claude Haiku 4.5",
|
|
@@ -8056,6 +8262,23 @@ export const MODELS = {
|
|
|
8056
8262
|
contextWindow: 1000000,
|
|
8057
8263
|
maxTokens: 64000,
|
|
8058
8264
|
},
|
|
8265
|
+
"claude-sonnet-5": {
|
|
8266
|
+
id: "claude-sonnet-5",
|
|
8267
|
+
name: "Claude Sonnet 5",
|
|
8268
|
+
api: "anthropic-messages",
|
|
8269
|
+
provider: "opencode",
|
|
8270
|
+
baseUrl: "https://opencode.ai/zen",
|
|
8271
|
+
reasoning: true,
|
|
8272
|
+
input: ["text", "image"],
|
|
8273
|
+
cost: {
|
|
8274
|
+
input: 2,
|
|
8275
|
+
output: 10,
|
|
8276
|
+
cacheRead: 0.2,
|
|
8277
|
+
cacheWrite: 2.5,
|
|
8278
|
+
},
|
|
8279
|
+
contextWindow: 1000000,
|
|
8280
|
+
maxTokens: 128000,
|
|
8281
|
+
},
|
|
8059
8282
|
"deepseek-v4-flash": {
|
|
8060
8283
|
id: "deepseek-v4-flash",
|
|
8061
8284
|
name: "DeepSeek V4 Flash",
|
|
@@ -8560,6 +8783,23 @@ export const MODELS = {
|
|
|
8560
8783
|
contextWindow: 262144,
|
|
8561
8784
|
maxTokens: 65536,
|
|
8562
8785
|
},
|
|
8786
|
+
"kimi-k2.7-code": {
|
|
8787
|
+
id: "kimi-k2.7-code",
|
|
8788
|
+
name: "Kimi K2.7 Code",
|
|
8789
|
+
api: "openai-completions",
|
|
8790
|
+
provider: "opencode",
|
|
8791
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
8792
|
+
reasoning: true,
|
|
8793
|
+
input: ["text", "image"],
|
|
8794
|
+
cost: {
|
|
8795
|
+
input: 0.95,
|
|
8796
|
+
output: 4,
|
|
8797
|
+
cacheRead: 0.19,
|
|
8798
|
+
cacheWrite: 0,
|
|
8799
|
+
},
|
|
8800
|
+
contextWindow: 262144,
|
|
8801
|
+
maxTokens: 262144,
|
|
8802
|
+
},
|
|
8563
8803
|
"mimo-v2.5-free": {
|
|
8564
8804
|
id: "mimo-v2.5-free",
|
|
8565
8805
|
name: "MiMo V2.5 Free",
|
|
@@ -8579,7 +8819,7 @@ export const MODELS = {
|
|
|
8579
8819
|
},
|
|
8580
8820
|
"minimax-m2.5": {
|
|
8581
8821
|
id: "minimax-m2.5",
|
|
8582
|
-
name: "MiniMax
|
|
8822
|
+
name: "MiniMax-M2.5",
|
|
8583
8823
|
api: "openai-completions",
|
|
8584
8824
|
provider: "opencode",
|
|
8585
8825
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
@@ -8596,7 +8836,7 @@ export const MODELS = {
|
|
|
8596
8836
|
},
|
|
8597
8837
|
"minimax-m2.7": {
|
|
8598
8838
|
id: "minimax-m2.7",
|
|
8599
|
-
name: "MiniMax
|
|
8839
|
+
name: "MiniMax-M2.7",
|
|
8600
8840
|
api: "openai-completions",
|
|
8601
8841
|
provider: "opencode",
|
|
8602
8842
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
@@ -8611,6 +8851,23 @@ export const MODELS = {
|
|
|
8611
8851
|
contextWindow: 204800,
|
|
8612
8852
|
maxTokens: 131072,
|
|
8613
8853
|
},
|
|
8854
|
+
"minimax-m3": {
|
|
8855
|
+
id: "minimax-m3",
|
|
8856
|
+
name: "MiniMax-M3",
|
|
8857
|
+
api: "openai-completions",
|
|
8858
|
+
provider: "opencode",
|
|
8859
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
8860
|
+
reasoning: true,
|
|
8861
|
+
input: ["text", "image"],
|
|
8862
|
+
cost: {
|
|
8863
|
+
input: 0.3,
|
|
8864
|
+
output: 1.2,
|
|
8865
|
+
cacheRead: 0.06,
|
|
8866
|
+
cacheWrite: 0,
|
|
8867
|
+
},
|
|
8868
|
+
contextWindow: 512000,
|
|
8869
|
+
maxTokens: 128000,
|
|
8870
|
+
},
|
|
8614
8871
|
"nemotron-3-ultra-free": {
|
|
8615
8872
|
id: "nemotron-3-ultra-free",
|
|
8616
8873
|
name: "Nemotron 3 Ultra Free",
|
|
@@ -8825,7 +9082,7 @@ export const MODELS = {
|
|
|
8825
9082
|
},
|
|
8826
9083
|
"minimax-m2.7": {
|
|
8827
9084
|
id: "minimax-m2.7",
|
|
8828
|
-
name: "MiniMax
|
|
9085
|
+
name: "MiniMax-M2.7",
|
|
8829
9086
|
api: "openai-completions",
|
|
8830
9087
|
provider: "opencode-go",
|
|
8831
9088
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
@@ -8842,16 +9099,16 @@ export const MODELS = {
|
|
|
8842
9099
|
},
|
|
8843
9100
|
"minimax-m3": {
|
|
8844
9101
|
id: "minimax-m3",
|
|
8845
|
-
name: "MiniMax
|
|
9102
|
+
name: "MiniMax-M3",
|
|
8846
9103
|
api: "anthropic-messages",
|
|
8847
9104
|
provider: "opencode-go",
|
|
8848
9105
|
baseUrl: "https://opencode.ai/zen/go",
|
|
8849
9106
|
reasoning: true,
|
|
8850
9107
|
input: ["text", "image"],
|
|
8851
9108
|
cost: {
|
|
8852
|
-
input: 0.
|
|
8853
|
-
output:
|
|
8854
|
-
cacheRead: 0.
|
|
9109
|
+
input: 0.3,
|
|
9110
|
+
output: 1.2,
|
|
9111
|
+
cacheRead: 0.06,
|
|
8855
9112
|
cacheWrite: 0,
|
|
8856
9113
|
},
|
|
8857
9114
|
contextWindow: 1000000,
|
|
@@ -9256,6 +9513,23 @@ export const MODELS = {
|
|
|
9256
9513
|
contextWindow: 1000000,
|
|
9257
9514
|
maxTokens: 128000,
|
|
9258
9515
|
},
|
|
9516
|
+
"anthropic/claude-sonnet-5": {
|
|
9517
|
+
id: "anthropic/claude-sonnet-5",
|
|
9518
|
+
name: "Anthropic: Claude Sonnet 5",
|
|
9519
|
+
api: "openai-completions",
|
|
9520
|
+
provider: "openrouter",
|
|
9521
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
9522
|
+
reasoning: true,
|
|
9523
|
+
input: ["text", "image"],
|
|
9524
|
+
cost: {
|
|
9525
|
+
input: 2,
|
|
9526
|
+
output: 10,
|
|
9527
|
+
cacheRead: 0.19999999999999998,
|
|
9528
|
+
cacheWrite: 2.5,
|
|
9529
|
+
},
|
|
9530
|
+
contextWindow: 1000000,
|
|
9531
|
+
maxTokens: 128000,
|
|
9532
|
+
},
|
|
9259
9533
|
"arcee-ai/trinity-large-thinking": {
|
|
9260
9534
|
id: "arcee-ai/trinity-large-thinking",
|
|
9261
9535
|
name: "Arcee AI: Trinity Large Thinking",
|
|
@@ -9469,8 +9743,8 @@ export const MODELS = {
|
|
|
9469
9743
|
reasoning: false,
|
|
9470
9744
|
input: ["text"],
|
|
9471
9745
|
cost: {
|
|
9472
|
-
input: 0.
|
|
9473
|
-
output: 0.
|
|
9746
|
+
input: 0.24,
|
|
9747
|
+
output: 0.8999999999999999,
|
|
9474
9748
|
cacheRead: 0.135,
|
|
9475
9749
|
cacheWrite: 0,
|
|
9476
9750
|
},
|
|
@@ -9592,11 +9866,11 @@ export const MODELS = {
|
|
|
9592
9866
|
cost: {
|
|
9593
9867
|
input: 0.09,
|
|
9594
9868
|
output: 0.18,
|
|
9595
|
-
cacheRead: 0.
|
|
9869
|
+
cacheRead: 0.018,
|
|
9596
9870
|
cacheWrite: 0,
|
|
9597
9871
|
},
|
|
9598
9872
|
contextWindow: 1048576,
|
|
9599
|
-
maxTokens:
|
|
9873
|
+
maxTokens: 16384,
|
|
9600
9874
|
},
|
|
9601
9875
|
"deepseek/deepseek-v4-pro": {
|
|
9602
9876
|
id: "deepseek/deepseek-v4-pro",
|
|
@@ -10189,12 +10463,12 @@ export const MODELS = {
|
|
|
10189
10463
|
input: ["text"],
|
|
10190
10464
|
cost: {
|
|
10191
10465
|
input: 0.255,
|
|
10192
|
-
output: 1,
|
|
10193
|
-
cacheRead: 0
|
|
10466
|
+
output: 1.02,
|
|
10467
|
+
cacheRead: 0,
|
|
10194
10468
|
cacheWrite: 0,
|
|
10195
10469
|
},
|
|
10196
10470
|
contextWindow: 204800,
|
|
10197
|
-
maxTokens:
|
|
10471
|
+
maxTokens: 131072,
|
|
10198
10472
|
},
|
|
10199
10473
|
"minimax/minimax-m2.1": {
|
|
10200
10474
|
id: "minimax/minimax-m2.1",
|
|
@@ -10205,13 +10479,13 @@ export const MODELS = {
|
|
|
10205
10479
|
reasoning: true,
|
|
10206
10480
|
input: ["text"],
|
|
10207
10481
|
cost: {
|
|
10208
|
-
input: 0.
|
|
10209
|
-
output:
|
|
10482
|
+
input: 0.3,
|
|
10483
|
+
output: 1.2,
|
|
10210
10484
|
cacheRead: 0.03,
|
|
10211
10485
|
cacheWrite: 0,
|
|
10212
10486
|
},
|
|
10213
10487
|
contextWindow: 204800,
|
|
10214
|
-
maxTokens:
|
|
10488
|
+
maxTokens: 131072,
|
|
10215
10489
|
},
|
|
10216
10490
|
"minimax/minimax-m2.5": {
|
|
10217
10491
|
id: "minimax/minimax-m2.5",
|
|
@@ -10598,11 +10872,11 @@ export const MODELS = {
|
|
|
10598
10872
|
cost: {
|
|
10599
10873
|
input: 0.6,
|
|
10600
10874
|
output: 2.5,
|
|
10601
|
-
cacheRead: 0.
|
|
10875
|
+
cacheRead: 0.15,
|
|
10602
10876
|
cacheWrite: 0,
|
|
10603
10877
|
},
|
|
10604
10878
|
contextWindow: 262144,
|
|
10605
|
-
maxTokens:
|
|
10879
|
+
maxTokens: 100352,
|
|
10606
10880
|
},
|
|
10607
10881
|
"moonshotai/kimi-k2.5": {
|
|
10608
10882
|
id: "moonshotai/kimi-k2.5",
|
|
@@ -11807,23 +12081,6 @@ export const MODELS = {
|
|
|
11807
12081
|
contextWindow: 1000000,
|
|
11808
12082
|
maxTokens: 30000,
|
|
11809
12083
|
},
|
|
11810
|
-
"openrouter/owl-alpha": {
|
|
11811
|
-
id: "openrouter/owl-alpha",
|
|
11812
|
-
name: "Owl Alpha",
|
|
11813
|
-
api: "openai-completions",
|
|
11814
|
-
provider: "openrouter",
|
|
11815
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11816
|
-
reasoning: false,
|
|
11817
|
-
input: ["text"],
|
|
11818
|
-
cost: {
|
|
11819
|
-
input: 0,
|
|
11820
|
-
output: 0,
|
|
11821
|
-
cacheRead: 0,
|
|
11822
|
-
cacheWrite: 0,
|
|
11823
|
-
},
|
|
11824
|
-
contextWindow: 1048756,
|
|
11825
|
-
maxTokens: 262144,
|
|
11826
|
-
},
|
|
11827
12084
|
"poolside/laguna-m.1": {
|
|
11828
12085
|
id: "poolside/laguna-m.1",
|
|
11829
12086
|
name: "Poolside: Laguna M.1",
|
|
@@ -12037,13 +12294,13 @@ export const MODELS = {
|
|
|
12037
12294
|
reasoning: true,
|
|
12038
12295
|
input: ["text"],
|
|
12039
12296
|
cost: {
|
|
12040
|
-
input: 0.
|
|
12041
|
-
output:
|
|
12042
|
-
cacheRead: 0
|
|
12297
|
+
input: 0.14950000000000002,
|
|
12298
|
+
output: 1.495,
|
|
12299
|
+
cacheRead: 0,
|
|
12043
12300
|
cacheWrite: 0,
|
|
12044
12301
|
},
|
|
12045
12302
|
contextWindow: 262144,
|
|
12046
|
-
maxTokens:
|
|
12303
|
+
maxTokens: 4096,
|
|
12047
12304
|
},
|
|
12048
12305
|
"qwen/qwen3-30b-a3b": {
|
|
12049
12306
|
id: "qwen/qwen3-30b-a3b",
|
|
@@ -12088,13 +12345,13 @@ export const MODELS = {
|
|
|
12088
12345
|
reasoning: true,
|
|
12089
12346
|
input: ["text"],
|
|
12090
12347
|
cost: {
|
|
12091
|
-
input: 0.
|
|
12092
|
-
output:
|
|
12093
|
-
cacheRead: 0
|
|
12348
|
+
input: 0.13,
|
|
12349
|
+
output: 1.56,
|
|
12350
|
+
cacheRead: 0,
|
|
12094
12351
|
cacheWrite: 0,
|
|
12095
12352
|
},
|
|
12096
12353
|
contextWindow: 131072,
|
|
12097
|
-
maxTokens:
|
|
12354
|
+
maxTokens: 32768,
|
|
12098
12355
|
},
|
|
12099
12356
|
"qwen/qwen3-32b": {
|
|
12100
12357
|
id: "qwen/qwen3-32b",
|
|
@@ -12122,9 +12379,9 @@ export const MODELS = {
|
|
|
12122
12379
|
reasoning: true,
|
|
12123
12380
|
input: ["text"],
|
|
12124
12381
|
cost: {
|
|
12125
|
-
input: 0.
|
|
12126
|
-
output: 0.
|
|
12127
|
-
cacheRead: 0
|
|
12382
|
+
input: 0.117,
|
|
12383
|
+
output: 0.45499999999999996,
|
|
12384
|
+
cacheRead: 0,
|
|
12128
12385
|
cacheWrite: 0,
|
|
12129
12386
|
},
|
|
12130
12387
|
contextWindow: 131072,
|
|
@@ -12581,8 +12838,8 @@ export const MODELS = {
|
|
|
12581
12838
|
reasoning: true,
|
|
12582
12839
|
input: ["text", "image"],
|
|
12583
12840
|
cost: {
|
|
12584
|
-
input: 0.
|
|
12585
|
-
output: 2.
|
|
12841
|
+
input: 0.28500000000000003,
|
|
12842
|
+
output: 2.4,
|
|
12586
12843
|
cacheRead: 0,
|
|
12587
12844
|
cacheWrite: 0,
|
|
12588
12845
|
},
|
|
@@ -13091,9 +13348,9 @@ export const MODELS = {
|
|
|
13091
13348
|
reasoning: true,
|
|
13092
13349
|
input: ["text"],
|
|
13093
13350
|
cost: {
|
|
13094
|
-
input: 0.
|
|
13095
|
-
output:
|
|
13096
|
-
cacheRead: 0
|
|
13351
|
+
input: 0.975,
|
|
13352
|
+
output: 4.300000000000001,
|
|
13353
|
+
cacheRead: 0,
|
|
13097
13354
|
cacheWrite: 0,
|
|
13098
13355
|
},
|
|
13099
13356
|
contextWindow: 202752,
|
|
@@ -13108,7 +13365,7 @@ export const MODELS = {
|
|
|
13108
13365
|
reasoning: true,
|
|
13109
13366
|
input: ["text"],
|
|
13110
13367
|
cost: {
|
|
13111
|
-
input: 0.
|
|
13368
|
+
input: 0.9299999999999999,
|
|
13112
13369
|
output: 3,
|
|
13113
13370
|
cacheRead: 0.18,
|
|
13114
13371
|
cacheWrite: 0,
|
|
@@ -13193,10 +13450,10 @@ export const MODELS = {
|
|
|
13193
13450
|
reasoning: true,
|
|
13194
13451
|
input: ["text", "image"],
|
|
13195
13452
|
cost: {
|
|
13196
|
-
input:
|
|
13197
|
-
output:
|
|
13198
|
-
cacheRead: 0.
|
|
13199
|
-
cacheWrite:
|
|
13453
|
+
input: 2,
|
|
13454
|
+
output: 10,
|
|
13455
|
+
cacheRead: 0.19999999999999998,
|
|
13456
|
+
cacheWrite: 2.5,
|
|
13200
13457
|
},
|
|
13201
13458
|
contextWindow: 1000000,
|
|
13202
13459
|
maxTokens: 128000,
|
|
@@ -14175,6 +14432,23 @@ export const MODELS = {
|
|
|
14175
14432
|
contextWindow: 200000,
|
|
14176
14433
|
maxTokens: 8192,
|
|
14177
14434
|
},
|
|
14435
|
+
"anthropic/claude-fable-5": {
|
|
14436
|
+
id: "anthropic/claude-fable-5",
|
|
14437
|
+
name: "Claude Fable 5",
|
|
14438
|
+
api: "anthropic-messages",
|
|
14439
|
+
provider: "vercel-ai-gateway",
|
|
14440
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14441
|
+
reasoning: true,
|
|
14442
|
+
input: ["text", "image"],
|
|
14443
|
+
cost: {
|
|
14444
|
+
input: 10,
|
|
14445
|
+
output: 50,
|
|
14446
|
+
cacheRead: 1,
|
|
14447
|
+
cacheWrite: 12.5,
|
|
14448
|
+
},
|
|
14449
|
+
contextWindow: 1000000,
|
|
14450
|
+
maxTokens: 128000,
|
|
14451
|
+
},
|
|
14178
14452
|
"anthropic/claude-haiku-4.5": {
|
|
14179
14453
|
id: "anthropic/claude-haiku-4.5",
|
|
14180
14454
|
name: "Claude Haiku 4.5",
|
|
@@ -14352,6 +14626,23 @@ export const MODELS = {
|
|
|
14352
14626
|
contextWindow: 1000000,
|
|
14353
14627
|
maxTokens: 128000,
|
|
14354
14628
|
},
|
|
14629
|
+
"anthropic/claude-sonnet-5": {
|
|
14630
|
+
id: "anthropic/claude-sonnet-5",
|
|
14631
|
+
name: "Claude Sonnet 5",
|
|
14632
|
+
api: "anthropic-messages",
|
|
14633
|
+
provider: "vercel-ai-gateway",
|
|
14634
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14635
|
+
reasoning: true,
|
|
14636
|
+
input: ["text", "image"],
|
|
14637
|
+
cost: {
|
|
14638
|
+
input: 2,
|
|
14639
|
+
output: 10,
|
|
14640
|
+
cacheRead: 0.19999999999999998,
|
|
14641
|
+
cacheWrite: 2.5,
|
|
14642
|
+
},
|
|
14643
|
+
contextWindow: 1000000,
|
|
14644
|
+
maxTokens: 128000,
|
|
14645
|
+
},
|
|
14355
14646
|
"arcee-ai/trinity-large-preview": {
|
|
14356
14647
|
id: "arcee-ai/trinity-large-preview",
|
|
14357
14648
|
name: "Trinity Large Preview",
|
|
@@ -16962,9 +17253,9 @@ export const MODELS = {
|
|
|
16962
17253
|
reasoning: true,
|
|
16963
17254
|
input: ["text"],
|
|
16964
17255
|
cost: {
|
|
16965
|
-
input: 0.
|
|
16966
|
-
output: 0.
|
|
16967
|
-
cacheRead: 0.
|
|
17256
|
+
input: 0.14,
|
|
17257
|
+
output: 0.28,
|
|
17258
|
+
cacheRead: 0.0028,
|
|
16968
17259
|
cacheWrite: 0,
|
|
16969
17260
|
},
|
|
16970
17261
|
contextWindow: 262144,
|
|
@@ -16980,9 +17271,9 @@ export const MODELS = {
|
|
|
16980
17271
|
reasoning: true,
|
|
16981
17272
|
input: ["text", "image"],
|
|
16982
17273
|
cost: {
|
|
16983
|
-
input: 0.
|
|
16984
|
-
output:
|
|
16985
|
-
cacheRead: 0.
|
|
17274
|
+
input: 0.14,
|
|
17275
|
+
output: 0.28,
|
|
17276
|
+
cacheRead: 0.0028,
|
|
16986
17277
|
cacheWrite: 0,
|
|
16987
17278
|
},
|
|
16988
17279
|
contextWindow: 262144,
|
|
@@ -16998,9 +17289,9 @@ export const MODELS = {
|
|
|
16998
17289
|
reasoning: true,
|
|
16999
17290
|
input: ["text"],
|
|
17000
17291
|
cost: {
|
|
17001
|
-
input:
|
|
17002
|
-
output:
|
|
17003
|
-
cacheRead: 0.
|
|
17292
|
+
input: 0.435,
|
|
17293
|
+
output: 0.87,
|
|
17294
|
+
cacheRead: 0.0036,
|
|
17004
17295
|
cacheWrite: 0,
|
|
17005
17296
|
},
|
|
17006
17297
|
contextWindow: 1048576,
|
|
@@ -17016,9 +17307,9 @@ export const MODELS = {
|
|
|
17016
17307
|
reasoning: true,
|
|
17017
17308
|
input: ["text", "image"],
|
|
17018
17309
|
cost: {
|
|
17019
|
-
input: 0.
|
|
17020
|
-
output:
|
|
17021
|
-
cacheRead: 0.
|
|
17310
|
+
input: 0.14,
|
|
17311
|
+
output: 0.28,
|
|
17312
|
+
cacheRead: 0.0028,
|
|
17022
17313
|
cacheWrite: 0,
|
|
17023
17314
|
},
|
|
17024
17315
|
contextWindow: 1048576,
|
|
@@ -17034,9 +17325,9 @@ export const MODELS = {
|
|
|
17034
17325
|
reasoning: true,
|
|
17035
17326
|
input: ["text"],
|
|
17036
17327
|
cost: {
|
|
17037
|
-
input:
|
|
17038
|
-
output:
|
|
17039
|
-
cacheRead: 0.
|
|
17328
|
+
input: 0.435,
|
|
17329
|
+
output: 0.87,
|
|
17330
|
+
cacheRead: 0.0036,
|
|
17040
17331
|
cacheWrite: 0,
|
|
17041
17332
|
},
|
|
17042
17333
|
contextWindow: 1048576,
|
|
@@ -17072,9 +17363,9 @@ export const MODELS = {
|
|
|
17072
17363
|
reasoning: true,
|
|
17073
17364
|
input: ["text", "image"],
|
|
17074
17365
|
cost: {
|
|
17075
|
-
input: 0.
|
|
17076
|
-
output:
|
|
17077
|
-
cacheRead: 0.
|
|
17366
|
+
input: 0.14,
|
|
17367
|
+
output: 0.28,
|
|
17368
|
+
cacheRead: 0.0028,
|
|
17078
17369
|
cacheWrite: 0,
|
|
17079
17370
|
},
|
|
17080
17371
|
contextWindow: 262144,
|
|
@@ -17090,9 +17381,9 @@ export const MODELS = {
|
|
|
17090
17381
|
reasoning: true,
|
|
17091
17382
|
input: ["text"],
|
|
17092
17383
|
cost: {
|
|
17093
|
-
input:
|
|
17094
|
-
output:
|
|
17095
|
-
cacheRead: 0.
|
|
17384
|
+
input: 0.435,
|
|
17385
|
+
output: 0.87,
|
|
17386
|
+
cacheRead: 0.0036,
|
|
17096
17387
|
cacheWrite: 0,
|
|
17097
17388
|
},
|
|
17098
17389
|
contextWindow: 1048576,
|
|
@@ -17108,9 +17399,9 @@ export const MODELS = {
|
|
|
17108
17399
|
reasoning: true,
|
|
17109
17400
|
input: ["text", "image"],
|
|
17110
17401
|
cost: {
|
|
17111
|
-
input: 0.
|
|
17112
|
-
output:
|
|
17113
|
-
cacheRead: 0.
|
|
17402
|
+
input: 0.14,
|
|
17403
|
+
output: 0.28,
|
|
17404
|
+
cacheRead: 0.0028,
|
|
17114
17405
|
cacheWrite: 0,
|
|
17115
17406
|
},
|
|
17116
17407
|
contextWindow: 1048576,
|
|
@@ -17126,9 +17417,9 @@ export const MODELS = {
|
|
|
17126
17417
|
reasoning: true,
|
|
17127
17418
|
input: ["text"],
|
|
17128
17419
|
cost: {
|
|
17129
|
-
input:
|
|
17130
|
-
output:
|
|
17131
|
-
cacheRead: 0.
|
|
17420
|
+
input: 0.435,
|
|
17421
|
+
output: 0.87,
|
|
17422
|
+
cacheRead: 0.0036,
|
|
17132
17423
|
cacheWrite: 0,
|
|
17133
17424
|
},
|
|
17134
17425
|
contextWindow: 1048576,
|
|
@@ -17164,9 +17455,9 @@ export const MODELS = {
|
|
|
17164
17455
|
reasoning: true,
|
|
17165
17456
|
input: ["text", "image"],
|
|
17166
17457
|
cost: {
|
|
17167
|
-
input: 0.
|
|
17168
|
-
output:
|
|
17169
|
-
cacheRead: 0.
|
|
17458
|
+
input: 0.14,
|
|
17459
|
+
output: 0.28,
|
|
17460
|
+
cacheRead: 0.0028,
|
|
17170
17461
|
cacheWrite: 0,
|
|
17171
17462
|
},
|
|
17172
17463
|
contextWindow: 262144,
|
|
@@ -17182,9 +17473,9 @@ export const MODELS = {
|
|
|
17182
17473
|
reasoning: true,
|
|
17183
17474
|
input: ["text"],
|
|
17184
17475
|
cost: {
|
|
17185
|
-
input:
|
|
17186
|
-
output:
|
|
17187
|
-
cacheRead: 0.
|
|
17476
|
+
input: 0.435,
|
|
17477
|
+
output: 0.87,
|
|
17478
|
+
cacheRead: 0.0036,
|
|
17188
17479
|
cacheWrite: 0,
|
|
17189
17480
|
},
|
|
17190
17481
|
contextWindow: 1048576,
|
|
@@ -17200,9 +17491,9 @@ export const MODELS = {
|
|
|
17200
17491
|
reasoning: true,
|
|
17201
17492
|
input: ["text", "image"],
|
|
17202
17493
|
cost: {
|
|
17203
|
-
input: 0.
|
|
17204
|
-
output:
|
|
17205
|
-
cacheRead: 0.
|
|
17494
|
+
input: 0.14,
|
|
17495
|
+
output: 0.28,
|
|
17496
|
+
cacheRead: 0.0028,
|
|
17206
17497
|
cacheWrite: 0,
|
|
17207
17498
|
},
|
|
17208
17499
|
contextWindow: 1048576,
|
|
@@ -17218,9 +17509,9 @@ export const MODELS = {
|
|
|
17218
17509
|
reasoning: true,
|
|
17219
17510
|
input: ["text"],
|
|
17220
17511
|
cost: {
|
|
17221
|
-
input:
|
|
17222
|
-
output:
|
|
17223
|
-
cacheRead: 0.
|
|
17512
|
+
input: 0.435,
|
|
17513
|
+
output: 0.87,
|
|
17514
|
+
cacheRead: 0.0036,
|
|
17224
17515
|
cacheWrite: 0,
|
|
17225
17516
|
},
|
|
17226
17517
|
contextWindow: 1048576,
|
|
@@ -17256,9 +17547,9 @@ export const MODELS = {
|
|
|
17256
17547
|
reasoning: true,
|
|
17257
17548
|
input: ["text", "image"],
|
|
17258
17549
|
cost: {
|
|
17259
|
-
input: 0.
|
|
17260
|
-
output:
|
|
17261
|
-
cacheRead: 0.
|
|
17550
|
+
input: 0.14,
|
|
17551
|
+
output: 0.28,
|
|
17552
|
+
cacheRead: 0.0028,
|
|
17262
17553
|
cacheWrite: 0,
|
|
17263
17554
|
},
|
|
17264
17555
|
contextWindow: 262144,
|
|
@@ -17274,9 +17565,9 @@ export const MODELS = {
|
|
|
17274
17565
|
reasoning: true,
|
|
17275
17566
|
input: ["text"],
|
|
17276
17567
|
cost: {
|
|
17277
|
-
input:
|
|
17278
|
-
output:
|
|
17279
|
-
cacheRead: 0.
|
|
17568
|
+
input: 0.435,
|
|
17569
|
+
output: 0.87,
|
|
17570
|
+
cacheRead: 0.0036,
|
|
17280
17571
|
cacheWrite: 0,
|
|
17281
17572
|
},
|
|
17282
17573
|
contextWindow: 1048576,
|
|
@@ -17292,9 +17583,9 @@ export const MODELS = {
|
|
|
17292
17583
|
reasoning: true,
|
|
17293
17584
|
input: ["text", "image"],
|
|
17294
17585
|
cost: {
|
|
17295
|
-
input: 0.
|
|
17296
|
-
output:
|
|
17297
|
-
cacheRead: 0.
|
|
17586
|
+
input: 0.14,
|
|
17587
|
+
output: 0.28,
|
|
17588
|
+
cacheRead: 0.0028,
|
|
17298
17589
|
cacheWrite: 0,
|
|
17299
17590
|
},
|
|
17300
17591
|
contextWindow: 1048576,
|
|
@@ -17310,9 +17601,9 @@ export const MODELS = {
|
|
|
17310
17601
|
reasoning: true,
|
|
17311
17602
|
input: ["text"],
|
|
17312
17603
|
cost: {
|
|
17313
|
-
input:
|
|
17314
|
-
output:
|
|
17315
|
-
cacheRead: 0.
|
|
17604
|
+
input: 0.435,
|
|
17605
|
+
output: 0.87,
|
|
17606
|
+
cacheRead: 0.0036,
|
|
17316
17607
|
cacheWrite: 0,
|
|
17317
17608
|
},
|
|
17318
17609
|
contextWindow: 1048576,
|