@dreb/ai 2.48.0 → 2.50.0
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.d.ts +118 -506
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +192 -582
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -1354,10 +1354,10 @@ export const MODELS = {
|
|
|
1354
1354
|
reasoning: true,
|
|
1355
1355
|
input: ["text", "image"],
|
|
1356
1356
|
cost: {
|
|
1357
|
-
input:
|
|
1358
|
-
output:
|
|
1359
|
-
cacheRead: 0.
|
|
1360
|
-
cacheWrite:
|
|
1357
|
+
input: 0.22,
|
|
1358
|
+
output: 1.32,
|
|
1359
|
+
cacheRead: 0.022,
|
|
1360
|
+
cacheWrite: 0.275,
|
|
1361
1361
|
},
|
|
1362
1362
|
contextWindow: 272000,
|
|
1363
1363
|
maxTokens: 128000,
|
|
@@ -1371,10 +1371,10 @@ export const MODELS = {
|
|
|
1371
1371
|
reasoning: true,
|
|
1372
1372
|
input: ["text", "image"],
|
|
1373
1373
|
cost: {
|
|
1374
|
-
input: 5,
|
|
1375
|
-
output:
|
|
1376
|
-
cacheRead: 0.
|
|
1377
|
-
cacheWrite: 6.
|
|
1374
|
+
input: 5.5,
|
|
1375
|
+
output: 33,
|
|
1376
|
+
cacheRead: 0.55,
|
|
1377
|
+
cacheWrite: 6.88,
|
|
1378
1378
|
},
|
|
1379
1379
|
contextWindow: 272000,
|
|
1380
1380
|
maxTokens: 128000,
|
|
@@ -1388,10 +1388,10 @@ export const MODELS = {
|
|
|
1388
1388
|
reasoning: true,
|
|
1389
1389
|
input: ["text", "image"],
|
|
1390
1390
|
cost: {
|
|
1391
|
-
input: 2.
|
|
1392
|
-
output:
|
|
1393
|
-
cacheRead: 0.
|
|
1394
|
-
cacheWrite:
|
|
1391
|
+
input: 2.2,
|
|
1392
|
+
output: 13.2,
|
|
1393
|
+
cacheRead: 0.22,
|
|
1394
|
+
cacheWrite: 2.75,
|
|
1395
1395
|
},
|
|
1396
1396
|
contextWindow: 272000,
|
|
1397
1397
|
maxTokens: 128000,
|
|
@@ -2752,10 +2752,10 @@ export const MODELS = {
|
|
|
2752
2752
|
reasoning: true,
|
|
2753
2753
|
input: ["text", "image"],
|
|
2754
2754
|
cost: {
|
|
2755
|
-
input:
|
|
2756
|
-
output:
|
|
2757
|
-
cacheRead: 0.
|
|
2758
|
-
cacheWrite:
|
|
2755
|
+
input: 0.2,
|
|
2756
|
+
output: 1.2,
|
|
2757
|
+
cacheRead: 0.02,
|
|
2758
|
+
cacheWrite: 0.25,
|
|
2759
2759
|
},
|
|
2760
2760
|
contextWindow: 1050000,
|
|
2761
2761
|
maxTokens: 128000,
|
|
@@ -2786,10 +2786,10 @@ export const MODELS = {
|
|
|
2786
2786
|
reasoning: true,
|
|
2787
2787
|
input: ["text", "image"],
|
|
2788
2788
|
cost: {
|
|
2789
|
-
input: 2
|
|
2790
|
-
output:
|
|
2791
|
-
cacheRead: 0.
|
|
2792
|
-
cacheWrite:
|
|
2789
|
+
input: 2,
|
|
2790
|
+
output: 12,
|
|
2791
|
+
cacheRead: 0.2,
|
|
2792
|
+
cacheWrite: 2.5,
|
|
2793
2793
|
},
|
|
2794
2794
|
contextWindow: 1050000,
|
|
2795
2795
|
maxTokens: 128000,
|
|
@@ -5273,6 +5273,24 @@ export const MODELS = {
|
|
|
5273
5273
|
contextWindow: 1048576,
|
|
5274
5274
|
maxTokens: 1048576,
|
|
5275
5275
|
},
|
|
5276
|
+
"thinkingmachines/Inkling-Small": {
|
|
5277
|
+
id: "thinkingmachines/Inkling-Small",
|
|
5278
|
+
name: "Inkling Small",
|
|
5279
|
+
api: "openai-completions",
|
|
5280
|
+
provider: "huggingface",
|
|
5281
|
+
baseUrl: "https://router.huggingface.co/v1",
|
|
5282
|
+
compat: { "supportsDeveloperRole": false },
|
|
5283
|
+
reasoning: true,
|
|
5284
|
+
input: ["text", "image"],
|
|
5285
|
+
cost: {
|
|
5286
|
+
input: 0.5,
|
|
5287
|
+
output: 1.2,
|
|
5288
|
+
cacheRead: 0,
|
|
5289
|
+
cacheWrite: 0,
|
|
5290
|
+
},
|
|
5291
|
+
contextWindow: 524288,
|
|
5292
|
+
maxTokens: 1048576,
|
|
5293
|
+
},
|
|
5276
5294
|
"zai-org/GLM-4.5": {
|
|
5277
5295
|
id: "zai-org/GLM-4.5",
|
|
5278
5296
|
name: "GLM-4.5",
|
|
@@ -6162,6 +6180,23 @@ export const MODELS = {
|
|
|
6162
6180
|
contextWindow: 128000,
|
|
6163
6181
|
maxTokens: 128000,
|
|
6164
6182
|
},
|
|
6183
|
+
"voxtral-small-latest": {
|
|
6184
|
+
id: "voxtral-small-latest",
|
|
6185
|
+
name: "Voxtral Small (latest)",
|
|
6186
|
+
api: "mistral-conversations",
|
|
6187
|
+
provider: "mistral",
|
|
6188
|
+
baseUrl: "https://api.mistral.ai",
|
|
6189
|
+
reasoning: false,
|
|
6190
|
+
input: ["text"],
|
|
6191
|
+
cost: {
|
|
6192
|
+
input: 0.1,
|
|
6193
|
+
output: 0.3,
|
|
6194
|
+
cacheRead: 0,
|
|
6195
|
+
cacheWrite: 0,
|
|
6196
|
+
},
|
|
6197
|
+
contextWindow: 32000,
|
|
6198
|
+
maxTokens: 32000,
|
|
6199
|
+
},
|
|
6165
6200
|
},
|
|
6166
6201
|
"openai": {
|
|
6167
6202
|
"gpt-4": {
|
|
@@ -6700,10 +6735,10 @@ export const MODELS = {
|
|
|
6700
6735
|
reasoning: true,
|
|
6701
6736
|
input: ["text", "image"],
|
|
6702
6737
|
cost: {
|
|
6703
|
-
input:
|
|
6704
|
-
output:
|
|
6705
|
-
cacheRead: 0.
|
|
6706
|
-
cacheWrite:
|
|
6738
|
+
input: 0.2,
|
|
6739
|
+
output: 1.2,
|
|
6740
|
+
cacheRead: 0.02,
|
|
6741
|
+
cacheWrite: 0.25,
|
|
6707
6742
|
},
|
|
6708
6743
|
contextWindow: 1050000,
|
|
6709
6744
|
maxTokens: 128000,
|
|
@@ -6734,10 +6769,10 @@ export const MODELS = {
|
|
|
6734
6769
|
reasoning: true,
|
|
6735
6770
|
input: ["text", "image"],
|
|
6736
6771
|
cost: {
|
|
6737
|
-
input: 2
|
|
6738
|
-
output:
|
|
6739
|
-
cacheRead: 0.
|
|
6740
|
-
cacheWrite:
|
|
6772
|
+
input: 2,
|
|
6773
|
+
output: 12,
|
|
6774
|
+
cacheRead: 0.2,
|
|
6775
|
+
cacheWrite: 2.5,
|
|
6741
6776
|
},
|
|
6742
6777
|
contextWindow: 1050000,
|
|
6743
6778
|
maxTokens: 128000,
|
|
@@ -7275,7 +7310,7 @@ export const MODELS = {
|
|
|
7275
7310
|
},
|
|
7276
7311
|
"deepseek-v4-flash": {
|
|
7277
7312
|
id: "deepseek-v4-flash",
|
|
7278
|
-
name: "DeepSeek V4 Flash",
|
|
7313
|
+
name: "DeepSeek V4 Flash 0731",
|
|
7279
7314
|
api: "openai-completions",
|
|
7280
7315
|
provider: "opencode",
|
|
7281
7316
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
@@ -7292,7 +7327,7 @@ export const MODELS = {
|
|
|
7292
7327
|
},
|
|
7293
7328
|
"deepseek-v4-flash-free": {
|
|
7294
7329
|
id: "deepseek-v4-flash-free",
|
|
7295
|
-
name: "DeepSeek V4 Flash Free",
|
|
7330
|
+
name: "DeepSeek V4 Flash Free (New)",
|
|
7296
7331
|
api: "openai-completions",
|
|
7297
7332
|
provider: "opencode",
|
|
7298
7333
|
baseUrl: "https://opencode.ai/zen/v1",
|
|
@@ -7741,10 +7776,10 @@ export const MODELS = {
|
|
|
7741
7776
|
reasoning: true,
|
|
7742
7777
|
input: ["text", "image"],
|
|
7743
7778
|
cost: {
|
|
7744
|
-
input:
|
|
7745
|
-
output:
|
|
7746
|
-
cacheRead: 0.
|
|
7747
|
-
cacheWrite:
|
|
7779
|
+
input: 0.2,
|
|
7780
|
+
output: 1.2,
|
|
7781
|
+
cacheRead: 0.02,
|
|
7782
|
+
cacheWrite: 0.25,
|
|
7748
7783
|
},
|
|
7749
7784
|
contextWindow: 1050000,
|
|
7750
7785
|
maxTokens: 128000,
|
|
@@ -8059,7 +8094,7 @@ export const MODELS = {
|
|
|
8059
8094
|
"opencode-go": {
|
|
8060
8095
|
"deepseek-v4-flash": {
|
|
8061
8096
|
id: "deepseek-v4-flash",
|
|
8062
|
-
name: "DeepSeek V4 Flash",
|
|
8097
|
+
name: "DeepSeek V4 Flash (New)",
|
|
8063
8098
|
api: "openai-completions",
|
|
8064
8099
|
provider: "opencode-go",
|
|
8065
8100
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
@@ -8125,6 +8160,23 @@ export const MODELS = {
|
|
|
8125
8160
|
contextWindow: 1000000,
|
|
8126
8161
|
maxTokens: 131072,
|
|
8127
8162
|
},
|
|
8163
|
+
"gpt-5.6-luna": {
|
|
8164
|
+
id: "gpt-5.6-luna",
|
|
8165
|
+
name: "GPT-5.6 Luna (2x usage)",
|
|
8166
|
+
api: "openai-responses",
|
|
8167
|
+
provider: "opencode-go",
|
|
8168
|
+
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
8169
|
+
reasoning: true,
|
|
8170
|
+
input: ["text", "image"],
|
|
8171
|
+
cost: {
|
|
8172
|
+
input: 0.1,
|
|
8173
|
+
output: 0.6,
|
|
8174
|
+
cacheRead: 0.01,
|
|
8175
|
+
cacheWrite: 0.125,
|
|
8176
|
+
},
|
|
8177
|
+
contextWindow: 1050000,
|
|
8178
|
+
maxTokens: 128000,
|
|
8179
|
+
},
|
|
8128
8180
|
"grok-4.5": {
|
|
8129
8181
|
id: "grok-4.5",
|
|
8130
8182
|
name: "Grok 4.5",
|
|
@@ -8195,7 +8247,7 @@ export const MODELS = {
|
|
|
8195
8247
|
},
|
|
8196
8248
|
"kimi-k3": {
|
|
8197
8249
|
id: "kimi-k3",
|
|
8198
|
-
name: "Kimi K3
|
|
8250
|
+
name: "Kimi K3",
|
|
8199
8251
|
api: "openai-completions",
|
|
8200
8252
|
provider: "opencode-go",
|
|
8201
8253
|
baseUrl: "https://opencode.ai/zen/go/v1",
|
|
@@ -8518,23 +8570,6 @@ export const MODELS = {
|
|
|
8518
8570
|
contextWindow: 1000000,
|
|
8519
8571
|
maxTokens: 128000,
|
|
8520
8572
|
},
|
|
8521
|
-
"anthropic/claude-fable-5:batch": {
|
|
8522
|
-
id: "anthropic/claude-fable-5:batch",
|
|
8523
|
-
name: "Anthropic: Claude Fable 5 (batch)",
|
|
8524
|
-
api: "openai-completions",
|
|
8525
|
-
provider: "openrouter",
|
|
8526
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8527
|
-
reasoning: true,
|
|
8528
|
-
input: ["text", "image"],
|
|
8529
|
-
cost: {
|
|
8530
|
-
input: 5,
|
|
8531
|
-
output: 25,
|
|
8532
|
-
cacheRead: 0.5,
|
|
8533
|
-
cacheWrite: 6.25,
|
|
8534
|
-
},
|
|
8535
|
-
contextWindow: 1000000,
|
|
8536
|
-
maxTokens: 128000,
|
|
8537
|
-
},
|
|
8538
8573
|
"anthropic/claude-haiku-4.5": {
|
|
8539
8574
|
id: "anthropic/claude-haiku-4.5",
|
|
8540
8575
|
name: "Anthropic: Claude Haiku 4.5",
|
|
@@ -8552,23 +8587,6 @@ export const MODELS = {
|
|
|
8552
8587
|
contextWindow: 200000,
|
|
8553
8588
|
maxTokens: 64000,
|
|
8554
8589
|
},
|
|
8555
|
-
"anthropic/claude-haiku-4.5:batch": {
|
|
8556
|
-
id: "anthropic/claude-haiku-4.5:batch",
|
|
8557
|
-
name: "Anthropic: Claude Haiku 4.5 (batch)",
|
|
8558
|
-
api: "openai-completions",
|
|
8559
|
-
provider: "openrouter",
|
|
8560
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8561
|
-
reasoning: true,
|
|
8562
|
-
input: ["text", "image"],
|
|
8563
|
-
cost: {
|
|
8564
|
-
input: 0.5,
|
|
8565
|
-
output: 2.5,
|
|
8566
|
-
cacheRead: 0.049999999999999996,
|
|
8567
|
-
cacheWrite: 0.625,
|
|
8568
|
-
},
|
|
8569
|
-
contextWindow: 200000,
|
|
8570
|
-
maxTokens: 64000,
|
|
8571
|
-
},
|
|
8572
8590
|
"anthropic/claude-opus-4": {
|
|
8573
8591
|
id: "anthropic/claude-opus-4",
|
|
8574
8592
|
name: "Anthropic: Claude Opus 4",
|
|
@@ -8603,23 +8621,6 @@ export const MODELS = {
|
|
|
8603
8621
|
contextWindow: 200000,
|
|
8604
8622
|
maxTokens: 32000,
|
|
8605
8623
|
},
|
|
8606
|
-
"anthropic/claude-opus-4.1:batch": {
|
|
8607
|
-
id: "anthropic/claude-opus-4.1:batch",
|
|
8608
|
-
name: "Anthropic: Claude Opus 4.1 (batch)",
|
|
8609
|
-
api: "openai-completions",
|
|
8610
|
-
provider: "openrouter",
|
|
8611
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8612
|
-
reasoning: true,
|
|
8613
|
-
input: ["text", "image"],
|
|
8614
|
-
cost: {
|
|
8615
|
-
input: 7.5,
|
|
8616
|
-
output: 37.5,
|
|
8617
|
-
cacheRead: 0.75,
|
|
8618
|
-
cacheWrite: 9.375,
|
|
8619
|
-
},
|
|
8620
|
-
contextWindow: 200000,
|
|
8621
|
-
maxTokens: 32000,
|
|
8622
|
-
},
|
|
8623
8624
|
"anthropic/claude-opus-4.5": {
|
|
8624
8625
|
id: "anthropic/claude-opus-4.5",
|
|
8625
8626
|
name: "Anthropic: Claude Opus 4.5",
|
|
@@ -8637,23 +8638,6 @@ export const MODELS = {
|
|
|
8637
8638
|
contextWindow: 200000,
|
|
8638
8639
|
maxTokens: 64000,
|
|
8639
8640
|
},
|
|
8640
|
-
"anthropic/claude-opus-4.5:batch": {
|
|
8641
|
-
id: "anthropic/claude-opus-4.5:batch",
|
|
8642
|
-
name: "Anthropic: Claude Opus 4.5 (batch)",
|
|
8643
|
-
api: "openai-completions",
|
|
8644
|
-
provider: "openrouter",
|
|
8645
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8646
|
-
reasoning: true,
|
|
8647
|
-
input: ["text", "image"],
|
|
8648
|
-
cost: {
|
|
8649
|
-
input: 2.5,
|
|
8650
|
-
output: 12.5,
|
|
8651
|
-
cacheRead: 0.25,
|
|
8652
|
-
cacheWrite: 3.125,
|
|
8653
|
-
},
|
|
8654
|
-
contextWindow: 200000,
|
|
8655
|
-
maxTokens: 64000,
|
|
8656
|
-
},
|
|
8657
8641
|
"anthropic/claude-opus-4.6": {
|
|
8658
8642
|
id: "anthropic/claude-opus-4.6",
|
|
8659
8643
|
name: "Anthropic: Claude Opus 4.6",
|
|
@@ -8671,23 +8655,6 @@ export const MODELS = {
|
|
|
8671
8655
|
contextWindow: 1000000,
|
|
8672
8656
|
maxTokens: 128000,
|
|
8673
8657
|
},
|
|
8674
|
-
"anthropic/claude-opus-4.6:batch": {
|
|
8675
|
-
id: "anthropic/claude-opus-4.6:batch",
|
|
8676
|
-
name: "Anthropic: Claude Opus 4.6 (batch)",
|
|
8677
|
-
api: "openai-completions",
|
|
8678
|
-
provider: "openrouter",
|
|
8679
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8680
|
-
reasoning: true,
|
|
8681
|
-
input: ["text", "image"],
|
|
8682
|
-
cost: {
|
|
8683
|
-
input: 2.5,
|
|
8684
|
-
output: 12.5,
|
|
8685
|
-
cacheRead: 0.25,
|
|
8686
|
-
cacheWrite: 3.125,
|
|
8687
|
-
},
|
|
8688
|
-
contextWindow: 1000000,
|
|
8689
|
-
maxTokens: 128000,
|
|
8690
|
-
},
|
|
8691
8658
|
"anthropic/claude-opus-4.7": {
|
|
8692
8659
|
id: "anthropic/claude-opus-4.7",
|
|
8693
8660
|
name: "Anthropic: Claude Opus 4.7",
|
|
@@ -8722,23 +8689,6 @@ export const MODELS = {
|
|
|
8722
8689
|
contextWindow: 1000000,
|
|
8723
8690
|
maxTokens: 128000,
|
|
8724
8691
|
},
|
|
8725
|
-
"anthropic/claude-opus-4.7:batch": {
|
|
8726
|
-
id: "anthropic/claude-opus-4.7:batch",
|
|
8727
|
-
name: "Anthropic: Claude Opus 4.7 (batch)",
|
|
8728
|
-
api: "openai-completions",
|
|
8729
|
-
provider: "openrouter",
|
|
8730
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8731
|
-
reasoning: true,
|
|
8732
|
-
input: ["text", "image"],
|
|
8733
|
-
cost: {
|
|
8734
|
-
input: 2.5,
|
|
8735
|
-
output: 12.5,
|
|
8736
|
-
cacheRead: 0.25,
|
|
8737
|
-
cacheWrite: 3.125,
|
|
8738
|
-
},
|
|
8739
|
-
contextWindow: 1000000,
|
|
8740
|
-
maxTokens: 128000,
|
|
8741
|
-
},
|
|
8742
8692
|
"anthropic/claude-opus-4.8": {
|
|
8743
8693
|
id: "anthropic/claude-opus-4.8",
|
|
8744
8694
|
name: "Anthropic: Claude Opus 4.8",
|
|
@@ -8773,23 +8723,6 @@ export const MODELS = {
|
|
|
8773
8723
|
contextWindow: 1000000,
|
|
8774
8724
|
maxTokens: 128000,
|
|
8775
8725
|
},
|
|
8776
|
-
"anthropic/claude-opus-4.8:batch": {
|
|
8777
|
-
id: "anthropic/claude-opus-4.8:batch",
|
|
8778
|
-
name: "Anthropic: Claude Opus 4.8 (batch)",
|
|
8779
|
-
api: "openai-completions",
|
|
8780
|
-
provider: "openrouter",
|
|
8781
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8782
|
-
reasoning: true,
|
|
8783
|
-
input: ["text", "image"],
|
|
8784
|
-
cost: {
|
|
8785
|
-
input: 2.5,
|
|
8786
|
-
output: 12.5,
|
|
8787
|
-
cacheRead: 0.25,
|
|
8788
|
-
cacheWrite: 3.125,
|
|
8789
|
-
},
|
|
8790
|
-
contextWindow: 1000000,
|
|
8791
|
-
maxTokens: 128000,
|
|
8792
|
-
},
|
|
8793
8726
|
"anthropic/claude-opus-5": {
|
|
8794
8727
|
id: "anthropic/claude-opus-5",
|
|
8795
8728
|
name: "Claude Opus 5",
|
|
@@ -8858,23 +8791,6 @@ export const MODELS = {
|
|
|
8858
8791
|
contextWindow: 1000000,
|
|
8859
8792
|
maxTokens: 64000,
|
|
8860
8793
|
},
|
|
8861
|
-
"anthropic/claude-sonnet-4.5:batch": {
|
|
8862
|
-
id: "anthropic/claude-sonnet-4.5:batch",
|
|
8863
|
-
name: "Anthropic: Claude Sonnet 4.5 (batch)",
|
|
8864
|
-
api: "openai-completions",
|
|
8865
|
-
provider: "openrouter",
|
|
8866
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8867
|
-
reasoning: true,
|
|
8868
|
-
input: ["text", "image"],
|
|
8869
|
-
cost: {
|
|
8870
|
-
input: 1.5,
|
|
8871
|
-
output: 7.5,
|
|
8872
|
-
cacheRead: 0.15,
|
|
8873
|
-
cacheWrite: 1.875,
|
|
8874
|
-
},
|
|
8875
|
-
contextWindow: 1000000,
|
|
8876
|
-
maxTokens: 64000,
|
|
8877
|
-
},
|
|
8878
8794
|
"anthropic/claude-sonnet-4.6": {
|
|
8879
8795
|
id: "anthropic/claude-sonnet-4.6",
|
|
8880
8796
|
name: "Anthropic: Claude Sonnet 4.6",
|
|
@@ -8909,23 +8825,6 @@ export const MODELS = {
|
|
|
8909
8825
|
contextWindow: 1000000,
|
|
8910
8826
|
maxTokens: 128000,
|
|
8911
8827
|
},
|
|
8912
|
-
"anthropic/claude-sonnet-5:batch": {
|
|
8913
|
-
id: "anthropic/claude-sonnet-5:batch",
|
|
8914
|
-
name: "Anthropic: Claude Sonnet 5 (batch)",
|
|
8915
|
-
api: "openai-completions",
|
|
8916
|
-
provider: "openrouter",
|
|
8917
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8918
|
-
reasoning: true,
|
|
8919
|
-
input: ["text", "image"],
|
|
8920
|
-
cost: {
|
|
8921
|
-
input: 1,
|
|
8922
|
-
output: 5,
|
|
8923
|
-
cacheRead: 0.09999999999999999,
|
|
8924
|
-
cacheWrite: 1.25,
|
|
8925
|
-
},
|
|
8926
|
-
contextWindow: 1000000,
|
|
8927
|
-
maxTokens: 128000,
|
|
8928
|
-
},
|
|
8929
8828
|
"arcee-ai/trinity-large-thinking": {
|
|
8930
8829
|
id: "arcee-ai/trinity-large-thinking",
|
|
8931
8830
|
name: "Arcee AI: Trinity Large Thinking",
|
|
@@ -9249,6 +9148,23 @@ export const MODELS = {
|
|
|
9249
9148
|
contextWindow: 1048576,
|
|
9250
9149
|
maxTokens: 393216,
|
|
9251
9150
|
},
|
|
9151
|
+
"deepseek/deepseek-v4-flash-0731": {
|
|
9152
|
+
id: "deepseek/deepseek-v4-flash-0731",
|
|
9153
|
+
name: "DeepSeek: DeepSeek V4 Flash 0731",
|
|
9154
|
+
api: "openai-completions",
|
|
9155
|
+
provider: "openrouter",
|
|
9156
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
9157
|
+
reasoning: true,
|
|
9158
|
+
input: ["text"],
|
|
9159
|
+
cost: {
|
|
9160
|
+
input: 0.09,
|
|
9161
|
+
output: 0.18,
|
|
9162
|
+
cacheRead: 0.018,
|
|
9163
|
+
cacheWrite: 0,
|
|
9164
|
+
},
|
|
9165
|
+
contextWindow: 1048576,
|
|
9166
|
+
maxTokens: 65536,
|
|
9167
|
+
},
|
|
9252
9168
|
"deepseek/deepseek-v4-pro": {
|
|
9253
9169
|
id: "deepseek/deepseek-v4-pro",
|
|
9254
9170
|
name: "DeepSeek: DeepSeek V4 Pro",
|
|
@@ -9300,56 +9216,22 @@ export const MODELS = {
|
|
|
9300
9216
|
contextWindow: 1048576,
|
|
9301
9217
|
maxTokens: 65535,
|
|
9302
9218
|
},
|
|
9303
|
-
"google/gemini-2.5-
|
|
9304
|
-
id: "google/gemini-2.5-
|
|
9305
|
-
name: "Google: Gemini 2.5
|
|
9219
|
+
"google/gemini-2.5-pro": {
|
|
9220
|
+
id: "google/gemini-2.5-pro",
|
|
9221
|
+
name: "Google: Gemini 2.5 Pro",
|
|
9306
9222
|
api: "openai-completions",
|
|
9307
9223
|
provider: "openrouter",
|
|
9308
9224
|
baseUrl: "https://openrouter.ai/api/v1",
|
|
9309
9225
|
reasoning: true,
|
|
9310
9226
|
input: ["text", "image"],
|
|
9311
9227
|
cost: {
|
|
9312
|
-
input:
|
|
9313
|
-
output:
|
|
9314
|
-
cacheRead: 0.
|
|
9315
|
-
cacheWrite: 0,
|
|
9228
|
+
input: 1.25,
|
|
9229
|
+
output: 10,
|
|
9230
|
+
cacheRead: 0.125,
|
|
9231
|
+
cacheWrite: 0.375,
|
|
9316
9232
|
},
|
|
9317
9233
|
contextWindow: 1048576,
|
|
9318
|
-
maxTokens:
|
|
9319
|
-
},
|
|
9320
|
-
"google/gemini-2.5-flash:batch": {
|
|
9321
|
-
id: "google/gemini-2.5-flash:batch",
|
|
9322
|
-
name: "Google: Gemini 2.5 Flash (batch)",
|
|
9323
|
-
api: "openai-completions",
|
|
9324
|
-
provider: "openrouter",
|
|
9325
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9326
|
-
reasoning: true,
|
|
9327
|
-
input: ["text", "image"],
|
|
9328
|
-
cost: {
|
|
9329
|
-
input: 0.15,
|
|
9330
|
-
output: 1.25,
|
|
9331
|
-
cacheRead: 0.03,
|
|
9332
|
-
cacheWrite: 0,
|
|
9333
|
-
},
|
|
9334
|
-
contextWindow: 1048576,
|
|
9335
|
-
maxTokens: 65535,
|
|
9336
|
-
},
|
|
9337
|
-
"google/gemini-2.5-pro": {
|
|
9338
|
-
id: "google/gemini-2.5-pro",
|
|
9339
|
-
name: "Google: Gemini 2.5 Pro",
|
|
9340
|
-
api: "openai-completions",
|
|
9341
|
-
provider: "openrouter",
|
|
9342
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9343
|
-
reasoning: true,
|
|
9344
|
-
input: ["text", "image"],
|
|
9345
|
-
cost: {
|
|
9346
|
-
input: 1.25,
|
|
9347
|
-
output: 10,
|
|
9348
|
-
cacheRead: 0.125,
|
|
9349
|
-
cacheWrite: 0.375,
|
|
9350
|
-
},
|
|
9351
|
-
contextWindow: 1048576,
|
|
9352
|
-
maxTokens: 65536,
|
|
9234
|
+
maxTokens: 65536,
|
|
9353
9235
|
},
|
|
9354
9236
|
"google/gemini-2.5-pro-preview": {
|
|
9355
9237
|
id: "google/gemini-2.5-pro-preview",
|
|
@@ -9385,23 +9267,6 @@ export const MODELS = {
|
|
|
9385
9267
|
contextWindow: 1048576,
|
|
9386
9268
|
maxTokens: 65535,
|
|
9387
9269
|
},
|
|
9388
|
-
"google/gemini-2.5-pro:batch": {
|
|
9389
|
-
id: "google/gemini-2.5-pro:batch",
|
|
9390
|
-
name: "Google: Gemini 2.5 Pro (batch)",
|
|
9391
|
-
api: "openai-completions",
|
|
9392
|
-
provider: "openrouter",
|
|
9393
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9394
|
-
reasoning: true,
|
|
9395
|
-
input: ["text", "image"],
|
|
9396
|
-
cost: {
|
|
9397
|
-
input: 0.625,
|
|
9398
|
-
output: 5,
|
|
9399
|
-
cacheRead: 0.125,
|
|
9400
|
-
cacheWrite: 0,
|
|
9401
|
-
},
|
|
9402
|
-
contextWindow: 1048576,
|
|
9403
|
-
maxTokens: 65536,
|
|
9404
|
-
},
|
|
9405
9270
|
"google/gemini-3-flash-preview": {
|
|
9406
9271
|
id: "google/gemini-3-flash-preview",
|
|
9407
9272
|
name: "Google: Gemini 3 Flash Preview",
|
|
@@ -9419,23 +9284,6 @@ export const MODELS = {
|
|
|
9419
9284
|
contextWindow: 1048576,
|
|
9420
9285
|
maxTokens: 65535,
|
|
9421
9286
|
},
|
|
9422
|
-
"google/gemini-3-flash-preview:batch": {
|
|
9423
|
-
id: "google/gemini-3-flash-preview:batch",
|
|
9424
|
-
name: "Google: Gemini 3 Flash Preview (batch)",
|
|
9425
|
-
api: "openai-completions",
|
|
9426
|
-
provider: "openrouter",
|
|
9427
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9428
|
-
reasoning: true,
|
|
9429
|
-
input: ["text", "image"],
|
|
9430
|
-
cost: {
|
|
9431
|
-
input: 0.25,
|
|
9432
|
-
output: 1.5,
|
|
9433
|
-
cacheRead: 0,
|
|
9434
|
-
cacheWrite: 0,
|
|
9435
|
-
},
|
|
9436
|
-
contextWindow: 1048576,
|
|
9437
|
-
maxTokens: 65535,
|
|
9438
|
-
},
|
|
9439
9287
|
"google/gemini-3-pro-image": {
|
|
9440
9288
|
id: "google/gemini-3-pro-image",
|
|
9441
9289
|
name: "Google: Nano Banana Pro (Gemini 3 Pro Image)",
|
|
@@ -9487,23 +9335,6 @@ export const MODELS = {
|
|
|
9487
9335
|
contextWindow: 1048576,
|
|
9488
9336
|
maxTokens: 65536,
|
|
9489
9337
|
},
|
|
9490
|
-
"google/gemini-3.1-flash-lite:batch": {
|
|
9491
|
-
id: "google/gemini-3.1-flash-lite:batch",
|
|
9492
|
-
name: "Google: Gemini 3.1 Flash Lite (batch)",
|
|
9493
|
-
api: "openai-completions",
|
|
9494
|
-
provider: "openrouter",
|
|
9495
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9496
|
-
reasoning: true,
|
|
9497
|
-
input: ["text", "image"],
|
|
9498
|
-
cost: {
|
|
9499
|
-
input: 0.125,
|
|
9500
|
-
output: 0.75,
|
|
9501
|
-
cacheRead: 0.012499999999999999,
|
|
9502
|
-
cacheWrite: 0,
|
|
9503
|
-
},
|
|
9504
|
-
contextWindow: 1048576,
|
|
9505
|
-
maxTokens: 65536,
|
|
9506
|
-
},
|
|
9507
9338
|
"google/gemini-3.1-pro-preview": {
|
|
9508
9339
|
id: "google/gemini-3.1-pro-preview",
|
|
9509
9340
|
name: "Google: Gemini 3.1 Pro Preview",
|
|
@@ -9538,23 +9369,6 @@ export const MODELS = {
|
|
|
9538
9369
|
contextWindow: 1048576,
|
|
9539
9370
|
maxTokens: 65536,
|
|
9540
9371
|
},
|
|
9541
|
-
"google/gemini-3.1-pro-preview:batch": {
|
|
9542
|
-
id: "google/gemini-3.1-pro-preview:batch",
|
|
9543
|
-
name: "Google: Gemini 3.1 Pro Preview (batch)",
|
|
9544
|
-
api: "openai-completions",
|
|
9545
|
-
provider: "openrouter",
|
|
9546
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9547
|
-
reasoning: true,
|
|
9548
|
-
input: ["text", "image"],
|
|
9549
|
-
cost: {
|
|
9550
|
-
input: 1,
|
|
9551
|
-
output: 6,
|
|
9552
|
-
cacheRead: 0,
|
|
9553
|
-
cacheWrite: 0,
|
|
9554
|
-
},
|
|
9555
|
-
contextWindow: 1048576,
|
|
9556
|
-
maxTokens: 65536,
|
|
9557
|
-
},
|
|
9558
9372
|
"google/gemini-3.5-flash": {
|
|
9559
9373
|
id: "google/gemini-3.5-flash",
|
|
9560
9374
|
name: "Google: Gemini 3.5 Flash",
|
|
@@ -9589,40 +9403,6 @@ export const MODELS = {
|
|
|
9589
9403
|
contextWindow: 1048576,
|
|
9590
9404
|
maxTokens: 65536,
|
|
9591
9405
|
},
|
|
9592
|
-
"google/gemini-3.5-flash-lite:batch": {
|
|
9593
|
-
id: "google/gemini-3.5-flash-lite:batch",
|
|
9594
|
-
name: "Google: Gemini 3.5 Flash Lite (batch)",
|
|
9595
|
-
api: "openai-completions",
|
|
9596
|
-
provider: "openrouter",
|
|
9597
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9598
|
-
reasoning: true,
|
|
9599
|
-
input: ["text", "image"],
|
|
9600
|
-
cost: {
|
|
9601
|
-
input: 0.15,
|
|
9602
|
-
output: 1.25,
|
|
9603
|
-
cacheRead: 0.015,
|
|
9604
|
-
cacheWrite: 0,
|
|
9605
|
-
},
|
|
9606
|
-
contextWindow: 1048576,
|
|
9607
|
-
maxTokens: 65536,
|
|
9608
|
-
},
|
|
9609
|
-
"google/gemini-3.5-flash:batch": {
|
|
9610
|
-
id: "google/gemini-3.5-flash:batch",
|
|
9611
|
-
name: "Google: Gemini 3.5 Flash (batch)",
|
|
9612
|
-
api: "openai-completions",
|
|
9613
|
-
provider: "openrouter",
|
|
9614
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9615
|
-
reasoning: true,
|
|
9616
|
-
input: ["text", "image"],
|
|
9617
|
-
cost: {
|
|
9618
|
-
input: 0.75,
|
|
9619
|
-
output: 4.5,
|
|
9620
|
-
cacheRead: 0.075,
|
|
9621
|
-
cacheWrite: 0,
|
|
9622
|
-
},
|
|
9623
|
-
contextWindow: 1048576,
|
|
9624
|
-
maxTokens: 65536,
|
|
9625
|
-
},
|
|
9626
9406
|
"google/gemini-3.6-flash": {
|
|
9627
9407
|
id: "google/gemini-3.6-flash",
|
|
9628
9408
|
name: "Google: Gemini 3.6 Flash",
|
|
@@ -9640,23 +9420,6 @@ export const MODELS = {
|
|
|
9640
9420
|
contextWindow: 1048576,
|
|
9641
9421
|
maxTokens: 65536,
|
|
9642
9422
|
},
|
|
9643
|
-
"google/gemini-3.6-flash:batch": {
|
|
9644
|
-
id: "google/gemini-3.6-flash:batch",
|
|
9645
|
-
name: "Google: Gemini 3.6 Flash (batch)",
|
|
9646
|
-
api: "openai-completions",
|
|
9647
|
-
provider: "openrouter",
|
|
9648
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
9649
|
-
reasoning: true,
|
|
9650
|
-
input: ["text", "image"],
|
|
9651
|
-
cost: {
|
|
9652
|
-
input: 0.75,
|
|
9653
|
-
output: 3.75,
|
|
9654
|
-
cacheRead: 0.075,
|
|
9655
|
-
cacheWrite: 0.08333333333333334,
|
|
9656
|
-
},
|
|
9657
|
-
contextWindow: 1048576,
|
|
9658
|
-
maxTokens: 65536,
|
|
9659
|
-
},
|
|
9660
9423
|
"google/gemma-3-12b-it": {
|
|
9661
9424
|
id: "google/gemma-3-12b-it",
|
|
9662
9425
|
name: "Google: Gemma 3 12B",
|
|
@@ -10133,23 +9896,6 @@ export const MODELS = {
|
|
|
10133
9896
|
contextWindow: 1048576,
|
|
10134
9897
|
maxTokens: 512000,
|
|
10135
9898
|
},
|
|
10136
|
-
"minimax/minimax-m3:batch": {
|
|
10137
|
-
id: "minimax/minimax-m3:batch",
|
|
10138
|
-
name: "MiniMax: MiniMax M3 (batch)",
|
|
10139
|
-
api: "openai-completions",
|
|
10140
|
-
provider: "openrouter",
|
|
10141
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10142
|
-
reasoning: true,
|
|
10143
|
-
input: ["text", "image"],
|
|
10144
|
-
cost: {
|
|
10145
|
-
input: 0.15,
|
|
10146
|
-
output: 0.6,
|
|
10147
|
-
cacheRead: 0.03,
|
|
10148
|
-
cacheWrite: 0,
|
|
10149
|
-
},
|
|
10150
|
-
contextWindow: 524288,
|
|
10151
|
-
maxTokens: 4096,
|
|
10152
|
-
},
|
|
10153
9899
|
"mistralai/codestral-2508": {
|
|
10154
9900
|
id: "mistralai/codestral-2508",
|
|
10155
9901
|
name: "Mistral: Codestral 2508",
|
|
@@ -10167,23 +9913,6 @@ export const MODELS = {
|
|
|
10167
9913
|
contextWindow: 256000,
|
|
10168
9914
|
maxTokens: 4096,
|
|
10169
9915
|
},
|
|
10170
|
-
"mistralai/devstral-2512": {
|
|
10171
|
-
id: "mistralai/devstral-2512",
|
|
10172
|
-
name: "Mistral: Devstral 2 2512",
|
|
10173
|
-
api: "openai-completions",
|
|
10174
|
-
provider: "openrouter",
|
|
10175
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10176
|
-
reasoning: false,
|
|
10177
|
-
input: ["text"],
|
|
10178
|
-
cost: {
|
|
10179
|
-
input: 0.39999999999999997,
|
|
10180
|
-
output: 2,
|
|
10181
|
-
cacheRead: 0.04,
|
|
10182
|
-
cacheWrite: 0,
|
|
10183
|
-
},
|
|
10184
|
-
contextWindow: 262144,
|
|
10185
|
-
maxTokens: 4096,
|
|
10186
|
-
},
|
|
10187
9916
|
"mistralai/ministral-14b-2512": {
|
|
10188
9917
|
id: "mistralai/ministral-14b-2512",
|
|
10189
9918
|
name: "Mistral: Ministral 3 14B 2512",
|
|
@@ -10397,13 +10126,13 @@ export const MODELS = {
|
|
|
10397
10126
|
reasoning: false,
|
|
10398
10127
|
input: ["text", "image"],
|
|
10399
10128
|
cost: {
|
|
10400
|
-
input: 0.
|
|
10401
|
-
output: 0.
|
|
10402
|
-
cacheRead: 0
|
|
10129
|
+
input: 0.075,
|
|
10130
|
+
output: 0.19999999999999998,
|
|
10131
|
+
cacheRead: 0,
|
|
10403
10132
|
cacheWrite: 0,
|
|
10404
10133
|
},
|
|
10405
10134
|
contextWindow: 256000,
|
|
10406
|
-
maxTokens:
|
|
10135
|
+
maxTokens: 16384,
|
|
10407
10136
|
},
|
|
10408
10137
|
"mistralai/mixtral-8x22b-instruct": {
|
|
10409
10138
|
id: "mistralai/mixtral-8x22b-instruct",
|
|
@@ -10516,9 +10245,9 @@ export const MODELS = {
|
|
|
10516
10245
|
reasoning: true,
|
|
10517
10246
|
input: ["text", "image"],
|
|
10518
10247
|
cost: {
|
|
10519
|
-
input: 0.
|
|
10520
|
-
output:
|
|
10521
|
-
cacheRead: 0.
|
|
10248
|
+
input: 0.6,
|
|
10249
|
+
output: 3.41,
|
|
10250
|
+
cacheRead: 0.19999999999999998,
|
|
10522
10251
|
cacheWrite: 0,
|
|
10523
10252
|
},
|
|
10524
10253
|
contextWindow: 262144,
|
|
@@ -11034,23 +10763,6 @@ export const MODELS = {
|
|
|
11034
10763
|
contextWindow: 400000,
|
|
11035
10764
|
maxTokens: 128000,
|
|
11036
10765
|
},
|
|
11037
|
-
"openai/gpt-5-mini:batch": {
|
|
11038
|
-
id: "openai/gpt-5-mini:batch",
|
|
11039
|
-
name: "OpenAI: GPT-5 Mini (batch)",
|
|
11040
|
-
api: "openai-completions",
|
|
11041
|
-
provider: "openrouter",
|
|
11042
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11043
|
-
reasoning: true,
|
|
11044
|
-
input: ["text", "image"],
|
|
11045
|
-
cost: {
|
|
11046
|
-
input: 0.125,
|
|
11047
|
-
output: 1,
|
|
11048
|
-
cacheRead: 0.012499999999999999,
|
|
11049
|
-
cacheWrite: 0,
|
|
11050
|
-
},
|
|
11051
|
-
contextWindow: 400000,
|
|
11052
|
-
maxTokens: 128000,
|
|
11053
|
-
},
|
|
11054
10766
|
"openai/gpt-5-nano": {
|
|
11055
10767
|
id: "openai/gpt-5-nano",
|
|
11056
10768
|
name: "OpenAI: GPT-5 Nano",
|
|
@@ -11068,23 +10780,6 @@ export const MODELS = {
|
|
|
11068
10780
|
contextWindow: 400000,
|
|
11069
10781
|
maxTokens: 128000,
|
|
11070
10782
|
},
|
|
11071
|
-
"openai/gpt-5-nano:batch": {
|
|
11072
|
-
id: "openai/gpt-5-nano:batch",
|
|
11073
|
-
name: "OpenAI: GPT-5 Nano (batch)",
|
|
11074
|
-
api: "openai-completions",
|
|
11075
|
-
provider: "openrouter",
|
|
11076
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11077
|
-
reasoning: true,
|
|
11078
|
-
input: ["text", "image"],
|
|
11079
|
-
cost: {
|
|
11080
|
-
input: 0.024999999999999998,
|
|
11081
|
-
output: 0.19999999999999998,
|
|
11082
|
-
cacheRead: 0.0025,
|
|
11083
|
-
cacheWrite: 0,
|
|
11084
|
-
},
|
|
11085
|
-
contextWindow: 400000,
|
|
11086
|
-
maxTokens: 128000,
|
|
11087
|
-
},
|
|
11088
10783
|
"openai/gpt-5-pro": {
|
|
11089
10784
|
id: "openai/gpt-5-pro",
|
|
11090
10785
|
name: "OpenAI: GPT-5 Pro",
|
|
@@ -11119,23 +10814,6 @@ export const MODELS = {
|
|
|
11119
10814
|
contextWindow: 400000,
|
|
11120
10815
|
maxTokens: 128000,
|
|
11121
10816
|
},
|
|
11122
|
-
"openai/gpt-5.1-chat": {
|
|
11123
|
-
id: "openai/gpt-5.1-chat",
|
|
11124
|
-
name: "OpenAI: GPT-5.1 Chat",
|
|
11125
|
-
api: "openai-completions",
|
|
11126
|
-
provider: "openrouter",
|
|
11127
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11128
|
-
reasoning: false,
|
|
11129
|
-
input: ["text", "image"],
|
|
11130
|
-
cost: {
|
|
11131
|
-
input: 1.25,
|
|
11132
|
-
output: 10,
|
|
11133
|
-
cacheRead: 0.13,
|
|
11134
|
-
cacheWrite: 0,
|
|
11135
|
-
},
|
|
11136
|
-
contextWindow: 128000,
|
|
11137
|
-
maxTokens: 32000,
|
|
11138
|
-
},
|
|
11139
10817
|
"openai/gpt-5.1-codex": {
|
|
11140
10818
|
id: "openai/gpt-5.1-codex",
|
|
11141
10819
|
name: "OpenAI: GPT-5.1-Codex",
|
|
@@ -11187,23 +10865,6 @@ export const MODELS = {
|
|
|
11187
10865
|
contextWindow: 400000,
|
|
11188
10866
|
maxTokens: 128000,
|
|
11189
10867
|
},
|
|
11190
|
-
"openai/gpt-5.1:batch": {
|
|
11191
|
-
id: "openai/gpt-5.1:batch",
|
|
11192
|
-
name: "OpenAI: GPT-5.1 (batch)",
|
|
11193
|
-
api: "openai-completions",
|
|
11194
|
-
provider: "openrouter",
|
|
11195
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11196
|
-
reasoning: true,
|
|
11197
|
-
input: ["text", "image"],
|
|
11198
|
-
cost: {
|
|
11199
|
-
input: 0.625,
|
|
11200
|
-
output: 5,
|
|
11201
|
-
cacheRead: 0.0625,
|
|
11202
|
-
cacheWrite: 0,
|
|
11203
|
-
},
|
|
11204
|
-
contextWindow: 400000,
|
|
11205
|
-
maxTokens: 128000,
|
|
11206
|
-
},
|
|
11207
10868
|
"openai/gpt-5.2": {
|
|
11208
10869
|
id: "openai/gpt-5.2",
|
|
11209
10870
|
name: "OpenAI: GPT-5.2",
|
|
@@ -11272,23 +10933,6 @@ export const MODELS = {
|
|
|
11272
10933
|
contextWindow: 400000,
|
|
11273
10934
|
maxTokens: 128000,
|
|
11274
10935
|
},
|
|
11275
|
-
"openai/gpt-5.2:batch": {
|
|
11276
|
-
id: "openai/gpt-5.2:batch",
|
|
11277
|
-
name: "OpenAI: GPT-5.2 (batch)",
|
|
11278
|
-
api: "openai-completions",
|
|
11279
|
-
provider: "openrouter",
|
|
11280
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11281
|
-
reasoning: true,
|
|
11282
|
-
input: ["text", "image"],
|
|
11283
|
-
cost: {
|
|
11284
|
-
input: 0.875,
|
|
11285
|
-
output: 7,
|
|
11286
|
-
cacheRead: 0.0875,
|
|
11287
|
-
cacheWrite: 0,
|
|
11288
|
-
},
|
|
11289
|
-
contextWindow: 400000,
|
|
11290
|
-
maxTokens: 128000,
|
|
11291
|
-
},
|
|
11292
10936
|
"openai/gpt-5.3-chat": {
|
|
11293
10937
|
id: "openai/gpt-5.3-chat",
|
|
11294
10938
|
name: "OpenAI: GPT-5.3 Chat",
|
|
@@ -11357,23 +11001,6 @@ export const MODELS = {
|
|
|
11357
11001
|
contextWindow: 400000,
|
|
11358
11002
|
maxTokens: 128000,
|
|
11359
11003
|
},
|
|
11360
|
-
"openai/gpt-5.4-mini:batch": {
|
|
11361
|
-
id: "openai/gpt-5.4-mini:batch",
|
|
11362
|
-
name: "OpenAI: GPT-5.4 Mini (batch)",
|
|
11363
|
-
api: "openai-completions",
|
|
11364
|
-
provider: "openrouter",
|
|
11365
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11366
|
-
reasoning: true,
|
|
11367
|
-
input: ["text", "image"],
|
|
11368
|
-
cost: {
|
|
11369
|
-
input: 0.375,
|
|
11370
|
-
output: 2.25,
|
|
11371
|
-
cacheRead: 0.0375,
|
|
11372
|
-
cacheWrite: 0,
|
|
11373
|
-
},
|
|
11374
|
-
contextWindow: 400000,
|
|
11375
|
-
maxTokens: 128000,
|
|
11376
|
-
},
|
|
11377
11004
|
"openai/gpt-5.4-nano": {
|
|
11378
11005
|
id: "openai/gpt-5.4-nano",
|
|
11379
11006
|
name: "OpenAI: GPT-5.4 Nano",
|
|
@@ -11391,23 +11018,6 @@ export const MODELS = {
|
|
|
11391
11018
|
contextWindow: 400000,
|
|
11392
11019
|
maxTokens: 128000,
|
|
11393
11020
|
},
|
|
11394
|
-
"openai/gpt-5.4-nano:batch": {
|
|
11395
|
-
id: "openai/gpt-5.4-nano:batch",
|
|
11396
|
-
name: "OpenAI: GPT-5.4 Nano (batch)",
|
|
11397
|
-
api: "openai-completions",
|
|
11398
|
-
provider: "openrouter",
|
|
11399
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11400
|
-
reasoning: true,
|
|
11401
|
-
input: ["text", "image"],
|
|
11402
|
-
cost: {
|
|
11403
|
-
input: 0.09999999999999999,
|
|
11404
|
-
output: 0.625,
|
|
11405
|
-
cacheRead: 0.01,
|
|
11406
|
-
cacheWrite: 0,
|
|
11407
|
-
},
|
|
11408
|
-
contextWindow: 400000,
|
|
11409
|
-
maxTokens: 128000,
|
|
11410
|
-
},
|
|
11411
11021
|
"openai/gpt-5.4-pro": {
|
|
11412
11022
|
id: "openai/gpt-5.4-pro",
|
|
11413
11023
|
name: "OpenAI: GPT-5.4 Pro",
|
|
@@ -11425,23 +11035,6 @@ export const MODELS = {
|
|
|
11425
11035
|
contextWindow: 1050000,
|
|
11426
11036
|
maxTokens: 128000,
|
|
11427
11037
|
},
|
|
11428
|
-
"openai/gpt-5.4:batch": {
|
|
11429
|
-
id: "openai/gpt-5.4:batch",
|
|
11430
|
-
name: "OpenAI: GPT-5.4 (batch)",
|
|
11431
|
-
api: "openai-completions",
|
|
11432
|
-
provider: "openrouter",
|
|
11433
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11434
|
-
reasoning: true,
|
|
11435
|
-
input: ["text", "image"],
|
|
11436
|
-
cost: {
|
|
11437
|
-
input: 1.25,
|
|
11438
|
-
output: 7.5,
|
|
11439
|
-
cacheRead: 0.125,
|
|
11440
|
-
cacheWrite: 0,
|
|
11441
|
-
},
|
|
11442
|
-
contextWindow: 1050000,
|
|
11443
|
-
maxTokens: 128000,
|
|
11444
|
-
},
|
|
11445
11038
|
"openai/gpt-5.5": {
|
|
11446
11039
|
id: "openai/gpt-5.5",
|
|
11447
11040
|
name: "OpenAI: GPT-5.5",
|
|
@@ -11476,23 +11069,6 @@ export const MODELS = {
|
|
|
11476
11069
|
contextWindow: 1050000,
|
|
11477
11070
|
maxTokens: 128000,
|
|
11478
11071
|
},
|
|
11479
|
-
"openai/gpt-5.5:batch": {
|
|
11480
|
-
id: "openai/gpt-5.5:batch",
|
|
11481
|
-
name: "OpenAI: GPT-5.5 (batch)",
|
|
11482
|
-
api: "openai-completions",
|
|
11483
|
-
provider: "openrouter",
|
|
11484
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11485
|
-
reasoning: true,
|
|
11486
|
-
input: ["text", "image"],
|
|
11487
|
-
cost: {
|
|
11488
|
-
input: 2.5,
|
|
11489
|
-
output: 15,
|
|
11490
|
-
cacheRead: 0.25,
|
|
11491
|
-
cacheWrite: 0,
|
|
11492
|
-
},
|
|
11493
|
-
contextWindow: 1050000,
|
|
11494
|
-
maxTokens: 128000,
|
|
11495
|
-
},
|
|
11496
11072
|
"openai/gpt-5.6-luna": {
|
|
11497
11073
|
id: "openai/gpt-5.6-luna",
|
|
11498
11074
|
name: "OpenAI: GPT-5.6 Luna",
|
|
@@ -11503,9 +11079,9 @@ export const MODELS = {
|
|
|
11503
11079
|
input: ["text", "image"],
|
|
11504
11080
|
cost: {
|
|
11505
11081
|
input: 0.09999999999999999,
|
|
11506
|
-
output: 0.
|
|
11082
|
+
output: 0.6,
|
|
11507
11083
|
cacheRead: 0.01,
|
|
11508
|
-
cacheWrite: 0.
|
|
11084
|
+
cacheWrite: 0.125,
|
|
11509
11085
|
},
|
|
11510
11086
|
contextWindow: 1050000,
|
|
11511
11087
|
maxTokens: 128000,
|
|
@@ -11595,23 +11171,6 @@ export const MODELS = {
|
|
|
11595
11171
|
contextWindow: 1050000,
|
|
11596
11172
|
maxTokens: 128000,
|
|
11597
11173
|
},
|
|
11598
|
-
"openai/gpt-5:batch": {
|
|
11599
|
-
id: "openai/gpt-5:batch",
|
|
11600
|
-
name: "OpenAI: GPT-5 (batch)",
|
|
11601
|
-
api: "openai-completions",
|
|
11602
|
-
provider: "openrouter",
|
|
11603
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
11604
|
-
reasoning: true,
|
|
11605
|
-
input: ["text", "image"],
|
|
11606
|
-
cost: {
|
|
11607
|
-
input: 0.625,
|
|
11608
|
-
output: 5,
|
|
11609
|
-
cacheRead: 0.0625,
|
|
11610
|
-
cacheWrite: 0,
|
|
11611
|
-
},
|
|
11612
|
-
contextWindow: 400000,
|
|
11613
|
-
maxTokens: 128000,
|
|
11614
|
-
},
|
|
11615
11174
|
"openai/gpt-audio": {
|
|
11616
11175
|
id: "openai/gpt-audio",
|
|
11617
11176
|
name: "OpenAI: GPT Audio",
|
|
@@ -12234,12 +11793,12 @@ export const MODELS = {
|
|
|
12234
11793
|
input: ["text"],
|
|
12235
11794
|
cost: {
|
|
12236
11795
|
input: 0.07,
|
|
12237
|
-
output: 0.
|
|
11796
|
+
output: 0.28,
|
|
12238
11797
|
cacheRead: 0,
|
|
12239
11798
|
cacheWrite: 0,
|
|
12240
11799
|
},
|
|
12241
11800
|
contextWindow: 262144,
|
|
12242
|
-
maxTokens:
|
|
11801
|
+
maxTokens: 262144,
|
|
12243
11802
|
},
|
|
12244
11803
|
"qwen/qwen3-coder-flash": {
|
|
12245
11804
|
id: "qwen/qwen3-coder-flash",
|
|
@@ -12403,13 +11962,13 @@ export const MODELS = {
|
|
|
12403
11962
|
reasoning: false,
|
|
12404
11963
|
input: ["text", "image"],
|
|
12405
11964
|
cost: {
|
|
12406
|
-
input: 0.
|
|
12407
|
-
output: 0.
|
|
11965
|
+
input: 0.13,
|
|
11966
|
+
output: 0.52,
|
|
12408
11967
|
cacheRead: 0,
|
|
12409
11968
|
cacheWrite: 0,
|
|
12410
11969
|
},
|
|
12411
11970
|
contextWindow: 262144,
|
|
12412
|
-
maxTokens:
|
|
11971
|
+
maxTokens: 32768,
|
|
12413
11972
|
},
|
|
12414
11973
|
"qwen/qwen3-vl-30b-a3b-thinking": {
|
|
12415
11974
|
id: "qwen/qwen3-vl-30b-a3b-thinking",
|
|
@@ -12732,7 +12291,7 @@ export const MODELS = {
|
|
|
12732
12291
|
cacheWrite: 1.84375,
|
|
12733
12292
|
},
|
|
12734
12293
|
contextWindow: 1000000,
|
|
12735
|
-
maxTokens:
|
|
12294
|
+
maxTokens: 131072,
|
|
12736
12295
|
},
|
|
12737
12296
|
"qwen/qwen3.7-plus": {
|
|
12738
12297
|
id: "qwen/qwen3.7-plus",
|
|
@@ -12749,7 +12308,7 @@ export const MODELS = {
|
|
|
12749
12308
|
cacheWrite: 0.39999999999999997,
|
|
12750
12309
|
},
|
|
12751
12310
|
contextWindow: 1000000,
|
|
12752
|
-
maxTokens:
|
|
12311
|
+
maxTokens: 131072,
|
|
12753
12312
|
},
|
|
12754
12313
|
"rekaai/reka-edge": {
|
|
12755
12314
|
id: "rekaai/reka-edge",
|
|
@@ -12921,6 +12480,23 @@ export const MODELS = {
|
|
|
12921
12480
|
contextWindow: 1048576,
|
|
12922
12481
|
maxTokens: 4096,
|
|
12923
12482
|
},
|
|
12483
|
+
"thinkingmachines/inkling-small": {
|
|
12484
|
+
id: "thinkingmachines/inkling-small",
|
|
12485
|
+
name: "Thinking Machines: Inkling Small",
|
|
12486
|
+
api: "openai-completions",
|
|
12487
|
+
provider: "openrouter",
|
|
12488
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12489
|
+
reasoning: true,
|
|
12490
|
+
input: ["text", "image"],
|
|
12491
|
+
cost: {
|
|
12492
|
+
input: 0.5,
|
|
12493
|
+
output: 1.2,
|
|
12494
|
+
cacheRead: 0.09999999999999999,
|
|
12495
|
+
cacheWrite: 0,
|
|
12496
|
+
},
|
|
12497
|
+
contextWindow: 524288,
|
|
12498
|
+
maxTokens: 4096,
|
|
12499
|
+
},
|
|
12924
12500
|
"upstage/solar-pro-3": {
|
|
12925
12501
|
id: "upstage/solar-pro-3",
|
|
12926
12502
|
name: "Upstage: Solar Pro 3",
|
|
@@ -13219,13 +12795,13 @@ export const MODELS = {
|
|
|
13219
12795
|
reasoning: true,
|
|
13220
12796
|
input: ["text"],
|
|
13221
12797
|
cost: {
|
|
13222
|
-
input: 0.
|
|
13223
|
-
output:
|
|
13224
|
-
cacheRead: 0.
|
|
12798
|
+
input: 0.2842,
|
|
12799
|
+
output: 0.8932,
|
|
12800
|
+
cacheRead: 0.05278,
|
|
13225
12801
|
cacheWrite: 0,
|
|
13226
12802
|
},
|
|
13227
12803
|
contextWindow: 1048576,
|
|
13228
|
-
maxTokens:
|
|
12804
|
+
maxTokens: 131072,
|
|
13229
12805
|
},
|
|
13230
12806
|
"z-ai/glm-5v-turbo": {
|
|
13231
12807
|
id: "z-ai/glm-5v-turbo",
|
|
@@ -13312,6 +12888,23 @@ export const MODELS = {
|
|
|
13312
12888
|
contextWindow: 1000000,
|
|
13313
12889
|
maxTokens: 128000,
|
|
13314
12890
|
},
|
|
12891
|
+
"~deepseek/deepseek-v4-flash-latest": {
|
|
12892
|
+
id: "~deepseek/deepseek-v4-flash-latest",
|
|
12893
|
+
name: "DeepSeek V4 Flash Latest",
|
|
12894
|
+
api: "openai-completions",
|
|
12895
|
+
provider: "openrouter",
|
|
12896
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
12897
|
+
reasoning: true,
|
|
12898
|
+
input: ["text"],
|
|
12899
|
+
cost: {
|
|
12900
|
+
input: 0.09,
|
|
12901
|
+
output: 0.18,
|
|
12902
|
+
cacheRead: 0.018,
|
|
12903
|
+
cacheWrite: 0,
|
|
12904
|
+
},
|
|
12905
|
+
contextWindow: 1048576,
|
|
12906
|
+
maxTokens: 65536,
|
|
12907
|
+
},
|
|
13315
12908
|
"~google/gemini-flash-latest": {
|
|
13316
12909
|
id: "~google/gemini-flash-latest",
|
|
13317
12910
|
name: "Google Gemini Flash Latest",
|
|
@@ -14377,8 +13970,25 @@ export const MODELS = {
|
|
|
14377
13970
|
reasoning: true,
|
|
14378
13971
|
input: ["text"],
|
|
14379
13972
|
cost: {
|
|
14380
|
-
input: 0.
|
|
14381
|
-
output: 0.
|
|
13973
|
+
input: 0.14,
|
|
13974
|
+
output: 0.28,
|
|
13975
|
+
cacheRead: 0.0028,
|
|
13976
|
+
cacheWrite: 0,
|
|
13977
|
+
},
|
|
13978
|
+
contextWindow: 1000000,
|
|
13979
|
+
maxTokens: 384000,
|
|
13980
|
+
},
|
|
13981
|
+
"deepseek/deepseek-v4-flash-0731": {
|
|
13982
|
+
id: "deepseek/deepseek-v4-flash-0731",
|
|
13983
|
+
name: "DeepSeek V4 Flash 0731",
|
|
13984
|
+
api: "anthropic-messages",
|
|
13985
|
+
provider: "vercel-ai-gateway",
|
|
13986
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
13987
|
+
reasoning: true,
|
|
13988
|
+
input: ["text"],
|
|
13989
|
+
cost: {
|
|
13990
|
+
input: 0.13,
|
|
13991
|
+
output: 0.26,
|
|
14382
13992
|
cacheRead: 0.028,
|
|
14383
13993
|
cacheWrite: 0,
|
|
14384
13994
|
},
|
|
@@ -14664,7 +14274,7 @@ export const MODELS = {
|
|
|
14664
14274
|
provider: "vercel-ai-gateway",
|
|
14665
14275
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14666
14276
|
reasoning: true,
|
|
14667
|
-
input: ["text"],
|
|
14277
|
+
input: ["text", "image"],
|
|
14668
14278
|
cost: {
|
|
14669
14279
|
input: 0.15,
|
|
14670
14280
|
output: 0.6,
|
|
@@ -14715,7 +14325,7 @@ export const MODELS = {
|
|
|
14715
14325
|
provider: "vercel-ai-gateway",
|
|
14716
14326
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14717
14327
|
reasoning: true,
|
|
14718
|
-
input: ["text"],
|
|
14328
|
+
input: ["text", "image"],
|
|
14719
14329
|
cost: {
|
|
14720
14330
|
input: 0.74,
|
|
14721
14331
|
output: 2.96,
|
|
@@ -15072,7 +14682,7 @@ export const MODELS = {
|
|
|
15072
14682
|
provider: "vercel-ai-gateway",
|
|
15073
14683
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15074
14684
|
reasoning: false,
|
|
15075
|
-
input: ["text"],
|
|
14685
|
+
input: ["text", "image"],
|
|
15076
14686
|
cost: {
|
|
15077
14687
|
input: 0.09999999999999999,
|
|
15078
14688
|
output: 0.09999999999999999,
|
|
@@ -15089,7 +14699,7 @@ export const MODELS = {
|
|
|
15089
14699
|
provider: "vercel-ai-gateway",
|
|
15090
14700
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15091
14701
|
reasoning: false,
|
|
15092
|
-
input: ["text"],
|
|
14702
|
+
input: ["text", "image"],
|
|
15093
14703
|
cost: {
|
|
15094
14704
|
input: 0.15,
|
|
15095
14705
|
output: 0.15,
|
|
@@ -15157,7 +14767,7 @@ export const MODELS = {
|
|
|
15157
14767
|
provider: "vercel-ai-gateway",
|
|
15158
14768
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15159
14769
|
reasoning: false,
|
|
15160
|
-
input: ["text"],
|
|
14770
|
+
input: ["text", "image"],
|
|
15161
14771
|
cost: {
|
|
15162
14772
|
input: 0.15,
|
|
15163
14773
|
output: 0.15,
|
|
@@ -16160,7 +15770,7 @@ export const MODELS = {
|
|
|
16160
15770
|
provider: "vercel-ai-gateway",
|
|
16161
15771
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
16162
15772
|
reasoning: true,
|
|
16163
|
-
input: ["text"],
|
|
15773
|
+
input: ["text", "image"],
|
|
16164
15774
|
cost: {
|
|
16165
15775
|
input: 0.09,
|
|
16166
15776
|
output: 0.3,
|