@dreb/ai 2.21.0 → 2.22.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models.generated.d.ts +370 -227
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +564 -427
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/amazon-bedrock.d.ts.map +1 -1
- package/dist/providers/amazon-bedrock.js +5 -0
- package/dist/providers/amazon-bedrock.js.map +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +5 -0
- package/dist/providers/anthropic.js.map +1 -1
- package/dist/providers/google-gemini-cli.d.ts.map +1 -1
- package/dist/providers/google-gemini-cli.js +5 -0
- package/dist/providers/google-gemini-cli.js.map +1 -1
- package/dist/providers/google-vertex.d.ts.map +1 -1
- package/dist/providers/google-vertex.js +5 -0
- package/dist/providers/google-vertex.js.map +1 -1
- package/dist/providers/google.d.ts.map +1 -1
- package/dist/providers/google.js +5 -0
- package/dist/providers/google.js.map +1 -1
- package/dist/providers/mistral.d.ts.map +1 -1
- package/dist/providers/mistral.js +5 -0
- package/dist/providers/mistral.js.map +1 -1
- package/dist/providers/openai-codex-responses.d.ts.map +1 -1
- package/dist/providers/openai-codex-responses.js +2 -1
- package/dist/providers/openai-codex-responses.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +5 -0
- package/dist/providers/openai-completions.js.map +1 -1
- package/dist/providers/openai-responses-shared.d.ts.map +1 -1
- package/dist/providers/openai-responses-shared.js +5 -0
- package/dist/providers/openai-responses-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -238,6 +238,23 @@ export declare const MODELS: {
|
|
|
238
238
|
contextWindow: number;
|
|
239
239
|
maxTokens: number;
|
|
240
240
|
};
|
|
241
|
+
readonly "au.anthropic.claude-opus-4-8": {
|
|
242
|
+
id: string;
|
|
243
|
+
name: string;
|
|
244
|
+
api: "bedrock-converse-stream";
|
|
245
|
+
provider: string;
|
|
246
|
+
baseUrl: string;
|
|
247
|
+
reasoning: true;
|
|
248
|
+
input: ("image" | "text")[];
|
|
249
|
+
cost: {
|
|
250
|
+
input: number;
|
|
251
|
+
output: number;
|
|
252
|
+
cacheRead: number;
|
|
253
|
+
cacheWrite: number;
|
|
254
|
+
};
|
|
255
|
+
contextWindow: number;
|
|
256
|
+
maxTokens: number;
|
|
257
|
+
};
|
|
241
258
|
readonly "au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
242
259
|
id: string;
|
|
243
260
|
name: string;
|
|
@@ -391,6 +408,23 @@ export declare const MODELS: {
|
|
|
391
408
|
contextWindow: number;
|
|
392
409
|
maxTokens: number;
|
|
393
410
|
};
|
|
411
|
+
readonly "eu.anthropic.claude-opus-4-8": {
|
|
412
|
+
id: string;
|
|
413
|
+
name: string;
|
|
414
|
+
api: "bedrock-converse-stream";
|
|
415
|
+
provider: string;
|
|
416
|
+
baseUrl: string;
|
|
417
|
+
reasoning: true;
|
|
418
|
+
input: ("image" | "text")[];
|
|
419
|
+
cost: {
|
|
420
|
+
input: number;
|
|
421
|
+
output: number;
|
|
422
|
+
cacheRead: number;
|
|
423
|
+
cacheWrite: number;
|
|
424
|
+
};
|
|
425
|
+
contextWindow: number;
|
|
426
|
+
maxTokens: number;
|
|
427
|
+
};
|
|
394
428
|
readonly "eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
395
429
|
id: string;
|
|
396
430
|
name: string;
|
|
@@ -493,6 +527,23 @@ export declare const MODELS: {
|
|
|
493
527
|
contextWindow: number;
|
|
494
528
|
maxTokens: number;
|
|
495
529
|
};
|
|
530
|
+
readonly "global.anthropic.claude-opus-4-8": {
|
|
531
|
+
id: string;
|
|
532
|
+
name: string;
|
|
533
|
+
api: "bedrock-converse-stream";
|
|
534
|
+
provider: string;
|
|
535
|
+
baseUrl: string;
|
|
536
|
+
reasoning: true;
|
|
537
|
+
input: ("image" | "text")[];
|
|
538
|
+
cost: {
|
|
539
|
+
input: number;
|
|
540
|
+
output: number;
|
|
541
|
+
cacheRead: number;
|
|
542
|
+
cacheWrite: number;
|
|
543
|
+
};
|
|
544
|
+
contextWindow: number;
|
|
545
|
+
maxTokens: number;
|
|
546
|
+
};
|
|
496
547
|
readonly "global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
497
548
|
id: string;
|
|
498
549
|
name: string;
|
|
@@ -578,6 +629,23 @@ export declare const MODELS: {
|
|
|
578
629
|
contextWindow: number;
|
|
579
630
|
maxTokens: number;
|
|
580
631
|
};
|
|
632
|
+
readonly "jp.anthropic.claude-opus-4-8": {
|
|
633
|
+
id: string;
|
|
634
|
+
name: string;
|
|
635
|
+
api: "bedrock-converse-stream";
|
|
636
|
+
provider: string;
|
|
637
|
+
baseUrl: string;
|
|
638
|
+
reasoning: true;
|
|
639
|
+
input: ("image" | "text")[];
|
|
640
|
+
cost: {
|
|
641
|
+
input: number;
|
|
642
|
+
output: number;
|
|
643
|
+
cacheRead: number;
|
|
644
|
+
cacheWrite: number;
|
|
645
|
+
};
|
|
646
|
+
contextWindow: number;
|
|
647
|
+
maxTokens: number;
|
|
648
|
+
};
|
|
581
649
|
readonly "jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
582
650
|
id: string;
|
|
583
651
|
name: string;
|
|
@@ -1275,6 +1343,23 @@ export declare const MODELS: {
|
|
|
1275
1343
|
contextWindow: number;
|
|
1276
1344
|
maxTokens: number;
|
|
1277
1345
|
};
|
|
1346
|
+
readonly "us.anthropic.claude-opus-4-8": {
|
|
1347
|
+
id: string;
|
|
1348
|
+
name: string;
|
|
1349
|
+
api: "bedrock-converse-stream";
|
|
1350
|
+
provider: string;
|
|
1351
|
+
baseUrl: string;
|
|
1352
|
+
reasoning: true;
|
|
1353
|
+
input: ("image" | "text")[];
|
|
1354
|
+
cost: {
|
|
1355
|
+
input: number;
|
|
1356
|
+
output: number;
|
|
1357
|
+
cacheRead: number;
|
|
1358
|
+
cacheWrite: number;
|
|
1359
|
+
};
|
|
1360
|
+
contextWindow: number;
|
|
1361
|
+
maxTokens: number;
|
|
1362
|
+
};
|
|
1278
1363
|
readonly "us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
1279
1364
|
id: string;
|
|
1280
1365
|
name: string;
|
|
@@ -2701,7 +2786,7 @@ export declare const MODELS: {
|
|
|
2701
2786
|
contextWindow: number;
|
|
2702
2787
|
maxTokens: number;
|
|
2703
2788
|
};
|
|
2704
|
-
readonly "claude-
|
|
2789
|
+
readonly "claude-opus-4.8": {
|
|
2705
2790
|
id: string;
|
|
2706
2791
|
name: string;
|
|
2707
2792
|
api: "anthropic-messages";
|
|
@@ -2724,7 +2809,7 @@ export declare const MODELS: {
|
|
|
2724
2809
|
contextWindow: number;
|
|
2725
2810
|
maxTokens: number;
|
|
2726
2811
|
};
|
|
2727
|
-
readonly "claude-sonnet-4
|
|
2812
|
+
readonly "claude-sonnet-4": {
|
|
2728
2813
|
id: string;
|
|
2729
2814
|
name: string;
|
|
2730
2815
|
api: "anthropic-messages";
|
|
@@ -2747,10 +2832,10 @@ export declare const MODELS: {
|
|
|
2747
2832
|
contextWindow: number;
|
|
2748
2833
|
maxTokens: number;
|
|
2749
2834
|
};
|
|
2750
|
-
readonly "
|
|
2835
|
+
readonly "claude-sonnet-4.5": {
|
|
2751
2836
|
id: string;
|
|
2752
2837
|
name: string;
|
|
2753
|
-
api: "
|
|
2838
|
+
api: "anthropic-messages";
|
|
2754
2839
|
provider: string;
|
|
2755
2840
|
baseUrl: string;
|
|
2756
2841
|
headers: {
|
|
@@ -2759,12 +2844,30 @@ export declare const MODELS: {
|
|
|
2759
2844
|
"Editor-Plugin-Version": string;
|
|
2760
2845
|
"Copilot-Integration-Id": string;
|
|
2761
2846
|
};
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
|
|
2847
|
+
reasoning: true;
|
|
2848
|
+
input: ("image" | "text")[];
|
|
2849
|
+
cost: {
|
|
2850
|
+
input: number;
|
|
2851
|
+
output: number;
|
|
2852
|
+
cacheRead: number;
|
|
2853
|
+
cacheWrite: number;
|
|
2766
2854
|
};
|
|
2767
|
-
|
|
2855
|
+
contextWindow: number;
|
|
2856
|
+
maxTokens: number;
|
|
2857
|
+
};
|
|
2858
|
+
readonly "claude-sonnet-4.6": {
|
|
2859
|
+
id: string;
|
|
2860
|
+
name: string;
|
|
2861
|
+
api: "anthropic-messages";
|
|
2862
|
+
provider: string;
|
|
2863
|
+
baseUrl: string;
|
|
2864
|
+
headers: {
|
|
2865
|
+
"User-Agent": string;
|
|
2866
|
+
"Editor-Version": string;
|
|
2867
|
+
"Editor-Plugin-Version": string;
|
|
2868
|
+
"Copilot-Integration-Id": string;
|
|
2869
|
+
};
|
|
2870
|
+
reasoning: true;
|
|
2768
2871
|
input: ("image" | "text")[];
|
|
2769
2872
|
cost: {
|
|
2770
2873
|
input: number;
|
|
@@ -2775,7 +2878,7 @@ export declare const MODELS: {
|
|
|
2775
2878
|
contextWindow: number;
|
|
2776
2879
|
maxTokens: number;
|
|
2777
2880
|
};
|
|
2778
|
-
readonly "gemini-
|
|
2881
|
+
readonly "gemini-2.5-pro": {
|
|
2779
2882
|
id: string;
|
|
2780
2883
|
name: string;
|
|
2781
2884
|
api: "openai-completions";
|
|
@@ -2803,7 +2906,7 @@ export declare const MODELS: {
|
|
|
2803
2906
|
contextWindow: number;
|
|
2804
2907
|
maxTokens: number;
|
|
2805
2908
|
};
|
|
2806
|
-
readonly "gemini-3
|
|
2909
|
+
readonly "gemini-3-flash-preview": {
|
|
2807
2910
|
id: string;
|
|
2808
2911
|
name: string;
|
|
2809
2912
|
api: "openai-completions";
|
|
@@ -2831,7 +2934,7 @@ export declare const MODELS: {
|
|
|
2831
2934
|
contextWindow: number;
|
|
2832
2935
|
maxTokens: number;
|
|
2833
2936
|
};
|
|
2834
|
-
readonly "gemini-3.
|
|
2937
|
+
readonly "gemini-3.1-pro-preview": {
|
|
2835
2938
|
id: string;
|
|
2836
2939
|
name: string;
|
|
2837
2940
|
api: "openai-completions";
|
|
@@ -2859,7 +2962,7 @@ export declare const MODELS: {
|
|
|
2859
2962
|
contextWindow: number;
|
|
2860
2963
|
maxTokens: number;
|
|
2861
2964
|
};
|
|
2862
|
-
readonly "
|
|
2965
|
+
readonly "gemini-3.5-flash": {
|
|
2863
2966
|
id: string;
|
|
2864
2967
|
name: string;
|
|
2865
2968
|
api: "openai-completions";
|
|
@@ -2876,7 +2979,7 @@ export declare const MODELS: {
|
|
|
2876
2979
|
supportsDeveloperRole: false;
|
|
2877
2980
|
supportsReasoningEffort: false;
|
|
2878
2981
|
};
|
|
2879
|
-
reasoning:
|
|
2982
|
+
reasoning: true;
|
|
2880
2983
|
input: ("image" | "text")[];
|
|
2881
2984
|
cost: {
|
|
2882
2985
|
input: number;
|
|
@@ -2887,7 +2990,7 @@ export declare const MODELS: {
|
|
|
2887
2990
|
contextWindow: number;
|
|
2888
2991
|
maxTokens: number;
|
|
2889
2992
|
};
|
|
2890
|
-
readonly "gpt-
|
|
2993
|
+
readonly "gpt-4.1": {
|
|
2891
2994
|
id: string;
|
|
2892
2995
|
name: string;
|
|
2893
2996
|
api: "openai-completions";
|
|
@@ -3053,6 +3156,29 @@ export declare const MODELS: {
|
|
|
3053
3156
|
contextWindow: number;
|
|
3054
3157
|
maxTokens: number;
|
|
3055
3158
|
};
|
|
3159
|
+
readonly "gpt-5.4-nano": {
|
|
3160
|
+
id: string;
|
|
3161
|
+
name: string;
|
|
3162
|
+
api: "openai-responses";
|
|
3163
|
+
provider: string;
|
|
3164
|
+
baseUrl: string;
|
|
3165
|
+
headers: {
|
|
3166
|
+
"User-Agent": string;
|
|
3167
|
+
"Editor-Version": string;
|
|
3168
|
+
"Editor-Plugin-Version": string;
|
|
3169
|
+
"Copilot-Integration-Id": string;
|
|
3170
|
+
};
|
|
3171
|
+
reasoning: true;
|
|
3172
|
+
input: ("image" | "text")[];
|
|
3173
|
+
cost: {
|
|
3174
|
+
input: number;
|
|
3175
|
+
output: number;
|
|
3176
|
+
cacheRead: number;
|
|
3177
|
+
cacheWrite: number;
|
|
3178
|
+
};
|
|
3179
|
+
contextWindow: number;
|
|
3180
|
+
maxTokens: number;
|
|
3181
|
+
};
|
|
3056
3182
|
readonly "gpt-5.5": {
|
|
3057
3183
|
id: string;
|
|
3058
3184
|
name: string;
|
|
@@ -3076,7 +3202,7 @@ export declare const MODELS: {
|
|
|
3076
3202
|
contextWindow: number;
|
|
3077
3203
|
maxTokens: number;
|
|
3078
3204
|
};
|
|
3079
|
-
readonly "
|
|
3205
|
+
readonly "raptor-mini": {
|
|
3080
3206
|
id: string;
|
|
3081
3207
|
name: string;
|
|
3082
3208
|
api: "openai-completions";
|
|
@@ -3094,7 +3220,7 @@ export declare const MODELS: {
|
|
|
3094
3220
|
supportsReasoningEffort: false;
|
|
3095
3221
|
};
|
|
3096
3222
|
reasoning: true;
|
|
3097
|
-
input: "text"[];
|
|
3223
|
+
input: ("image" | "text")[];
|
|
3098
3224
|
cost: {
|
|
3099
3225
|
input: number;
|
|
3100
3226
|
output: number;
|
|
@@ -6228,6 +6354,23 @@ export declare const MODELS: {
|
|
|
6228
6354
|
contextWindow: number;
|
|
6229
6355
|
maxTokens: number;
|
|
6230
6356
|
};
|
|
6357
|
+
readonly "deepseek-v4-flash": {
|
|
6358
|
+
id: string;
|
|
6359
|
+
name: string;
|
|
6360
|
+
api: "openai-completions";
|
|
6361
|
+
provider: string;
|
|
6362
|
+
baseUrl: string;
|
|
6363
|
+
reasoning: true;
|
|
6364
|
+
input: "text"[];
|
|
6365
|
+
cost: {
|
|
6366
|
+
input: number;
|
|
6367
|
+
output: number;
|
|
6368
|
+
cacheRead: number;
|
|
6369
|
+
cacheWrite: number;
|
|
6370
|
+
};
|
|
6371
|
+
contextWindow: number;
|
|
6372
|
+
maxTokens: number;
|
|
6373
|
+
};
|
|
6231
6374
|
readonly "deepseek-v4-flash-free": {
|
|
6232
6375
|
id: string;
|
|
6233
6376
|
name: string;
|
|
@@ -6704,6 +6847,23 @@ export declare const MODELS: {
|
|
|
6704
6847
|
contextWindow: number;
|
|
6705
6848
|
maxTokens: number;
|
|
6706
6849
|
};
|
|
6850
|
+
readonly "minimax-m3-free": {
|
|
6851
|
+
id: string;
|
|
6852
|
+
name: string;
|
|
6853
|
+
api: "anthropic-messages";
|
|
6854
|
+
provider: string;
|
|
6855
|
+
baseUrl: string;
|
|
6856
|
+
reasoning: true;
|
|
6857
|
+
input: ("image" | "text")[];
|
|
6858
|
+
cost: {
|
|
6859
|
+
input: number;
|
|
6860
|
+
output: number;
|
|
6861
|
+
cacheRead: number;
|
|
6862
|
+
cacheWrite: number;
|
|
6863
|
+
};
|
|
6864
|
+
contextWindow: number;
|
|
6865
|
+
maxTokens: number;
|
|
6866
|
+
};
|
|
6707
6867
|
readonly "nemotron-3-super-free": {
|
|
6708
6868
|
id: string;
|
|
6709
6869
|
name: string;
|
|
@@ -6927,7 +7087,7 @@ export declare const MODELS: {
|
|
|
6927
7087
|
contextWindow: number;
|
|
6928
7088
|
maxTokens: number;
|
|
6929
7089
|
};
|
|
6930
|
-
readonly "
|
|
7090
|
+
readonly "minimax-m3": {
|
|
6931
7091
|
id: string;
|
|
6932
7092
|
name: string;
|
|
6933
7093
|
api: "anthropic-messages";
|
|
@@ -7405,23 +7565,6 @@ export declare const MODELS: {
|
|
|
7405
7565
|
contextWindow: number;
|
|
7406
7566
|
maxTokens: number;
|
|
7407
7567
|
};
|
|
7408
|
-
readonly "baidu/ernie-4.5-21b-a3b": {
|
|
7409
|
-
id: string;
|
|
7410
|
-
name: string;
|
|
7411
|
-
api: "openai-completions";
|
|
7412
|
-
provider: string;
|
|
7413
|
-
baseUrl: string;
|
|
7414
|
-
reasoning: false;
|
|
7415
|
-
input: "text"[];
|
|
7416
|
-
cost: {
|
|
7417
|
-
input: number;
|
|
7418
|
-
output: number;
|
|
7419
|
-
cacheRead: number;
|
|
7420
|
-
cacheWrite: number;
|
|
7421
|
-
};
|
|
7422
|
-
contextWindow: number;
|
|
7423
|
-
maxTokens: number;
|
|
7424
|
-
};
|
|
7425
7568
|
readonly "baidu/ernie-4.5-vl-28b-a3b": {
|
|
7426
7569
|
id: string;
|
|
7427
7570
|
name: string;
|
|
@@ -7694,23 +7837,6 @@ export declare const MODELS: {
|
|
|
7694
7837
|
contextWindow: number;
|
|
7695
7838
|
maxTokens: number;
|
|
7696
7839
|
};
|
|
7697
|
-
readonly "deepseek/deepseek-v4-flash:free": {
|
|
7698
|
-
id: string;
|
|
7699
|
-
name: string;
|
|
7700
|
-
api: "openai-completions";
|
|
7701
|
-
provider: string;
|
|
7702
|
-
baseUrl: string;
|
|
7703
|
-
reasoning: true;
|
|
7704
|
-
input: "text"[];
|
|
7705
|
-
cost: {
|
|
7706
|
-
input: number;
|
|
7707
|
-
output: number;
|
|
7708
|
-
cacheRead: number;
|
|
7709
|
-
cacheWrite: number;
|
|
7710
|
-
};
|
|
7711
|
-
contextWindow: number;
|
|
7712
|
-
maxTokens: number;
|
|
7713
|
-
};
|
|
7714
7840
|
readonly "deepseek/deepseek-v4-pro": {
|
|
7715
7841
|
id: string;
|
|
7716
7842
|
name: string;
|
|
@@ -7745,40 +7871,6 @@ export declare const MODELS: {
|
|
|
7745
7871
|
contextWindow: number;
|
|
7746
7872
|
maxTokens: number;
|
|
7747
7873
|
};
|
|
7748
|
-
readonly "google/gemini-2.0-flash-001": {
|
|
7749
|
-
id: string;
|
|
7750
|
-
name: string;
|
|
7751
|
-
api: "openai-completions";
|
|
7752
|
-
provider: string;
|
|
7753
|
-
baseUrl: string;
|
|
7754
|
-
reasoning: false;
|
|
7755
|
-
input: ("image" | "text")[];
|
|
7756
|
-
cost: {
|
|
7757
|
-
input: number;
|
|
7758
|
-
output: number;
|
|
7759
|
-
cacheRead: number;
|
|
7760
|
-
cacheWrite: number;
|
|
7761
|
-
};
|
|
7762
|
-
contextWindow: number;
|
|
7763
|
-
maxTokens: number;
|
|
7764
|
-
};
|
|
7765
|
-
readonly "google/gemini-2.0-flash-lite-001": {
|
|
7766
|
-
id: string;
|
|
7767
|
-
name: string;
|
|
7768
|
-
api: "openai-completions";
|
|
7769
|
-
provider: string;
|
|
7770
|
-
baseUrl: string;
|
|
7771
|
-
reasoning: false;
|
|
7772
|
-
input: ("image" | "text")[];
|
|
7773
|
-
cost: {
|
|
7774
|
-
input: number;
|
|
7775
|
-
output: number;
|
|
7776
|
-
cacheRead: number;
|
|
7777
|
-
cacheWrite: number;
|
|
7778
|
-
};
|
|
7779
|
-
contextWindow: number;
|
|
7780
|
-
maxTokens: number;
|
|
7781
|
-
};
|
|
7782
7874
|
readonly "google/gemini-2.5-flash": {
|
|
7783
7875
|
id: string;
|
|
7784
7876
|
name: string;
|
|
@@ -8255,7 +8347,7 @@ export declare const MODELS: {
|
|
|
8255
8347
|
contextWindow: number;
|
|
8256
8348
|
maxTokens: number;
|
|
8257
8349
|
};
|
|
8258
|
-
readonly "meta-llama/llama-4-
|
|
8350
|
+
readonly "meta-llama/llama-4-maverick": {
|
|
8259
8351
|
id: string;
|
|
8260
8352
|
name: string;
|
|
8261
8353
|
api: "openai-completions";
|
|
@@ -8272,14 +8364,14 @@ export declare const MODELS: {
|
|
|
8272
8364
|
contextWindow: number;
|
|
8273
8365
|
maxTokens: number;
|
|
8274
8366
|
};
|
|
8275
|
-
readonly "
|
|
8367
|
+
readonly "meta-llama/llama-4-scout": {
|
|
8276
8368
|
id: string;
|
|
8277
8369
|
name: string;
|
|
8278
8370
|
api: "openai-completions";
|
|
8279
8371
|
provider: string;
|
|
8280
8372
|
baseUrl: string;
|
|
8281
|
-
reasoning:
|
|
8282
|
-
input: "text"[];
|
|
8373
|
+
reasoning: false;
|
|
8374
|
+
input: ("image" | "text")[];
|
|
8283
8375
|
cost: {
|
|
8284
8376
|
input: number;
|
|
8285
8377
|
output: number;
|
|
@@ -8289,7 +8381,7 @@ export declare const MODELS: {
|
|
|
8289
8381
|
contextWindow: number;
|
|
8290
8382
|
maxTokens: number;
|
|
8291
8383
|
};
|
|
8292
|
-
readonly "minimax/minimax-
|
|
8384
|
+
readonly "minimax/minimax-m1": {
|
|
8293
8385
|
id: string;
|
|
8294
8386
|
name: string;
|
|
8295
8387
|
api: "openai-completions";
|
|
@@ -8306,7 +8398,7 @@ export declare const MODELS: {
|
|
|
8306
8398
|
contextWindow: number;
|
|
8307
8399
|
maxTokens: number;
|
|
8308
8400
|
};
|
|
8309
|
-
readonly "minimax/minimax-m2
|
|
8401
|
+
readonly "minimax/minimax-m2": {
|
|
8310
8402
|
id: string;
|
|
8311
8403
|
name: string;
|
|
8312
8404
|
api: "openai-completions";
|
|
@@ -8323,7 +8415,7 @@ export declare const MODELS: {
|
|
|
8323
8415
|
contextWindow: number;
|
|
8324
8416
|
maxTokens: number;
|
|
8325
8417
|
};
|
|
8326
|
-
readonly "minimax/minimax-m2.
|
|
8418
|
+
readonly "minimax/minimax-m2.1": {
|
|
8327
8419
|
id: string;
|
|
8328
8420
|
name: string;
|
|
8329
8421
|
api: "openai-completions";
|
|
@@ -8340,7 +8432,7 @@ export declare const MODELS: {
|
|
|
8340
8432
|
contextWindow: number;
|
|
8341
8433
|
maxTokens: number;
|
|
8342
8434
|
};
|
|
8343
|
-
readonly "minimax/minimax-m2.5
|
|
8435
|
+
readonly "minimax/minimax-m2.5": {
|
|
8344
8436
|
id: string;
|
|
8345
8437
|
name: string;
|
|
8346
8438
|
api: "openai-completions";
|
|
@@ -8374,31 +8466,14 @@ export declare const MODELS: {
|
|
|
8374
8466
|
contextWindow: number;
|
|
8375
8467
|
maxTokens: number;
|
|
8376
8468
|
};
|
|
8377
|
-
readonly "
|
|
8469
|
+
readonly "minimax/minimax-m3": {
|
|
8378
8470
|
id: string;
|
|
8379
8471
|
name: string;
|
|
8380
8472
|
api: "openai-completions";
|
|
8381
8473
|
provider: string;
|
|
8382
8474
|
baseUrl: string;
|
|
8383
|
-
reasoning:
|
|
8384
|
-
input: "text"[];
|
|
8385
|
-
cost: {
|
|
8386
|
-
input: number;
|
|
8387
|
-
output: number;
|
|
8388
|
-
cacheRead: number;
|
|
8389
|
-
cacheWrite: number;
|
|
8390
|
-
};
|
|
8391
|
-
contextWindow: number;
|
|
8392
|
-
maxTokens: number;
|
|
8393
|
-
};
|
|
8394
|
-
readonly "mistralai/devstral-2512": {
|
|
8395
|
-
id: string;
|
|
8396
|
-
name: string;
|
|
8397
|
-
api: "openai-completions";
|
|
8398
|
-
provider: string;
|
|
8399
|
-
baseUrl: string;
|
|
8400
|
-
reasoning: false;
|
|
8401
|
-
input: "text"[];
|
|
8475
|
+
reasoning: true;
|
|
8476
|
+
input: ("image" | "text")[];
|
|
8402
8477
|
cost: {
|
|
8403
8478
|
input: number;
|
|
8404
8479
|
output: number;
|
|
@@ -8408,7 +8483,7 @@ export declare const MODELS: {
|
|
|
8408
8483
|
contextWindow: number;
|
|
8409
8484
|
maxTokens: number;
|
|
8410
8485
|
};
|
|
8411
|
-
readonly "mistralai/
|
|
8486
|
+
readonly "mistralai/codestral-2508": {
|
|
8412
8487
|
id: string;
|
|
8413
8488
|
name: string;
|
|
8414
8489
|
api: "openai-completions";
|
|
@@ -8425,7 +8500,7 @@ export declare const MODELS: {
|
|
|
8425
8500
|
contextWindow: number;
|
|
8426
8501
|
maxTokens: number;
|
|
8427
8502
|
};
|
|
8428
|
-
readonly "mistralai/devstral-
|
|
8503
|
+
readonly "mistralai/devstral-2512": {
|
|
8429
8504
|
id: string;
|
|
8430
8505
|
name: string;
|
|
8431
8506
|
api: "openai-completions";
|
|
@@ -8527,23 +8602,6 @@ export declare const MODELS: {
|
|
|
8527
8602
|
contextWindow: number;
|
|
8528
8603
|
maxTokens: number;
|
|
8529
8604
|
};
|
|
8530
|
-
readonly "mistralai/mistral-large-2411": {
|
|
8531
|
-
id: string;
|
|
8532
|
-
name: string;
|
|
8533
|
-
api: "openai-completions";
|
|
8534
|
-
provider: string;
|
|
8535
|
-
baseUrl: string;
|
|
8536
|
-
reasoning: false;
|
|
8537
|
-
input: "text"[];
|
|
8538
|
-
cost: {
|
|
8539
|
-
input: number;
|
|
8540
|
-
output: number;
|
|
8541
|
-
cacheRead: number;
|
|
8542
|
-
cacheWrite: number;
|
|
8543
|
-
};
|
|
8544
|
-
contextWindow: number;
|
|
8545
|
-
maxTokens: number;
|
|
8546
|
-
};
|
|
8547
8605
|
readonly "mistralai/mistral-large-2512": {
|
|
8548
8606
|
id: string;
|
|
8549
8607
|
name: string;
|
|
@@ -8697,23 +8755,6 @@ export declare const MODELS: {
|
|
|
8697
8755
|
contextWindow: number;
|
|
8698
8756
|
maxTokens: number;
|
|
8699
8757
|
};
|
|
8700
|
-
readonly "mistralai/pixtral-large-2411": {
|
|
8701
|
-
id: string;
|
|
8702
|
-
name: string;
|
|
8703
|
-
api: "openai-completions";
|
|
8704
|
-
provider: string;
|
|
8705
|
-
baseUrl: string;
|
|
8706
|
-
reasoning: false;
|
|
8707
|
-
input: ("image" | "text")[];
|
|
8708
|
-
cost: {
|
|
8709
|
-
input: number;
|
|
8710
|
-
output: number;
|
|
8711
|
-
cacheRead: number;
|
|
8712
|
-
cacheWrite: number;
|
|
8713
|
-
};
|
|
8714
|
-
contextWindow: number;
|
|
8715
|
-
maxTokens: number;
|
|
8716
|
-
};
|
|
8717
8758
|
readonly "mistralai/voxtral-small-24b-2507": {
|
|
8718
8759
|
id: string;
|
|
8719
8760
|
name: string;
|
|
@@ -9258,23 +9299,6 @@ export declare const MODELS: {
|
|
|
9258
9299
|
contextWindow: number;
|
|
9259
9300
|
maxTokens: number;
|
|
9260
9301
|
};
|
|
9261
|
-
readonly "openai/gpt-4o-audio-preview": {
|
|
9262
|
-
id: string;
|
|
9263
|
-
name: string;
|
|
9264
|
-
api: "openai-completions";
|
|
9265
|
-
provider: string;
|
|
9266
|
-
baseUrl: string;
|
|
9267
|
-
reasoning: false;
|
|
9268
|
-
input: "text"[];
|
|
9269
|
-
cost: {
|
|
9270
|
-
input: number;
|
|
9271
|
-
output: number;
|
|
9272
|
-
cacheRead: number;
|
|
9273
|
-
cacheWrite: number;
|
|
9274
|
-
};
|
|
9275
|
-
contextWindow: number;
|
|
9276
|
-
maxTokens: number;
|
|
9277
|
-
};
|
|
9278
9302
|
readonly "openai/gpt-4o-mini": {
|
|
9279
9303
|
id: string;
|
|
9280
9304
|
name: string;
|
|
@@ -10091,23 +10115,6 @@ export declare const MODELS: {
|
|
|
10091
10115
|
contextWindow: number;
|
|
10092
10116
|
maxTokens: number;
|
|
10093
10117
|
};
|
|
10094
|
-
readonly "qwen/qwen-2.5-7b-instruct": {
|
|
10095
|
-
id: string;
|
|
10096
|
-
name: string;
|
|
10097
|
-
api: "openai-completions";
|
|
10098
|
-
provider: string;
|
|
10099
|
-
baseUrl: string;
|
|
10100
|
-
reasoning: false;
|
|
10101
|
-
input: "text"[];
|
|
10102
|
-
cost: {
|
|
10103
|
-
input: number;
|
|
10104
|
-
output: number;
|
|
10105
|
-
cacheRead: number;
|
|
10106
|
-
cacheWrite: number;
|
|
10107
|
-
};
|
|
10108
|
-
contextWindow: number;
|
|
10109
|
-
maxTokens: number;
|
|
10110
|
-
};
|
|
10111
10118
|
readonly "qwen/qwen-plus": {
|
|
10112
10119
|
id: string;
|
|
10113
10120
|
name: string;
|
|
@@ -10941,14 +10948,14 @@ export declare const MODELS: {
|
|
|
10941
10948
|
contextWindow: number;
|
|
10942
10949
|
maxTokens: number;
|
|
10943
10950
|
};
|
|
10944
|
-
readonly "
|
|
10951
|
+
readonly "stepfun/step-3.7-flash": {
|
|
10945
10952
|
id: string;
|
|
10946
10953
|
name: string;
|
|
10947
10954
|
api: "openai-completions";
|
|
10948
10955
|
provider: string;
|
|
10949
10956
|
baseUrl: string;
|
|
10950
10957
|
reasoning: true;
|
|
10951
|
-
input: "text"[];
|
|
10958
|
+
input: ("image" | "text")[];
|
|
10952
10959
|
cost: {
|
|
10953
10960
|
input: number;
|
|
10954
10961
|
output: number;
|
|
@@ -10958,13 +10965,13 @@ export declare const MODELS: {
|
|
|
10958
10965
|
contextWindow: number;
|
|
10959
10966
|
maxTokens: number;
|
|
10960
10967
|
};
|
|
10961
|
-
readonly "
|
|
10968
|
+
readonly "tencent/hy3-preview": {
|
|
10962
10969
|
id: string;
|
|
10963
10970
|
name: string;
|
|
10964
10971
|
api: "openai-completions";
|
|
10965
10972
|
provider: string;
|
|
10966
10973
|
baseUrl: string;
|
|
10967
|
-
reasoning:
|
|
10974
|
+
reasoning: true;
|
|
10968
10975
|
input: "text"[];
|
|
10969
10976
|
cost: {
|
|
10970
10977
|
input: number;
|
|
@@ -10975,7 +10982,7 @@ export declare const MODELS: {
|
|
|
10975
10982
|
contextWindow: number;
|
|
10976
10983
|
maxTokens: number;
|
|
10977
10984
|
};
|
|
10978
|
-
readonly "thedrummer/
|
|
10985
|
+
readonly "thedrummer/rocinante-12b": {
|
|
10979
10986
|
id: string;
|
|
10980
10987
|
name: string;
|
|
10981
10988
|
api: "openai-completions";
|
|
@@ -10992,13 +10999,13 @@ export declare const MODELS: {
|
|
|
10992
10999
|
contextWindow: number;
|
|
10993
11000
|
maxTokens: number;
|
|
10994
11001
|
};
|
|
10995
|
-
readonly "
|
|
11002
|
+
readonly "thedrummer/unslopnemo-12b": {
|
|
10996
11003
|
id: string;
|
|
10997
11004
|
name: string;
|
|
10998
11005
|
api: "openai-completions";
|
|
10999
11006
|
provider: string;
|
|
11000
11007
|
baseUrl: string;
|
|
11001
|
-
reasoning:
|
|
11008
|
+
reasoning: false;
|
|
11002
11009
|
input: "text"[];
|
|
11003
11010
|
cost: {
|
|
11004
11011
|
input: number;
|
|
@@ -11009,14 +11016,14 @@ export declare const MODELS: {
|
|
|
11009
11016
|
contextWindow: number;
|
|
11010
11017
|
maxTokens: number;
|
|
11011
11018
|
};
|
|
11012
|
-
readonly "
|
|
11019
|
+
readonly "upstage/solar-pro-3": {
|
|
11013
11020
|
id: string;
|
|
11014
11021
|
name: string;
|
|
11015
11022
|
api: "openai-completions";
|
|
11016
11023
|
provider: string;
|
|
11017
11024
|
baseUrl: string;
|
|
11018
11025
|
reasoning: true;
|
|
11019
|
-
input:
|
|
11026
|
+
input: "text"[];
|
|
11020
11027
|
cost: {
|
|
11021
11028
|
input: number;
|
|
11022
11029
|
output: number;
|
|
@@ -11026,7 +11033,7 @@ export declare const MODELS: {
|
|
|
11026
11033
|
contextWindow: number;
|
|
11027
11034
|
maxTokens: number;
|
|
11028
11035
|
};
|
|
11029
|
-
readonly "x-ai/grok-4.
|
|
11036
|
+
readonly "x-ai/grok-4.20": {
|
|
11030
11037
|
id: string;
|
|
11031
11038
|
name: string;
|
|
11032
11039
|
api: "openai-completions";
|
|
@@ -11043,7 +11050,7 @@ export declare const MODELS: {
|
|
|
11043
11050
|
contextWindow: number;
|
|
11044
11051
|
maxTokens: number;
|
|
11045
11052
|
};
|
|
11046
|
-
readonly "x-ai/grok-
|
|
11053
|
+
readonly "x-ai/grok-4.3": {
|
|
11047
11054
|
id: string;
|
|
11048
11055
|
name: string;
|
|
11049
11056
|
api: "openai-completions";
|
|
@@ -11060,24 +11067,7 @@ export declare const MODELS: {
|
|
|
11060
11067
|
contextWindow: number;
|
|
11061
11068
|
maxTokens: number;
|
|
11062
11069
|
};
|
|
11063
|
-
readonly "
|
|
11064
|
-
id: string;
|
|
11065
|
-
name: string;
|
|
11066
|
-
api: "openai-completions";
|
|
11067
|
-
provider: string;
|
|
11068
|
-
baseUrl: string;
|
|
11069
|
-
reasoning: true;
|
|
11070
|
-
input: "text"[];
|
|
11071
|
-
cost: {
|
|
11072
|
-
input: number;
|
|
11073
|
-
output: number;
|
|
11074
|
-
cacheRead: number;
|
|
11075
|
-
cacheWrite: number;
|
|
11076
|
-
};
|
|
11077
|
-
contextWindow: number;
|
|
11078
|
-
maxTokens: number;
|
|
11079
|
-
};
|
|
11080
|
-
readonly "xiaomi/mimo-v2-omni": {
|
|
11070
|
+
readonly "x-ai/grok-build-0.1": {
|
|
11081
11071
|
id: string;
|
|
11082
11072
|
name: string;
|
|
11083
11073
|
api: "openai-completions";
|
|
@@ -11094,7 +11084,7 @@ export declare const MODELS: {
|
|
|
11094
11084
|
contextWindow: number;
|
|
11095
11085
|
maxTokens: number;
|
|
11096
11086
|
};
|
|
11097
|
-
readonly "xiaomi/mimo-v2-
|
|
11087
|
+
readonly "xiaomi/mimo-v2-flash": {
|
|
11098
11088
|
id: string;
|
|
11099
11089
|
name: string;
|
|
11100
11090
|
api: "openai-completions";
|
|
@@ -11527,7 +11517,7 @@ export declare const MODELS: {
|
|
|
11527
11517
|
api: "anthropic-messages";
|
|
11528
11518
|
provider: string;
|
|
11529
11519
|
baseUrl: string;
|
|
11530
|
-
reasoning:
|
|
11520
|
+
reasoning: true;
|
|
11531
11521
|
input: "text"[];
|
|
11532
11522
|
cost: {
|
|
11533
11523
|
input: number;
|
|
@@ -11612,7 +11602,7 @@ export declare const MODELS: {
|
|
|
11612
11602
|
api: "anthropic-messages";
|
|
11613
11603
|
provider: string;
|
|
11614
11604
|
baseUrl: string;
|
|
11615
|
-
reasoning:
|
|
11605
|
+
reasoning: true;
|
|
11616
11606
|
input: "text"[];
|
|
11617
11607
|
cost: {
|
|
11618
11608
|
input: number;
|
|
@@ -11646,7 +11636,7 @@ export declare const MODELS: {
|
|
|
11646
11636
|
api: "anthropic-messages";
|
|
11647
11637
|
provider: string;
|
|
11648
11638
|
baseUrl: string;
|
|
11649
|
-
reasoning:
|
|
11639
|
+
reasoning: true;
|
|
11650
11640
|
input: "text"[];
|
|
11651
11641
|
cost: {
|
|
11652
11642
|
input: number;
|
|
@@ -11725,6 +11715,40 @@ export declare const MODELS: {
|
|
|
11725
11715
|
contextWindow: number;
|
|
11726
11716
|
maxTokens: number;
|
|
11727
11717
|
};
|
|
11718
|
+
readonly "alibaba/qwen3-next-80b-a3b-instruct": {
|
|
11719
|
+
id: string;
|
|
11720
|
+
name: string;
|
|
11721
|
+
api: "anthropic-messages";
|
|
11722
|
+
provider: string;
|
|
11723
|
+
baseUrl: string;
|
|
11724
|
+
reasoning: false;
|
|
11725
|
+
input: "text"[];
|
|
11726
|
+
cost: {
|
|
11727
|
+
input: number;
|
|
11728
|
+
output: number;
|
|
11729
|
+
cacheRead: number;
|
|
11730
|
+
cacheWrite: number;
|
|
11731
|
+
};
|
|
11732
|
+
contextWindow: number;
|
|
11733
|
+
maxTokens: number;
|
|
11734
|
+
};
|
|
11735
|
+
readonly "alibaba/qwen3-next-80b-a3b-thinking": {
|
|
11736
|
+
id: string;
|
|
11737
|
+
name: string;
|
|
11738
|
+
api: "anthropic-messages";
|
|
11739
|
+
provider: string;
|
|
11740
|
+
baseUrl: string;
|
|
11741
|
+
reasoning: true;
|
|
11742
|
+
input: "text"[];
|
|
11743
|
+
cost: {
|
|
11744
|
+
input: number;
|
|
11745
|
+
output: number;
|
|
11746
|
+
cacheRead: number;
|
|
11747
|
+
cacheWrite: number;
|
|
11748
|
+
};
|
|
11749
|
+
contextWindow: number;
|
|
11750
|
+
maxTokens: number;
|
|
11751
|
+
};
|
|
11728
11752
|
readonly "alibaba/qwen3-vl-thinking": {
|
|
11729
11753
|
id: string;
|
|
11730
11754
|
name: string;
|
|
@@ -11827,6 +11851,23 @@ export declare const MODELS: {
|
|
|
11827
11851
|
contextWindow: number;
|
|
11828
11852
|
maxTokens: number;
|
|
11829
11853
|
};
|
|
11854
|
+
readonly "alibaba/qwen3.7-plus": {
|
|
11855
|
+
id: string;
|
|
11856
|
+
name: string;
|
|
11857
|
+
api: "anthropic-messages";
|
|
11858
|
+
provider: string;
|
|
11859
|
+
baseUrl: string;
|
|
11860
|
+
reasoning: true;
|
|
11861
|
+
input: ("image" | "text")[];
|
|
11862
|
+
cost: {
|
|
11863
|
+
input: number;
|
|
11864
|
+
output: number;
|
|
11865
|
+
cacheRead: number;
|
|
11866
|
+
cacheWrite: number;
|
|
11867
|
+
};
|
|
11868
|
+
contextWindow: number;
|
|
11869
|
+
maxTokens: number;
|
|
11870
|
+
};
|
|
11830
11871
|
readonly "anthropic/claude-3-haiku": {
|
|
11831
11872
|
id: string;
|
|
11832
11873
|
name: string;
|
|
@@ -12173,8 +12214,8 @@ export declare const MODELS: {
|
|
|
12173
12214
|
api: "anthropic-messages";
|
|
12174
12215
|
provider: string;
|
|
12175
12216
|
baseUrl: string;
|
|
12176
|
-
reasoning:
|
|
12177
|
-
input: "text"[];
|
|
12217
|
+
reasoning: true;
|
|
12218
|
+
input: ("image" | "text")[];
|
|
12178
12219
|
cost: {
|
|
12179
12220
|
input: number;
|
|
12180
12221
|
output: number;
|
|
@@ -12190,8 +12231,8 @@ export declare const MODELS: {
|
|
|
12190
12231
|
api: "anthropic-messages";
|
|
12191
12232
|
provider: string;
|
|
12192
12233
|
baseUrl: string;
|
|
12193
|
-
reasoning:
|
|
12194
|
-
input: "text"[];
|
|
12234
|
+
reasoning: true;
|
|
12235
|
+
input: ("image" | "text")[];
|
|
12195
12236
|
cost: {
|
|
12196
12237
|
input: number;
|
|
12197
12238
|
output: number;
|
|
@@ -12208,7 +12249,7 @@ export declare const MODELS: {
|
|
|
12208
12249
|
provider: string;
|
|
12209
12250
|
baseUrl: string;
|
|
12210
12251
|
reasoning: true;
|
|
12211
|
-
input: "text"[];
|
|
12252
|
+
input: ("image" | "text")[];
|
|
12212
12253
|
cost: {
|
|
12213
12254
|
input: number;
|
|
12214
12255
|
output: number;
|
|
@@ -12225,7 +12266,7 @@ export declare const MODELS: {
|
|
|
12225
12266
|
provider: string;
|
|
12226
12267
|
baseUrl: string;
|
|
12227
12268
|
reasoning: true;
|
|
12228
|
-
input: "text"[];
|
|
12269
|
+
input: ("image" | "text")[];
|
|
12229
12270
|
cost: {
|
|
12230
12271
|
input: number;
|
|
12231
12272
|
output: number;
|
|
@@ -12718,7 +12759,7 @@ export declare const MODELS: {
|
|
|
12718
12759
|
provider: string;
|
|
12719
12760
|
baseUrl: string;
|
|
12720
12761
|
reasoning: true;
|
|
12721
|
-
input: "text"[];
|
|
12762
|
+
input: ("image" | "text")[];
|
|
12722
12763
|
cost: {
|
|
12723
12764
|
input: number;
|
|
12724
12765
|
output: number;
|
|
@@ -12762,6 +12803,23 @@ export declare const MODELS: {
|
|
|
12762
12803
|
contextWindow: number;
|
|
12763
12804
|
maxTokens: number;
|
|
12764
12805
|
};
|
|
12806
|
+
readonly "minimax/minimax-m3": {
|
|
12807
|
+
id: string;
|
|
12808
|
+
name: string;
|
|
12809
|
+
api: "anthropic-messages";
|
|
12810
|
+
provider: string;
|
|
12811
|
+
baseUrl: string;
|
|
12812
|
+
reasoning: true;
|
|
12813
|
+
input: ("image" | "text")[];
|
|
12814
|
+
cost: {
|
|
12815
|
+
input: number;
|
|
12816
|
+
output: number;
|
|
12817
|
+
cacheRead: number;
|
|
12818
|
+
cacheWrite: number;
|
|
12819
|
+
};
|
|
12820
|
+
contextWindow: number;
|
|
12821
|
+
maxTokens: number;
|
|
12822
|
+
};
|
|
12765
12823
|
readonly "mistral/codestral": {
|
|
12766
12824
|
id: string;
|
|
12767
12825
|
name: string;
|
|
@@ -12898,6 +12956,23 @@ export declare const MODELS: {
|
|
|
12898
12956
|
contextWindow: number;
|
|
12899
12957
|
maxTokens: number;
|
|
12900
12958
|
};
|
|
12959
|
+
readonly "mistral/mistral-nemo": {
|
|
12960
|
+
id: string;
|
|
12961
|
+
name: string;
|
|
12962
|
+
api: "anthropic-messages";
|
|
12963
|
+
provider: string;
|
|
12964
|
+
baseUrl: string;
|
|
12965
|
+
reasoning: false;
|
|
12966
|
+
input: "text"[];
|
|
12967
|
+
cost: {
|
|
12968
|
+
input: number;
|
|
12969
|
+
output: number;
|
|
12970
|
+
cacheRead: number;
|
|
12971
|
+
cacheWrite: number;
|
|
12972
|
+
};
|
|
12973
|
+
contextWindow: number;
|
|
12974
|
+
maxTokens: number;
|
|
12975
|
+
};
|
|
12901
12976
|
readonly "mistral/mistral-small": {
|
|
12902
12977
|
id: string;
|
|
12903
12978
|
name: string;
|
|
@@ -13051,6 +13126,23 @@ export declare const MODELS: {
|
|
|
13051
13126
|
contextWindow: number;
|
|
13052
13127
|
maxTokens: number;
|
|
13053
13128
|
};
|
|
13129
|
+
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
13130
|
+
id: string;
|
|
13131
|
+
name: string;
|
|
13132
|
+
api: "anthropic-messages";
|
|
13133
|
+
provider: string;
|
|
13134
|
+
baseUrl: string;
|
|
13135
|
+
reasoning: true;
|
|
13136
|
+
input: "text"[];
|
|
13137
|
+
cost: {
|
|
13138
|
+
input: number;
|
|
13139
|
+
output: number;
|
|
13140
|
+
cacheRead: number;
|
|
13141
|
+
cacheWrite: number;
|
|
13142
|
+
};
|
|
13143
|
+
contextWindow: number;
|
|
13144
|
+
maxTokens: number;
|
|
13145
|
+
};
|
|
13054
13146
|
readonly "nvidia/nemotron-nano-12b-v2-vl": {
|
|
13055
13147
|
id: string;
|
|
13056
13148
|
name: string;
|
|
@@ -13228,7 +13320,7 @@ export declare const MODELS: {
|
|
|
13228
13320
|
provider: string;
|
|
13229
13321
|
baseUrl: string;
|
|
13230
13322
|
reasoning: true;
|
|
13231
|
-
input: "text"[];
|
|
13323
|
+
input: ("image" | "text")[];
|
|
13232
13324
|
cost: {
|
|
13233
13325
|
input: number;
|
|
13234
13326
|
output: number;
|
|
@@ -13578,6 +13670,23 @@ export declare const MODELS: {
|
|
|
13578
13670
|
contextWindow: number;
|
|
13579
13671
|
maxTokens: number;
|
|
13580
13672
|
};
|
|
13673
|
+
readonly "openai/gpt-oss-120b": {
|
|
13674
|
+
id: string;
|
|
13675
|
+
name: string;
|
|
13676
|
+
api: "anthropic-messages";
|
|
13677
|
+
provider: string;
|
|
13678
|
+
baseUrl: string;
|
|
13679
|
+
reasoning: true;
|
|
13680
|
+
input: "text"[];
|
|
13681
|
+
cost: {
|
|
13682
|
+
input: number;
|
|
13683
|
+
output: number;
|
|
13684
|
+
cacheRead: number;
|
|
13685
|
+
cacheWrite: number;
|
|
13686
|
+
};
|
|
13687
|
+
contextWindow: number;
|
|
13688
|
+
maxTokens: number;
|
|
13689
|
+
};
|
|
13581
13690
|
readonly "openai/gpt-oss-20b": {
|
|
13582
13691
|
id: string;
|
|
13583
13692
|
name: string;
|
|
@@ -13748,6 +13857,40 @@ export declare const MODELS: {
|
|
|
13748
13857
|
contextWindow: number;
|
|
13749
13858
|
maxTokens: number;
|
|
13750
13859
|
};
|
|
13860
|
+
readonly "stepfun/step-3.5-flash": {
|
|
13861
|
+
id: string;
|
|
13862
|
+
name: string;
|
|
13863
|
+
api: "anthropic-messages";
|
|
13864
|
+
provider: string;
|
|
13865
|
+
baseUrl: string;
|
|
13866
|
+
reasoning: true;
|
|
13867
|
+
input: "text"[];
|
|
13868
|
+
cost: {
|
|
13869
|
+
input: number;
|
|
13870
|
+
output: number;
|
|
13871
|
+
cacheRead: number;
|
|
13872
|
+
cacheWrite: number;
|
|
13873
|
+
};
|
|
13874
|
+
contextWindow: number;
|
|
13875
|
+
maxTokens: number;
|
|
13876
|
+
};
|
|
13877
|
+
readonly "stepfun/step-3.7-flash": {
|
|
13878
|
+
id: string;
|
|
13879
|
+
name: string;
|
|
13880
|
+
api: "anthropic-messages";
|
|
13881
|
+
provider: string;
|
|
13882
|
+
baseUrl: string;
|
|
13883
|
+
reasoning: true;
|
|
13884
|
+
input: ("image" | "text")[];
|
|
13885
|
+
cost: {
|
|
13886
|
+
input: number;
|
|
13887
|
+
output: number;
|
|
13888
|
+
cacheRead: number;
|
|
13889
|
+
cacheWrite: number;
|
|
13890
|
+
};
|
|
13891
|
+
contextWindow: number;
|
|
13892
|
+
maxTokens: number;
|
|
13893
|
+
};
|
|
13751
13894
|
readonly "xai/grok-4.1-fast-non-reasoning": {
|
|
13752
13895
|
id: string;
|
|
13753
13896
|
name: string;
|
|
@@ -14026,7 +14169,7 @@ export declare const MODELS: {
|
|
|
14026
14169
|
api: "anthropic-messages";
|
|
14027
14170
|
provider: string;
|
|
14028
14171
|
baseUrl: string;
|
|
14029
|
-
reasoning:
|
|
14172
|
+
reasoning: true;
|
|
14030
14173
|
input: ("image" | "text")[];
|
|
14031
14174
|
cost: {
|
|
14032
14175
|
input: number;
|
|
@@ -14180,7 +14323,7 @@ export declare const MODELS: {
|
|
|
14180
14323
|
provider: string;
|
|
14181
14324
|
baseUrl: string;
|
|
14182
14325
|
reasoning: true;
|
|
14183
|
-
input: "text"[];
|
|
14326
|
+
input: ("image" | "text")[];
|
|
14184
14327
|
cost: {
|
|
14185
14328
|
input: number;
|
|
14186
14329
|
output: number;
|