@dreb/ai 2.45.1 → 2.45.2
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 +232 -204
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +254 -235
- 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",
|
|
@@ -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.78,
|
|
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",
|
|
@@ -11174,13 +11159,13 @@ export const MODELS = {
|
|
|
11174
11159
|
reasoning: true,
|
|
11175
11160
|
input: ["text"],
|
|
11176
11161
|
cost: {
|
|
11177
|
-
input: 0.
|
|
11178
|
-
output: 0.
|
|
11179
|
-
cacheRead: 0,
|
|
11162
|
+
input: 0.03,
|
|
11163
|
+
output: 0.13,
|
|
11164
|
+
cacheRead: 0.03,
|
|
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",
|
|
@@ -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.
|
|
12165
|
+
input: 0.28900000000000003,
|
|
12181
12166
|
output: 2.4,
|
|
12182
12167
|
cacheRead: 0,
|
|
12183
12168
|
cacheWrite: 0,
|
|
12184
12169
|
},
|
|
12185
12170
|
contextWindow: 262144,
|
|
12186
|
-
maxTokens:
|
|
12171
|
+
maxTokens: 131072,
|
|
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.7756000000000001,
|
|
12744
|
+
output: 2.4376,
|
|
12745
|
+
cacheRead: 0.14404,
|
|
12761
12746
|
cacheWrite: 0,
|
|
12762
12747
|
},
|
|
12763
12748
|
contextWindow: 1048576,
|
|
@@ -13615,6 +13600,40 @@ export const MODELS = {
|
|
|
13615
13600
|
contextWindow: 1000000,
|
|
13616
13601
|
maxTokens: 128000,
|
|
13617
13602
|
},
|
|
13603
|
+
"anthropic/claude-opus-5": {
|
|
13604
|
+
id: "anthropic/claude-opus-5",
|
|
13605
|
+
name: "Claude Opus 5",
|
|
13606
|
+
api: "anthropic-messages",
|
|
13607
|
+
provider: "vercel-ai-gateway",
|
|
13608
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
13609
|
+
reasoning: true,
|
|
13610
|
+
input: ["text", "image"],
|
|
13611
|
+
cost: {
|
|
13612
|
+
input: 5,
|
|
13613
|
+
output: 25,
|
|
13614
|
+
cacheRead: 0.5,
|
|
13615
|
+
cacheWrite: 6.25,
|
|
13616
|
+
},
|
|
13617
|
+
contextWindow: 1000000,
|
|
13618
|
+
maxTokens: 128000,
|
|
13619
|
+
},
|
|
13620
|
+
"anthropic/claude-opus-5-fast": {
|
|
13621
|
+
id: "anthropic/claude-opus-5-fast",
|
|
13622
|
+
name: "Claude Opus 5 (Fast)",
|
|
13623
|
+
api: "anthropic-messages",
|
|
13624
|
+
provider: "vercel-ai-gateway",
|
|
13625
|
+
baseUrl: "https://ai-gateway.vercel.sh",
|
|
13626
|
+
reasoning: true,
|
|
13627
|
+
input: ["text", "image"],
|
|
13628
|
+
cost: {
|
|
13629
|
+
input: 10,
|
|
13630
|
+
output: 50,
|
|
13631
|
+
cacheRead: 1,
|
|
13632
|
+
cacheWrite: 12.5,
|
|
13633
|
+
},
|
|
13634
|
+
contextWindow: 1000000,
|
|
13635
|
+
maxTokens: 128000,
|
|
13636
|
+
},
|
|
13618
13637
|
"anthropic/claude-sonnet-4": {
|
|
13619
13638
|
id: "anthropic/claude-sonnet-4",
|
|
13620
13639
|
name: "Claude Sonnet 4",
|
|
@@ -14853,8 +14872,8 @@ export const MODELS = {
|
|
|
14853
14872
|
cacheRead: 0.3,
|
|
14854
14873
|
cacheWrite: 0,
|
|
14855
14874
|
},
|
|
14856
|
-
contextWindow:
|
|
14857
|
-
maxTokens:
|
|
14875
|
+
contextWindow: 1000000,
|
|
14876
|
+
maxTokens: 131072,
|
|
14858
14877
|
},
|
|
14859
14878
|
"nvidia/nemotron-3-nano-30b-a3b": {
|
|
14860
14879
|
id: "nvidia/nemotron-3-nano-30b-a3b",
|