@dreb/ai 2.21.1 → 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 +285 -227
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +483 -431
- 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
|
@@ -2786,7 +2786,7 @@ export declare const MODELS: {
|
|
|
2786
2786
|
contextWindow: number;
|
|
2787
2787
|
maxTokens: number;
|
|
2788
2788
|
};
|
|
2789
|
-
readonly "claude-
|
|
2789
|
+
readonly "claude-opus-4.8": {
|
|
2790
2790
|
id: string;
|
|
2791
2791
|
name: string;
|
|
2792
2792
|
api: "anthropic-messages";
|
|
@@ -2809,7 +2809,7 @@ export declare const MODELS: {
|
|
|
2809
2809
|
contextWindow: number;
|
|
2810
2810
|
maxTokens: number;
|
|
2811
2811
|
};
|
|
2812
|
-
readonly "claude-sonnet-4
|
|
2812
|
+
readonly "claude-sonnet-4": {
|
|
2813
2813
|
id: string;
|
|
2814
2814
|
name: string;
|
|
2815
2815
|
api: "anthropic-messages";
|
|
@@ -2832,10 +2832,10 @@ export declare const MODELS: {
|
|
|
2832
2832
|
contextWindow: number;
|
|
2833
2833
|
maxTokens: number;
|
|
2834
2834
|
};
|
|
2835
|
-
readonly "
|
|
2835
|
+
readonly "claude-sonnet-4.5": {
|
|
2836
2836
|
id: string;
|
|
2837
2837
|
name: string;
|
|
2838
|
-
api: "
|
|
2838
|
+
api: "anthropic-messages";
|
|
2839
2839
|
provider: string;
|
|
2840
2840
|
baseUrl: string;
|
|
2841
2841
|
headers: {
|
|
@@ -2844,12 +2844,30 @@ export declare const MODELS: {
|
|
|
2844
2844
|
"Editor-Plugin-Version": string;
|
|
2845
2845
|
"Copilot-Integration-Id": string;
|
|
2846
2846
|
};
|
|
2847
|
-
|
|
2848
|
-
|
|
2849
|
-
|
|
2850
|
-
|
|
2847
|
+
reasoning: true;
|
|
2848
|
+
input: ("image" | "text")[];
|
|
2849
|
+
cost: {
|
|
2850
|
+
input: number;
|
|
2851
|
+
output: number;
|
|
2852
|
+
cacheRead: number;
|
|
2853
|
+
cacheWrite: number;
|
|
2851
2854
|
};
|
|
2852
|
-
|
|
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;
|
|
2853
2871
|
input: ("image" | "text")[];
|
|
2854
2872
|
cost: {
|
|
2855
2873
|
input: number;
|
|
@@ -2860,7 +2878,7 @@ export declare const MODELS: {
|
|
|
2860
2878
|
contextWindow: number;
|
|
2861
2879
|
maxTokens: number;
|
|
2862
2880
|
};
|
|
2863
|
-
readonly "gemini-
|
|
2881
|
+
readonly "gemini-2.5-pro": {
|
|
2864
2882
|
id: string;
|
|
2865
2883
|
name: string;
|
|
2866
2884
|
api: "openai-completions";
|
|
@@ -2888,7 +2906,7 @@ export declare const MODELS: {
|
|
|
2888
2906
|
contextWindow: number;
|
|
2889
2907
|
maxTokens: number;
|
|
2890
2908
|
};
|
|
2891
|
-
readonly "gemini-3
|
|
2909
|
+
readonly "gemini-3-flash-preview": {
|
|
2892
2910
|
id: string;
|
|
2893
2911
|
name: string;
|
|
2894
2912
|
api: "openai-completions";
|
|
@@ -2916,7 +2934,7 @@ export declare const MODELS: {
|
|
|
2916
2934
|
contextWindow: number;
|
|
2917
2935
|
maxTokens: number;
|
|
2918
2936
|
};
|
|
2919
|
-
readonly "gemini-3.
|
|
2937
|
+
readonly "gemini-3.1-pro-preview": {
|
|
2920
2938
|
id: string;
|
|
2921
2939
|
name: string;
|
|
2922
2940
|
api: "openai-completions";
|
|
@@ -2944,7 +2962,7 @@ export declare const MODELS: {
|
|
|
2944
2962
|
contextWindow: number;
|
|
2945
2963
|
maxTokens: number;
|
|
2946
2964
|
};
|
|
2947
|
-
readonly "
|
|
2965
|
+
readonly "gemini-3.5-flash": {
|
|
2948
2966
|
id: string;
|
|
2949
2967
|
name: string;
|
|
2950
2968
|
api: "openai-completions";
|
|
@@ -2961,7 +2979,7 @@ export declare const MODELS: {
|
|
|
2961
2979
|
supportsDeveloperRole: false;
|
|
2962
2980
|
supportsReasoningEffort: false;
|
|
2963
2981
|
};
|
|
2964
|
-
reasoning:
|
|
2982
|
+
reasoning: true;
|
|
2965
2983
|
input: ("image" | "text")[];
|
|
2966
2984
|
cost: {
|
|
2967
2985
|
input: number;
|
|
@@ -2972,7 +2990,7 @@ export declare const MODELS: {
|
|
|
2972
2990
|
contextWindow: number;
|
|
2973
2991
|
maxTokens: number;
|
|
2974
2992
|
};
|
|
2975
|
-
readonly "gpt-
|
|
2993
|
+
readonly "gpt-4.1": {
|
|
2976
2994
|
id: string;
|
|
2977
2995
|
name: string;
|
|
2978
2996
|
api: "openai-completions";
|
|
@@ -3138,6 +3156,29 @@ export declare const MODELS: {
|
|
|
3138
3156
|
contextWindow: number;
|
|
3139
3157
|
maxTokens: number;
|
|
3140
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
|
+
};
|
|
3141
3182
|
readonly "gpt-5.5": {
|
|
3142
3183
|
id: string;
|
|
3143
3184
|
name: string;
|
|
@@ -3161,7 +3202,7 @@ export declare const MODELS: {
|
|
|
3161
3202
|
contextWindow: number;
|
|
3162
3203
|
maxTokens: number;
|
|
3163
3204
|
};
|
|
3164
|
-
readonly "
|
|
3205
|
+
readonly "raptor-mini": {
|
|
3165
3206
|
id: string;
|
|
3166
3207
|
name: string;
|
|
3167
3208
|
api: "openai-completions";
|
|
@@ -3179,7 +3220,7 @@ export declare const MODELS: {
|
|
|
3179
3220
|
supportsReasoningEffort: false;
|
|
3180
3221
|
};
|
|
3181
3222
|
reasoning: true;
|
|
3182
|
-
input: "text"[];
|
|
3223
|
+
input: ("image" | "text")[];
|
|
3183
3224
|
cost: {
|
|
3184
3225
|
input: number;
|
|
3185
3226
|
output: number;
|
|
@@ -6313,6 +6354,23 @@ export declare const MODELS: {
|
|
|
6313
6354
|
contextWindow: number;
|
|
6314
6355
|
maxTokens: number;
|
|
6315
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
|
+
};
|
|
6316
6374
|
readonly "deepseek-v4-flash-free": {
|
|
6317
6375
|
id: string;
|
|
6318
6376
|
name: string;
|
|
@@ -6789,6 +6847,23 @@ export declare const MODELS: {
|
|
|
6789
6847
|
contextWindow: number;
|
|
6790
6848
|
maxTokens: number;
|
|
6791
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
|
+
};
|
|
6792
6867
|
readonly "nemotron-3-super-free": {
|
|
6793
6868
|
id: string;
|
|
6794
6869
|
name: string;
|
|
@@ -7012,7 +7087,7 @@ export declare const MODELS: {
|
|
|
7012
7087
|
contextWindow: number;
|
|
7013
7088
|
maxTokens: number;
|
|
7014
7089
|
};
|
|
7015
|
-
readonly "
|
|
7090
|
+
readonly "minimax-m3": {
|
|
7016
7091
|
id: string;
|
|
7017
7092
|
name: string;
|
|
7018
7093
|
api: "anthropic-messages";
|
|
@@ -7490,23 +7565,6 @@ export declare const MODELS: {
|
|
|
7490
7565
|
contextWindow: number;
|
|
7491
7566
|
maxTokens: number;
|
|
7492
7567
|
};
|
|
7493
|
-
readonly "baidu/ernie-4.5-21b-a3b": {
|
|
7494
|
-
id: string;
|
|
7495
|
-
name: string;
|
|
7496
|
-
api: "openai-completions";
|
|
7497
|
-
provider: string;
|
|
7498
|
-
baseUrl: string;
|
|
7499
|
-
reasoning: false;
|
|
7500
|
-
input: "text"[];
|
|
7501
|
-
cost: {
|
|
7502
|
-
input: number;
|
|
7503
|
-
output: number;
|
|
7504
|
-
cacheRead: number;
|
|
7505
|
-
cacheWrite: number;
|
|
7506
|
-
};
|
|
7507
|
-
contextWindow: number;
|
|
7508
|
-
maxTokens: number;
|
|
7509
|
-
};
|
|
7510
7568
|
readonly "baidu/ernie-4.5-vl-28b-a3b": {
|
|
7511
7569
|
id: string;
|
|
7512
7570
|
name: string;
|
|
@@ -7779,23 +7837,6 @@ export declare const MODELS: {
|
|
|
7779
7837
|
contextWindow: number;
|
|
7780
7838
|
maxTokens: number;
|
|
7781
7839
|
};
|
|
7782
|
-
readonly "deepseek/deepseek-v4-flash:free": {
|
|
7783
|
-
id: string;
|
|
7784
|
-
name: string;
|
|
7785
|
-
api: "openai-completions";
|
|
7786
|
-
provider: string;
|
|
7787
|
-
baseUrl: string;
|
|
7788
|
-
reasoning: true;
|
|
7789
|
-
input: "text"[];
|
|
7790
|
-
cost: {
|
|
7791
|
-
input: number;
|
|
7792
|
-
output: number;
|
|
7793
|
-
cacheRead: number;
|
|
7794
|
-
cacheWrite: number;
|
|
7795
|
-
};
|
|
7796
|
-
contextWindow: number;
|
|
7797
|
-
maxTokens: number;
|
|
7798
|
-
};
|
|
7799
7840
|
readonly "deepseek/deepseek-v4-pro": {
|
|
7800
7841
|
id: string;
|
|
7801
7842
|
name: string;
|
|
@@ -7830,40 +7871,6 @@ export declare const MODELS: {
|
|
|
7830
7871
|
contextWindow: number;
|
|
7831
7872
|
maxTokens: number;
|
|
7832
7873
|
};
|
|
7833
|
-
readonly "google/gemini-2.0-flash-001": {
|
|
7834
|
-
id: string;
|
|
7835
|
-
name: string;
|
|
7836
|
-
api: "openai-completions";
|
|
7837
|
-
provider: string;
|
|
7838
|
-
baseUrl: string;
|
|
7839
|
-
reasoning: false;
|
|
7840
|
-
input: ("image" | "text")[];
|
|
7841
|
-
cost: {
|
|
7842
|
-
input: number;
|
|
7843
|
-
output: number;
|
|
7844
|
-
cacheRead: number;
|
|
7845
|
-
cacheWrite: number;
|
|
7846
|
-
};
|
|
7847
|
-
contextWindow: number;
|
|
7848
|
-
maxTokens: number;
|
|
7849
|
-
};
|
|
7850
|
-
readonly "google/gemini-2.0-flash-lite-001": {
|
|
7851
|
-
id: string;
|
|
7852
|
-
name: string;
|
|
7853
|
-
api: "openai-completions";
|
|
7854
|
-
provider: string;
|
|
7855
|
-
baseUrl: string;
|
|
7856
|
-
reasoning: false;
|
|
7857
|
-
input: ("image" | "text")[];
|
|
7858
|
-
cost: {
|
|
7859
|
-
input: number;
|
|
7860
|
-
output: number;
|
|
7861
|
-
cacheRead: number;
|
|
7862
|
-
cacheWrite: number;
|
|
7863
|
-
};
|
|
7864
|
-
contextWindow: number;
|
|
7865
|
-
maxTokens: number;
|
|
7866
|
-
};
|
|
7867
7874
|
readonly "google/gemini-2.5-flash": {
|
|
7868
7875
|
id: string;
|
|
7869
7876
|
name: string;
|
|
@@ -8340,7 +8347,7 @@ export declare const MODELS: {
|
|
|
8340
8347
|
contextWindow: number;
|
|
8341
8348
|
maxTokens: number;
|
|
8342
8349
|
};
|
|
8343
|
-
readonly "meta-llama/llama-4-
|
|
8350
|
+
readonly "meta-llama/llama-4-maverick": {
|
|
8344
8351
|
id: string;
|
|
8345
8352
|
name: string;
|
|
8346
8353
|
api: "openai-completions";
|
|
@@ -8357,14 +8364,14 @@ export declare const MODELS: {
|
|
|
8357
8364
|
contextWindow: number;
|
|
8358
8365
|
maxTokens: number;
|
|
8359
8366
|
};
|
|
8360
|
-
readonly "
|
|
8367
|
+
readonly "meta-llama/llama-4-scout": {
|
|
8361
8368
|
id: string;
|
|
8362
8369
|
name: string;
|
|
8363
8370
|
api: "openai-completions";
|
|
8364
8371
|
provider: string;
|
|
8365
8372
|
baseUrl: string;
|
|
8366
|
-
reasoning:
|
|
8367
|
-
input: "text"[];
|
|
8373
|
+
reasoning: false;
|
|
8374
|
+
input: ("image" | "text")[];
|
|
8368
8375
|
cost: {
|
|
8369
8376
|
input: number;
|
|
8370
8377
|
output: number;
|
|
@@ -8374,7 +8381,7 @@ export declare const MODELS: {
|
|
|
8374
8381
|
contextWindow: number;
|
|
8375
8382
|
maxTokens: number;
|
|
8376
8383
|
};
|
|
8377
|
-
readonly "minimax/minimax-
|
|
8384
|
+
readonly "minimax/minimax-m1": {
|
|
8378
8385
|
id: string;
|
|
8379
8386
|
name: string;
|
|
8380
8387
|
api: "openai-completions";
|
|
@@ -8391,7 +8398,7 @@ export declare const MODELS: {
|
|
|
8391
8398
|
contextWindow: number;
|
|
8392
8399
|
maxTokens: number;
|
|
8393
8400
|
};
|
|
8394
|
-
readonly "minimax/minimax-m2
|
|
8401
|
+
readonly "minimax/minimax-m2": {
|
|
8395
8402
|
id: string;
|
|
8396
8403
|
name: string;
|
|
8397
8404
|
api: "openai-completions";
|
|
@@ -8408,7 +8415,7 @@ export declare const MODELS: {
|
|
|
8408
8415
|
contextWindow: number;
|
|
8409
8416
|
maxTokens: number;
|
|
8410
8417
|
};
|
|
8411
|
-
readonly "minimax/minimax-m2.
|
|
8418
|
+
readonly "minimax/minimax-m2.1": {
|
|
8412
8419
|
id: string;
|
|
8413
8420
|
name: string;
|
|
8414
8421
|
api: "openai-completions";
|
|
@@ -8425,7 +8432,7 @@ export declare const MODELS: {
|
|
|
8425
8432
|
contextWindow: number;
|
|
8426
8433
|
maxTokens: number;
|
|
8427
8434
|
};
|
|
8428
|
-
readonly "minimax/minimax-m2.5
|
|
8435
|
+
readonly "minimax/minimax-m2.5": {
|
|
8429
8436
|
id: string;
|
|
8430
8437
|
name: string;
|
|
8431
8438
|
api: "openai-completions";
|
|
@@ -8459,31 +8466,14 @@ export declare const MODELS: {
|
|
|
8459
8466
|
contextWindow: number;
|
|
8460
8467
|
maxTokens: number;
|
|
8461
8468
|
};
|
|
8462
|
-
readonly "
|
|
8469
|
+
readonly "minimax/minimax-m3": {
|
|
8463
8470
|
id: string;
|
|
8464
8471
|
name: string;
|
|
8465
8472
|
api: "openai-completions";
|
|
8466
8473
|
provider: string;
|
|
8467
8474
|
baseUrl: string;
|
|
8468
|
-
reasoning:
|
|
8469
|
-
input: "text"[];
|
|
8470
|
-
cost: {
|
|
8471
|
-
input: number;
|
|
8472
|
-
output: number;
|
|
8473
|
-
cacheRead: number;
|
|
8474
|
-
cacheWrite: number;
|
|
8475
|
-
};
|
|
8476
|
-
contextWindow: number;
|
|
8477
|
-
maxTokens: number;
|
|
8478
|
-
};
|
|
8479
|
-
readonly "mistralai/devstral-2512": {
|
|
8480
|
-
id: string;
|
|
8481
|
-
name: string;
|
|
8482
|
-
api: "openai-completions";
|
|
8483
|
-
provider: string;
|
|
8484
|
-
baseUrl: string;
|
|
8485
|
-
reasoning: false;
|
|
8486
|
-
input: "text"[];
|
|
8475
|
+
reasoning: true;
|
|
8476
|
+
input: ("image" | "text")[];
|
|
8487
8477
|
cost: {
|
|
8488
8478
|
input: number;
|
|
8489
8479
|
output: number;
|
|
@@ -8493,7 +8483,7 @@ export declare const MODELS: {
|
|
|
8493
8483
|
contextWindow: number;
|
|
8494
8484
|
maxTokens: number;
|
|
8495
8485
|
};
|
|
8496
|
-
readonly "mistralai/
|
|
8486
|
+
readonly "mistralai/codestral-2508": {
|
|
8497
8487
|
id: string;
|
|
8498
8488
|
name: string;
|
|
8499
8489
|
api: "openai-completions";
|
|
@@ -8510,7 +8500,7 @@ export declare const MODELS: {
|
|
|
8510
8500
|
contextWindow: number;
|
|
8511
8501
|
maxTokens: number;
|
|
8512
8502
|
};
|
|
8513
|
-
readonly "mistralai/devstral-
|
|
8503
|
+
readonly "mistralai/devstral-2512": {
|
|
8514
8504
|
id: string;
|
|
8515
8505
|
name: string;
|
|
8516
8506
|
api: "openai-completions";
|
|
@@ -8612,23 +8602,6 @@ export declare const MODELS: {
|
|
|
8612
8602
|
contextWindow: number;
|
|
8613
8603
|
maxTokens: number;
|
|
8614
8604
|
};
|
|
8615
|
-
readonly "mistralai/mistral-large-2411": {
|
|
8616
|
-
id: string;
|
|
8617
|
-
name: string;
|
|
8618
|
-
api: "openai-completions";
|
|
8619
|
-
provider: string;
|
|
8620
|
-
baseUrl: string;
|
|
8621
|
-
reasoning: false;
|
|
8622
|
-
input: "text"[];
|
|
8623
|
-
cost: {
|
|
8624
|
-
input: number;
|
|
8625
|
-
output: number;
|
|
8626
|
-
cacheRead: number;
|
|
8627
|
-
cacheWrite: number;
|
|
8628
|
-
};
|
|
8629
|
-
contextWindow: number;
|
|
8630
|
-
maxTokens: number;
|
|
8631
|
-
};
|
|
8632
8605
|
readonly "mistralai/mistral-large-2512": {
|
|
8633
8606
|
id: string;
|
|
8634
8607
|
name: string;
|
|
@@ -8782,23 +8755,6 @@ export declare const MODELS: {
|
|
|
8782
8755
|
contextWindow: number;
|
|
8783
8756
|
maxTokens: number;
|
|
8784
8757
|
};
|
|
8785
|
-
readonly "mistralai/pixtral-large-2411": {
|
|
8786
|
-
id: string;
|
|
8787
|
-
name: string;
|
|
8788
|
-
api: "openai-completions";
|
|
8789
|
-
provider: string;
|
|
8790
|
-
baseUrl: string;
|
|
8791
|
-
reasoning: false;
|
|
8792
|
-
input: ("image" | "text")[];
|
|
8793
|
-
cost: {
|
|
8794
|
-
input: number;
|
|
8795
|
-
output: number;
|
|
8796
|
-
cacheRead: number;
|
|
8797
|
-
cacheWrite: number;
|
|
8798
|
-
};
|
|
8799
|
-
contextWindow: number;
|
|
8800
|
-
maxTokens: number;
|
|
8801
|
-
};
|
|
8802
8758
|
readonly "mistralai/voxtral-small-24b-2507": {
|
|
8803
8759
|
id: string;
|
|
8804
8760
|
name: string;
|
|
@@ -9343,23 +9299,6 @@ export declare const MODELS: {
|
|
|
9343
9299
|
contextWindow: number;
|
|
9344
9300
|
maxTokens: number;
|
|
9345
9301
|
};
|
|
9346
|
-
readonly "openai/gpt-4o-audio-preview": {
|
|
9347
|
-
id: string;
|
|
9348
|
-
name: string;
|
|
9349
|
-
api: "openai-completions";
|
|
9350
|
-
provider: string;
|
|
9351
|
-
baseUrl: string;
|
|
9352
|
-
reasoning: false;
|
|
9353
|
-
input: "text"[];
|
|
9354
|
-
cost: {
|
|
9355
|
-
input: number;
|
|
9356
|
-
output: number;
|
|
9357
|
-
cacheRead: number;
|
|
9358
|
-
cacheWrite: number;
|
|
9359
|
-
};
|
|
9360
|
-
contextWindow: number;
|
|
9361
|
-
maxTokens: number;
|
|
9362
|
-
};
|
|
9363
9302
|
readonly "openai/gpt-4o-mini": {
|
|
9364
9303
|
id: string;
|
|
9365
9304
|
name: string;
|
|
@@ -10176,23 +10115,6 @@ export declare const MODELS: {
|
|
|
10176
10115
|
contextWindow: number;
|
|
10177
10116
|
maxTokens: number;
|
|
10178
10117
|
};
|
|
10179
|
-
readonly "qwen/qwen-2.5-7b-instruct": {
|
|
10180
|
-
id: string;
|
|
10181
|
-
name: string;
|
|
10182
|
-
api: "openai-completions";
|
|
10183
|
-
provider: string;
|
|
10184
|
-
baseUrl: string;
|
|
10185
|
-
reasoning: false;
|
|
10186
|
-
input: "text"[];
|
|
10187
|
-
cost: {
|
|
10188
|
-
input: number;
|
|
10189
|
-
output: number;
|
|
10190
|
-
cacheRead: number;
|
|
10191
|
-
cacheWrite: number;
|
|
10192
|
-
};
|
|
10193
|
-
contextWindow: number;
|
|
10194
|
-
maxTokens: number;
|
|
10195
|
-
};
|
|
10196
10118
|
readonly "qwen/qwen-plus": {
|
|
10197
10119
|
id: string;
|
|
10198
10120
|
name: string;
|
|
@@ -11026,14 +10948,14 @@ export declare const MODELS: {
|
|
|
11026
10948
|
contextWindow: number;
|
|
11027
10949
|
maxTokens: number;
|
|
11028
10950
|
};
|
|
11029
|
-
readonly "
|
|
10951
|
+
readonly "stepfun/step-3.7-flash": {
|
|
11030
10952
|
id: string;
|
|
11031
10953
|
name: string;
|
|
11032
10954
|
api: "openai-completions";
|
|
11033
10955
|
provider: string;
|
|
11034
10956
|
baseUrl: string;
|
|
11035
10957
|
reasoning: true;
|
|
11036
|
-
input: "text"[];
|
|
10958
|
+
input: ("image" | "text")[];
|
|
11037
10959
|
cost: {
|
|
11038
10960
|
input: number;
|
|
11039
10961
|
output: number;
|
|
@@ -11043,13 +10965,13 @@ export declare const MODELS: {
|
|
|
11043
10965
|
contextWindow: number;
|
|
11044
10966
|
maxTokens: number;
|
|
11045
10967
|
};
|
|
11046
|
-
readonly "
|
|
10968
|
+
readonly "tencent/hy3-preview": {
|
|
11047
10969
|
id: string;
|
|
11048
10970
|
name: string;
|
|
11049
10971
|
api: "openai-completions";
|
|
11050
10972
|
provider: string;
|
|
11051
10973
|
baseUrl: string;
|
|
11052
|
-
reasoning:
|
|
10974
|
+
reasoning: true;
|
|
11053
10975
|
input: "text"[];
|
|
11054
10976
|
cost: {
|
|
11055
10977
|
input: number;
|
|
@@ -11060,7 +10982,7 @@ export declare const MODELS: {
|
|
|
11060
10982
|
contextWindow: number;
|
|
11061
10983
|
maxTokens: number;
|
|
11062
10984
|
};
|
|
11063
|
-
readonly "thedrummer/
|
|
10985
|
+
readonly "thedrummer/rocinante-12b": {
|
|
11064
10986
|
id: string;
|
|
11065
10987
|
name: string;
|
|
11066
10988
|
api: "openai-completions";
|
|
@@ -11077,13 +10999,13 @@ export declare const MODELS: {
|
|
|
11077
10999
|
contextWindow: number;
|
|
11078
11000
|
maxTokens: number;
|
|
11079
11001
|
};
|
|
11080
|
-
readonly "
|
|
11002
|
+
readonly "thedrummer/unslopnemo-12b": {
|
|
11081
11003
|
id: string;
|
|
11082
11004
|
name: string;
|
|
11083
11005
|
api: "openai-completions";
|
|
11084
11006
|
provider: string;
|
|
11085
11007
|
baseUrl: string;
|
|
11086
|
-
reasoning:
|
|
11008
|
+
reasoning: false;
|
|
11087
11009
|
input: "text"[];
|
|
11088
11010
|
cost: {
|
|
11089
11011
|
input: number;
|
|
@@ -11094,14 +11016,14 @@ export declare const MODELS: {
|
|
|
11094
11016
|
contextWindow: number;
|
|
11095
11017
|
maxTokens: number;
|
|
11096
11018
|
};
|
|
11097
|
-
readonly "
|
|
11019
|
+
readonly "upstage/solar-pro-3": {
|
|
11098
11020
|
id: string;
|
|
11099
11021
|
name: string;
|
|
11100
11022
|
api: "openai-completions";
|
|
11101
11023
|
provider: string;
|
|
11102
11024
|
baseUrl: string;
|
|
11103
11025
|
reasoning: true;
|
|
11104
|
-
input:
|
|
11026
|
+
input: "text"[];
|
|
11105
11027
|
cost: {
|
|
11106
11028
|
input: number;
|
|
11107
11029
|
output: number;
|
|
@@ -11111,7 +11033,7 @@ export declare const MODELS: {
|
|
|
11111
11033
|
contextWindow: number;
|
|
11112
11034
|
maxTokens: number;
|
|
11113
11035
|
};
|
|
11114
|
-
readonly "x-ai/grok-4.
|
|
11036
|
+
readonly "x-ai/grok-4.20": {
|
|
11115
11037
|
id: string;
|
|
11116
11038
|
name: string;
|
|
11117
11039
|
api: "openai-completions";
|
|
@@ -11128,7 +11050,7 @@ export declare const MODELS: {
|
|
|
11128
11050
|
contextWindow: number;
|
|
11129
11051
|
maxTokens: number;
|
|
11130
11052
|
};
|
|
11131
|
-
readonly "x-ai/grok-
|
|
11053
|
+
readonly "x-ai/grok-4.3": {
|
|
11132
11054
|
id: string;
|
|
11133
11055
|
name: string;
|
|
11134
11056
|
api: "openai-completions";
|
|
@@ -11145,24 +11067,7 @@ export declare const MODELS: {
|
|
|
11145
11067
|
contextWindow: number;
|
|
11146
11068
|
maxTokens: number;
|
|
11147
11069
|
};
|
|
11148
|
-
readonly "
|
|
11149
|
-
id: string;
|
|
11150
|
-
name: string;
|
|
11151
|
-
api: "openai-completions";
|
|
11152
|
-
provider: string;
|
|
11153
|
-
baseUrl: string;
|
|
11154
|
-
reasoning: true;
|
|
11155
|
-
input: "text"[];
|
|
11156
|
-
cost: {
|
|
11157
|
-
input: number;
|
|
11158
|
-
output: number;
|
|
11159
|
-
cacheRead: number;
|
|
11160
|
-
cacheWrite: number;
|
|
11161
|
-
};
|
|
11162
|
-
contextWindow: number;
|
|
11163
|
-
maxTokens: number;
|
|
11164
|
-
};
|
|
11165
|
-
readonly "xiaomi/mimo-v2-omni": {
|
|
11070
|
+
readonly "x-ai/grok-build-0.1": {
|
|
11166
11071
|
id: string;
|
|
11167
11072
|
name: string;
|
|
11168
11073
|
api: "openai-completions";
|
|
@@ -11179,7 +11084,7 @@ export declare const MODELS: {
|
|
|
11179
11084
|
contextWindow: number;
|
|
11180
11085
|
maxTokens: number;
|
|
11181
11086
|
};
|
|
11182
|
-
readonly "xiaomi/mimo-v2-
|
|
11087
|
+
readonly "xiaomi/mimo-v2-flash": {
|
|
11183
11088
|
id: string;
|
|
11184
11089
|
name: string;
|
|
11185
11090
|
api: "openai-completions";
|
|
@@ -11612,7 +11517,7 @@ export declare const MODELS: {
|
|
|
11612
11517
|
api: "anthropic-messages";
|
|
11613
11518
|
provider: string;
|
|
11614
11519
|
baseUrl: string;
|
|
11615
|
-
reasoning:
|
|
11520
|
+
reasoning: true;
|
|
11616
11521
|
input: "text"[];
|
|
11617
11522
|
cost: {
|
|
11618
11523
|
input: number;
|
|
@@ -11697,7 +11602,7 @@ export declare const MODELS: {
|
|
|
11697
11602
|
api: "anthropic-messages";
|
|
11698
11603
|
provider: string;
|
|
11699
11604
|
baseUrl: string;
|
|
11700
|
-
reasoning:
|
|
11605
|
+
reasoning: true;
|
|
11701
11606
|
input: "text"[];
|
|
11702
11607
|
cost: {
|
|
11703
11608
|
input: number;
|
|
@@ -11731,7 +11636,7 @@ export declare const MODELS: {
|
|
|
11731
11636
|
api: "anthropic-messages";
|
|
11732
11637
|
provider: string;
|
|
11733
11638
|
baseUrl: string;
|
|
11734
|
-
reasoning:
|
|
11639
|
+
reasoning: true;
|
|
11735
11640
|
input: "text"[];
|
|
11736
11641
|
cost: {
|
|
11737
11642
|
input: number;
|
|
@@ -11810,6 +11715,40 @@ export declare const MODELS: {
|
|
|
11810
11715
|
contextWindow: number;
|
|
11811
11716
|
maxTokens: number;
|
|
11812
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
|
+
};
|
|
11813
11752
|
readonly "alibaba/qwen3-vl-thinking": {
|
|
11814
11753
|
id: string;
|
|
11815
11754
|
name: string;
|
|
@@ -11912,6 +11851,23 @@ export declare const MODELS: {
|
|
|
11912
11851
|
contextWindow: number;
|
|
11913
11852
|
maxTokens: number;
|
|
11914
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
|
+
};
|
|
11915
11871
|
readonly "anthropic/claude-3-haiku": {
|
|
11916
11872
|
id: string;
|
|
11917
11873
|
name: string;
|
|
@@ -12258,8 +12214,8 @@ export declare const MODELS: {
|
|
|
12258
12214
|
api: "anthropic-messages";
|
|
12259
12215
|
provider: string;
|
|
12260
12216
|
baseUrl: string;
|
|
12261
|
-
reasoning:
|
|
12262
|
-
input: "text"[];
|
|
12217
|
+
reasoning: true;
|
|
12218
|
+
input: ("image" | "text")[];
|
|
12263
12219
|
cost: {
|
|
12264
12220
|
input: number;
|
|
12265
12221
|
output: number;
|
|
@@ -12275,8 +12231,8 @@ export declare const MODELS: {
|
|
|
12275
12231
|
api: "anthropic-messages";
|
|
12276
12232
|
provider: string;
|
|
12277
12233
|
baseUrl: string;
|
|
12278
|
-
reasoning:
|
|
12279
|
-
input: "text"[];
|
|
12234
|
+
reasoning: true;
|
|
12235
|
+
input: ("image" | "text")[];
|
|
12280
12236
|
cost: {
|
|
12281
12237
|
input: number;
|
|
12282
12238
|
output: number;
|
|
@@ -12293,7 +12249,7 @@ export declare const MODELS: {
|
|
|
12293
12249
|
provider: string;
|
|
12294
12250
|
baseUrl: string;
|
|
12295
12251
|
reasoning: true;
|
|
12296
|
-
input: "text"[];
|
|
12252
|
+
input: ("image" | "text")[];
|
|
12297
12253
|
cost: {
|
|
12298
12254
|
input: number;
|
|
12299
12255
|
output: number;
|
|
@@ -12310,7 +12266,7 @@ export declare const MODELS: {
|
|
|
12310
12266
|
provider: string;
|
|
12311
12267
|
baseUrl: string;
|
|
12312
12268
|
reasoning: true;
|
|
12313
|
-
input: "text"[];
|
|
12269
|
+
input: ("image" | "text")[];
|
|
12314
12270
|
cost: {
|
|
12315
12271
|
input: number;
|
|
12316
12272
|
output: number;
|
|
@@ -12803,7 +12759,7 @@ export declare const MODELS: {
|
|
|
12803
12759
|
provider: string;
|
|
12804
12760
|
baseUrl: string;
|
|
12805
12761
|
reasoning: true;
|
|
12806
|
-
input: "text"[];
|
|
12762
|
+
input: ("image" | "text")[];
|
|
12807
12763
|
cost: {
|
|
12808
12764
|
input: number;
|
|
12809
12765
|
output: number;
|
|
@@ -12847,6 +12803,23 @@ export declare const MODELS: {
|
|
|
12847
12803
|
contextWindow: number;
|
|
12848
12804
|
maxTokens: number;
|
|
12849
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
|
+
};
|
|
12850
12823
|
readonly "mistral/codestral": {
|
|
12851
12824
|
id: string;
|
|
12852
12825
|
name: string;
|
|
@@ -12983,6 +12956,23 @@ export declare const MODELS: {
|
|
|
12983
12956
|
contextWindow: number;
|
|
12984
12957
|
maxTokens: number;
|
|
12985
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
|
+
};
|
|
12986
12976
|
readonly "mistral/mistral-small": {
|
|
12987
12977
|
id: string;
|
|
12988
12978
|
name: string;
|
|
@@ -13136,6 +13126,23 @@ export declare const MODELS: {
|
|
|
13136
13126
|
contextWindow: number;
|
|
13137
13127
|
maxTokens: number;
|
|
13138
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
|
+
};
|
|
13139
13146
|
readonly "nvidia/nemotron-nano-12b-v2-vl": {
|
|
13140
13147
|
id: string;
|
|
13141
13148
|
name: string;
|
|
@@ -13313,7 +13320,7 @@ export declare const MODELS: {
|
|
|
13313
13320
|
provider: string;
|
|
13314
13321
|
baseUrl: string;
|
|
13315
13322
|
reasoning: true;
|
|
13316
|
-
input: "text"[];
|
|
13323
|
+
input: ("image" | "text")[];
|
|
13317
13324
|
cost: {
|
|
13318
13325
|
input: number;
|
|
13319
13326
|
output: number;
|
|
@@ -13663,6 +13670,23 @@ export declare const MODELS: {
|
|
|
13663
13670
|
contextWindow: number;
|
|
13664
13671
|
maxTokens: number;
|
|
13665
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
|
+
};
|
|
13666
13690
|
readonly "openai/gpt-oss-20b": {
|
|
13667
13691
|
id: string;
|
|
13668
13692
|
name: string;
|
|
@@ -13833,6 +13857,40 @@ export declare const MODELS: {
|
|
|
13833
13857
|
contextWindow: number;
|
|
13834
13858
|
maxTokens: number;
|
|
13835
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
|
+
};
|
|
13836
13894
|
readonly "xai/grok-4.1-fast-non-reasoning": {
|
|
13837
13895
|
id: string;
|
|
13838
13896
|
name: string;
|
|
@@ -14111,7 +14169,7 @@ export declare const MODELS: {
|
|
|
14111
14169
|
api: "anthropic-messages";
|
|
14112
14170
|
provider: string;
|
|
14113
14171
|
baseUrl: string;
|
|
14114
|
-
reasoning:
|
|
14172
|
+
reasoning: true;
|
|
14115
14173
|
input: ("image" | "text")[];
|
|
14116
14174
|
cost: {
|
|
14117
14175
|
input: number;
|
|
@@ -14265,7 +14323,7 @@ export declare const MODELS: {
|
|
|
14265
14323
|
provider: string;
|
|
14266
14324
|
baseUrl: string;
|
|
14267
14325
|
reasoning: true;
|
|
14268
|
-
input: "text"[];
|
|
14326
|
+
input: ("image" | "text")[];
|
|
14269
14327
|
cost: {
|
|
14270
14328
|
input: number;
|
|
14271
14329
|
output: number;
|