@elyracode/ai 0.8.4 → 0.9.1
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 +280 -181
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +363 -277
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -2955,6 +2955,30 @@ export declare const MODELS: {
|
|
|
2955
2955
|
contextWindow: number;
|
|
2956
2956
|
maxTokens: number;
|
|
2957
2957
|
};
|
|
2958
|
+
readonly "claude-opus-4-8": {
|
|
2959
|
+
id: string;
|
|
2960
|
+
name: string;
|
|
2961
|
+
api: "anthropic-messages";
|
|
2962
|
+
provider: string;
|
|
2963
|
+
baseUrl: string;
|
|
2964
|
+
reasoning: true;
|
|
2965
|
+
thinkingLevelMap: {
|
|
2966
|
+
minimal: string;
|
|
2967
|
+
low: string;
|
|
2968
|
+
medium: string;
|
|
2969
|
+
high: string;
|
|
2970
|
+
xhigh: string;
|
|
2971
|
+
};
|
|
2972
|
+
input: ("image" | "text")[];
|
|
2973
|
+
cost: {
|
|
2974
|
+
input: number;
|
|
2975
|
+
output: number;
|
|
2976
|
+
cacheRead: number;
|
|
2977
|
+
cacheWrite: number;
|
|
2978
|
+
};
|
|
2979
|
+
contextWindow: number;
|
|
2980
|
+
maxTokens: number;
|
|
2981
|
+
};
|
|
2958
2982
|
readonly "claude-sonnet-4": {
|
|
2959
2983
|
id: string;
|
|
2960
2984
|
name: string;
|
|
@@ -3469,26 +3493,6 @@ export declare const MODELS: {
|
|
|
3469
3493
|
contextWindow: number;
|
|
3470
3494
|
maxTokens: number;
|
|
3471
3495
|
};
|
|
3472
|
-
readonly "@cf/moonshotai/kimi-k2.5": {
|
|
3473
|
-
id: string;
|
|
3474
|
-
name: string;
|
|
3475
|
-
api: "openai-completions";
|
|
3476
|
-
provider: string;
|
|
3477
|
-
baseUrl: string;
|
|
3478
|
-
compat: {
|
|
3479
|
-
sendSessionAffinityHeaders: true;
|
|
3480
|
-
};
|
|
3481
|
-
reasoning: true;
|
|
3482
|
-
input: ("image" | "text")[];
|
|
3483
|
-
cost: {
|
|
3484
|
-
input: number;
|
|
3485
|
-
output: number;
|
|
3486
|
-
cacheRead: number;
|
|
3487
|
-
cacheWrite: number;
|
|
3488
|
-
};
|
|
3489
|
-
contextWindow: number;
|
|
3490
|
-
maxTokens: number;
|
|
3491
|
-
};
|
|
3492
3496
|
readonly "@cf/moonshotai/kimi-k2.6": {
|
|
3493
3497
|
id: string;
|
|
3494
3498
|
name: string;
|
|
@@ -3976,6 +3980,36 @@ export declare const MODELS: {
|
|
|
3976
3980
|
contextWindow: number;
|
|
3977
3981
|
maxTokens: number;
|
|
3978
3982
|
};
|
|
3983
|
+
readonly "claude-opus-4.8": {
|
|
3984
|
+
id: string;
|
|
3985
|
+
name: string;
|
|
3986
|
+
api: "anthropic-messages";
|
|
3987
|
+
provider: string;
|
|
3988
|
+
baseUrl: string;
|
|
3989
|
+
headers: {
|
|
3990
|
+
"User-Agent": string;
|
|
3991
|
+
"Editor-Version": string;
|
|
3992
|
+
"Editor-Plugin-Version": string;
|
|
3993
|
+
"Copilot-Integration-Id": string;
|
|
3994
|
+
};
|
|
3995
|
+
reasoning: true;
|
|
3996
|
+
thinkingLevelMap: {
|
|
3997
|
+
minimal: string;
|
|
3998
|
+
low: string;
|
|
3999
|
+
medium: string;
|
|
4000
|
+
high: string;
|
|
4001
|
+
xhigh: string;
|
|
4002
|
+
};
|
|
4003
|
+
input: ("image" | "text")[];
|
|
4004
|
+
cost: {
|
|
4005
|
+
input: number;
|
|
4006
|
+
output: number;
|
|
4007
|
+
cacheRead: number;
|
|
4008
|
+
cacheWrite: number;
|
|
4009
|
+
};
|
|
4010
|
+
contextWindow: number;
|
|
4011
|
+
maxTokens: number;
|
|
4012
|
+
};
|
|
3979
4013
|
readonly "claude-sonnet-4.5": {
|
|
3980
4014
|
id: string;
|
|
3981
4015
|
name: string;
|
|
@@ -7769,6 +7803,34 @@ export declare const MODELS: {
|
|
|
7769
7803
|
contextWindow: number;
|
|
7770
7804
|
maxTokens: number;
|
|
7771
7805
|
};
|
|
7806
|
+
readonly "deepseek-v4-flash": {
|
|
7807
|
+
id: string;
|
|
7808
|
+
name: string;
|
|
7809
|
+
api: "openai-completions";
|
|
7810
|
+
provider: string;
|
|
7811
|
+
baseUrl: string;
|
|
7812
|
+
compat: {
|
|
7813
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
7814
|
+
thinkingFormat: "deepseek";
|
|
7815
|
+
};
|
|
7816
|
+
reasoning: true;
|
|
7817
|
+
thinkingLevelMap: {
|
|
7818
|
+
minimal: null;
|
|
7819
|
+
low: null;
|
|
7820
|
+
medium: null;
|
|
7821
|
+
high: string;
|
|
7822
|
+
xhigh: string;
|
|
7823
|
+
};
|
|
7824
|
+
input: "text"[];
|
|
7825
|
+
cost: {
|
|
7826
|
+
input: number;
|
|
7827
|
+
output: number;
|
|
7828
|
+
cacheRead: number;
|
|
7829
|
+
cacheWrite: number;
|
|
7830
|
+
};
|
|
7831
|
+
contextWindow: number;
|
|
7832
|
+
maxTokens: number;
|
|
7833
|
+
};
|
|
7772
7834
|
readonly "deepseek-v4-flash-free": {
|
|
7773
7835
|
id: string;
|
|
7774
7836
|
name: string;
|
|
@@ -8326,6 +8388,23 @@ export declare const MODELS: {
|
|
|
8326
8388
|
contextWindow: number;
|
|
8327
8389
|
maxTokens: number;
|
|
8328
8390
|
};
|
|
8391
|
+
readonly "minimax-m3-free": {
|
|
8392
|
+
id: string;
|
|
8393
|
+
name: string;
|
|
8394
|
+
api: "anthropic-messages";
|
|
8395
|
+
provider: string;
|
|
8396
|
+
baseUrl: string;
|
|
8397
|
+
reasoning: true;
|
|
8398
|
+
input: ("image" | "text")[];
|
|
8399
|
+
cost: {
|
|
8400
|
+
input: number;
|
|
8401
|
+
output: number;
|
|
8402
|
+
cacheRead: number;
|
|
8403
|
+
cacheWrite: number;
|
|
8404
|
+
};
|
|
8405
|
+
contextWindow: number;
|
|
8406
|
+
maxTokens: number;
|
|
8407
|
+
};
|
|
8329
8408
|
readonly "nemotron-3-super-free": {
|
|
8330
8409
|
id: string;
|
|
8331
8410
|
name: string;
|
|
@@ -8571,15 +8650,12 @@ export declare const MODELS: {
|
|
|
8571
8650
|
contextWindow: number;
|
|
8572
8651
|
maxTokens: number;
|
|
8573
8652
|
};
|
|
8574
|
-
readonly "
|
|
8653
|
+
readonly "minimax-m3": {
|
|
8575
8654
|
id: string;
|
|
8576
8655
|
name: string;
|
|
8577
|
-
api: "
|
|
8656
|
+
api: "anthropic-messages";
|
|
8578
8657
|
provider: string;
|
|
8579
8658
|
baseUrl: string;
|
|
8580
|
-
compat: {
|
|
8581
|
-
thinkingFormat: "qwen";
|
|
8582
|
-
};
|
|
8583
8659
|
reasoning: true;
|
|
8584
8660
|
input: ("image" | "text")[];
|
|
8585
8661
|
cost: {
|
|
@@ -9064,23 +9140,6 @@ export declare const MODELS: {
|
|
|
9064
9140
|
contextWindow: number;
|
|
9065
9141
|
maxTokens: number;
|
|
9066
9142
|
};
|
|
9067
|
-
readonly "baidu/ernie-4.5-21b-a3b": {
|
|
9068
|
-
id: string;
|
|
9069
|
-
name: string;
|
|
9070
|
-
api: "openai-completions";
|
|
9071
|
-
provider: string;
|
|
9072
|
-
baseUrl: string;
|
|
9073
|
-
reasoning: false;
|
|
9074
|
-
input: "text"[];
|
|
9075
|
-
cost: {
|
|
9076
|
-
input: number;
|
|
9077
|
-
output: number;
|
|
9078
|
-
cacheRead: number;
|
|
9079
|
-
cacheWrite: number;
|
|
9080
|
-
};
|
|
9081
|
-
contextWindow: number;
|
|
9082
|
-
maxTokens: number;
|
|
9083
|
-
};
|
|
9084
9143
|
readonly "baidu/ernie-4.5-vl-28b-a3b": {
|
|
9085
9144
|
id: string;
|
|
9086
9145
|
name: string;
|
|
@@ -9364,34 +9423,6 @@ export declare const MODELS: {
|
|
|
9364
9423
|
contextWindow: number;
|
|
9365
9424
|
maxTokens: number;
|
|
9366
9425
|
};
|
|
9367
|
-
readonly "deepseek/deepseek-v4-flash:free": {
|
|
9368
|
-
id: string;
|
|
9369
|
-
name: string;
|
|
9370
|
-
api: "openai-completions";
|
|
9371
|
-
provider: string;
|
|
9372
|
-
baseUrl: string;
|
|
9373
|
-
compat: {
|
|
9374
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
9375
|
-
thinkingFormat: "deepseek";
|
|
9376
|
-
};
|
|
9377
|
-
reasoning: true;
|
|
9378
|
-
thinkingLevelMap: {
|
|
9379
|
-
minimal: null;
|
|
9380
|
-
low: null;
|
|
9381
|
-
medium: null;
|
|
9382
|
-
high: string;
|
|
9383
|
-
xhigh: string;
|
|
9384
|
-
};
|
|
9385
|
-
input: "text"[];
|
|
9386
|
-
cost: {
|
|
9387
|
-
input: number;
|
|
9388
|
-
output: number;
|
|
9389
|
-
cacheRead: number;
|
|
9390
|
-
cacheWrite: number;
|
|
9391
|
-
};
|
|
9392
|
-
contextWindow: number;
|
|
9393
|
-
maxTokens: number;
|
|
9394
|
-
};
|
|
9395
9426
|
readonly "deepseek/deepseek-v4-pro": {
|
|
9396
9427
|
id: string;
|
|
9397
9428
|
name: string;
|
|
@@ -9947,7 +9978,7 @@ export declare const MODELS: {
|
|
|
9947
9978
|
contextWindow: number;
|
|
9948
9979
|
maxTokens: number;
|
|
9949
9980
|
};
|
|
9950
|
-
readonly "meta-llama/llama-4-
|
|
9981
|
+
readonly "meta-llama/llama-4-maverick": {
|
|
9951
9982
|
id: string;
|
|
9952
9983
|
name: string;
|
|
9953
9984
|
api: "openai-completions";
|
|
@@ -9964,14 +9995,14 @@ export declare const MODELS: {
|
|
|
9964
9995
|
contextWindow: number;
|
|
9965
9996
|
maxTokens: number;
|
|
9966
9997
|
};
|
|
9967
|
-
readonly "
|
|
9998
|
+
readonly "meta-llama/llama-4-scout": {
|
|
9968
9999
|
id: string;
|
|
9969
10000
|
name: string;
|
|
9970
10001
|
api: "openai-completions";
|
|
9971
10002
|
provider: string;
|
|
9972
10003
|
baseUrl: string;
|
|
9973
|
-
reasoning:
|
|
9974
|
-
input: "text"[];
|
|
10004
|
+
reasoning: false;
|
|
10005
|
+
input: ("image" | "text")[];
|
|
9975
10006
|
cost: {
|
|
9976
10007
|
input: number;
|
|
9977
10008
|
output: number;
|
|
@@ -9981,7 +10012,7 @@ export declare const MODELS: {
|
|
|
9981
10012
|
contextWindow: number;
|
|
9982
10013
|
maxTokens: number;
|
|
9983
10014
|
};
|
|
9984
|
-
readonly "minimax/minimax-
|
|
10015
|
+
readonly "minimax/minimax-m1": {
|
|
9985
10016
|
id: string;
|
|
9986
10017
|
name: string;
|
|
9987
10018
|
api: "openai-completions";
|
|
@@ -9998,7 +10029,7 @@ export declare const MODELS: {
|
|
|
9998
10029
|
contextWindow: number;
|
|
9999
10030
|
maxTokens: number;
|
|
10000
10031
|
};
|
|
10001
|
-
readonly "minimax/minimax-m2
|
|
10032
|
+
readonly "minimax/minimax-m2": {
|
|
10002
10033
|
id: string;
|
|
10003
10034
|
name: string;
|
|
10004
10035
|
api: "openai-completions";
|
|
@@ -10015,7 +10046,7 @@ export declare const MODELS: {
|
|
|
10015
10046
|
contextWindow: number;
|
|
10016
10047
|
maxTokens: number;
|
|
10017
10048
|
};
|
|
10018
|
-
readonly "minimax/minimax-m2.
|
|
10049
|
+
readonly "minimax/minimax-m2.1": {
|
|
10019
10050
|
id: string;
|
|
10020
10051
|
name: string;
|
|
10021
10052
|
api: "openai-completions";
|
|
@@ -10032,7 +10063,7 @@ export declare const MODELS: {
|
|
|
10032
10063
|
contextWindow: number;
|
|
10033
10064
|
maxTokens: number;
|
|
10034
10065
|
};
|
|
10035
|
-
readonly "minimax/minimax-m2.5
|
|
10066
|
+
readonly "minimax/minimax-m2.5": {
|
|
10036
10067
|
id: string;
|
|
10037
10068
|
name: string;
|
|
10038
10069
|
api: "openai-completions";
|
|
@@ -10066,31 +10097,14 @@ export declare const MODELS: {
|
|
|
10066
10097
|
contextWindow: number;
|
|
10067
10098
|
maxTokens: number;
|
|
10068
10099
|
};
|
|
10069
|
-
readonly "
|
|
10100
|
+
readonly "minimax/minimax-m3": {
|
|
10070
10101
|
id: string;
|
|
10071
10102
|
name: string;
|
|
10072
10103
|
api: "openai-completions";
|
|
10073
10104
|
provider: string;
|
|
10074
10105
|
baseUrl: string;
|
|
10075
|
-
reasoning:
|
|
10076
|
-
input: "text"[];
|
|
10077
|
-
cost: {
|
|
10078
|
-
input: number;
|
|
10079
|
-
output: number;
|
|
10080
|
-
cacheRead: number;
|
|
10081
|
-
cacheWrite: number;
|
|
10082
|
-
};
|
|
10083
|
-
contextWindow: number;
|
|
10084
|
-
maxTokens: number;
|
|
10085
|
-
};
|
|
10086
|
-
readonly "mistralai/devstral-2512": {
|
|
10087
|
-
id: string;
|
|
10088
|
-
name: string;
|
|
10089
|
-
api: "openai-completions";
|
|
10090
|
-
provider: string;
|
|
10091
|
-
baseUrl: string;
|
|
10092
|
-
reasoning: false;
|
|
10093
|
-
input: "text"[];
|
|
10106
|
+
reasoning: true;
|
|
10107
|
+
input: ("image" | "text")[];
|
|
10094
10108
|
cost: {
|
|
10095
10109
|
input: number;
|
|
10096
10110
|
output: number;
|
|
@@ -10100,7 +10114,7 @@ export declare const MODELS: {
|
|
|
10100
10114
|
contextWindow: number;
|
|
10101
10115
|
maxTokens: number;
|
|
10102
10116
|
};
|
|
10103
|
-
readonly "mistralai/
|
|
10117
|
+
readonly "mistralai/codestral-2508": {
|
|
10104
10118
|
id: string;
|
|
10105
10119
|
name: string;
|
|
10106
10120
|
api: "openai-completions";
|
|
@@ -10117,7 +10131,7 @@ export declare const MODELS: {
|
|
|
10117
10131
|
contextWindow: number;
|
|
10118
10132
|
maxTokens: number;
|
|
10119
10133
|
};
|
|
10120
|
-
readonly "mistralai/devstral-
|
|
10134
|
+
readonly "mistralai/devstral-2512": {
|
|
10121
10135
|
id: string;
|
|
10122
10136
|
name: string;
|
|
10123
10137
|
api: "openai-completions";
|
|
@@ -10219,23 +10233,6 @@ export declare const MODELS: {
|
|
|
10219
10233
|
contextWindow: number;
|
|
10220
10234
|
maxTokens: number;
|
|
10221
10235
|
};
|
|
10222
|
-
readonly "mistralai/mistral-large-2411": {
|
|
10223
|
-
id: string;
|
|
10224
|
-
name: string;
|
|
10225
|
-
api: "openai-completions";
|
|
10226
|
-
provider: string;
|
|
10227
|
-
baseUrl: string;
|
|
10228
|
-
reasoning: false;
|
|
10229
|
-
input: "text"[];
|
|
10230
|
-
cost: {
|
|
10231
|
-
input: number;
|
|
10232
|
-
output: number;
|
|
10233
|
-
cacheRead: number;
|
|
10234
|
-
cacheWrite: number;
|
|
10235
|
-
};
|
|
10236
|
-
contextWindow: number;
|
|
10237
|
-
maxTokens: number;
|
|
10238
|
-
};
|
|
10239
10236
|
readonly "mistralai/mistral-large-2512": {
|
|
10240
10237
|
id: string;
|
|
10241
10238
|
name: string;
|
|
@@ -10389,23 +10386,6 @@ export declare const MODELS: {
|
|
|
10389
10386
|
contextWindow: number;
|
|
10390
10387
|
maxTokens: number;
|
|
10391
10388
|
};
|
|
10392
|
-
readonly "mistralai/pixtral-large-2411": {
|
|
10393
|
-
id: string;
|
|
10394
|
-
name: string;
|
|
10395
|
-
api: "openai-completions";
|
|
10396
|
-
provider: string;
|
|
10397
|
-
baseUrl: string;
|
|
10398
|
-
reasoning: false;
|
|
10399
|
-
input: ("image" | "text")[];
|
|
10400
|
-
cost: {
|
|
10401
|
-
input: number;
|
|
10402
|
-
output: number;
|
|
10403
|
-
cacheRead: number;
|
|
10404
|
-
cacheWrite: number;
|
|
10405
|
-
};
|
|
10406
|
-
contextWindow: number;
|
|
10407
|
-
maxTokens: number;
|
|
10408
|
-
};
|
|
10409
10389
|
readonly "mistralai/voxtral-small-24b-2507": {
|
|
10410
10390
|
id: string;
|
|
10411
10391
|
name: string;
|
|
@@ -10865,23 +10845,6 @@ export declare const MODELS: {
|
|
|
10865
10845
|
contextWindow: number;
|
|
10866
10846
|
maxTokens: number;
|
|
10867
10847
|
};
|
|
10868
|
-
readonly "openai/gpt-4o-audio-preview": {
|
|
10869
|
-
id: string;
|
|
10870
|
-
name: string;
|
|
10871
|
-
api: "openai-completions";
|
|
10872
|
-
provider: string;
|
|
10873
|
-
baseUrl: string;
|
|
10874
|
-
reasoning: false;
|
|
10875
|
-
input: "text"[];
|
|
10876
|
-
cost: {
|
|
10877
|
-
input: number;
|
|
10878
|
-
output: number;
|
|
10879
|
-
cacheRead: number;
|
|
10880
|
-
cacheWrite: number;
|
|
10881
|
-
};
|
|
10882
|
-
contextWindow: number;
|
|
10883
|
-
maxTokens: number;
|
|
10884
|
-
};
|
|
10885
10848
|
readonly "openai/gpt-4o-mini": {
|
|
10886
10849
|
id: string;
|
|
10887
10850
|
name: string;
|
|
@@ -11717,23 +11680,6 @@ export declare const MODELS: {
|
|
|
11717
11680
|
contextWindow: number;
|
|
11718
11681
|
maxTokens: number;
|
|
11719
11682
|
};
|
|
11720
|
-
readonly "qwen/qwen-2.5-7b-instruct": {
|
|
11721
|
-
id: string;
|
|
11722
|
-
name: string;
|
|
11723
|
-
api: "openai-completions";
|
|
11724
|
-
provider: string;
|
|
11725
|
-
baseUrl: string;
|
|
11726
|
-
reasoning: false;
|
|
11727
|
-
input: "text"[];
|
|
11728
|
-
cost: {
|
|
11729
|
-
input: number;
|
|
11730
|
-
output: number;
|
|
11731
|
-
cacheRead: number;
|
|
11732
|
-
cacheWrite: number;
|
|
11733
|
-
};
|
|
11734
|
-
contextWindow: number;
|
|
11735
|
-
maxTokens: number;
|
|
11736
|
-
};
|
|
11737
11683
|
readonly "qwen/qwen-plus": {
|
|
11738
11684
|
id: string;
|
|
11739
11685
|
name: string;
|
|
@@ -12567,6 +12513,23 @@ export declare const MODELS: {
|
|
|
12567
12513
|
contextWindow: number;
|
|
12568
12514
|
maxTokens: number;
|
|
12569
12515
|
};
|
|
12516
|
+
readonly "stepfun/step-3.7-flash": {
|
|
12517
|
+
id: string;
|
|
12518
|
+
name: string;
|
|
12519
|
+
api: "openai-completions";
|
|
12520
|
+
provider: string;
|
|
12521
|
+
baseUrl: string;
|
|
12522
|
+
reasoning: true;
|
|
12523
|
+
input: ("image" | "text")[];
|
|
12524
|
+
cost: {
|
|
12525
|
+
input: number;
|
|
12526
|
+
output: number;
|
|
12527
|
+
cacheRead: number;
|
|
12528
|
+
cacheWrite: number;
|
|
12529
|
+
};
|
|
12530
|
+
contextWindow: number;
|
|
12531
|
+
maxTokens: number;
|
|
12532
|
+
};
|
|
12570
12533
|
readonly "thedrummer/rocinante-12b": {
|
|
12571
12534
|
id: string;
|
|
12572
12535
|
name: string;
|
|
@@ -13628,7 +13591,7 @@ export declare const MODELS: {
|
|
|
13628
13591
|
api: "anthropic-messages";
|
|
13629
13592
|
provider: string;
|
|
13630
13593
|
baseUrl: string;
|
|
13631
|
-
reasoning:
|
|
13594
|
+
reasoning: true;
|
|
13632
13595
|
input: "text"[];
|
|
13633
13596
|
cost: {
|
|
13634
13597
|
input: number;
|
|
@@ -13713,7 +13676,7 @@ export declare const MODELS: {
|
|
|
13713
13676
|
api: "anthropic-messages";
|
|
13714
13677
|
provider: string;
|
|
13715
13678
|
baseUrl: string;
|
|
13716
|
-
reasoning:
|
|
13679
|
+
reasoning: true;
|
|
13717
13680
|
input: "text"[];
|
|
13718
13681
|
cost: {
|
|
13719
13682
|
input: number;
|
|
@@ -13747,7 +13710,7 @@ export declare const MODELS: {
|
|
|
13747
13710
|
api: "anthropic-messages";
|
|
13748
13711
|
provider: string;
|
|
13749
13712
|
baseUrl: string;
|
|
13750
|
-
reasoning:
|
|
13713
|
+
reasoning: true;
|
|
13751
13714
|
input: "text"[];
|
|
13752
13715
|
cost: {
|
|
13753
13716
|
input: number;
|
|
@@ -13826,6 +13789,40 @@ export declare const MODELS: {
|
|
|
13826
13789
|
contextWindow: number;
|
|
13827
13790
|
maxTokens: number;
|
|
13828
13791
|
};
|
|
13792
|
+
readonly "alibaba/qwen3-next-80b-a3b-instruct": {
|
|
13793
|
+
id: string;
|
|
13794
|
+
name: string;
|
|
13795
|
+
api: "anthropic-messages";
|
|
13796
|
+
provider: string;
|
|
13797
|
+
baseUrl: string;
|
|
13798
|
+
reasoning: false;
|
|
13799
|
+
input: "text"[];
|
|
13800
|
+
cost: {
|
|
13801
|
+
input: number;
|
|
13802
|
+
output: number;
|
|
13803
|
+
cacheRead: number;
|
|
13804
|
+
cacheWrite: number;
|
|
13805
|
+
};
|
|
13806
|
+
contextWindow: number;
|
|
13807
|
+
maxTokens: number;
|
|
13808
|
+
};
|
|
13809
|
+
readonly "alibaba/qwen3-next-80b-a3b-thinking": {
|
|
13810
|
+
id: string;
|
|
13811
|
+
name: string;
|
|
13812
|
+
api: "anthropic-messages";
|
|
13813
|
+
provider: string;
|
|
13814
|
+
baseUrl: string;
|
|
13815
|
+
reasoning: true;
|
|
13816
|
+
input: "text"[];
|
|
13817
|
+
cost: {
|
|
13818
|
+
input: number;
|
|
13819
|
+
output: number;
|
|
13820
|
+
cacheRead: number;
|
|
13821
|
+
cacheWrite: number;
|
|
13822
|
+
};
|
|
13823
|
+
contextWindow: number;
|
|
13824
|
+
maxTokens: number;
|
|
13825
|
+
};
|
|
13829
13826
|
readonly "alibaba/qwen3-vl-thinking": {
|
|
13830
13827
|
id: string;
|
|
13831
13828
|
name: string;
|
|
@@ -14270,8 +14267,8 @@ export declare const MODELS: {
|
|
|
14270
14267
|
api: "anthropic-messages";
|
|
14271
14268
|
provider: string;
|
|
14272
14269
|
baseUrl: string;
|
|
14273
|
-
reasoning:
|
|
14274
|
-
input: "text"[];
|
|
14270
|
+
reasoning: true;
|
|
14271
|
+
input: ("image" | "text")[];
|
|
14275
14272
|
cost: {
|
|
14276
14273
|
input: number;
|
|
14277
14274
|
output: number;
|
|
@@ -14287,8 +14284,8 @@ export declare const MODELS: {
|
|
|
14287
14284
|
api: "anthropic-messages";
|
|
14288
14285
|
provider: string;
|
|
14289
14286
|
baseUrl: string;
|
|
14290
|
-
reasoning:
|
|
14291
|
-
input: "text"[];
|
|
14287
|
+
reasoning: true;
|
|
14288
|
+
input: ("image" | "text")[];
|
|
14292
14289
|
cost: {
|
|
14293
14290
|
input: number;
|
|
14294
14291
|
output: number;
|
|
@@ -14305,7 +14302,7 @@ export declare const MODELS: {
|
|
|
14305
14302
|
provider: string;
|
|
14306
14303
|
baseUrl: string;
|
|
14307
14304
|
reasoning: true;
|
|
14308
|
-
input: "text"[];
|
|
14305
|
+
input: ("image" | "text")[];
|
|
14309
14306
|
cost: {
|
|
14310
14307
|
input: number;
|
|
14311
14308
|
output: number;
|
|
@@ -14322,7 +14319,7 @@ export declare const MODELS: {
|
|
|
14322
14319
|
provider: string;
|
|
14323
14320
|
baseUrl: string;
|
|
14324
14321
|
reasoning: true;
|
|
14325
|
-
input: "text"[];
|
|
14322
|
+
input: ("image" | "text")[];
|
|
14326
14323
|
cost: {
|
|
14327
14324
|
input: number;
|
|
14328
14325
|
output: number;
|
|
@@ -14815,7 +14812,7 @@ export declare const MODELS: {
|
|
|
14815
14812
|
provider: string;
|
|
14816
14813
|
baseUrl: string;
|
|
14817
14814
|
reasoning: true;
|
|
14818
|
-
input: "text"[];
|
|
14815
|
+
input: ("image" | "text")[];
|
|
14819
14816
|
cost: {
|
|
14820
14817
|
input: number;
|
|
14821
14818
|
output: number;
|
|
@@ -14859,6 +14856,23 @@ export declare const MODELS: {
|
|
|
14859
14856
|
contextWindow: number;
|
|
14860
14857
|
maxTokens: number;
|
|
14861
14858
|
};
|
|
14859
|
+
readonly "minimax/minimax-m3": {
|
|
14860
|
+
id: string;
|
|
14861
|
+
name: string;
|
|
14862
|
+
api: "anthropic-messages";
|
|
14863
|
+
provider: string;
|
|
14864
|
+
baseUrl: string;
|
|
14865
|
+
reasoning: true;
|
|
14866
|
+
input: ("image" | "text")[];
|
|
14867
|
+
cost: {
|
|
14868
|
+
input: number;
|
|
14869
|
+
output: number;
|
|
14870
|
+
cacheRead: number;
|
|
14871
|
+
cacheWrite: number;
|
|
14872
|
+
};
|
|
14873
|
+
contextWindow: number;
|
|
14874
|
+
maxTokens: number;
|
|
14875
|
+
};
|
|
14862
14876
|
readonly "mistral/codestral": {
|
|
14863
14877
|
id: string;
|
|
14864
14878
|
name: string;
|
|
@@ -14995,6 +15009,23 @@ export declare const MODELS: {
|
|
|
14995
15009
|
contextWindow: number;
|
|
14996
15010
|
maxTokens: number;
|
|
14997
15011
|
};
|
|
15012
|
+
readonly "mistral/mistral-nemo": {
|
|
15013
|
+
id: string;
|
|
15014
|
+
name: string;
|
|
15015
|
+
api: "anthropic-messages";
|
|
15016
|
+
provider: string;
|
|
15017
|
+
baseUrl: string;
|
|
15018
|
+
reasoning: false;
|
|
15019
|
+
input: "text"[];
|
|
15020
|
+
cost: {
|
|
15021
|
+
input: number;
|
|
15022
|
+
output: number;
|
|
15023
|
+
cacheRead: number;
|
|
15024
|
+
cacheWrite: number;
|
|
15025
|
+
};
|
|
15026
|
+
contextWindow: number;
|
|
15027
|
+
maxTokens: number;
|
|
15028
|
+
};
|
|
14998
15029
|
readonly "mistral/mistral-small": {
|
|
14999
15030
|
id: string;
|
|
15000
15031
|
name: string;
|
|
@@ -15148,6 +15179,23 @@ export declare const MODELS: {
|
|
|
15148
15179
|
contextWindow: number;
|
|
15149
15180
|
maxTokens: number;
|
|
15150
15181
|
};
|
|
15182
|
+
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
15183
|
+
id: string;
|
|
15184
|
+
name: string;
|
|
15185
|
+
api: "anthropic-messages";
|
|
15186
|
+
provider: string;
|
|
15187
|
+
baseUrl: string;
|
|
15188
|
+
reasoning: true;
|
|
15189
|
+
input: "text"[];
|
|
15190
|
+
cost: {
|
|
15191
|
+
input: number;
|
|
15192
|
+
output: number;
|
|
15193
|
+
cacheRead: number;
|
|
15194
|
+
cacheWrite: number;
|
|
15195
|
+
};
|
|
15196
|
+
contextWindow: number;
|
|
15197
|
+
maxTokens: number;
|
|
15198
|
+
};
|
|
15151
15199
|
readonly "nvidia/nemotron-nano-12b-v2-vl": {
|
|
15152
15200
|
id: string;
|
|
15153
15201
|
name: string;
|
|
@@ -15308,7 +15356,7 @@ export declare const MODELS: {
|
|
|
15308
15356
|
provider: string;
|
|
15309
15357
|
baseUrl: string;
|
|
15310
15358
|
reasoning: true;
|
|
15311
|
-
input: "text"[];
|
|
15359
|
+
input: ("image" | "text")[];
|
|
15312
15360
|
cost: {
|
|
15313
15361
|
input: number;
|
|
15314
15362
|
output: number;
|
|
@@ -15694,6 +15742,23 @@ export declare const MODELS: {
|
|
|
15694
15742
|
contextWindow: number;
|
|
15695
15743
|
maxTokens: number;
|
|
15696
15744
|
};
|
|
15745
|
+
readonly "openai/gpt-oss-120b": {
|
|
15746
|
+
id: string;
|
|
15747
|
+
name: string;
|
|
15748
|
+
api: "anthropic-messages";
|
|
15749
|
+
provider: string;
|
|
15750
|
+
baseUrl: string;
|
|
15751
|
+
reasoning: true;
|
|
15752
|
+
input: "text"[];
|
|
15753
|
+
cost: {
|
|
15754
|
+
input: number;
|
|
15755
|
+
output: number;
|
|
15756
|
+
cacheRead: number;
|
|
15757
|
+
cacheWrite: number;
|
|
15758
|
+
};
|
|
15759
|
+
contextWindow: number;
|
|
15760
|
+
maxTokens: number;
|
|
15761
|
+
};
|
|
15697
15762
|
readonly "openai/gpt-oss-20b": {
|
|
15698
15763
|
id: string;
|
|
15699
15764
|
name: string;
|
|
@@ -15864,6 +15929,40 @@ export declare const MODELS: {
|
|
|
15864
15929
|
contextWindow: number;
|
|
15865
15930
|
maxTokens: number;
|
|
15866
15931
|
};
|
|
15932
|
+
readonly "stepfun/step-3.5-flash": {
|
|
15933
|
+
id: string;
|
|
15934
|
+
name: string;
|
|
15935
|
+
api: "anthropic-messages";
|
|
15936
|
+
provider: string;
|
|
15937
|
+
baseUrl: string;
|
|
15938
|
+
reasoning: true;
|
|
15939
|
+
input: "text"[];
|
|
15940
|
+
cost: {
|
|
15941
|
+
input: number;
|
|
15942
|
+
output: number;
|
|
15943
|
+
cacheRead: number;
|
|
15944
|
+
cacheWrite: number;
|
|
15945
|
+
};
|
|
15946
|
+
contextWindow: number;
|
|
15947
|
+
maxTokens: number;
|
|
15948
|
+
};
|
|
15949
|
+
readonly "stepfun/step-3.7-flash": {
|
|
15950
|
+
id: string;
|
|
15951
|
+
name: string;
|
|
15952
|
+
api: "anthropic-messages";
|
|
15953
|
+
provider: string;
|
|
15954
|
+
baseUrl: string;
|
|
15955
|
+
reasoning: true;
|
|
15956
|
+
input: ("image" | "text")[];
|
|
15957
|
+
cost: {
|
|
15958
|
+
input: number;
|
|
15959
|
+
output: number;
|
|
15960
|
+
cacheRead: number;
|
|
15961
|
+
cacheWrite: number;
|
|
15962
|
+
};
|
|
15963
|
+
contextWindow: number;
|
|
15964
|
+
maxTokens: number;
|
|
15965
|
+
};
|
|
15867
15966
|
readonly "xai/grok-4.1-fast-non-reasoning": {
|
|
15868
15967
|
id: string;
|
|
15869
15968
|
name: string;
|
|
@@ -16108,7 +16207,7 @@ export declare const MODELS: {
|
|
|
16108
16207
|
api: "anthropic-messages";
|
|
16109
16208
|
provider: string;
|
|
16110
16209
|
baseUrl: string;
|
|
16111
|
-
reasoning:
|
|
16210
|
+
reasoning: true;
|
|
16112
16211
|
input: ("image" | "text")[];
|
|
16113
16212
|
cost: {
|
|
16114
16213
|
input: number;
|
|
@@ -16262,7 +16361,7 @@ export declare const MODELS: {
|
|
|
16262
16361
|
provider: string;
|
|
16263
16362
|
baseUrl: string;
|
|
16264
16363
|
reasoning: true;
|
|
16265
|
-
input: "text"[];
|
|
16364
|
+
input: ("image" | "text")[];
|
|
16266
16365
|
cost: {
|
|
16267
16366
|
input: number;
|
|
16268
16367
|
output: number;
|