@dreb/ai 2.61.1 → 2.62.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 +293 -202
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +584 -497
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -5279,6 +5279,26 @@ export declare const MODELS: {
|
|
|
5279
5279
|
contextWindow: number;
|
|
5280
5280
|
maxTokens: number;
|
|
5281
5281
|
};
|
|
5282
|
+
readonly "Qwen/Qwen3.8-27B": {
|
|
5283
|
+
id: string;
|
|
5284
|
+
name: string;
|
|
5285
|
+
api: "openai-completions";
|
|
5286
|
+
provider: string;
|
|
5287
|
+
baseUrl: string;
|
|
5288
|
+
compat: {
|
|
5289
|
+
supportsDeveloperRole: false;
|
|
5290
|
+
};
|
|
5291
|
+
reasoning: true;
|
|
5292
|
+
input: ("image" | "text")[];
|
|
5293
|
+
cost: {
|
|
5294
|
+
input: number;
|
|
5295
|
+
output: number;
|
|
5296
|
+
cacheRead: number;
|
|
5297
|
+
cacheWrite: number;
|
|
5298
|
+
};
|
|
5299
|
+
contextWindow: number;
|
|
5300
|
+
maxTokens: number;
|
|
5301
|
+
};
|
|
5282
5302
|
readonly "XiaomiMiMo/MiMo-V2-Flash": {
|
|
5283
5303
|
id: string;
|
|
5284
5304
|
name: string;
|
|
@@ -6099,6 +6119,26 @@ export declare const MODELS: {
|
|
|
6099
6119
|
contextWindow: number;
|
|
6100
6120
|
maxTokens: number;
|
|
6101
6121
|
};
|
|
6122
|
+
readonly "zai-org/GLM-5.3-Flash": {
|
|
6123
|
+
id: string;
|
|
6124
|
+
name: string;
|
|
6125
|
+
api: "openai-completions";
|
|
6126
|
+
provider: string;
|
|
6127
|
+
baseUrl: string;
|
|
6128
|
+
compat: {
|
|
6129
|
+
supportsDeveloperRole: false;
|
|
6130
|
+
};
|
|
6131
|
+
reasoning: true;
|
|
6132
|
+
input: "text"[];
|
|
6133
|
+
cost: {
|
|
6134
|
+
input: number;
|
|
6135
|
+
output: number;
|
|
6136
|
+
cacheRead: number;
|
|
6137
|
+
cacheWrite: number;
|
|
6138
|
+
};
|
|
6139
|
+
contextWindow: number;
|
|
6140
|
+
maxTokens: number;
|
|
6141
|
+
};
|
|
6102
6142
|
};
|
|
6103
6143
|
readonly "kimi-coding": {
|
|
6104
6144
|
readonly k2p5: {
|
|
@@ -6873,6 +6913,23 @@ export declare const MODELS: {
|
|
|
6873
6913
|
contextWindow: number;
|
|
6874
6914
|
maxTokens: number;
|
|
6875
6915
|
};
|
|
6916
|
+
readonly "zai-glm-5-2": {
|
|
6917
|
+
id: string;
|
|
6918
|
+
name: string;
|
|
6919
|
+
api: "mistral-conversations";
|
|
6920
|
+
provider: string;
|
|
6921
|
+
baseUrl: string;
|
|
6922
|
+
reasoning: true;
|
|
6923
|
+
input: "text"[];
|
|
6924
|
+
cost: {
|
|
6925
|
+
input: number;
|
|
6926
|
+
output: number;
|
|
6927
|
+
cacheRead: number;
|
|
6928
|
+
cacheWrite: number;
|
|
6929
|
+
};
|
|
6930
|
+
contextWindow: number;
|
|
6931
|
+
maxTokens: number;
|
|
6932
|
+
};
|
|
6876
6933
|
};
|
|
6877
6934
|
readonly openai: {
|
|
6878
6935
|
readonly "gpt-4": {
|
|
@@ -8783,14 +8840,16 @@ export declare const MODELS: {
|
|
|
8783
8840
|
contextWindow: number;
|
|
8784
8841
|
maxTokens: number;
|
|
8785
8842
|
};
|
|
8786
|
-
|
|
8843
|
+
};
|
|
8844
|
+
readonly "opencode-go": {
|
|
8845
|
+
readonly "deepseek-v4-flash": {
|
|
8787
8846
|
id: string;
|
|
8788
8847
|
name: string;
|
|
8789
8848
|
api: "openai-completions";
|
|
8790
8849
|
provider: string;
|
|
8791
8850
|
baseUrl: string;
|
|
8792
8851
|
reasoning: true;
|
|
8793
|
-
input:
|
|
8852
|
+
input: "text"[];
|
|
8794
8853
|
cost: {
|
|
8795
8854
|
input: number;
|
|
8796
8855
|
output: number;
|
|
@@ -8800,16 +8859,14 @@ export declare const MODELS: {
|
|
|
8800
8859
|
contextWindow: number;
|
|
8801
8860
|
maxTokens: number;
|
|
8802
8861
|
};
|
|
8803
|
-
|
|
8804
|
-
readonly "opencode-go": {
|
|
8805
|
-
readonly "deepseek-v4-flash": {
|
|
8862
|
+
readonly "deepseek-v4-flash-vision-exp": {
|
|
8806
8863
|
id: string;
|
|
8807
8864
|
name: string;
|
|
8808
8865
|
api: "openai-completions";
|
|
8809
8866
|
provider: string;
|
|
8810
8867
|
baseUrl: string;
|
|
8811
8868
|
reasoning: true;
|
|
8812
|
-
input: "text"[];
|
|
8869
|
+
input: ("image" | "text")[];
|
|
8813
8870
|
cost: {
|
|
8814
8871
|
input: number;
|
|
8815
8872
|
output: number;
|
|
@@ -8819,14 +8876,14 @@ export declare const MODELS: {
|
|
|
8819
8876
|
contextWindow: number;
|
|
8820
8877
|
maxTokens: number;
|
|
8821
8878
|
};
|
|
8822
|
-
readonly "deepseek-v4-
|
|
8879
|
+
readonly "deepseek-v4-pro": {
|
|
8823
8880
|
id: string;
|
|
8824
8881
|
name: string;
|
|
8825
8882
|
api: "openai-completions";
|
|
8826
8883
|
provider: string;
|
|
8827
8884
|
baseUrl: string;
|
|
8828
8885
|
reasoning: true;
|
|
8829
|
-
input:
|
|
8886
|
+
input: "text"[];
|
|
8830
8887
|
cost: {
|
|
8831
8888
|
input: number;
|
|
8832
8889
|
output: number;
|
|
@@ -8836,7 +8893,7 @@ export declare const MODELS: {
|
|
|
8836
8893
|
contextWindow: number;
|
|
8837
8894
|
maxTokens: number;
|
|
8838
8895
|
};
|
|
8839
|
-
readonly "
|
|
8896
|
+
readonly "glm-5.1": {
|
|
8840
8897
|
id: string;
|
|
8841
8898
|
name: string;
|
|
8842
8899
|
api: "openai-completions";
|
|
@@ -8853,7 +8910,7 @@ export declare const MODELS: {
|
|
|
8853
8910
|
contextWindow: number;
|
|
8854
8911
|
maxTokens: number;
|
|
8855
8912
|
};
|
|
8856
|
-
readonly "glm-5.
|
|
8913
|
+
readonly "glm-5.2": {
|
|
8857
8914
|
id: string;
|
|
8858
8915
|
name: string;
|
|
8859
8916
|
api: "openai-completions";
|
|
@@ -8870,7 +8927,7 @@ export declare const MODELS: {
|
|
|
8870
8927
|
contextWindow: number;
|
|
8871
8928
|
maxTokens: number;
|
|
8872
8929
|
};
|
|
8873
|
-
readonly "glm-5.
|
|
8930
|
+
readonly "glm-5.3": {
|
|
8874
8931
|
id: string;
|
|
8875
8932
|
name: string;
|
|
8876
8933
|
api: "openai-completions";
|
|
@@ -8887,14 +8944,14 @@ export declare const MODELS: {
|
|
|
8887
8944
|
contextWindow: number;
|
|
8888
8945
|
maxTokens: number;
|
|
8889
8946
|
};
|
|
8890
|
-
readonly "glm-5.3": {
|
|
8947
|
+
readonly "glm-5.3-flash": {
|
|
8891
8948
|
id: string;
|
|
8892
8949
|
name: string;
|
|
8893
8950
|
api: "openai-completions";
|
|
8894
8951
|
provider: string;
|
|
8895
8952
|
baseUrl: string;
|
|
8896
8953
|
reasoning: true;
|
|
8897
|
-
input: "text"[];
|
|
8954
|
+
input: ("image" | "text")[];
|
|
8898
8955
|
cost: {
|
|
8899
8956
|
input: number;
|
|
8900
8957
|
output: number;
|
|
@@ -8921,7 +8978,7 @@ export declare const MODELS: {
|
|
|
8921
8978
|
contextWindow: number;
|
|
8922
8979
|
maxTokens: number;
|
|
8923
8980
|
};
|
|
8924
|
-
readonly "grok-4.
|
|
8981
|
+
readonly "grok-4.6": {
|
|
8925
8982
|
id: string;
|
|
8926
8983
|
name: string;
|
|
8927
8984
|
api: "openai-responses";
|
|
@@ -9006,14 +9063,14 @@ export declare const MODELS: {
|
|
|
9006
9063
|
contextWindow: number;
|
|
9007
9064
|
maxTokens: number;
|
|
9008
9065
|
};
|
|
9009
|
-
readonly "
|
|
9066
|
+
readonly "longcat-2.0": {
|
|
9010
9067
|
id: string;
|
|
9011
9068
|
name: string;
|
|
9012
9069
|
api: "openai-completions";
|
|
9013
9070
|
provider: string;
|
|
9014
9071
|
baseUrl: string;
|
|
9015
9072
|
reasoning: true;
|
|
9016
|
-
input:
|
|
9073
|
+
input: "text"[];
|
|
9017
9074
|
cost: {
|
|
9018
9075
|
input: number;
|
|
9019
9076
|
output: number;
|
|
@@ -9023,14 +9080,14 @@ export declare const MODELS: {
|
|
|
9023
9080
|
contextWindow: number;
|
|
9024
9081
|
maxTokens: number;
|
|
9025
9082
|
};
|
|
9026
|
-
readonly "mimo-v2.5
|
|
9083
|
+
readonly "mimo-v2.5": {
|
|
9027
9084
|
id: string;
|
|
9028
9085
|
name: string;
|
|
9029
9086
|
api: "openai-completions";
|
|
9030
9087
|
provider: string;
|
|
9031
9088
|
baseUrl: string;
|
|
9032
9089
|
reasoning: true;
|
|
9033
|
-
input: "text"[];
|
|
9090
|
+
input: ("image" | "text")[];
|
|
9034
9091
|
cost: {
|
|
9035
9092
|
input: number;
|
|
9036
9093
|
output: number;
|
|
@@ -9040,10 +9097,10 @@ export declare const MODELS: {
|
|
|
9040
9097
|
contextWindow: number;
|
|
9041
9098
|
maxTokens: number;
|
|
9042
9099
|
};
|
|
9043
|
-
readonly "
|
|
9100
|
+
readonly "mimo-v2.5-pro": {
|
|
9044
9101
|
id: string;
|
|
9045
9102
|
name: string;
|
|
9046
|
-
api: "
|
|
9103
|
+
api: "openai-completions";
|
|
9047
9104
|
provider: string;
|
|
9048
9105
|
baseUrl: string;
|
|
9049
9106
|
reasoning: true;
|
|
@@ -9057,14 +9114,14 @@ export declare const MODELS: {
|
|
|
9057
9114
|
contextWindow: number;
|
|
9058
9115
|
maxTokens: number;
|
|
9059
9116
|
};
|
|
9060
|
-
readonly "minimax-
|
|
9117
|
+
readonly "minimax-m2.7": {
|
|
9061
9118
|
id: string;
|
|
9062
9119
|
name: string;
|
|
9063
9120
|
api: "anthropic-messages";
|
|
9064
9121
|
provider: string;
|
|
9065
9122
|
baseUrl: string;
|
|
9066
9123
|
reasoning: true;
|
|
9067
|
-
input:
|
|
9124
|
+
input: "text"[];
|
|
9068
9125
|
cost: {
|
|
9069
9126
|
input: number;
|
|
9070
9127
|
output: number;
|
|
@@ -9074,10 +9131,10 @@ export declare const MODELS: {
|
|
|
9074
9131
|
contextWindow: number;
|
|
9075
9132
|
maxTokens: number;
|
|
9076
9133
|
};
|
|
9077
|
-
readonly "
|
|
9134
|
+
readonly "minimax-m3": {
|
|
9078
9135
|
id: string;
|
|
9079
9136
|
name: string;
|
|
9080
|
-
api: "
|
|
9137
|
+
api: "anthropic-messages";
|
|
9081
9138
|
provider: string;
|
|
9082
9139
|
baseUrl: string;
|
|
9083
9140
|
reasoning: true;
|
|
@@ -9091,10 +9148,10 @@ export declare const MODELS: {
|
|
|
9091
9148
|
contextWindow: number;
|
|
9092
9149
|
maxTokens: number;
|
|
9093
9150
|
};
|
|
9094
|
-
readonly "
|
|
9151
|
+
readonly "muse-spark-1.2-contributor": {
|
|
9095
9152
|
id: string;
|
|
9096
9153
|
name: string;
|
|
9097
|
-
api: "openai-
|
|
9154
|
+
api: "openai-responses";
|
|
9098
9155
|
provider: string;
|
|
9099
9156
|
baseUrl: string;
|
|
9100
9157
|
reasoning: true;
|
|
@@ -10793,40 +10850,6 @@ export declare const MODELS: {
|
|
|
10793
10850
|
contextWindow: number;
|
|
10794
10851
|
maxTokens: number;
|
|
10795
10852
|
};
|
|
10796
|
-
readonly "inclusionai/ling-2.6-1t": {
|
|
10797
|
-
id: string;
|
|
10798
|
-
name: string;
|
|
10799
|
-
api: "openai-completions";
|
|
10800
|
-
provider: string;
|
|
10801
|
-
baseUrl: string;
|
|
10802
|
-
reasoning: false;
|
|
10803
|
-
input: "text"[];
|
|
10804
|
-
cost: {
|
|
10805
|
-
input: number;
|
|
10806
|
-
output: number;
|
|
10807
|
-
cacheRead: number;
|
|
10808
|
-
cacheWrite: number;
|
|
10809
|
-
};
|
|
10810
|
-
contextWindow: number;
|
|
10811
|
-
maxTokens: number;
|
|
10812
|
-
};
|
|
10813
|
-
readonly "inclusionai/ling-2.6-flash": {
|
|
10814
|
-
id: string;
|
|
10815
|
-
name: string;
|
|
10816
|
-
api: "openai-completions";
|
|
10817
|
-
provider: string;
|
|
10818
|
-
baseUrl: string;
|
|
10819
|
-
reasoning: false;
|
|
10820
|
-
input: "text"[];
|
|
10821
|
-
cost: {
|
|
10822
|
-
input: number;
|
|
10823
|
-
output: number;
|
|
10824
|
-
cacheRead: number;
|
|
10825
|
-
cacheWrite: number;
|
|
10826
|
-
};
|
|
10827
|
-
contextWindow: number;
|
|
10828
|
-
maxTokens: number;
|
|
10829
|
-
};
|
|
10830
10853
|
readonly "inclusionai/ling-3.0-flash": {
|
|
10831
10854
|
id: string;
|
|
10832
10855
|
name: string;
|
|
@@ -10844,7 +10867,7 @@ export declare const MODELS: {
|
|
|
10844
10867
|
contextWindow: number;
|
|
10845
10868
|
maxTokens: number;
|
|
10846
10869
|
};
|
|
10847
|
-
readonly "inclusionai/
|
|
10870
|
+
readonly "inclusionai/ling-3.0-flash-fin:free": {
|
|
10848
10871
|
id: string;
|
|
10849
10872
|
name: string;
|
|
10850
10873
|
api: "openai-completions";
|
|
@@ -11082,6 +11105,23 @@ export declare const MODELS: {
|
|
|
11082
11105
|
contextWindow: number;
|
|
11083
11106
|
maxTokens: number;
|
|
11084
11107
|
};
|
|
11108
|
+
readonly "meta/muse-spark-1.2-contributor": {
|
|
11109
|
+
id: string;
|
|
11110
|
+
name: string;
|
|
11111
|
+
api: "openai-completions";
|
|
11112
|
+
provider: string;
|
|
11113
|
+
baseUrl: string;
|
|
11114
|
+
reasoning: true;
|
|
11115
|
+
input: ("image" | "text")[];
|
|
11116
|
+
cost: {
|
|
11117
|
+
input: number;
|
|
11118
|
+
output: number;
|
|
11119
|
+
cacheRead: number;
|
|
11120
|
+
cacheWrite: number;
|
|
11121
|
+
};
|
|
11122
|
+
contextWindow: number;
|
|
11123
|
+
maxTokens: number;
|
|
11124
|
+
};
|
|
11085
11125
|
readonly "minimax/minimax-m1": {
|
|
11086
11126
|
id: string;
|
|
11087
11127
|
name: string;
|
|
@@ -11167,6 +11207,23 @@ export declare const MODELS: {
|
|
|
11167
11207
|
contextWindow: number;
|
|
11168
11208
|
maxTokens: number;
|
|
11169
11209
|
};
|
|
11210
|
+
readonly "minimax/minimax-m2.7:free": {
|
|
11211
|
+
id: string;
|
|
11212
|
+
name: string;
|
|
11213
|
+
api: "openai-completions";
|
|
11214
|
+
provider: string;
|
|
11215
|
+
baseUrl: string;
|
|
11216
|
+
reasoning: true;
|
|
11217
|
+
input: "text"[];
|
|
11218
|
+
cost: {
|
|
11219
|
+
input: number;
|
|
11220
|
+
output: number;
|
|
11221
|
+
cacheRead: number;
|
|
11222
|
+
cacheWrite: number;
|
|
11223
|
+
};
|
|
11224
|
+
contextWindow: number;
|
|
11225
|
+
maxTokens: number;
|
|
11226
|
+
};
|
|
11170
11227
|
readonly "minimax/minimax-m3": {
|
|
11171
11228
|
id: string;
|
|
11172
11229
|
name: string;
|
|
@@ -11201,6 +11258,23 @@ export declare const MODELS: {
|
|
|
11201
11258
|
contextWindow: number;
|
|
11202
11259
|
maxTokens: number;
|
|
11203
11260
|
};
|
|
11261
|
+
readonly "minimax/minimax-m3:free": {
|
|
11262
|
+
id: string;
|
|
11263
|
+
name: string;
|
|
11264
|
+
api: "openai-completions";
|
|
11265
|
+
provider: string;
|
|
11266
|
+
baseUrl: string;
|
|
11267
|
+
reasoning: true;
|
|
11268
|
+
input: ("image" | "text")[];
|
|
11269
|
+
cost: {
|
|
11270
|
+
input: number;
|
|
11271
|
+
output: number;
|
|
11272
|
+
cacheRead: number;
|
|
11273
|
+
cacheWrite: number;
|
|
11274
|
+
};
|
|
11275
|
+
contextWindow: number;
|
|
11276
|
+
maxTokens: number;
|
|
11277
|
+
};
|
|
11204
11278
|
readonly "mistralai/codestral-2508": {
|
|
11205
11279
|
id: string;
|
|
11206
11280
|
name: string;
|
|
@@ -11218,6 +11292,23 @@ export declare const MODELS: {
|
|
|
11218
11292
|
contextWindow: number;
|
|
11219
11293
|
maxTokens: number;
|
|
11220
11294
|
};
|
|
11295
|
+
readonly "mistralai/devstral-2512": {
|
|
11296
|
+
id: string;
|
|
11297
|
+
name: string;
|
|
11298
|
+
api: "openai-completions";
|
|
11299
|
+
provider: string;
|
|
11300
|
+
baseUrl: string;
|
|
11301
|
+
reasoning: false;
|
|
11302
|
+
input: "text"[];
|
|
11303
|
+
cost: {
|
|
11304
|
+
input: number;
|
|
11305
|
+
output: number;
|
|
11306
|
+
cacheRead: number;
|
|
11307
|
+
cacheWrite: number;
|
|
11308
|
+
};
|
|
11309
|
+
contextWindow: number;
|
|
11310
|
+
maxTokens: number;
|
|
11311
|
+
};
|
|
11221
11312
|
readonly "mistralai/ministral-14b-2512": {
|
|
11222
11313
|
id: string;
|
|
11223
11314
|
name: string;
|
|
@@ -11660,23 +11751,6 @@ export declare const MODELS: {
|
|
|
11660
11751
|
contextWindow: number;
|
|
11661
11752
|
maxTokens: number;
|
|
11662
11753
|
};
|
|
11663
|
-
readonly "nvidia/nemotron-3-nano-30b-a3b:free": {
|
|
11664
|
-
id: string;
|
|
11665
|
-
name: string;
|
|
11666
|
-
api: "openai-completions";
|
|
11667
|
-
provider: string;
|
|
11668
|
-
baseUrl: string;
|
|
11669
|
-
reasoning: true;
|
|
11670
|
-
input: "text"[];
|
|
11671
|
-
cost: {
|
|
11672
|
-
input: number;
|
|
11673
|
-
output: number;
|
|
11674
|
-
cacheRead: number;
|
|
11675
|
-
cacheWrite: number;
|
|
11676
|
-
};
|
|
11677
|
-
contextWindow: number;
|
|
11678
|
-
maxTokens: number;
|
|
11679
|
-
};
|
|
11680
11754
|
readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
11681
11755
|
id: string;
|
|
11682
11756
|
name: string;
|
|
@@ -11813,40 +11887,6 @@ export declare const MODELS: {
|
|
|
11813
11887
|
contextWindow: number;
|
|
11814
11888
|
maxTokens: number;
|
|
11815
11889
|
};
|
|
11816
|
-
readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
11817
|
-
id: string;
|
|
11818
|
-
name: string;
|
|
11819
|
-
api: "openai-completions";
|
|
11820
|
-
provider: string;
|
|
11821
|
-
baseUrl: string;
|
|
11822
|
-
reasoning: true;
|
|
11823
|
-
input: ("image" | "text")[];
|
|
11824
|
-
cost: {
|
|
11825
|
-
input: number;
|
|
11826
|
-
output: number;
|
|
11827
|
-
cacheRead: number;
|
|
11828
|
-
cacheWrite: number;
|
|
11829
|
-
};
|
|
11830
|
-
contextWindow: number;
|
|
11831
|
-
maxTokens: number;
|
|
11832
|
-
};
|
|
11833
|
-
readonly "nvidia/nemotron-nano-9b-v2:free": {
|
|
11834
|
-
id: string;
|
|
11835
|
-
name: string;
|
|
11836
|
-
api: "openai-completions";
|
|
11837
|
-
provider: string;
|
|
11838
|
-
baseUrl: string;
|
|
11839
|
-
reasoning: true;
|
|
11840
|
-
input: "text"[];
|
|
11841
|
-
cost: {
|
|
11842
|
-
input: number;
|
|
11843
|
-
output: number;
|
|
11844
|
-
cacheRead: number;
|
|
11845
|
-
cacheWrite: number;
|
|
11846
|
-
};
|
|
11847
|
-
contextWindow: number;
|
|
11848
|
-
maxTokens: number;
|
|
11849
|
-
};
|
|
11850
11890
|
readonly "openai/gpt-3.5-turbo": {
|
|
11851
11891
|
id: string;
|
|
11852
11892
|
name: string;
|
|
@@ -13071,23 +13111,6 @@ export declare const MODELS: {
|
|
|
13071
13111
|
contextWindow: number;
|
|
13072
13112
|
maxTokens: number;
|
|
13073
13113
|
};
|
|
13074
|
-
readonly "openai/gpt-oss-20b:free": {
|
|
13075
|
-
id: string;
|
|
13076
|
-
name: string;
|
|
13077
|
-
api: "openai-completions";
|
|
13078
|
-
provider: string;
|
|
13079
|
-
baseUrl: string;
|
|
13080
|
-
reasoning: true;
|
|
13081
|
-
input: "text"[];
|
|
13082
|
-
cost: {
|
|
13083
|
-
input: number;
|
|
13084
|
-
output: number;
|
|
13085
|
-
cacheRead: number;
|
|
13086
|
-
cacheWrite: number;
|
|
13087
|
-
};
|
|
13088
|
-
contextWindow: number;
|
|
13089
|
-
maxTokens: number;
|
|
13090
|
-
};
|
|
13091
13114
|
readonly "openai/gpt-oss-safeguard-20b": {
|
|
13092
13115
|
id: string;
|
|
13093
13116
|
name: string;
|
|
@@ -13530,23 +13553,6 @@ export declare const MODELS: {
|
|
|
13530
13553
|
contextWindow: number;
|
|
13531
13554
|
maxTokens: number;
|
|
13532
13555
|
};
|
|
13533
|
-
readonly "qwen/qwen-plus-2025-07-28:thinking": {
|
|
13534
|
-
id: string;
|
|
13535
|
-
name: string;
|
|
13536
|
-
api: "openai-completions";
|
|
13537
|
-
provider: string;
|
|
13538
|
-
baseUrl: string;
|
|
13539
|
-
reasoning: true;
|
|
13540
|
-
input: "text"[];
|
|
13541
|
-
cost: {
|
|
13542
|
-
input: number;
|
|
13543
|
-
output: number;
|
|
13544
|
-
cacheRead: number;
|
|
13545
|
-
cacheWrite: number;
|
|
13546
|
-
};
|
|
13547
|
-
contextWindow: number;
|
|
13548
|
-
maxTokens: number;
|
|
13549
|
-
};
|
|
13550
13556
|
readonly "qwen/qwen3-14b": {
|
|
13551
13557
|
id: string;
|
|
13552
13558
|
name: string;
|
|
@@ -14278,6 +14284,23 @@ export declare const MODELS: {
|
|
|
14278
14284
|
contextWindow: number;
|
|
14279
14285
|
maxTokens: number;
|
|
14280
14286
|
};
|
|
14287
|
+
readonly "qwen/qwen3.8-flash": {
|
|
14288
|
+
id: string;
|
|
14289
|
+
name: string;
|
|
14290
|
+
api: "openai-completions";
|
|
14291
|
+
provider: string;
|
|
14292
|
+
baseUrl: string;
|
|
14293
|
+
reasoning: true;
|
|
14294
|
+
input: ("image" | "text")[];
|
|
14295
|
+
cost: {
|
|
14296
|
+
input: number;
|
|
14297
|
+
output: number;
|
|
14298
|
+
cacheRead: number;
|
|
14299
|
+
cacheWrite: number;
|
|
14300
|
+
};
|
|
14301
|
+
contextWindow: number;
|
|
14302
|
+
maxTokens: number;
|
|
14303
|
+
};
|
|
14281
14304
|
readonly "qwen/qwen3.8-max": {
|
|
14282
14305
|
id: string;
|
|
14283
14306
|
name: string;
|
|
@@ -14380,14 +14403,14 @@ export declare const MODELS: {
|
|
|
14380
14403
|
contextWindow: number;
|
|
14381
14404
|
maxTokens: number;
|
|
14382
14405
|
};
|
|
14383
|
-
readonly "
|
|
14406
|
+
readonly "stepfun/step-3.5-flash": {
|
|
14384
14407
|
id: string;
|
|
14385
14408
|
name: string;
|
|
14386
14409
|
api: "openai-completions";
|
|
14387
14410
|
provider: string;
|
|
14388
14411
|
baseUrl: string;
|
|
14389
14412
|
reasoning: true;
|
|
14390
|
-
input:
|
|
14413
|
+
input: "text"[];
|
|
14391
14414
|
cost: {
|
|
14392
14415
|
input: number;
|
|
14393
14416
|
output: number;
|
|
@@ -14397,14 +14420,14 @@ export declare const MODELS: {
|
|
|
14397
14420
|
contextWindow: number;
|
|
14398
14421
|
maxTokens: number;
|
|
14399
14422
|
};
|
|
14400
|
-
readonly "stepfun/step-3.
|
|
14423
|
+
readonly "stepfun/step-3.7-flash": {
|
|
14401
14424
|
id: string;
|
|
14402
14425
|
name: string;
|
|
14403
14426
|
api: "openai-completions";
|
|
14404
14427
|
provider: string;
|
|
14405
14428
|
baseUrl: string;
|
|
14406
14429
|
reasoning: true;
|
|
14407
|
-
input: "text"[];
|
|
14430
|
+
input: ("image" | "text")[];
|
|
14408
14431
|
cost: {
|
|
14409
14432
|
input: number;
|
|
14410
14433
|
output: number;
|
|
@@ -14414,14 +14437,14 @@ export declare const MODELS: {
|
|
|
14414
14437
|
contextWindow: number;
|
|
14415
14438
|
maxTokens: number;
|
|
14416
14439
|
};
|
|
14417
|
-
readonly "
|
|
14440
|
+
readonly "tencent/hy3": {
|
|
14418
14441
|
id: string;
|
|
14419
14442
|
name: string;
|
|
14420
14443
|
api: "openai-completions";
|
|
14421
14444
|
provider: string;
|
|
14422
14445
|
baseUrl: string;
|
|
14423
14446
|
reasoning: true;
|
|
14424
|
-
input:
|
|
14447
|
+
input: "text"[];
|
|
14425
14448
|
cost: {
|
|
14426
14449
|
input: number;
|
|
14427
14450
|
output: number;
|
|
@@ -14431,7 +14454,7 @@ export declare const MODELS: {
|
|
|
14431
14454
|
contextWindow: number;
|
|
14432
14455
|
maxTokens: number;
|
|
14433
14456
|
};
|
|
14434
|
-
readonly "tencent/hy3": {
|
|
14457
|
+
readonly "tencent/hy3-preview": {
|
|
14435
14458
|
id: string;
|
|
14436
14459
|
name: string;
|
|
14437
14460
|
api: "openai-completions";
|
|
@@ -14448,13 +14471,13 @@ export declare const MODELS: {
|
|
|
14448
14471
|
contextWindow: number;
|
|
14449
14472
|
maxTokens: number;
|
|
14450
14473
|
};
|
|
14451
|
-
readonly "
|
|
14474
|
+
readonly "thedrummer/unslopnemo-12b": {
|
|
14452
14475
|
id: string;
|
|
14453
14476
|
name: string;
|
|
14454
14477
|
api: "openai-completions";
|
|
14455
14478
|
provider: string;
|
|
14456
14479
|
baseUrl: string;
|
|
14457
|
-
reasoning:
|
|
14480
|
+
reasoning: false;
|
|
14458
14481
|
input: "text"[];
|
|
14459
14482
|
cost: {
|
|
14460
14483
|
input: number;
|
|
@@ -14465,14 +14488,14 @@ export declare const MODELS: {
|
|
|
14465
14488
|
contextWindow: number;
|
|
14466
14489
|
maxTokens: number;
|
|
14467
14490
|
};
|
|
14468
|
-
readonly "
|
|
14491
|
+
readonly "thinkingmachines/inkling": {
|
|
14469
14492
|
id: string;
|
|
14470
14493
|
name: string;
|
|
14471
14494
|
api: "openai-completions";
|
|
14472
14495
|
provider: string;
|
|
14473
14496
|
baseUrl: string;
|
|
14474
|
-
reasoning:
|
|
14475
|
-
input: "text"[];
|
|
14497
|
+
reasoning: true;
|
|
14498
|
+
input: ("image" | "text")[];
|
|
14476
14499
|
cost: {
|
|
14477
14500
|
input: number;
|
|
14478
14501
|
output: number;
|
|
@@ -14482,7 +14505,7 @@ export declare const MODELS: {
|
|
|
14482
14505
|
contextWindow: number;
|
|
14483
14506
|
maxTokens: number;
|
|
14484
14507
|
};
|
|
14485
|
-
readonly "thinkingmachines/inkling": {
|
|
14508
|
+
readonly "thinkingmachines/inkling-small": {
|
|
14486
14509
|
id: string;
|
|
14487
14510
|
name: string;
|
|
14488
14511
|
api: "openai-completions";
|
|
@@ -14499,7 +14522,7 @@ export declare const MODELS: {
|
|
|
14499
14522
|
contextWindow: number;
|
|
14500
14523
|
maxTokens: number;
|
|
14501
14524
|
};
|
|
14502
|
-
readonly "thinkingmachines/inkling-small": {
|
|
14525
|
+
readonly "thinkingmachines/inkling-small:free": {
|
|
14503
14526
|
id: string;
|
|
14504
14527
|
name: string;
|
|
14505
14528
|
api: "openai-completions";
|
|
@@ -14533,6 +14556,23 @@ export declare const MODELS: {
|
|
|
14533
14556
|
contextWindow: number;
|
|
14534
14557
|
maxTokens: number;
|
|
14535
14558
|
};
|
|
14559
|
+
readonly "thinkingmachines/inkling:free": {
|
|
14560
|
+
id: string;
|
|
14561
|
+
name: string;
|
|
14562
|
+
api: "openai-completions";
|
|
14563
|
+
provider: string;
|
|
14564
|
+
baseUrl: string;
|
|
14565
|
+
reasoning: true;
|
|
14566
|
+
input: ("image" | "text")[];
|
|
14567
|
+
cost: {
|
|
14568
|
+
input: number;
|
|
14569
|
+
output: number;
|
|
14570
|
+
cacheRead: number;
|
|
14571
|
+
cacheWrite: number;
|
|
14572
|
+
};
|
|
14573
|
+
contextWindow: number;
|
|
14574
|
+
maxTokens: number;
|
|
14575
|
+
};
|
|
14536
14576
|
readonly "upstage/solar-pro-3": {
|
|
14537
14577
|
id: string;
|
|
14538
14578
|
name: string;
|
|
@@ -14873,7 +14913,7 @@ export declare const MODELS: {
|
|
|
14873
14913
|
contextWindow: number;
|
|
14874
14914
|
maxTokens: number;
|
|
14875
14915
|
};
|
|
14876
|
-
readonly "z-ai/glm-5.2:
|
|
14916
|
+
readonly "z-ai/glm-5.2:free": {
|
|
14877
14917
|
id: string;
|
|
14878
14918
|
name: string;
|
|
14879
14919
|
api: "openai-completions";
|
|
@@ -14890,7 +14930,7 @@ export declare const MODELS: {
|
|
|
14890
14930
|
contextWindow: number;
|
|
14891
14931
|
maxTokens: number;
|
|
14892
14932
|
};
|
|
14893
|
-
readonly "z-ai/glm-5.
|
|
14933
|
+
readonly "z-ai/glm-5.3": {
|
|
14894
14934
|
id: string;
|
|
14895
14935
|
name: string;
|
|
14896
14936
|
api: "openai-completions";
|
|
@@ -14907,14 +14947,14 @@ export declare const MODELS: {
|
|
|
14907
14947
|
contextWindow: number;
|
|
14908
14948
|
maxTokens: number;
|
|
14909
14949
|
};
|
|
14910
|
-
readonly "z-ai/glm-5.3": {
|
|
14950
|
+
readonly "z-ai/glm-5.3-flash": {
|
|
14911
14951
|
id: string;
|
|
14912
14952
|
name: string;
|
|
14913
14953
|
api: "openai-completions";
|
|
14914
14954
|
provider: string;
|
|
14915
14955
|
baseUrl: string;
|
|
14916
14956
|
reasoning: true;
|
|
14917
|
-
input: "text"[];
|
|
14957
|
+
input: ("image" | "text")[];
|
|
14918
14958
|
cost: {
|
|
14919
14959
|
input: number;
|
|
14920
14960
|
output: number;
|
|
@@ -15606,6 +15646,23 @@ export declare const MODELS: {
|
|
|
15606
15646
|
contextWindow: number;
|
|
15607
15647
|
maxTokens: number;
|
|
15608
15648
|
};
|
|
15649
|
+
readonly "alibaba/qwen3.8-flash": {
|
|
15650
|
+
id: string;
|
|
15651
|
+
name: string;
|
|
15652
|
+
api: "anthropic-messages";
|
|
15653
|
+
provider: string;
|
|
15654
|
+
baseUrl: string;
|
|
15655
|
+
reasoning: true;
|
|
15656
|
+
input: ("image" | "text")[];
|
|
15657
|
+
cost: {
|
|
15658
|
+
input: number;
|
|
15659
|
+
output: number;
|
|
15660
|
+
cacheRead: number;
|
|
15661
|
+
cacheWrite: number;
|
|
15662
|
+
};
|
|
15663
|
+
contextWindow: number;
|
|
15664
|
+
maxTokens: number;
|
|
15665
|
+
};
|
|
15609
15666
|
readonly "alibaba/qwen3.8-max": {
|
|
15610
15667
|
id: string;
|
|
15611
15668
|
name: string;
|
|
@@ -15963,23 +16020,6 @@ export declare const MODELS: {
|
|
|
15963
16020
|
contextWindow: number;
|
|
15964
16021
|
maxTokens: number;
|
|
15965
16022
|
};
|
|
15966
|
-
readonly "arcee-ai/trinity-mini": {
|
|
15967
|
-
id: string;
|
|
15968
|
-
name: string;
|
|
15969
|
-
api: "anthropic-messages";
|
|
15970
|
-
provider: string;
|
|
15971
|
-
baseUrl: string;
|
|
15972
|
-
reasoning: false;
|
|
15973
|
-
input: "text"[];
|
|
15974
|
-
cost: {
|
|
15975
|
-
input: number;
|
|
15976
|
-
output: number;
|
|
15977
|
-
cacheRead: number;
|
|
15978
|
-
cacheWrite: number;
|
|
15979
|
-
};
|
|
15980
|
-
contextWindow: number;
|
|
15981
|
-
maxTokens: number;
|
|
15982
|
-
};
|
|
15983
16023
|
readonly "bytedance/seed-1.6": {
|
|
15984
16024
|
id: string;
|
|
15985
16025
|
name: string;
|
|
@@ -16473,6 +16513,40 @@ export declare const MODELS: {
|
|
|
16473
16513
|
contextWindow: number;
|
|
16474
16514
|
maxTokens: number;
|
|
16475
16515
|
};
|
|
16516
|
+
readonly "inclusionai/ling-3.0-flash-fin": {
|
|
16517
|
+
id: string;
|
|
16518
|
+
name: string;
|
|
16519
|
+
api: "anthropic-messages";
|
|
16520
|
+
provider: string;
|
|
16521
|
+
baseUrl: string;
|
|
16522
|
+
reasoning: true;
|
|
16523
|
+
input: "text"[];
|
|
16524
|
+
cost: {
|
|
16525
|
+
input: number;
|
|
16526
|
+
output: number;
|
|
16527
|
+
cacheRead: number;
|
|
16528
|
+
cacheWrite: number;
|
|
16529
|
+
};
|
|
16530
|
+
contextWindow: number;
|
|
16531
|
+
maxTokens: number;
|
|
16532
|
+
};
|
|
16533
|
+
readonly "inclusionai/ling-3.0-flash-fin-free": {
|
|
16534
|
+
id: string;
|
|
16535
|
+
name: string;
|
|
16536
|
+
api: "anthropic-messages";
|
|
16537
|
+
provider: string;
|
|
16538
|
+
baseUrl: string;
|
|
16539
|
+
reasoning: true;
|
|
16540
|
+
input: "text"[];
|
|
16541
|
+
cost: {
|
|
16542
|
+
input: number;
|
|
16543
|
+
output: number;
|
|
16544
|
+
cacheRead: number;
|
|
16545
|
+
cacheWrite: number;
|
|
16546
|
+
};
|
|
16547
|
+
contextWindow: number;
|
|
16548
|
+
maxTokens: number;
|
|
16549
|
+
};
|
|
16476
16550
|
readonly "interfaze/interfaze-beta": {
|
|
16477
16551
|
id: string;
|
|
16478
16552
|
name: string;
|
|
@@ -16813,7 +16887,7 @@ export declare const MODELS: {
|
|
|
16813
16887
|
contextWindow: number;
|
|
16814
16888
|
maxTokens: number;
|
|
16815
16889
|
};
|
|
16816
|
-
readonly "minimax/minimax-m2.7-
|
|
16890
|
+
readonly "minimax/minimax-m2.7-free": {
|
|
16817
16891
|
id: string;
|
|
16818
16892
|
name: string;
|
|
16819
16893
|
api: "anthropic-messages";
|
|
@@ -16830,14 +16904,14 @@ export declare const MODELS: {
|
|
|
16830
16904
|
contextWindow: number;
|
|
16831
16905
|
maxTokens: number;
|
|
16832
16906
|
};
|
|
16833
|
-
readonly "minimax/minimax-
|
|
16907
|
+
readonly "minimax/minimax-m2.7-highspeed": {
|
|
16834
16908
|
id: string;
|
|
16835
16909
|
name: string;
|
|
16836
16910
|
api: "anthropic-messages";
|
|
16837
16911
|
provider: string;
|
|
16838
16912
|
baseUrl: string;
|
|
16839
16913
|
reasoning: true;
|
|
16840
|
-
input:
|
|
16914
|
+
input: "text"[];
|
|
16841
16915
|
cost: {
|
|
16842
16916
|
input: number;
|
|
16843
16917
|
output: number;
|
|
@@ -16847,14 +16921,14 @@ export declare const MODELS: {
|
|
|
16847
16921
|
contextWindow: number;
|
|
16848
16922
|
maxTokens: number;
|
|
16849
16923
|
};
|
|
16850
|
-
readonly "
|
|
16924
|
+
readonly "minimax/minimax-m3": {
|
|
16851
16925
|
id: string;
|
|
16852
16926
|
name: string;
|
|
16853
16927
|
api: "anthropic-messages";
|
|
16854
16928
|
provider: string;
|
|
16855
16929
|
baseUrl: string;
|
|
16856
|
-
reasoning:
|
|
16857
|
-
input: "text"[];
|
|
16930
|
+
reasoning: true;
|
|
16931
|
+
input: ("image" | "text")[];
|
|
16858
16932
|
cost: {
|
|
16859
16933
|
input: number;
|
|
16860
16934
|
output: number;
|
|
@@ -16864,14 +16938,14 @@ export declare const MODELS: {
|
|
|
16864
16938
|
contextWindow: number;
|
|
16865
16939
|
maxTokens: number;
|
|
16866
16940
|
};
|
|
16867
|
-
readonly "
|
|
16941
|
+
readonly "minimax/minimax-m3-free": {
|
|
16868
16942
|
id: string;
|
|
16869
16943
|
name: string;
|
|
16870
16944
|
api: "anthropic-messages";
|
|
16871
16945
|
provider: string;
|
|
16872
16946
|
baseUrl: string;
|
|
16873
|
-
reasoning:
|
|
16874
|
-
input: "text"[];
|
|
16947
|
+
reasoning: true;
|
|
16948
|
+
input: ("image" | "text")[];
|
|
16875
16949
|
cost: {
|
|
16876
16950
|
input: number;
|
|
16877
16951
|
output: number;
|
|
@@ -16881,14 +16955,14 @@ export declare const MODELS: {
|
|
|
16881
16955
|
contextWindow: number;
|
|
16882
16956
|
maxTokens: number;
|
|
16883
16957
|
};
|
|
16884
|
-
readonly "mistral/
|
|
16958
|
+
readonly "mistral/codestral": {
|
|
16885
16959
|
id: string;
|
|
16886
16960
|
name: string;
|
|
16887
16961
|
api: "anthropic-messages";
|
|
16888
16962
|
provider: string;
|
|
16889
16963
|
baseUrl: string;
|
|
16890
16964
|
reasoning: false;
|
|
16891
|
-
input:
|
|
16965
|
+
input: "text"[];
|
|
16892
16966
|
cost: {
|
|
16893
16967
|
input: number;
|
|
16894
16968
|
output: number;
|
|
@@ -16898,14 +16972,14 @@ export declare const MODELS: {
|
|
|
16898
16972
|
contextWindow: number;
|
|
16899
16973
|
maxTokens: number;
|
|
16900
16974
|
};
|
|
16901
|
-
readonly "mistral/
|
|
16975
|
+
readonly "mistral/devstral-2": {
|
|
16902
16976
|
id: string;
|
|
16903
16977
|
name: string;
|
|
16904
16978
|
api: "anthropic-messages";
|
|
16905
16979
|
provider: string;
|
|
16906
16980
|
baseUrl: string;
|
|
16907
|
-
reasoning:
|
|
16908
|
-
input:
|
|
16981
|
+
reasoning: false;
|
|
16982
|
+
input: "text"[];
|
|
16909
16983
|
cost: {
|
|
16910
16984
|
input: number;
|
|
16911
16985
|
output: number;
|
|
@@ -16915,13 +16989,13 @@ export declare const MODELS: {
|
|
|
16915
16989
|
contextWindow: number;
|
|
16916
16990
|
maxTokens: number;
|
|
16917
16991
|
};
|
|
16918
|
-
readonly "mistral/
|
|
16992
|
+
readonly "mistral/devstral-small-2": {
|
|
16919
16993
|
id: string;
|
|
16920
16994
|
name: string;
|
|
16921
16995
|
api: "anthropic-messages";
|
|
16922
16996
|
provider: string;
|
|
16923
16997
|
baseUrl: string;
|
|
16924
|
-
reasoning:
|
|
16998
|
+
reasoning: false;
|
|
16925
16999
|
input: ("image" | "text")[];
|
|
16926
17000
|
cost: {
|
|
16927
17001
|
input: number;
|
|
@@ -18122,7 +18196,7 @@ export declare const MODELS: {
|
|
|
18122
18196
|
contextWindow: number;
|
|
18123
18197
|
maxTokens: number;
|
|
18124
18198
|
};
|
|
18125
|
-
readonly "openai/gpt-oss-safeguard-
|
|
18199
|
+
readonly "openai/gpt-oss-safeguard-120b": {
|
|
18126
18200
|
id: string;
|
|
18127
18201
|
name: string;
|
|
18128
18202
|
api: "anthropic-messages";
|
|
@@ -18139,14 +18213,14 @@ export declare const MODELS: {
|
|
|
18139
18213
|
contextWindow: number;
|
|
18140
18214
|
maxTokens: number;
|
|
18141
18215
|
};
|
|
18142
|
-
readonly "openai/
|
|
18216
|
+
readonly "openai/gpt-oss-safeguard-20b": {
|
|
18143
18217
|
id: string;
|
|
18144
18218
|
name: string;
|
|
18145
18219
|
api: "anthropic-messages";
|
|
18146
18220
|
provider: string;
|
|
18147
18221
|
baseUrl: string;
|
|
18148
18222
|
reasoning: true;
|
|
18149
|
-
input:
|
|
18223
|
+
input: "text"[];
|
|
18150
18224
|
cost: {
|
|
18151
18225
|
input: number;
|
|
18152
18226
|
output: number;
|
|
@@ -18156,7 +18230,7 @@ export declare const MODELS: {
|
|
|
18156
18230
|
contextWindow: number;
|
|
18157
18231
|
maxTokens: number;
|
|
18158
18232
|
};
|
|
18159
|
-
readonly "openai/
|
|
18233
|
+
readonly "openai/o1": {
|
|
18160
18234
|
id: string;
|
|
18161
18235
|
name: string;
|
|
18162
18236
|
api: "anthropic-messages";
|
|
@@ -18173,7 +18247,7 @@ export declare const MODELS: {
|
|
|
18173
18247
|
contextWindow: number;
|
|
18174
18248
|
maxTokens: number;
|
|
18175
18249
|
};
|
|
18176
|
-
readonly "openai/o3
|
|
18250
|
+
readonly "openai/o3": {
|
|
18177
18251
|
id: string;
|
|
18178
18252
|
name: string;
|
|
18179
18253
|
api: "anthropic-messages";
|
|
@@ -18887,6 +18961,23 @@ export declare const MODELS: {
|
|
|
18887
18961
|
contextWindow: number;
|
|
18888
18962
|
maxTokens: number;
|
|
18889
18963
|
};
|
|
18964
|
+
readonly "zai/glm-5.3-flash": {
|
|
18965
|
+
id: string;
|
|
18966
|
+
name: string;
|
|
18967
|
+
api: "anthropic-messages";
|
|
18968
|
+
provider: string;
|
|
18969
|
+
baseUrl: string;
|
|
18970
|
+
reasoning: true;
|
|
18971
|
+
input: ("image" | "text")[];
|
|
18972
|
+
cost: {
|
|
18973
|
+
input: number;
|
|
18974
|
+
output: number;
|
|
18975
|
+
cacheRead: number;
|
|
18976
|
+
cacheWrite: number;
|
|
18977
|
+
};
|
|
18978
|
+
contextWindow: number;
|
|
18979
|
+
maxTokens: number;
|
|
18980
|
+
};
|
|
18890
18981
|
readonly "zai/glm-5v-turbo": {
|
|
18891
18982
|
id: string;
|
|
18892
18983
|
name: string;
|