@dreb/ai 2.45.0 → 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 +382 -218
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +394 -239
- 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)",
|
|
@@ -3449,6 +3485,40 @@ export const MODELS = {
|
|
|
3449
3485
|
},
|
|
3450
3486
|
},
|
|
3451
3487
|
"google": {
|
|
3488
|
+
"deep-research-max-preview-04-2026": {
|
|
3489
|
+
id: "deep-research-max-preview-04-2026",
|
|
3490
|
+
name: "Deep Research Max Preview (Apr-21-2026)",
|
|
3491
|
+
api: "google-generative-ai",
|
|
3492
|
+
provider: "google",
|
|
3493
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
3494
|
+
reasoning: true,
|
|
3495
|
+
input: ["text", "image"],
|
|
3496
|
+
cost: {
|
|
3497
|
+
input: 2,
|
|
3498
|
+
output: 12,
|
|
3499
|
+
cacheRead: 0.2,
|
|
3500
|
+
cacheWrite: 0,
|
|
3501
|
+
},
|
|
3502
|
+
contextWindow: 131072,
|
|
3503
|
+
maxTokens: 65536,
|
|
3504
|
+
},
|
|
3505
|
+
"deep-research-preview-04-2026": {
|
|
3506
|
+
id: "deep-research-preview-04-2026",
|
|
3507
|
+
name: "Deep Research Preview (Apr-21-2026)",
|
|
3508
|
+
api: "google-generative-ai",
|
|
3509
|
+
provider: "google",
|
|
3510
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
3511
|
+
reasoning: true,
|
|
3512
|
+
input: ["text", "image"],
|
|
3513
|
+
cost: {
|
|
3514
|
+
input: 2,
|
|
3515
|
+
output: 12,
|
|
3516
|
+
cacheRead: 0.2,
|
|
3517
|
+
cacheWrite: 0,
|
|
3518
|
+
},
|
|
3519
|
+
contextWindow: 131072,
|
|
3520
|
+
maxTokens: 65536,
|
|
3521
|
+
},
|
|
3452
3522
|
"gemini-2.0-flash": {
|
|
3453
3523
|
id: "gemini-2.0-flash",
|
|
3454
3524
|
name: "Gemini 2.0 Flash",
|
|
@@ -3483,6 +3553,23 @@ export const MODELS = {
|
|
|
3483
3553
|
contextWindow: 1048576,
|
|
3484
3554
|
maxTokens: 8192,
|
|
3485
3555
|
},
|
|
3556
|
+
"gemini-2.5-computer-use-preview-10-2025": {
|
|
3557
|
+
id: "gemini-2.5-computer-use-preview-10-2025",
|
|
3558
|
+
name: "Gemini 2.5 Computer Use Preview 10-2025",
|
|
3559
|
+
api: "google-generative-ai",
|
|
3560
|
+
provider: "google",
|
|
3561
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
3562
|
+
reasoning: true,
|
|
3563
|
+
input: ["text", "image"],
|
|
3564
|
+
cost: {
|
|
3565
|
+
input: 1.25,
|
|
3566
|
+
output: 10,
|
|
3567
|
+
cacheRead: 0,
|
|
3568
|
+
cacheWrite: 0,
|
|
3569
|
+
},
|
|
3570
|
+
contextWindow: 131072,
|
|
3571
|
+
maxTokens: 65536,
|
|
3572
|
+
},
|
|
3486
3573
|
"gemini-2.5-flash": {
|
|
3487
3574
|
id: "gemini-2.5-flash",
|
|
3488
3575
|
name: "Gemini 2.5 Flash",
|
|
@@ -3585,6 +3672,23 @@ export const MODELS = {
|
|
|
3585
3672
|
contextWindow: 1048576,
|
|
3586
3673
|
maxTokens: 65536,
|
|
3587
3674
|
},
|
|
3675
|
+
"gemini-3.1-flash-lite-image": {
|
|
3676
|
+
id: "gemini-3.1-flash-lite-image",
|
|
3677
|
+
name: "Nano Banana 2 Lite",
|
|
3678
|
+
api: "google-generative-ai",
|
|
3679
|
+
provider: "google",
|
|
3680
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
3681
|
+
reasoning: true,
|
|
3682
|
+
input: ["text", "image"],
|
|
3683
|
+
cost: {
|
|
3684
|
+
input: 0.25,
|
|
3685
|
+
output: 30,
|
|
3686
|
+
cacheRead: 0,
|
|
3687
|
+
cacheWrite: 0,
|
|
3688
|
+
},
|
|
3689
|
+
contextWindow: 65536,
|
|
3690
|
+
maxTokens: 65536,
|
|
3691
|
+
},
|
|
3588
3692
|
"gemini-3.1-flash-lite-preview": {
|
|
3589
3693
|
id: "gemini-3.1-flash-lite-preview",
|
|
3590
3694
|
name: "Gemini 3.1 Flash Lite Preview",
|
|
@@ -3594,12 +3698,29 @@ export const MODELS = {
|
|
|
3594
3698
|
reasoning: true,
|
|
3595
3699
|
input: ["text", "image"],
|
|
3596
3700
|
cost: {
|
|
3597
|
-
input: 0.25,
|
|
3598
|
-
output: 1.5,
|
|
3599
|
-
cacheRead: 0.025,
|
|
3701
|
+
input: 0.25,
|
|
3702
|
+
output: 1.5,
|
|
3703
|
+
cacheRead: 0.025,
|
|
3704
|
+
cacheWrite: 0,
|
|
3705
|
+
},
|
|
3706
|
+
contextWindow: 1048576,
|
|
3707
|
+
maxTokens: 65536,
|
|
3708
|
+
},
|
|
3709
|
+
"gemini-3.1-flash-live-preview": {
|
|
3710
|
+
id: "gemini-3.1-flash-live-preview",
|
|
3711
|
+
name: "Gemini 3.1 Flash Live Preview",
|
|
3712
|
+
api: "google-generative-ai",
|
|
3713
|
+
provider: "google",
|
|
3714
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
3715
|
+
reasoning: true,
|
|
3716
|
+
input: ["text", "image"],
|
|
3717
|
+
cost: {
|
|
3718
|
+
input: 0.75,
|
|
3719
|
+
output: 4.5,
|
|
3720
|
+
cacheRead: 0,
|
|
3600
3721
|
cacheWrite: 0,
|
|
3601
3722
|
},
|
|
3602
|
-
contextWindow:
|
|
3723
|
+
contextWindow: 131072,
|
|
3603
3724
|
maxTokens: 65536,
|
|
3604
3725
|
},
|
|
3605
3726
|
"gemini-3.1-pro-preview": {
|
|
@@ -3721,6 +3842,23 @@ export const MODELS = {
|
|
|
3721
3842
|
contextWindow: 1048576,
|
|
3722
3843
|
maxTokens: 65536,
|
|
3723
3844
|
},
|
|
3845
|
+
"gemini-robotics-er-1.6-preview": {
|
|
3846
|
+
id: "gemini-robotics-er-1.6-preview",
|
|
3847
|
+
name: "Gemini Robotics-ER 1.6 Preview",
|
|
3848
|
+
api: "google-generative-ai",
|
|
3849
|
+
provider: "google",
|
|
3850
|
+
baseUrl: "https://generativelanguage.googleapis.com/v1beta",
|
|
3851
|
+
reasoning: true,
|
|
3852
|
+
input: ["text", "image"],
|
|
3853
|
+
cost: {
|
|
3854
|
+
input: 1,
|
|
3855
|
+
output: 5,
|
|
3856
|
+
cacheRead: 0,
|
|
3857
|
+
cacheWrite: 0,
|
|
3858
|
+
},
|
|
3859
|
+
contextWindow: 131072,
|
|
3860
|
+
maxTokens: 65536,
|
|
3861
|
+
},
|
|
3724
3862
|
"gemma-4-26b-a4b-it": {
|
|
3725
3863
|
id: "gemma-4-26b-a4b-it",
|
|
3726
3864
|
name: "Gemma 4 26B A4B IT",
|
|
@@ -5279,6 +5417,23 @@ export const MODELS = {
|
|
|
5279
5417
|
contextWindow: 1048576,
|
|
5280
5418
|
maxTokens: 131072,
|
|
5281
5419
|
},
|
|
5420
|
+
"k3-256k": {
|
|
5421
|
+
id: "k3-256k",
|
|
5422
|
+
name: "Kimi K3-256K",
|
|
5423
|
+
api: "anthropic-messages",
|
|
5424
|
+
provider: "kimi-coding",
|
|
5425
|
+
baseUrl: "https://api.kimi.com/coding",
|
|
5426
|
+
reasoning: true,
|
|
5427
|
+
input: ["text", "image"],
|
|
5428
|
+
cost: {
|
|
5429
|
+
input: 0,
|
|
5430
|
+
output: 0,
|
|
5431
|
+
cacheRead: 0,
|
|
5432
|
+
cacheWrite: 0,
|
|
5433
|
+
},
|
|
5434
|
+
contextWindow: 262144,
|
|
5435
|
+
maxTokens: 131072,
|
|
5436
|
+
},
|
|
5282
5437
|
"kimi-for-coding": {
|
|
5283
5438
|
id: "kimi-for-coding",
|
|
5284
5439
|
name: "Kimi K2.7 Code",
|
|
@@ -6159,23 +6314,6 @@ export const MODELS = {
|
|
|
6159
6314
|
contextWindow: 128000,
|
|
6160
6315
|
maxTokens: 16384,
|
|
6161
6316
|
},
|
|
6162
|
-
"gpt-5-codex": {
|
|
6163
|
-
id: "gpt-5-codex",
|
|
6164
|
-
name: "GPT-5-Codex",
|
|
6165
|
-
api: "openai-responses",
|
|
6166
|
-
provider: "openai",
|
|
6167
|
-
baseUrl: "https://api.openai.com/v1",
|
|
6168
|
-
reasoning: true,
|
|
6169
|
-
input: ["text", "image"],
|
|
6170
|
-
cost: {
|
|
6171
|
-
input: 1.25,
|
|
6172
|
-
output: 10,
|
|
6173
|
-
cacheRead: 0.125,
|
|
6174
|
-
cacheWrite: 0,
|
|
6175
|
-
},
|
|
6176
|
-
contextWindow: 400000,
|
|
6177
|
-
maxTokens: 128000,
|
|
6178
|
-
},
|
|
6179
6317
|
"gpt-5-mini": {
|
|
6180
6318
|
id: "gpt-5-mini",
|
|
6181
6319
|
name: "GPT-5 Mini",
|
|
@@ -6244,23 +6382,6 @@ export const MODELS = {
|
|
|
6244
6382
|
contextWindow: 400000,
|
|
6245
6383
|
maxTokens: 128000,
|
|
6246
6384
|
},
|
|
6247
|
-
"gpt-5.1-chat-latest": {
|
|
6248
|
-
id: "gpt-5.1-chat-latest",
|
|
6249
|
-
name: "GPT-5.1 Chat",
|
|
6250
|
-
api: "openai-responses",
|
|
6251
|
-
provider: "openai",
|
|
6252
|
-
baseUrl: "https://api.openai.com/v1",
|
|
6253
|
-
reasoning: true,
|
|
6254
|
-
input: ["text", "image"],
|
|
6255
|
-
cost: {
|
|
6256
|
-
input: 1.25,
|
|
6257
|
-
output: 10,
|
|
6258
|
-
cacheRead: 0.125,
|
|
6259
|
-
cacheWrite: 0,
|
|
6260
|
-
},
|
|
6261
|
-
contextWindow: 128000,
|
|
6262
|
-
maxTokens: 16384,
|
|
6263
|
-
},
|
|
6264
6385
|
"gpt-5.1-codex": {
|
|
6265
6386
|
id: "gpt-5.1-codex",
|
|
6266
6387
|
name: "GPT-5.1 Codex",
|
|
@@ -6271,9 +6392,9 @@ export const MODELS = {
|
|
|
6271
6392
|
input: ["text", "image"],
|
|
6272
6393
|
cost: {
|
|
6273
6394
|
input: 1.25,
|
|
6274
|
-
output:
|
|
6395
|
+
output: 5,
|
|
6275
6396
|
cacheRead: 0.125,
|
|
6276
|
-
cacheWrite:
|
|
6397
|
+
cacheWrite: 1.25,
|
|
6277
6398
|
},
|
|
6278
6399
|
contextWindow: 400000,
|
|
6279
6400
|
maxTokens: 128000,
|
|
@@ -6295,23 +6416,6 @@ export const MODELS = {
|
|
|
6295
6416
|
contextWindow: 400000,
|
|
6296
6417
|
maxTokens: 128000,
|
|
6297
6418
|
},
|
|
6298
|
-
"gpt-5.1-codex-mini": {
|
|
6299
|
-
id: "gpt-5.1-codex-mini",
|
|
6300
|
-
name: "GPT-5.1 Codex mini",
|
|
6301
|
-
api: "openai-responses",
|
|
6302
|
-
provider: "openai",
|
|
6303
|
-
baseUrl: "https://api.openai.com/v1",
|
|
6304
|
-
reasoning: true,
|
|
6305
|
-
input: ["text", "image"],
|
|
6306
|
-
cost: {
|
|
6307
|
-
input: 0.25,
|
|
6308
|
-
output: 2,
|
|
6309
|
-
cacheRead: 0.025,
|
|
6310
|
-
cacheWrite: 0,
|
|
6311
|
-
},
|
|
6312
|
-
contextWindow: 400000,
|
|
6313
|
-
maxTokens: 128000,
|
|
6314
|
-
},
|
|
6315
6419
|
"gpt-5.2": {
|
|
6316
6420
|
id: "gpt-5.2",
|
|
6317
6421
|
name: "GPT-5.2",
|
|
@@ -6346,23 +6450,6 @@ export const MODELS = {
|
|
|
6346
6450
|
contextWindow: 128000,
|
|
6347
6451
|
maxTokens: 16384,
|
|
6348
6452
|
},
|
|
6349
|
-
"gpt-5.2-codex": {
|
|
6350
|
-
id: "gpt-5.2-codex",
|
|
6351
|
-
name: "GPT-5.2 Codex",
|
|
6352
|
-
api: "openai-responses",
|
|
6353
|
-
provider: "openai",
|
|
6354
|
-
baseUrl: "https://api.openai.com/v1",
|
|
6355
|
-
reasoning: true,
|
|
6356
|
-
input: ["text", "image"],
|
|
6357
|
-
cost: {
|
|
6358
|
-
input: 1.75,
|
|
6359
|
-
output: 14,
|
|
6360
|
-
cacheRead: 0.175,
|
|
6361
|
-
cacheWrite: 0,
|
|
6362
|
-
},
|
|
6363
|
-
contextWindow: 400000,
|
|
6364
|
-
maxTokens: 128000,
|
|
6365
|
-
},
|
|
6366
6453
|
"gpt-5.2-pro": {
|
|
6367
6454
|
id: "gpt-5.2-pro",
|
|
6368
6455
|
name: "GPT-5.2 Pro",
|
|
@@ -6669,23 +6756,6 @@ export const MODELS = {
|
|
|
6669
6756
|
contextWindow: 200000,
|
|
6670
6757
|
maxTokens: 100000,
|
|
6671
6758
|
},
|
|
6672
|
-
"o3-deep-research": {
|
|
6673
|
-
id: "o3-deep-research",
|
|
6674
|
-
name: "o3-deep-research",
|
|
6675
|
-
api: "openai-responses",
|
|
6676
|
-
provider: "openai",
|
|
6677
|
-
baseUrl: "https://api.openai.com/v1",
|
|
6678
|
-
reasoning: true,
|
|
6679
|
-
input: ["text", "image"],
|
|
6680
|
-
cost: {
|
|
6681
|
-
input: 10,
|
|
6682
|
-
output: 40,
|
|
6683
|
-
cacheRead: 2.5,
|
|
6684
|
-
cacheWrite: 0,
|
|
6685
|
-
},
|
|
6686
|
-
contextWindow: 200000,
|
|
6687
|
-
maxTokens: 100000,
|
|
6688
|
-
},
|
|
6689
6759
|
"o3-mini": {
|
|
6690
6760
|
id: "o3-mini",
|
|
6691
6761
|
name: "o3-mini",
|
|
@@ -6737,23 +6807,6 @@ export const MODELS = {
|
|
|
6737
6807
|
contextWindow: 200000,
|
|
6738
6808
|
maxTokens: 100000,
|
|
6739
6809
|
},
|
|
6740
|
-
"o4-mini-deep-research": {
|
|
6741
|
-
id: "o4-mini-deep-research",
|
|
6742
|
-
name: "o4-mini-deep-research",
|
|
6743
|
-
api: "openai-responses",
|
|
6744
|
-
provider: "openai",
|
|
6745
|
-
baseUrl: "https://api.openai.com/v1",
|
|
6746
|
-
reasoning: true,
|
|
6747
|
-
input: ["text", "image"],
|
|
6748
|
-
cost: {
|
|
6749
|
-
input: 2,
|
|
6750
|
-
output: 8,
|
|
6751
|
-
cacheRead: 0.5,
|
|
6752
|
-
cacheWrite: 0,
|
|
6753
|
-
},
|
|
6754
|
-
contextWindow: 200000,
|
|
6755
|
-
maxTokens: 100000,
|
|
6756
|
-
},
|
|
6757
6810
|
},
|
|
6758
6811
|
"openai-codex": {
|
|
6759
6812
|
"gpt-5.1": {
|
|
@@ -7081,6 +7134,23 @@ export const MODELS = {
|
|
|
7081
7134
|
contextWindow: 1000000,
|
|
7082
7135
|
maxTokens: 128000,
|
|
7083
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
|
+
},
|
|
7084
7154
|
"claude-sonnet-4": {
|
|
7085
7155
|
id: "claude-sonnet-4",
|
|
7086
7156
|
name: "Claude Sonnet 4",
|
|
@@ -7761,6 +7831,23 @@ export const MODELS = {
|
|
|
7761
7831
|
contextWindow: 256000,
|
|
7762
7832
|
maxTokens: 32000,
|
|
7763
7833
|
},
|
|
7834
|
+
"ling-3.0-flash-free": {
|
|
7835
|
+
id: "ling-3.0-flash-free",
|
|
7836
|
+
name: "Ling-3.0-flash Free",
|
|
7837
|
+
api: "openai-completions",
|
|
7838
|
+
provider: "opencode",
|
|
7839
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
7840
|
+
reasoning: true,
|
|
7841
|
+
input: ["text"],
|
|
7842
|
+
cost: {
|
|
7843
|
+
input: 0,
|
|
7844
|
+
output: 0,
|
|
7845
|
+
cacheRead: 0,
|
|
7846
|
+
cacheWrite: 0,
|
|
7847
|
+
},
|
|
7848
|
+
contextWindow: 262144,
|
|
7849
|
+
maxTokens: 32768,
|
|
7850
|
+
},
|
|
7764
7851
|
"mimo-v2.5-free": {
|
|
7765
7852
|
id: "mimo-v2.5-free",
|
|
7766
7853
|
name: "MiMo V2.5 Free",
|
|
@@ -8513,6 +8600,40 @@ export const MODELS = {
|
|
|
8513
8600
|
contextWindow: 1000000,
|
|
8514
8601
|
maxTokens: 128000,
|
|
8515
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
|
+
},
|
|
8516
8637
|
"anthropic/claude-sonnet-4": {
|
|
8517
8638
|
id: "anthropic/claude-sonnet-4",
|
|
8518
8639
|
name: "Anthropic: Claude Sonnet 4",
|
|
@@ -9236,9 +9357,9 @@ export const MODELS = {
|
|
|
9236
9357
|
reasoning: true,
|
|
9237
9358
|
input: ["text", "image"],
|
|
9238
9359
|
cost: {
|
|
9239
|
-
input: 0.
|
|
9240
|
-
output: 0.
|
|
9241
|
-
cacheRead: 0
|
|
9360
|
+
input: 0.14,
|
|
9361
|
+
output: 0.39999999999999997,
|
|
9362
|
+
cacheRead: 0,
|
|
9242
9363
|
cacheWrite: 0,
|
|
9243
9364
|
},
|
|
9244
9365
|
contextWindow: 262144,
|
|
@@ -10018,9 +10139,9 @@ export const MODELS = {
|
|
|
10018
10139
|
reasoning: true,
|
|
10019
10140
|
input: ["text", "image"],
|
|
10020
10141
|
cost: {
|
|
10021
|
-
input: 0.
|
|
10022
|
-
output: 3.
|
|
10023
|
-
cacheRead: 0.
|
|
10142
|
+
input: 0.78,
|
|
10143
|
+
output: 3.5,
|
|
10144
|
+
cacheRead: 0.15,
|
|
10024
10145
|
cacheWrite: 0,
|
|
10025
10146
|
},
|
|
10026
10147
|
contextWindow: 262144,
|
|
@@ -10137,13 +10258,13 @@ export const MODELS = {
|
|
|
10137
10258
|
reasoning: true,
|
|
10138
10259
|
input: ["text"],
|
|
10139
10260
|
cost: {
|
|
10140
|
-
input: 0.
|
|
10141
|
-
output: 0.
|
|
10261
|
+
input: 0.08499999999999999,
|
|
10262
|
+
output: 0.39999999999999997,
|
|
10142
10263
|
cacheRead: 0,
|
|
10143
10264
|
cacheWrite: 0,
|
|
10144
10265
|
},
|
|
10145
10266
|
contextWindow: 1000000,
|
|
10146
|
-
maxTokens:
|
|
10267
|
+
maxTokens: 16384,
|
|
10147
10268
|
},
|
|
10148
10269
|
"nvidia/nemotron-3-super-120b-a12b:free": {
|
|
10149
10270
|
id: "nvidia/nemotron-3-super-120b-a12b:free",
|
|
@@ -11752,9 +11873,9 @@ export const MODELS = {
|
|
|
11752
11873
|
reasoning: false,
|
|
11753
11874
|
input: ["text"],
|
|
11754
11875
|
cost: {
|
|
11755
|
-
input: 0.
|
|
11756
|
-
output: 1.
|
|
11757
|
-
cacheRead: 0,
|
|
11876
|
+
input: 0.09999999999999999,
|
|
11877
|
+
output: 1.1,
|
|
11878
|
+
cacheRead: 0.07,
|
|
11758
11879
|
cacheWrite: 0,
|
|
11759
11880
|
},
|
|
11760
11881
|
contextWindow: 262144,
|
|
@@ -12041,13 +12162,13 @@ export const MODELS = {
|
|
|
12041
12162
|
reasoning: true,
|
|
12042
12163
|
input: ["text", "image"],
|
|
12043
12164
|
cost: {
|
|
12044
|
-
input: 0.
|
|
12045
|
-
output:
|
|
12046
|
-
cacheRead: 0
|
|
12165
|
+
input: 0.28900000000000003,
|
|
12166
|
+
output: 2.4,
|
|
12167
|
+
cacheRead: 0,
|
|
12047
12168
|
cacheWrite: 0,
|
|
12048
12169
|
},
|
|
12049
12170
|
contextWindow: 262144,
|
|
12050
|
-
maxTokens:
|
|
12171
|
+
maxTokens: 131072,
|
|
12051
12172
|
},
|
|
12052
12173
|
"qwen/qwen3.6-35b-a3b": {
|
|
12053
12174
|
id: "qwen/qwen3.6-35b-a3b",
|
|
@@ -12262,13 +12383,13 @@ export const MODELS = {
|
|
|
12262
12383
|
reasoning: true,
|
|
12263
12384
|
input: ["text"],
|
|
12264
12385
|
cost: {
|
|
12265
|
-
input: 0.
|
|
12266
|
-
output: 0.
|
|
12267
|
-
cacheRead: 0.
|
|
12386
|
+
input: 0.13199999999999998,
|
|
12387
|
+
output: 0.5279999999999999,
|
|
12388
|
+
cacheRead: 0.032999999999999995,
|
|
12268
12389
|
cacheWrite: 0,
|
|
12269
12390
|
},
|
|
12270
12391
|
contextWindow: 262144,
|
|
12271
|
-
maxTokens:
|
|
12392
|
+
maxTokens: 128000,
|
|
12272
12393
|
},
|
|
12273
12394
|
"tencent/hy3-preview": {
|
|
12274
12395
|
id: "tencent/hy3-preview",
|
|
@@ -12619,9 +12740,9 @@ export const MODELS = {
|
|
|
12619
12740
|
reasoning: true,
|
|
12620
12741
|
input: ["text"],
|
|
12621
12742
|
cost: {
|
|
12622
|
-
input: 0.
|
|
12623
|
-
output: 2.
|
|
12624
|
-
cacheRead: 0.
|
|
12743
|
+
input: 0.7756000000000001,
|
|
12744
|
+
output: 2.4376,
|
|
12745
|
+
cacheRead: 0.14404,
|
|
12625
12746
|
cacheWrite: 0,
|
|
12626
12747
|
},
|
|
12627
12748
|
contextWindow: 1048576,
|
|
@@ -13199,10 +13320,10 @@ export const MODELS = {
|
|
|
13199
13320
|
reasoning: true,
|
|
13200
13321
|
input: ["text"],
|
|
13201
13322
|
cost: {
|
|
13202
|
-
input:
|
|
13203
|
-
output:
|
|
13204
|
-
cacheRead: 0.
|
|
13205
|
-
cacheWrite:
|
|
13323
|
+
input: 2.5,
|
|
13324
|
+
output: 7.5,
|
|
13325
|
+
cacheRead: 0.5,
|
|
13326
|
+
cacheWrite: 3.125,
|
|
13206
13327
|
},
|
|
13207
13328
|
contextWindow: 991000,
|
|
13208
13329
|
maxTokens: 64000,
|
|
@@ -13479,6 +13600,40 @@ export const MODELS = {
|
|
|
13479
13600
|
contextWindow: 1000000,
|
|
13480
13601
|
maxTokens: 128000,
|
|
13481
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
|
+
},
|
|
13482
13637
|
"anthropic/claude-sonnet-4": {
|
|
13483
13638
|
id: "anthropic/claude-sonnet-4",
|
|
13484
13639
|
name: "Claude Sonnet 4",
|