@dreb/ai 2.45.1 → 2.45.3
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/README.md +3 -4
- package/dist/models.d.ts +4 -3
- package/dist/models.d.ts.map +1 -1
- package/dist/models.generated.d.ts +218 -258
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +271 -320
- package/dist/models.generated.js.map +1 -1
- package/dist/models.js +23 -11
- package/dist/models.js.map +1 -1
- package/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/dist/providers/amazon-bedrock.js +5 -12
- package/dist/providers/amazon-bedrock.js.map +1 -1
- package/dist/providers/anthropic.d.ts +9 -8
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +11 -21
- package/dist/providers/anthropic.js.map +1 -1
- package/package.json +1 -1
package/dist/models.generated.js
CHANGED
|
@@ -189,6 +189,23 @@ export const MODELS = {
|
|
|
189
189
|
contextWindow: 1000000,
|
|
190
190
|
maxTokens: 128000,
|
|
191
191
|
},
|
|
192
|
+
"anthropic.claude-opus-5": {
|
|
193
|
+
id: "anthropic.claude-opus-5",
|
|
194
|
+
name: "Claude Opus 5",
|
|
195
|
+
api: "bedrock-converse-stream",
|
|
196
|
+
provider: "amazon-bedrock",
|
|
197
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
198
|
+
reasoning: true,
|
|
199
|
+
input: ["text", "image"],
|
|
200
|
+
cost: {
|
|
201
|
+
input: 5,
|
|
202
|
+
output: 25,
|
|
203
|
+
cacheRead: 0.5,
|
|
204
|
+
cacheWrite: 6.25,
|
|
205
|
+
},
|
|
206
|
+
contextWindow: 1000000,
|
|
207
|
+
maxTokens: 128000,
|
|
208
|
+
},
|
|
192
209
|
"anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
193
210
|
id: "anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
194
211
|
name: "Claude Sonnet 4.5",
|
|
@@ -291,6 +308,23 @@ export const MODELS = {
|
|
|
291
308
|
contextWindow: 1000000,
|
|
292
309
|
maxTokens: 128000,
|
|
293
310
|
},
|
|
311
|
+
"au.anthropic.claude-opus-5": {
|
|
312
|
+
id: "au.anthropic.claude-opus-5",
|
|
313
|
+
name: "Claude Opus 5 (AU)",
|
|
314
|
+
api: "bedrock-converse-stream",
|
|
315
|
+
provider: "amazon-bedrock",
|
|
316
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
317
|
+
reasoning: true,
|
|
318
|
+
input: ["text", "image"],
|
|
319
|
+
cost: {
|
|
320
|
+
input: 5,
|
|
321
|
+
output: 25,
|
|
322
|
+
cacheRead: 0.5,
|
|
323
|
+
cacheWrite: 6.25,
|
|
324
|
+
},
|
|
325
|
+
contextWindow: 1000000,
|
|
326
|
+
maxTokens: 128000,
|
|
327
|
+
},
|
|
294
328
|
"au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
295
329
|
id: "au.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
296
330
|
name: "Claude Sonnet 4.5 (AU)",
|
|
@@ -495,6 +529,23 @@ export const MODELS = {
|
|
|
495
529
|
contextWindow: 1000000,
|
|
496
530
|
maxTokens: 128000,
|
|
497
531
|
},
|
|
532
|
+
"eu.anthropic.claude-opus-5": {
|
|
533
|
+
id: "eu.anthropic.claude-opus-5",
|
|
534
|
+
name: "Claude Opus 5 (EU)",
|
|
535
|
+
api: "bedrock-converse-stream",
|
|
536
|
+
provider: "amazon-bedrock",
|
|
537
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
538
|
+
reasoning: true,
|
|
539
|
+
input: ["text", "image"],
|
|
540
|
+
cost: {
|
|
541
|
+
input: 5.5,
|
|
542
|
+
output: 27.5,
|
|
543
|
+
cacheRead: 0.55,
|
|
544
|
+
cacheWrite: 6.875,
|
|
545
|
+
},
|
|
546
|
+
contextWindow: 1000000,
|
|
547
|
+
maxTokens: 128000,
|
|
548
|
+
},
|
|
498
549
|
"eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
499
550
|
id: "eu.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
500
551
|
name: "Claude Sonnet 4.5 (EU)",
|
|
@@ -648,6 +699,23 @@ export const MODELS = {
|
|
|
648
699
|
contextWindow: 1000000,
|
|
649
700
|
maxTokens: 128000,
|
|
650
701
|
},
|
|
702
|
+
"global.anthropic.claude-opus-5": {
|
|
703
|
+
id: "global.anthropic.claude-opus-5",
|
|
704
|
+
name: "Claude Opus 5 (Global)",
|
|
705
|
+
api: "bedrock-converse-stream",
|
|
706
|
+
provider: "amazon-bedrock",
|
|
707
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
708
|
+
reasoning: true,
|
|
709
|
+
input: ["text", "image"],
|
|
710
|
+
cost: {
|
|
711
|
+
input: 5,
|
|
712
|
+
output: 25,
|
|
713
|
+
cacheRead: 0.5,
|
|
714
|
+
cacheWrite: 6.25,
|
|
715
|
+
},
|
|
716
|
+
contextWindow: 1000000,
|
|
717
|
+
maxTokens: 128000,
|
|
718
|
+
},
|
|
651
719
|
"global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
652
720
|
id: "global.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
653
721
|
name: "Claude Sonnet 4.5 (Global)",
|
|
@@ -784,6 +852,23 @@ export const MODELS = {
|
|
|
784
852
|
contextWindow: 1000000,
|
|
785
853
|
maxTokens: 128000,
|
|
786
854
|
},
|
|
855
|
+
"jp.anthropic.claude-opus-5": {
|
|
856
|
+
id: "jp.anthropic.claude-opus-5",
|
|
857
|
+
name: "Claude Opus 5 (JP)",
|
|
858
|
+
api: "bedrock-converse-stream",
|
|
859
|
+
provider: "amazon-bedrock",
|
|
860
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
861
|
+
reasoning: true,
|
|
862
|
+
input: ["text", "image"],
|
|
863
|
+
cost: {
|
|
864
|
+
input: 5,
|
|
865
|
+
output: 25,
|
|
866
|
+
cacheRead: 0.5,
|
|
867
|
+
cacheWrite: 6.25,
|
|
868
|
+
},
|
|
869
|
+
contextWindow: 1000000,
|
|
870
|
+
maxTokens: 128000,
|
|
871
|
+
},
|
|
787
872
|
"jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
788
873
|
id: "jp.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
789
874
|
name: "Claude Sonnet 4.5 (JP)",
|
|
@@ -1651,6 +1736,23 @@ export const MODELS = {
|
|
|
1651
1736
|
contextWindow: 1000000,
|
|
1652
1737
|
maxTokens: 128000,
|
|
1653
1738
|
},
|
|
1739
|
+
"us.anthropic.claude-opus-5": {
|
|
1740
|
+
id: "us.anthropic.claude-opus-5",
|
|
1741
|
+
name: "Claude Opus 5 (US)",
|
|
1742
|
+
api: "bedrock-converse-stream",
|
|
1743
|
+
provider: "amazon-bedrock",
|
|
1744
|
+
baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
1745
|
+
reasoning: true,
|
|
1746
|
+
input: ["text", "image"],
|
|
1747
|
+
cost: {
|
|
1748
|
+
input: 5,
|
|
1749
|
+
output: 25,
|
|
1750
|
+
cacheRead: 0.5,
|
|
1751
|
+
cacheWrite: 6.25,
|
|
1752
|
+
},
|
|
1753
|
+
contextWindow: 1000000,
|
|
1754
|
+
maxTokens: 128000,
|
|
1755
|
+
},
|
|
1654
1756
|
"us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
1655
1757
|
id: "us.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
1656
1758
|
name: "Claude Sonnet 4.5 (US)",
|
|
@@ -2027,6 +2129,23 @@ export const MODELS = {
|
|
|
2027
2129
|
contextWindow: 1000000,
|
|
2028
2130
|
maxTokens: 128000,
|
|
2029
2131
|
},
|
|
2132
|
+
"claude-opus-5": {
|
|
2133
|
+
id: "claude-opus-5",
|
|
2134
|
+
name: "Claude Opus 5",
|
|
2135
|
+
api: "anthropic-messages",
|
|
2136
|
+
provider: "anthropic",
|
|
2137
|
+
baseUrl: "https://api.anthropic.com",
|
|
2138
|
+
reasoning: true,
|
|
2139
|
+
input: ["text", "image"],
|
|
2140
|
+
cost: {
|
|
2141
|
+
input: 5,
|
|
2142
|
+
output: 25,
|
|
2143
|
+
cacheRead: 0.5,
|
|
2144
|
+
cacheWrite: 6.25,
|
|
2145
|
+
},
|
|
2146
|
+
contextWindow: 1000000,
|
|
2147
|
+
maxTokens: 128000,
|
|
2148
|
+
},
|
|
2030
2149
|
"claude-sonnet-4-5": {
|
|
2031
2150
|
id: "claude-sonnet-4-5",
|
|
2032
2151
|
name: "Claude Sonnet 4.5 (latest)",
|
|
@@ -2301,23 +2420,6 @@ export const MODELS = {
|
|
|
2301
2420
|
contextWindow: 128000,
|
|
2302
2421
|
maxTokens: 16384,
|
|
2303
2422
|
},
|
|
2304
|
-
"gpt-5-codex": {
|
|
2305
|
-
id: "gpt-5-codex",
|
|
2306
|
-
name: "GPT-5-Codex",
|
|
2307
|
-
api: "azure-openai-responses",
|
|
2308
|
-
provider: "azure-openai-responses",
|
|
2309
|
-
baseUrl: "",
|
|
2310
|
-
reasoning: true,
|
|
2311
|
-
input: ["text", "image"],
|
|
2312
|
-
cost: {
|
|
2313
|
-
input: 1.25,
|
|
2314
|
-
output: 10,
|
|
2315
|
-
cacheRead: 0.125,
|
|
2316
|
-
cacheWrite: 0,
|
|
2317
|
-
},
|
|
2318
|
-
contextWindow: 400000,
|
|
2319
|
-
maxTokens: 128000,
|
|
2320
|
-
},
|
|
2321
2423
|
"gpt-5-mini": {
|
|
2322
2424
|
id: "gpt-5-mini",
|
|
2323
2425
|
name: "GPT-5 Mini",
|
|
@@ -2386,23 +2488,6 @@ export const MODELS = {
|
|
|
2386
2488
|
contextWindow: 400000,
|
|
2387
2489
|
maxTokens: 128000,
|
|
2388
2490
|
},
|
|
2389
|
-
"gpt-5.1-chat-latest": {
|
|
2390
|
-
id: "gpt-5.1-chat-latest",
|
|
2391
|
-
name: "GPT-5.1 Chat",
|
|
2392
|
-
api: "azure-openai-responses",
|
|
2393
|
-
provider: "azure-openai-responses",
|
|
2394
|
-
baseUrl: "",
|
|
2395
|
-
reasoning: true,
|
|
2396
|
-
input: ["text", "image"],
|
|
2397
|
-
cost: {
|
|
2398
|
-
input: 1.25,
|
|
2399
|
-
output: 10,
|
|
2400
|
-
cacheRead: 0.125,
|
|
2401
|
-
cacheWrite: 0,
|
|
2402
|
-
},
|
|
2403
|
-
contextWindow: 128000,
|
|
2404
|
-
maxTokens: 16384,
|
|
2405
|
-
},
|
|
2406
2491
|
"gpt-5.1-codex": {
|
|
2407
2492
|
id: "gpt-5.1-codex",
|
|
2408
2493
|
name: "GPT-5.1 Codex",
|
|
@@ -2413,9 +2498,9 @@ export const MODELS = {
|
|
|
2413
2498
|
input: ["text", "image"],
|
|
2414
2499
|
cost: {
|
|
2415
2500
|
input: 1.25,
|
|
2416
|
-
output:
|
|
2501
|
+
output: 5,
|
|
2417
2502
|
cacheRead: 0.125,
|
|
2418
|
-
cacheWrite:
|
|
2503
|
+
cacheWrite: 1.25,
|
|
2419
2504
|
},
|
|
2420
2505
|
contextWindow: 400000,
|
|
2421
2506
|
maxTokens: 128000,
|
|
@@ -2437,23 +2522,6 @@ export const MODELS = {
|
|
|
2437
2522
|
contextWindow: 400000,
|
|
2438
2523
|
maxTokens: 128000,
|
|
2439
2524
|
},
|
|
2440
|
-
"gpt-5.1-codex-mini": {
|
|
2441
|
-
id: "gpt-5.1-codex-mini",
|
|
2442
|
-
name: "GPT-5.1 Codex mini",
|
|
2443
|
-
api: "azure-openai-responses",
|
|
2444
|
-
provider: "azure-openai-responses",
|
|
2445
|
-
baseUrl: "",
|
|
2446
|
-
reasoning: true,
|
|
2447
|
-
input: ["text", "image"],
|
|
2448
|
-
cost: {
|
|
2449
|
-
input: 0.25,
|
|
2450
|
-
output: 2,
|
|
2451
|
-
cacheRead: 0.025,
|
|
2452
|
-
cacheWrite: 0,
|
|
2453
|
-
},
|
|
2454
|
-
contextWindow: 400000,
|
|
2455
|
-
maxTokens: 128000,
|
|
2456
|
-
},
|
|
2457
2525
|
"gpt-5.2": {
|
|
2458
2526
|
id: "gpt-5.2",
|
|
2459
2527
|
name: "GPT-5.2",
|
|
@@ -2488,23 +2556,6 @@ export const MODELS = {
|
|
|
2488
2556
|
contextWindow: 128000,
|
|
2489
2557
|
maxTokens: 16384,
|
|
2490
2558
|
},
|
|
2491
|
-
"gpt-5.2-codex": {
|
|
2492
|
-
id: "gpt-5.2-codex",
|
|
2493
|
-
name: "GPT-5.2 Codex",
|
|
2494
|
-
api: "azure-openai-responses",
|
|
2495
|
-
provider: "azure-openai-responses",
|
|
2496
|
-
baseUrl: "",
|
|
2497
|
-
reasoning: true,
|
|
2498
|
-
input: ["text", "image"],
|
|
2499
|
-
cost: {
|
|
2500
|
-
input: 1.75,
|
|
2501
|
-
output: 14,
|
|
2502
|
-
cacheRead: 0.175,
|
|
2503
|
-
cacheWrite: 0,
|
|
2504
|
-
},
|
|
2505
|
-
contextWindow: 400000,
|
|
2506
|
-
maxTokens: 128000,
|
|
2507
|
-
},
|
|
2508
2559
|
"gpt-5.2-pro": {
|
|
2509
2560
|
id: "gpt-5.2-pro",
|
|
2510
2561
|
name: "GPT-5.2 Pro",
|
|
@@ -2811,23 +2862,6 @@ export const MODELS = {
|
|
|
2811
2862
|
contextWindow: 200000,
|
|
2812
2863
|
maxTokens: 100000,
|
|
2813
2864
|
},
|
|
2814
|
-
"o3-deep-research": {
|
|
2815
|
-
id: "o3-deep-research",
|
|
2816
|
-
name: "o3-deep-research",
|
|
2817
|
-
api: "azure-openai-responses",
|
|
2818
|
-
provider: "azure-openai-responses",
|
|
2819
|
-
baseUrl: "",
|
|
2820
|
-
reasoning: true,
|
|
2821
|
-
input: ["text", "image"],
|
|
2822
|
-
cost: {
|
|
2823
|
-
input: 10,
|
|
2824
|
-
output: 40,
|
|
2825
|
-
cacheRead: 2.5,
|
|
2826
|
-
cacheWrite: 0,
|
|
2827
|
-
},
|
|
2828
|
-
contextWindow: 200000,
|
|
2829
|
-
maxTokens: 100000,
|
|
2830
|
-
},
|
|
2831
2865
|
"o3-mini": {
|
|
2832
2866
|
id: "o3-mini",
|
|
2833
2867
|
name: "o3-mini",
|
|
@@ -2879,23 +2913,6 @@ export const MODELS = {
|
|
|
2879
2913
|
contextWindow: 200000,
|
|
2880
2914
|
maxTokens: 100000,
|
|
2881
2915
|
},
|
|
2882
|
-
"o4-mini-deep-research": {
|
|
2883
|
-
id: "o4-mini-deep-research",
|
|
2884
|
-
name: "o4-mini-deep-research",
|
|
2885
|
-
api: "azure-openai-responses",
|
|
2886
|
-
provider: "azure-openai-responses",
|
|
2887
|
-
baseUrl: "",
|
|
2888
|
-
reasoning: true,
|
|
2889
|
-
input: ["text", "image"],
|
|
2890
|
-
cost: {
|
|
2891
|
-
input: 2,
|
|
2892
|
-
output: 8,
|
|
2893
|
-
cacheRead: 0.5,
|
|
2894
|
-
cacheWrite: 0,
|
|
2895
|
-
},
|
|
2896
|
-
contextWindow: 200000,
|
|
2897
|
-
maxTokens: 100000,
|
|
2898
|
-
},
|
|
2899
2916
|
},
|
|
2900
2917
|
"cerebras": {
|
|
2901
2918
|
"gemma-4-31b": {
|
|
@@ -3043,6 +3060,25 @@ export const MODELS = {
|
|
|
3043
3060
|
contextWindow: 200000,
|
|
3044
3061
|
maxTokens: 64000,
|
|
3045
3062
|
},
|
|
3063
|
+
"claude-opus-5": {
|
|
3064
|
+
id: "claude-opus-5",
|
|
3065
|
+
name: "Claude Opus 5",
|
|
3066
|
+
api: "openai-completions",
|
|
3067
|
+
provider: "github-copilot",
|
|
3068
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
3069
|
+
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" },
|
|
3070
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
3071
|
+
reasoning: true,
|
|
3072
|
+
input: ["text", "image"],
|
|
3073
|
+
cost: {
|
|
3074
|
+
input: 5,
|
|
3075
|
+
output: 25,
|
|
3076
|
+
cacheRead: 0.5,
|
|
3077
|
+
cacheWrite: 6.25,
|
|
3078
|
+
},
|
|
3079
|
+
contextWindow: 1000000,
|
|
3080
|
+
maxTokens: 64000,
|
|
3081
|
+
},
|
|
3046
3082
|
"claude-sonnet-4": {
|
|
3047
3083
|
id: "claude-sonnet-4",
|
|
3048
3084
|
name: "Claude Sonnet 4 (latest)",
|
|
@@ -3451,7 +3487,7 @@ export const MODELS = {
|
|
|
3451
3487
|
"google": {
|
|
3452
3488
|
"deep-research-max-preview-04-2026": {
|
|
3453
3489
|
id: "deep-research-max-preview-04-2026",
|
|
3454
|
-
name: "Deep Research Max Preview",
|
|
3490
|
+
name: "Deep Research Max Preview (Apr-21-2026)",
|
|
3455
3491
|
api: "google-generative-ai",
|
|
3456
3492
|
provider: "google",
|
|
3457
3493
|
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
@@ -3463,12 +3499,12 @@ export const MODELS = {
|
|
|
3463
3499
|
cacheRead: 0.2,
|
|
3464
3500
|
cacheWrite: 0,
|
|
3465
3501
|
},
|
|
3466
|
-
contextWindow:
|
|
3502
|
+
contextWindow: 131072,
|
|
3467
3503
|
maxTokens: 65536,
|
|
3468
3504
|
},
|
|
3469
3505
|
"deep-research-preview-04-2026": {
|
|
3470
3506
|
id: "deep-research-preview-04-2026",
|
|
3471
|
-
name: "
|
|
3507
|
+
name: "Deep Research Preview (Apr-21-2026)",
|
|
3472
3508
|
api: "google-generative-ai",
|
|
3473
3509
|
provider: "google",
|
|
3474
3510
|
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
@@ -3480,7 +3516,7 @@ export const MODELS = {
|
|
|
3480
3516
|
cacheRead: 0.2,
|
|
3481
3517
|
cacheWrite: 0,
|
|
3482
3518
|
},
|
|
3483
|
-
contextWindow:
|
|
3519
|
+
contextWindow: 131072,
|
|
3484
3520
|
maxTokens: 65536,
|
|
3485
3521
|
},
|
|
3486
3522
|
"gemini-2.0-flash": {
|
|
@@ -3519,7 +3555,7 @@ export const MODELS = {
|
|
|
3519
3555
|
},
|
|
3520
3556
|
"gemini-2.5-computer-use-preview-10-2025": {
|
|
3521
3557
|
id: "gemini-2.5-computer-use-preview-10-2025",
|
|
3522
|
-
name: "Gemini 2.5 Computer Use Preview",
|
|
3558
|
+
name: "Gemini 2.5 Computer Use Preview 10-2025",
|
|
3523
3559
|
api: "google-generative-ai",
|
|
3524
3560
|
provider: "google",
|
|
3525
3561
|
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
@@ -3531,8 +3567,8 @@ export const MODELS = {
|
|
|
3531
3567
|
cacheRead: 0,
|
|
3532
3568
|
cacheWrite: 0,
|
|
3533
3569
|
},
|
|
3534
|
-
contextWindow:
|
|
3535
|
-
maxTokens:
|
|
3570
|
+
contextWindow: 131072,
|
|
3571
|
+
maxTokens: 65536,
|
|
3536
3572
|
},
|
|
3537
3573
|
"gemini-2.5-flash": {
|
|
3538
3574
|
id: "gemini-2.5-flash",
|
|
@@ -3651,7 +3687,7 @@ export const MODELS = {
|
|
|
3651
3687
|
cacheWrite: 0,
|
|
3652
3688
|
},
|
|
3653
3689
|
contextWindow: 65536,
|
|
3654
|
-
maxTokens:
|
|
3690
|
+
maxTokens: 65536,
|
|
3655
3691
|
},
|
|
3656
3692
|
"gemini-3.1-flash-lite-preview": {
|
|
3657
3693
|
id: "gemini-3.1-flash-lite-preview",
|
|
@@ -6278,23 +6314,6 @@ export const MODELS = {
|
|
|
6278
6314
|
contextWindow: 128000,
|
|
6279
6315
|
maxTokens: 16384,
|
|
6280
6316
|
},
|
|
6281
|
-
"gpt-5-codex": {
|
|
6282
|
-
id: "gpt-5-codex",
|
|
6283
|
-
name: "GPT-5-Codex",
|
|
6284
|
-
api: "openai-responses",
|
|
6285
|
-
provider: "openai",
|
|
6286
|
-
baseUrl: "https://api.openai.com/v1",
|
|
6287
|
-
reasoning: true,
|
|
6288
|
-
input: ["text", "image"],
|
|
6289
|
-
cost: {
|
|
6290
|
-
input: 1.25,
|
|
6291
|
-
output: 10,
|
|
6292
|
-
cacheRead: 0.125,
|
|
6293
|
-
cacheWrite: 0,
|
|
6294
|
-
},
|
|
6295
|
-
contextWindow: 400000,
|
|
6296
|
-
maxTokens: 128000,
|
|
6297
|
-
},
|
|
6298
6317
|
"gpt-5-mini": {
|
|
6299
6318
|
id: "gpt-5-mini",
|
|
6300
6319
|
name: "GPT-5 Mini",
|
|
@@ -6363,23 +6382,6 @@ export const MODELS = {
|
|
|
6363
6382
|
contextWindow: 400000,
|
|
6364
6383
|
maxTokens: 128000,
|
|
6365
6384
|
},
|
|
6366
|
-
"gpt-5.1-chat-latest": {
|
|
6367
|
-
id: "gpt-5.1-chat-latest",
|
|
6368
|
-
name: "GPT-5.1 Chat",
|
|
6369
|
-
api: "openai-responses",
|
|
6370
|
-
provider: "openai",
|
|
6371
|
-
baseUrl: "https://api.openai.com/v1",
|
|
6372
|
-
reasoning: true,
|
|
6373
|
-
input: ["text", "image"],
|
|
6374
|
-
cost: {
|
|
6375
|
-
input: 1.25,
|
|
6376
|
-
output: 10,
|
|
6377
|
-
cacheRead: 0.125,
|
|
6378
|
-
cacheWrite: 0,
|
|
6379
|
-
},
|
|
6380
|
-
contextWindow: 128000,
|
|
6381
|
-
maxTokens: 16384,
|
|
6382
|
-
},
|
|
6383
6385
|
"gpt-5.1-codex": {
|
|
6384
6386
|
id: "gpt-5.1-codex",
|
|
6385
6387
|
name: "GPT-5.1 Codex",
|
|
@@ -6390,9 +6392,9 @@ export const MODELS = {
|
|
|
6390
6392
|
input: ["text", "image"],
|
|
6391
6393
|
cost: {
|
|
6392
6394
|
input: 1.25,
|
|
6393
|
-
output:
|
|
6395
|
+
output: 5,
|
|
6394
6396
|
cacheRead: 0.125,
|
|
6395
|
-
cacheWrite:
|
|
6397
|
+
cacheWrite: 1.25,
|
|
6396
6398
|
},
|
|
6397
6399
|
contextWindow: 400000,
|
|
6398
6400
|
maxTokens: 128000,
|
|
@@ -6414,23 +6416,6 @@ export const MODELS = {
|
|
|
6414
6416
|
contextWindow: 400000,
|
|
6415
6417
|
maxTokens: 128000,
|
|
6416
6418
|
},
|
|
6417
|
-
"gpt-5.1-codex-mini": {
|
|
6418
|
-
id: "gpt-5.1-codex-mini",
|
|
6419
|
-
name: "GPT-5.1 Codex mini",
|
|
6420
|
-
api: "openai-responses",
|
|
6421
|
-
provider: "openai",
|
|
6422
|
-
baseUrl: "https://api.openai.com/v1",
|
|
6423
|
-
reasoning: true,
|
|
6424
|
-
input: ["text", "image"],
|
|
6425
|
-
cost: {
|
|
6426
|
-
input: 0.25,
|
|
6427
|
-
output: 2,
|
|
6428
|
-
cacheRead: 0.025,
|
|
6429
|
-
cacheWrite: 0,
|
|
6430
|
-
},
|
|
6431
|
-
contextWindow: 400000,
|
|
6432
|
-
maxTokens: 128000,
|
|
6433
|
-
},
|
|
6434
6419
|
"gpt-5.2": {
|
|
6435
6420
|
id: "gpt-5.2",
|
|
6436
6421
|
name: "GPT-5.2",
|
|
@@ -6465,23 +6450,6 @@ export const MODELS = {
|
|
|
6465
6450
|
contextWindow: 128000,
|
|
6466
6451
|
maxTokens: 16384,
|
|
6467
6452
|
},
|
|
6468
|
-
"gpt-5.2-codex": {
|
|
6469
|
-
id: "gpt-5.2-codex",
|
|
6470
|
-
name: "GPT-5.2 Codex",
|
|
6471
|
-
api: "openai-responses",
|
|
6472
|
-
provider: "openai",
|
|
6473
|
-
baseUrl: "https://api.openai.com/v1",
|
|
6474
|
-
reasoning: true,
|
|
6475
|
-
input: ["text", "image"],
|
|
6476
|
-
cost: {
|
|
6477
|
-
input: 1.75,
|
|
6478
|
-
output: 14,
|
|
6479
|
-
cacheRead: 0.175,
|
|
6480
|
-
cacheWrite: 0,
|
|
6481
|
-
},
|
|
6482
|
-
contextWindow: 400000,
|
|
6483
|
-
maxTokens: 128000,
|
|
6484
|
-
},
|
|
6485
6453
|
"gpt-5.2-pro": {
|
|
6486
6454
|
id: "gpt-5.2-pro",
|
|
6487
6455
|
name: "GPT-5.2 Pro",
|
|
@@ -6788,23 +6756,6 @@ export const MODELS = {
|
|
|
6788
6756
|
contextWindow: 200000,
|
|
6789
6757
|
maxTokens: 100000,
|
|
6790
6758
|
},
|
|
6791
|
-
"o3-deep-research": {
|
|
6792
|
-
id: "o3-deep-research",
|
|
6793
|
-
name: "o3-deep-research",
|
|
6794
|
-
api: "openai-responses",
|
|
6795
|
-
provider: "openai",
|
|
6796
|
-
baseUrl: "https://api.openai.com/v1",
|
|
6797
|
-
reasoning: true,
|
|
6798
|
-
input: ["text", "image"],
|
|
6799
|
-
cost: {
|
|
6800
|
-
input: 10,
|
|
6801
|
-
output: 40,
|
|
6802
|
-
cacheRead: 2.5,
|
|
6803
|
-
cacheWrite: 0,
|
|
6804
|
-
},
|
|
6805
|
-
contextWindow: 200000,
|
|
6806
|
-
maxTokens: 100000,
|
|
6807
|
-
},
|
|
6808
6759
|
"o3-mini": {
|
|
6809
6760
|
id: "o3-mini",
|
|
6810
6761
|
name: "o3-mini",
|
|
@@ -6856,23 +6807,6 @@ export const MODELS = {
|
|
|
6856
6807
|
contextWindow: 200000,
|
|
6857
6808
|
maxTokens: 100000,
|
|
6858
6809
|
},
|
|
6859
|
-
"o4-mini-deep-research": {
|
|
6860
|
-
id: "o4-mini-deep-research",
|
|
6861
|
-
name: "o4-mini-deep-research",
|
|
6862
|
-
api: "openai-responses",
|
|
6863
|
-
provider: "openai",
|
|
6864
|
-
baseUrl: "https://api.openai.com/v1",
|
|
6865
|
-
reasoning: true,
|
|
6866
|
-
input: ["text", "image"],
|
|
6867
|
-
cost: {
|
|
6868
|
-
input: 2,
|
|
6869
|
-
output: 8,
|
|
6870
|
-
cacheRead: 0.5,
|
|
6871
|
-
cacheWrite: 0,
|
|
6872
|
-
},
|
|
6873
|
-
contextWindow: 200000,
|
|
6874
|
-
maxTokens: 100000,
|
|
6875
|
-
},
|
|
6876
6810
|
},
|
|
6877
6811
|
"openai-codex": {
|
|
6878
6812
|
"gpt-5.1": {
|
|
@@ -7200,6 +7134,23 @@ export const MODELS = {
|
|
|
7200
7134
|
contextWindow: 1000000,
|
|
7201
7135
|
maxTokens: 128000,
|
|
7202
7136
|
},
|
|
7137
|
+
"claude-opus-5": {
|
|
7138
|
+
id: "claude-opus-5",
|
|
7139
|
+
name: "Claude Opus 5",
|
|
7140
|
+
api: "anthropic-messages",
|
|
7141
|
+
provider: "opencode",
|
|
7142
|
+
baseUrl: "https://opencode.ai/zen",
|
|
7143
|
+
reasoning: true,
|
|
7144
|
+
input: ["text", "image"],
|
|
7145
|
+
cost: {
|
|
7146
|
+
input: 5,
|
|
7147
|
+
output: 25,
|
|
7148
|
+
cacheRead: 0.5,
|
|
7149
|
+
cacheWrite: 6.25,
|
|
7150
|
+
},
|
|
7151
|
+
contextWindow: 1000000,
|
|
7152
|
+
maxTokens: 128000,
|
|
7153
|
+
},
|
|
7203
7154
|
"claude-sonnet-4": {
|
|
7204
7155
|
id: "claude-sonnet-4",
|
|
7205
7156
|
name: "Claude Sonnet 4",
|
|
@@ -8649,6 +8600,40 @@ export const MODELS = {
|
|
|
8649
8600
|
contextWindow: 1000000,
|
|
8650
8601
|
maxTokens: 128000,
|
|
8651
8602
|
},
|
|
8603
|
+
"anthropic/claude-opus-5": {
|
|
8604
|
+
id: "anthropic/claude-opus-5",
|
|
8605
|
+
name: "Claude Opus 5",
|
|
8606
|
+
api: "openai-completions",
|
|
8607
|
+
provider: "openrouter",
|
|
8608
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
8609
|
+
reasoning: true,
|
|
8610
|
+
input: ["text", "image"],
|
|
8611
|
+
cost: {
|
|
8612
|
+
input: 5,
|
|
8613
|
+
output: 25,
|
|
8614
|
+
cacheRead: 0.5,
|
|
8615
|
+
cacheWrite: 6.25,
|
|
8616
|
+
},
|
|
8617
|
+
contextWindow: 1000000,
|
|
8618
|
+
maxTokens: 128000,
|
|
8619
|
+
},
|
|
8620
|
+
"anthropic/claude-opus-5-fast": {
|
|
8621
|
+
id: "anthropic/claude-opus-5-fast",
|
|
8622
|
+
name: "Claude Opus 5 (Fast)",
|
|
8623
|
+
api: "openai-completions",
|
|
8624
|
+
provider: "openrouter",
|
|
8625
|
+
baseUrl: "https://openrouter.ai/api/v1",
|
|
8626
|
+
reasoning: true,
|
|
8627
|
+
input: ["text", "image"],
|
|
8628
|
+
cost: {
|
|
8629
|
+
input: 10,
|
|
8630
|
+
output: 50,
|
|
8631
|
+
cacheRead: 1,
|
|
8632
|
+
cacheWrite: 12.5,
|
|
8633
|
+
},
|
|
8634
|
+
contextWindow: 1000000,
|
|
8635
|
+
maxTokens: 128000,
|
|
8636
|
+
},
|
|
8652
8637
|
"anthropic/claude-sonnet-4": {
|
|
8653
8638
|
id: "anthropic/claude-sonnet-4",
|
|
8654
8639
|
name: "Anthropic: Claude Sonnet 4",
|
|
@@ -8726,13 +8711,13 @@ export const MODELS = {
|
|
|
8726
8711
|
reasoning: true,
|
|
8727
8712
|
input: ["text"],
|
|
8728
8713
|
cost: {
|
|
8729
|
-
input: 0.
|
|
8730
|
-
output: 0.
|
|
8714
|
+
input: 0.22,
|
|
8715
|
+
output: 0.85,
|
|
8731
8716
|
cacheRead: 0.06,
|
|
8732
8717
|
cacheWrite: 0,
|
|
8733
8718
|
},
|
|
8734
8719
|
contextWindow: 262144,
|
|
8735
|
-
maxTokens:
|
|
8720
|
+
maxTokens: 262144,
|
|
8736
8721
|
},
|
|
8737
8722
|
"arcee-ai/virtuoso-large": {
|
|
8738
8723
|
id: "arcee-ai/virtuoso-large",
|
|
@@ -9032,13 +9017,13 @@ export const MODELS = {
|
|
|
9032
9017
|
reasoning: true,
|
|
9033
9018
|
input: ["text"],
|
|
9034
9019
|
cost: {
|
|
9035
|
-
input: 0.
|
|
9036
|
-
output: 0.
|
|
9037
|
-
cacheRead: 0.
|
|
9020
|
+
input: 0.14,
|
|
9021
|
+
output: 0.28,
|
|
9022
|
+
cacheRead: 0.028,
|
|
9038
9023
|
cacheWrite: 0,
|
|
9039
9024
|
},
|
|
9040
9025
|
contextWindow: 1048576,
|
|
9041
|
-
maxTokens:
|
|
9026
|
+
maxTokens: 393216,
|
|
9042
9027
|
},
|
|
9043
9028
|
"deepseek/deepseek-v4-pro": {
|
|
9044
9029
|
id: "deepseek/deepseek-v4-pro",
|
|
@@ -9338,8 +9323,8 @@ export const MODELS = {
|
|
|
9338
9323
|
reasoning: true,
|
|
9339
9324
|
input: ["text", "image"],
|
|
9340
9325
|
cost: {
|
|
9341
|
-
input: 0.
|
|
9342
|
-
output: 0.
|
|
9326
|
+
input: 0.13,
|
|
9327
|
+
output: 0.39999999999999997,
|
|
9343
9328
|
cacheRead: 0.049999999999999996,
|
|
9344
9329
|
cacheWrite: 0,
|
|
9345
9330
|
},
|
|
@@ -10137,9 +10122,9 @@ export const MODELS = {
|
|
|
10137
10122
|
reasoning: true,
|
|
10138
10123
|
input: ["text", "image"],
|
|
10139
10124
|
cost: {
|
|
10140
|
-
input: 0.
|
|
10141
|
-
output:
|
|
10142
|
-
cacheRead: 0.
|
|
10125
|
+
input: 0.646,
|
|
10126
|
+
output: 2.7199999999999998,
|
|
10127
|
+
cacheRead: 0.1088,
|
|
10143
10128
|
cacheWrite: 0,
|
|
10144
10129
|
},
|
|
10145
10130
|
contextWindow: 262144,
|
|
@@ -10154,8 +10139,8 @@ export const MODELS = {
|
|
|
10154
10139
|
reasoning: true,
|
|
10155
10140
|
input: ["text", "image"],
|
|
10156
10141
|
cost: {
|
|
10157
|
-
input: 0.
|
|
10158
|
-
output: 3.
|
|
10142
|
+
input: 0.73,
|
|
10143
|
+
output: 3.5,
|
|
10159
10144
|
cacheRead: 0.15,
|
|
10160
10145
|
cacheWrite: 0,
|
|
10161
10146
|
},
|
|
@@ -10273,13 +10258,13 @@ export const MODELS = {
|
|
|
10273
10258
|
reasoning: true,
|
|
10274
10259
|
input: ["text"],
|
|
10275
10260
|
cost: {
|
|
10276
|
-
input: 0.
|
|
10277
|
-
output: 0.
|
|
10261
|
+
input: 0.08499999999999999,
|
|
10262
|
+
output: 0.39999999999999997,
|
|
10278
10263
|
cacheRead: 0,
|
|
10279
10264
|
cacheWrite: 0,
|
|
10280
10265
|
},
|
|
10281
10266
|
contextWindow: 1000000,
|
|
10282
|
-
maxTokens:
|
|
10267
|
+
maxTokens: 16384,
|
|
10283
10268
|
},
|
|
10284
10269
|
"nvidia/nemotron-3-super-120b-a12b:free": {
|
|
10285
10270
|
id: "nvidia/nemotron-3-super-120b-a12b:free",
|
|
@@ -10751,7 +10736,7 @@ export const MODELS = {
|
|
|
10751
10736
|
cost: {
|
|
10752
10737
|
input: 1.25,
|
|
10753
10738
|
output: 10,
|
|
10754
|
-
cacheRead: 0.
|
|
10739
|
+
cacheRead: 0.13,
|
|
10755
10740
|
cacheWrite: 0,
|
|
10756
10741
|
},
|
|
10757
10742
|
contextWindow: 400000,
|
|
@@ -10785,11 +10770,11 @@ export const MODELS = {
|
|
|
10785
10770
|
cost: {
|
|
10786
10771
|
input: 0.25,
|
|
10787
10772
|
output: 2,
|
|
10788
|
-
cacheRead: 0.
|
|
10773
|
+
cacheRead: 0.03,
|
|
10789
10774
|
cacheWrite: 0,
|
|
10790
10775
|
},
|
|
10791
10776
|
contextWindow: 400000,
|
|
10792
|
-
maxTokens:
|
|
10777
|
+
maxTokens: 128000,
|
|
10793
10778
|
},
|
|
10794
10779
|
"openai/gpt-5.2": {
|
|
10795
10780
|
id: "openai/gpt-5.2",
|
|
@@ -11174,13 +11159,13 @@ export const MODELS = {
|
|
|
11174
11159
|
reasoning: true,
|
|
11175
11160
|
input: ["text"],
|
|
11176
11161
|
cost: {
|
|
11177
|
-
input: 0.
|
|
11162
|
+
input: 0.03,
|
|
11178
11163
|
output: 0.14,
|
|
11179
11164
|
cacheRead: 0,
|
|
11180
11165
|
cacheWrite: 0,
|
|
11181
11166
|
},
|
|
11182
11167
|
contextWindow: 131072,
|
|
11183
|
-
maxTokens:
|
|
11168
|
+
maxTokens: 131072,
|
|
11184
11169
|
},
|
|
11185
11170
|
"openai/gpt-oss-20b:free": {
|
|
11186
11171
|
id: "openai/gpt-oss-20b:free",
|
|
@@ -11684,13 +11669,13 @@ export const MODELS = {
|
|
|
11684
11669
|
reasoning: true,
|
|
11685
11670
|
input: ["text"],
|
|
11686
11671
|
cost: {
|
|
11687
|
-
input: 0.
|
|
11688
|
-
output: 0.
|
|
11672
|
+
input: 0.12,
|
|
11673
|
+
output: 0.5,
|
|
11689
11674
|
cacheRead: 0,
|
|
11690
11675
|
cacheWrite: 0,
|
|
11691
11676
|
},
|
|
11692
11677
|
contextWindow: 131072,
|
|
11693
|
-
maxTokens:
|
|
11678
|
+
maxTokens: 16384,
|
|
11694
11679
|
},
|
|
11695
11680
|
"qwen/qwen3-30b-a3b-instruct-2507": {
|
|
11696
11681
|
id: "qwen/qwen3-30b-a3b-instruct-2507",
|
|
@@ -11701,13 +11686,13 @@ export const MODELS = {
|
|
|
11701
11686
|
reasoning: false,
|
|
11702
11687
|
input: ["text"],
|
|
11703
11688
|
cost: {
|
|
11704
|
-
input: 0.
|
|
11705
|
-
output: 0.
|
|
11689
|
+
input: 0.04815,
|
|
11690
|
+
output: 0.19305,
|
|
11706
11691
|
cacheRead: 0,
|
|
11707
11692
|
cacheWrite: 0,
|
|
11708
11693
|
},
|
|
11709
11694
|
contextWindow: 262144,
|
|
11710
|
-
maxTokens:
|
|
11695
|
+
maxTokens: 32000,
|
|
11711
11696
|
},
|
|
11712
11697
|
"qwen/qwen3-30b-a3b-thinking-2507": {
|
|
11713
11698
|
id: "qwen/qwen3-30b-a3b-thinking-2507",
|
|
@@ -11888,9 +11873,9 @@ export const MODELS = {
|
|
|
11888
11873
|
reasoning: false,
|
|
11889
11874
|
input: ["text"],
|
|
11890
11875
|
cost: {
|
|
11891
|
-
input: 0.
|
|
11892
|
-
output: 1.
|
|
11893
|
-
cacheRead: 0,
|
|
11876
|
+
input: 0.09999999999999999,
|
|
11877
|
+
output: 1.1,
|
|
11878
|
+
cacheRead: 0.07,
|
|
11894
11879
|
cacheWrite: 0,
|
|
11895
11880
|
},
|
|
11896
11881
|
contextWindow: 262144,
|
|
@@ -12177,13 +12162,13 @@ export const MODELS = {
|
|
|
12177
12162
|
reasoning: true,
|
|
12178
12163
|
input: ["text", "image"],
|
|
12179
12164
|
cost: {
|
|
12180
|
-
input: 0.
|
|
12181
|
-
output: 2
|
|
12182
|
-
cacheRead: 0,
|
|
12165
|
+
input: 0.3,
|
|
12166
|
+
output: 2,
|
|
12167
|
+
cacheRead: 0.15,
|
|
12183
12168
|
cacheWrite: 0,
|
|
12184
12169
|
},
|
|
12185
12170
|
contextWindow: 262144,
|
|
12186
|
-
maxTokens:
|
|
12171
|
+
maxTokens: 65536,
|
|
12187
12172
|
},
|
|
12188
12173
|
"qwen/qwen3.6-35b-a3b": {
|
|
12189
12174
|
id: "qwen/qwen3.6-35b-a3b",
|
|
@@ -12755,9 +12740,9 @@ export const MODELS = {
|
|
|
12755
12740
|
reasoning: true,
|
|
12756
12741
|
input: ["text"],
|
|
12757
12742
|
cost: {
|
|
12758
|
-
input: 0.
|
|
12759
|
-
output: 2.
|
|
12760
|
-
cacheRead: 0.
|
|
12743
|
+
input: 0.784,
|
|
12744
|
+
output: 2.464,
|
|
12745
|
+
cacheRead: 0.1456,
|
|
12761
12746
|
cacheWrite: 0,
|
|
12762
12747
|
},
|
|
12763
12748
|
contextWindow: 1048576,
|
|
@@ -13564,26 +13549,43 @@ export const MODELS = {
|
|
|
13564
13549
|
contextWindow: 1000000,
|
|
13565
13550
|
maxTokens: 128000,
|
|
13566
13551
|
},
|
|
13567
|
-
"anthropic/claude-opus-4.
|
|
13568
|
-
id: "anthropic/claude-opus-4.
|
|
13569
|
-
name: "Claude Opus 4.
|
|
13552
|
+
"anthropic/claude-opus-4.8": {
|
|
13553
|
+
id: "anthropic/claude-opus-4.8",
|
|
13554
|
+
name: "Claude Opus 4.8",
|
|
13570
13555
|
api: "anthropic-messages",
|
|
13571
13556
|
provider: "vercel-ai-gateway",
|
|
13572
13557
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
13573
13558
|
reasoning: true,
|
|
13574
13559
|
input: ["text", "image"],
|
|
13575
13560
|
cost: {
|
|
13576
|
-
input:
|
|
13577
|
-
output:
|
|
13578
|
-
cacheRead:
|
|
13579
|
-
cacheWrite:
|
|
13561
|
+
input: 5,
|
|
13562
|
+
output: 25,
|
|
13563
|
+
cacheRead: 0.5,
|
|
13564
|
+
cacheWrite: 6.25,
|
|
13580
13565
|
},
|
|
13581
13566
|
contextWindow: 1000000,
|
|
13582
13567
|
maxTokens: 128000,
|
|
13583
13568
|
},
|
|
13584
|
-
"anthropic/claude-opus-4.8": {
|
|
13585
|
-
id: "anthropic/claude-opus-4.8",
|
|
13586
|
-
name: "Claude Opus 4.8",
|
|
13569
|
+
"anthropic/claude-opus-4.8-fast": {
|
|
13570
|
+
id: "anthropic/claude-opus-4.8-fast",
|
|
13571
|
+
name: "Claude Opus 4.8 (Fast)",
|
|
13572
|
+
api: "anthropic-messages",
|
|
13573
|
+
provider: "vercel-ai-gateway",
|
|
13574
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
13575
|
+
reasoning: true,
|
|
13576
|
+
input: ["text", "image"],
|
|
13577
|
+
cost: {
|
|
13578
|
+
input: 10,
|
|
13579
|
+
output: 50,
|
|
13580
|
+
cacheRead: 1,
|
|
13581
|
+
cacheWrite: 12.5,
|
|
13582
|
+
},
|
|
13583
|
+
contextWindow: 1000000,
|
|
13584
|
+
maxTokens: 128000,
|
|
13585
|
+
},
|
|
13586
|
+
"anthropic/claude-opus-5": {
|
|
13587
|
+
id: "anthropic/claude-opus-5",
|
|
13588
|
+
name: "Claude Opus 5",
|
|
13587
13589
|
api: "anthropic-messages",
|
|
13588
13590
|
provider: "vercel-ai-gateway",
|
|
13589
13591
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
@@ -13598,9 +13600,9 @@ export const MODELS = {
|
|
|
13598
13600
|
contextWindow: 1000000,
|
|
13599
13601
|
maxTokens: 128000,
|
|
13600
13602
|
},
|
|
13601
|
-
"anthropic/claude-opus-
|
|
13602
|
-
id: "anthropic/claude-opus-
|
|
13603
|
-
name: "Claude Opus
|
|
13603
|
+
"anthropic/claude-opus-5-fast": {
|
|
13604
|
+
id: "anthropic/claude-opus-5-fast",
|
|
13605
|
+
name: "Claude Opus 5 (Fast)",
|
|
13604
13606
|
api: "anthropic-messages",
|
|
13605
13607
|
provider: "vercel-ai-gateway",
|
|
13606
13608
|
baseUrl: "https://ai-gateway.vercel.sh",
|
|
@@ -14006,23 +14008,6 @@ export const MODELS = {
|
|
|
14006
14008
|
contextWindow: 1000000,
|
|
14007
14009
|
maxTokens: 65000,
|
|
14008
14010
|
},
|
|
14009
|
-
"google/gemini-3.1-flash-lite-preview": {
|
|
14010
|
-
id: "google/gemini-3.1-flash-lite-preview",
|
|
14011
|
-
name: "Gemini 3.1 Flash Lite Preview",
|
|
14012
|
-
api: "anthropic-messages",
|
|
14013
|
-
provider: "vercel-ai-gateway",
|
|
14014
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14015
|
-
reasoning: true,
|
|
14016
|
-
input: ["text", "image"],
|
|
14017
|
-
cost: {
|
|
14018
|
-
input: 0.25,
|
|
14019
|
-
output: 1.5,
|
|
14020
|
-
cacheRead: 0.03,
|
|
14021
|
-
cacheWrite: 0,
|
|
14022
|
-
},
|
|
14023
|
-
contextWindow: 1000000,
|
|
14024
|
-
maxTokens: 65000,
|
|
14025
|
-
},
|
|
14026
14011
|
"google/gemini-3.1-pro-preview": {
|
|
14027
14012
|
id: "google/gemini-3.1-pro-preview",
|
|
14028
14013
|
name: "Gemini 3.1 Pro Preview",
|
|
@@ -14853,8 +14838,8 @@ export const MODELS = {
|
|
|
14853
14838
|
cacheRead: 0.3,
|
|
14854
14839
|
cacheWrite: 0,
|
|
14855
14840
|
},
|
|
14856
|
-
contextWindow:
|
|
14857
|
-
maxTokens:
|
|
14841
|
+
contextWindow: 1000000,
|
|
14842
|
+
maxTokens: 131072,
|
|
14858
14843
|
},
|
|
14859
14844
|
"nvidia/nemotron-3-nano-30b-a3b": {
|
|
14860
14845
|
id: "nvidia/nemotron-3-nano-30b-a3b",
|
|
@@ -15077,23 +15062,6 @@ export const MODELS = {
|
|
|
15077
15062
|
contextWindow: 400000,
|
|
15078
15063
|
maxTokens: 128000,
|
|
15079
15064
|
},
|
|
15080
|
-
"openai/gpt-5-chat": {
|
|
15081
|
-
id: "openai/gpt-5-chat",
|
|
15082
|
-
name: "GPT 5 Chat",
|
|
15083
|
-
api: "anthropic-messages",
|
|
15084
|
-
provider: "vercel-ai-gateway",
|
|
15085
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15086
|
-
reasoning: false,
|
|
15087
|
-
input: ["text", "image"],
|
|
15088
|
-
cost: {
|
|
15089
|
-
input: 1.25,
|
|
15090
|
-
output: 10,
|
|
15091
|
-
cacheRead: 0.125,
|
|
15092
|
-
cacheWrite: 0,
|
|
15093
|
-
},
|
|
15094
|
-
contextWindow: 128000,
|
|
15095
|
-
maxTokens: 16384,
|
|
15096
|
-
},
|
|
15097
15065
|
"openai/gpt-5-codex": {
|
|
15098
15066
|
id: "openai/gpt-5-codex",
|
|
15099
15067
|
name: "GPT-5-Codex",
|
|
@@ -15264,23 +15232,6 @@ export const MODELS = {
|
|
|
15264
15232
|
contextWindow: 400000,
|
|
15265
15233
|
maxTokens: 128000,
|
|
15266
15234
|
},
|
|
15267
|
-
"openai/gpt-5.2-chat": {
|
|
15268
|
-
id: "openai/gpt-5.2-chat",
|
|
15269
|
-
name: "GPT 5.2 Chat",
|
|
15270
|
-
api: "anthropic-messages",
|
|
15271
|
-
provider: "vercel-ai-gateway",
|
|
15272
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
15273
|
-
reasoning: false,
|
|
15274
|
-
input: ["text", "image"],
|
|
15275
|
-
cost: {
|
|
15276
|
-
input: 1.75,
|
|
15277
|
-
output: 14,
|
|
15278
|
-
cacheRead: 0.175,
|
|
15279
|
-
cacheWrite: 0,
|
|
15280
|
-
},
|
|
15281
|
-
contextWindow: 128000,
|
|
15282
|
-
maxTokens: 16384,
|
|
15283
|
-
},
|
|
15284
15235
|
"openai/gpt-5.2-codex": {
|
|
15285
15236
|
id: "openai/gpt-5.2-codex",
|
|
15286
15237
|
name: "GPT 5.2 Codex",
|