@dreb/ai 2.19.1 → 2.19.3
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 +96 -538
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +121 -563
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -3418,6 +3418,23 @@ export declare const MODELS: {
|
|
|
3418
3418
|
contextWindow: number;
|
|
3419
3419
|
maxTokens: number;
|
|
3420
3420
|
};
|
|
3421
|
+
readonly "gemini-3.5-flash": {
|
|
3422
|
+
id: string;
|
|
3423
|
+
name: string;
|
|
3424
|
+
api: "google-generative-ai";
|
|
3425
|
+
provider: string;
|
|
3426
|
+
baseUrl: string;
|
|
3427
|
+
reasoning: true;
|
|
3428
|
+
input: ("image" | "text")[];
|
|
3429
|
+
cost: {
|
|
3430
|
+
input: number;
|
|
3431
|
+
output: number;
|
|
3432
|
+
cacheRead: number;
|
|
3433
|
+
cacheWrite: number;
|
|
3434
|
+
};
|
|
3435
|
+
contextWindow: number;
|
|
3436
|
+
maxTokens: number;
|
|
3437
|
+
};
|
|
3421
3438
|
readonly "gemini-flash-latest": {
|
|
3422
3439
|
id: string;
|
|
3423
3440
|
name: string;
|
|
@@ -8108,6 +8125,23 @@ export declare const MODELS: {
|
|
|
8108
8125
|
contextWindow: number;
|
|
8109
8126
|
maxTokens: number;
|
|
8110
8127
|
};
|
|
8128
|
+
readonly "google/gemini-3.5-flash": {
|
|
8129
|
+
id: string;
|
|
8130
|
+
name: string;
|
|
8131
|
+
api: "openai-completions";
|
|
8132
|
+
provider: string;
|
|
8133
|
+
baseUrl: string;
|
|
8134
|
+
reasoning: true;
|
|
8135
|
+
input: ("image" | "text")[];
|
|
8136
|
+
cost: {
|
|
8137
|
+
input: number;
|
|
8138
|
+
output: number;
|
|
8139
|
+
cacheRead: number;
|
|
8140
|
+
cacheWrite: number;
|
|
8141
|
+
};
|
|
8142
|
+
contextWindow: number;
|
|
8143
|
+
maxTokens: number;
|
|
8144
|
+
};
|
|
8111
8145
|
readonly "google/gemma-3-12b-it": {
|
|
8112
8146
|
id: string;
|
|
8113
8147
|
name: string;
|
|
@@ -11100,125 +11134,6 @@ export declare const MODELS: {
|
|
|
11100
11134
|
contextWindow: number;
|
|
11101
11135
|
maxTokens: number;
|
|
11102
11136
|
};
|
|
11103
|
-
readonly "x-ai/grok-3": {
|
|
11104
|
-
id: string;
|
|
11105
|
-
name: string;
|
|
11106
|
-
api: "openai-completions";
|
|
11107
|
-
provider: string;
|
|
11108
|
-
baseUrl: string;
|
|
11109
|
-
reasoning: false;
|
|
11110
|
-
input: "text"[];
|
|
11111
|
-
cost: {
|
|
11112
|
-
input: number;
|
|
11113
|
-
output: number;
|
|
11114
|
-
cacheRead: number;
|
|
11115
|
-
cacheWrite: number;
|
|
11116
|
-
};
|
|
11117
|
-
contextWindow: number;
|
|
11118
|
-
maxTokens: number;
|
|
11119
|
-
};
|
|
11120
|
-
readonly "x-ai/grok-3-beta": {
|
|
11121
|
-
id: string;
|
|
11122
|
-
name: string;
|
|
11123
|
-
api: "openai-completions";
|
|
11124
|
-
provider: string;
|
|
11125
|
-
baseUrl: string;
|
|
11126
|
-
reasoning: false;
|
|
11127
|
-
input: "text"[];
|
|
11128
|
-
cost: {
|
|
11129
|
-
input: number;
|
|
11130
|
-
output: number;
|
|
11131
|
-
cacheRead: number;
|
|
11132
|
-
cacheWrite: number;
|
|
11133
|
-
};
|
|
11134
|
-
contextWindow: number;
|
|
11135
|
-
maxTokens: number;
|
|
11136
|
-
};
|
|
11137
|
-
readonly "x-ai/grok-3-mini": {
|
|
11138
|
-
id: string;
|
|
11139
|
-
name: string;
|
|
11140
|
-
api: "openai-completions";
|
|
11141
|
-
provider: string;
|
|
11142
|
-
baseUrl: string;
|
|
11143
|
-
reasoning: true;
|
|
11144
|
-
input: "text"[];
|
|
11145
|
-
cost: {
|
|
11146
|
-
input: number;
|
|
11147
|
-
output: number;
|
|
11148
|
-
cacheRead: number;
|
|
11149
|
-
cacheWrite: number;
|
|
11150
|
-
};
|
|
11151
|
-
contextWindow: number;
|
|
11152
|
-
maxTokens: number;
|
|
11153
|
-
};
|
|
11154
|
-
readonly "x-ai/grok-3-mini-beta": {
|
|
11155
|
-
id: string;
|
|
11156
|
-
name: string;
|
|
11157
|
-
api: "openai-completions";
|
|
11158
|
-
provider: string;
|
|
11159
|
-
baseUrl: string;
|
|
11160
|
-
reasoning: true;
|
|
11161
|
-
input: "text"[];
|
|
11162
|
-
cost: {
|
|
11163
|
-
input: number;
|
|
11164
|
-
output: number;
|
|
11165
|
-
cacheRead: number;
|
|
11166
|
-
cacheWrite: number;
|
|
11167
|
-
};
|
|
11168
|
-
contextWindow: number;
|
|
11169
|
-
maxTokens: number;
|
|
11170
|
-
};
|
|
11171
|
-
readonly "x-ai/grok-4": {
|
|
11172
|
-
id: string;
|
|
11173
|
-
name: string;
|
|
11174
|
-
api: "openai-completions";
|
|
11175
|
-
provider: string;
|
|
11176
|
-
baseUrl: string;
|
|
11177
|
-
reasoning: true;
|
|
11178
|
-
input: ("image" | "text")[];
|
|
11179
|
-
cost: {
|
|
11180
|
-
input: number;
|
|
11181
|
-
output: number;
|
|
11182
|
-
cacheRead: number;
|
|
11183
|
-
cacheWrite: number;
|
|
11184
|
-
};
|
|
11185
|
-
contextWindow: number;
|
|
11186
|
-
maxTokens: number;
|
|
11187
|
-
};
|
|
11188
|
-
readonly "x-ai/grok-4-fast": {
|
|
11189
|
-
id: string;
|
|
11190
|
-
name: string;
|
|
11191
|
-
api: "openai-completions";
|
|
11192
|
-
provider: string;
|
|
11193
|
-
baseUrl: string;
|
|
11194
|
-
reasoning: true;
|
|
11195
|
-
input: ("image" | "text")[];
|
|
11196
|
-
cost: {
|
|
11197
|
-
input: number;
|
|
11198
|
-
output: number;
|
|
11199
|
-
cacheRead: number;
|
|
11200
|
-
cacheWrite: number;
|
|
11201
|
-
};
|
|
11202
|
-
contextWindow: number;
|
|
11203
|
-
maxTokens: number;
|
|
11204
|
-
};
|
|
11205
|
-
readonly "x-ai/grok-4.1-fast": {
|
|
11206
|
-
id: string;
|
|
11207
|
-
name: string;
|
|
11208
|
-
api: "openai-completions";
|
|
11209
|
-
provider: string;
|
|
11210
|
-
baseUrl: string;
|
|
11211
|
-
reasoning: true;
|
|
11212
|
-
input: ("image" | "text")[];
|
|
11213
|
-
cost: {
|
|
11214
|
-
input: number;
|
|
11215
|
-
output: number;
|
|
11216
|
-
cacheRead: number;
|
|
11217
|
-
cacheWrite: number;
|
|
11218
|
-
};
|
|
11219
|
-
contextWindow: number;
|
|
11220
|
-
maxTokens: number;
|
|
11221
|
-
};
|
|
11222
11137
|
readonly "x-ai/grok-4.20": {
|
|
11223
11138
|
id: string;
|
|
11224
11139
|
name: string;
|
|
@@ -11253,23 +11168,6 @@ export declare const MODELS: {
|
|
|
11253
11168
|
contextWindow: number;
|
|
11254
11169
|
maxTokens: number;
|
|
11255
11170
|
};
|
|
11256
|
-
readonly "x-ai/grok-code-fast-1": {
|
|
11257
|
-
id: string;
|
|
11258
|
-
name: string;
|
|
11259
|
-
api: "openai-completions";
|
|
11260
|
-
provider: string;
|
|
11261
|
-
baseUrl: string;
|
|
11262
|
-
reasoning: true;
|
|
11263
|
-
input: "text"[];
|
|
11264
|
-
cost: {
|
|
11265
|
-
input: number;
|
|
11266
|
-
output: number;
|
|
11267
|
-
cacheRead: number;
|
|
11268
|
-
cacheWrite: number;
|
|
11269
|
-
};
|
|
11270
|
-
contextWindow: number;
|
|
11271
|
-
maxTokens: number;
|
|
11272
|
-
};
|
|
11273
11171
|
readonly "xiaomi/mimo-v2-flash": {
|
|
11274
11172
|
id: string;
|
|
11275
11173
|
name: string;
|
|
@@ -12581,6 +12479,23 @@ export declare const MODELS: {
|
|
|
12581
12479
|
contextWindow: number;
|
|
12582
12480
|
maxTokens: number;
|
|
12583
12481
|
};
|
|
12482
|
+
readonly "google/gemini-3.5-flash": {
|
|
12483
|
+
id: string;
|
|
12484
|
+
name: string;
|
|
12485
|
+
api: "anthropic-messages";
|
|
12486
|
+
provider: string;
|
|
12487
|
+
baseUrl: string;
|
|
12488
|
+
reasoning: true;
|
|
12489
|
+
input: ("image" | "text")[];
|
|
12490
|
+
cost: {
|
|
12491
|
+
input: number;
|
|
12492
|
+
output: number;
|
|
12493
|
+
cacheRead: number;
|
|
12494
|
+
cacheWrite: number;
|
|
12495
|
+
};
|
|
12496
|
+
contextWindow: number;
|
|
12497
|
+
maxTokens: number;
|
|
12498
|
+
};
|
|
12584
12499
|
readonly "google/gemma-4-26b-a4b-it": {
|
|
12585
12500
|
id: string;
|
|
12586
12501
|
name: string;
|
|
@@ -13890,14 +13805,14 @@ export declare const MODELS: {
|
|
|
13890
13805
|
contextWindow: number;
|
|
13891
13806
|
maxTokens: number;
|
|
13892
13807
|
};
|
|
13893
|
-
readonly "xai/grok-
|
|
13808
|
+
readonly "xai/grok-4.1-fast-non-reasoning": {
|
|
13894
13809
|
id: string;
|
|
13895
13810
|
name: string;
|
|
13896
13811
|
api: "anthropic-messages";
|
|
13897
13812
|
provider: string;
|
|
13898
13813
|
baseUrl: string;
|
|
13899
13814
|
reasoning: false;
|
|
13900
|
-
input: "text"[];
|
|
13815
|
+
input: ("image" | "text")[];
|
|
13901
13816
|
cost: {
|
|
13902
13817
|
input: number;
|
|
13903
13818
|
output: number;
|
|
@@ -13907,14 +13822,14 @@ export declare const MODELS: {
|
|
|
13907
13822
|
contextWindow: number;
|
|
13908
13823
|
maxTokens: number;
|
|
13909
13824
|
};
|
|
13910
|
-
readonly "xai/grok-
|
|
13825
|
+
readonly "xai/grok-4.1-fast-reasoning": {
|
|
13911
13826
|
id: string;
|
|
13912
13827
|
name: string;
|
|
13913
13828
|
api: "anthropic-messages";
|
|
13914
13829
|
provider: string;
|
|
13915
13830
|
baseUrl: string;
|
|
13916
|
-
reasoning:
|
|
13917
|
-
input: "text"[];
|
|
13831
|
+
reasoning: true;
|
|
13832
|
+
input: ("image" | "text")[];
|
|
13918
13833
|
cost: {
|
|
13919
13834
|
input: number;
|
|
13920
13835
|
output: number;
|
|
@@ -13924,14 +13839,14 @@ export declare const MODELS: {
|
|
|
13924
13839
|
contextWindow: number;
|
|
13925
13840
|
maxTokens: number;
|
|
13926
13841
|
};
|
|
13927
|
-
readonly "xai/grok-
|
|
13842
|
+
readonly "xai/grok-4.20-multi-agent": {
|
|
13928
13843
|
id: string;
|
|
13929
13844
|
name: string;
|
|
13930
13845
|
api: "anthropic-messages";
|
|
13931
13846
|
provider: string;
|
|
13932
13847
|
baseUrl: string;
|
|
13933
|
-
reasoning:
|
|
13934
|
-
input: "text"[];
|
|
13848
|
+
reasoning: true;
|
|
13849
|
+
input: ("image" | "text")[];
|
|
13935
13850
|
cost: {
|
|
13936
13851
|
input: number;
|
|
13937
13852
|
output: number;
|
|
@@ -13941,14 +13856,14 @@ export declare const MODELS: {
|
|
|
13941
13856
|
contextWindow: number;
|
|
13942
13857
|
maxTokens: number;
|
|
13943
13858
|
};
|
|
13944
|
-
readonly "xai/grok-
|
|
13859
|
+
readonly "xai/grok-4.20-multi-agent-beta": {
|
|
13945
13860
|
id: string;
|
|
13946
13861
|
name: string;
|
|
13947
13862
|
api: "anthropic-messages";
|
|
13948
13863
|
provider: string;
|
|
13949
13864
|
baseUrl: string;
|
|
13950
|
-
reasoning:
|
|
13951
|
-
input: "text"[];
|
|
13865
|
+
reasoning: true;
|
|
13866
|
+
input: ("image" | "text")[];
|
|
13952
13867
|
cost: {
|
|
13953
13868
|
input: number;
|
|
13954
13869
|
output: number;
|
|
@@ -13958,13 +13873,13 @@ export declare const MODELS: {
|
|
|
13958
13873
|
contextWindow: number;
|
|
13959
13874
|
maxTokens: number;
|
|
13960
13875
|
};
|
|
13961
|
-
readonly "xai/grok-4": {
|
|
13876
|
+
readonly "xai/grok-4.20-non-reasoning": {
|
|
13962
13877
|
id: string;
|
|
13963
13878
|
name: string;
|
|
13964
13879
|
api: "anthropic-messages";
|
|
13965
13880
|
provider: string;
|
|
13966
13881
|
baseUrl: string;
|
|
13967
|
-
reasoning:
|
|
13882
|
+
reasoning: false;
|
|
13968
13883
|
input: ("image" | "text")[];
|
|
13969
13884
|
cost: {
|
|
13970
13885
|
input: number;
|
|
@@ -13975,7 +13890,7 @@ export declare const MODELS: {
|
|
|
13975
13890
|
contextWindow: number;
|
|
13976
13891
|
maxTokens: number;
|
|
13977
13892
|
};
|
|
13978
|
-
readonly "xai/grok-4-
|
|
13893
|
+
readonly "xai/grok-4.20-non-reasoning-beta": {
|
|
13979
13894
|
id: string;
|
|
13980
13895
|
name: string;
|
|
13981
13896
|
api: "anthropic-messages";
|
|
@@ -13992,7 +13907,7 @@ export declare const MODELS: {
|
|
|
13992
13907
|
contextWindow: number;
|
|
13993
13908
|
maxTokens: number;
|
|
13994
13909
|
};
|
|
13995
|
-
readonly "xai/grok-4-
|
|
13910
|
+
readonly "xai/grok-4.20-reasoning": {
|
|
13996
13911
|
id: string;
|
|
13997
13912
|
name: string;
|
|
13998
13913
|
api: "anthropic-messages";
|
|
@@ -14009,13 +13924,13 @@ export declare const MODELS: {
|
|
|
14009
13924
|
contextWindow: number;
|
|
14010
13925
|
maxTokens: number;
|
|
14011
13926
|
};
|
|
14012
|
-
readonly "xai/grok-4.
|
|
13927
|
+
readonly "xai/grok-4.20-reasoning-beta": {
|
|
14013
13928
|
id: string;
|
|
14014
13929
|
name: string;
|
|
14015
13930
|
api: "anthropic-messages";
|
|
14016
13931
|
provider: string;
|
|
14017
13932
|
baseUrl: string;
|
|
14018
|
-
reasoning:
|
|
13933
|
+
reasoning: true;
|
|
14019
13934
|
input: ("image" | "text")[];
|
|
14020
13935
|
cost: {
|
|
14021
13936
|
input: number;
|
|
@@ -14026,7 +13941,7 @@ export declare const MODELS: {
|
|
|
14026
13941
|
contextWindow: number;
|
|
14027
13942
|
maxTokens: number;
|
|
14028
13943
|
};
|
|
14029
|
-
readonly "xai/grok-4.
|
|
13944
|
+
readonly "xai/grok-4.3": {
|
|
14030
13945
|
id: string;
|
|
14031
13946
|
name: string;
|
|
14032
13947
|
api: "anthropic-messages";
|
|
@@ -14043,14 +13958,14 @@ export declare const MODELS: {
|
|
|
14043
13958
|
contextWindow: number;
|
|
14044
13959
|
maxTokens: number;
|
|
14045
13960
|
};
|
|
14046
|
-
readonly "
|
|
13961
|
+
readonly "xiaomi/mimo-v2-flash": {
|
|
14047
13962
|
id: string;
|
|
14048
13963
|
name: string;
|
|
14049
13964
|
api: "anthropic-messages";
|
|
14050
13965
|
provider: string;
|
|
14051
13966
|
baseUrl: string;
|
|
14052
13967
|
reasoning: true;
|
|
14053
|
-
input:
|
|
13968
|
+
input: "text"[];
|
|
14054
13969
|
cost: {
|
|
14055
13970
|
input: number;
|
|
14056
13971
|
output: number;
|
|
@@ -14060,14 +13975,14 @@ export declare const MODELS: {
|
|
|
14060
13975
|
contextWindow: number;
|
|
14061
13976
|
maxTokens: number;
|
|
14062
13977
|
};
|
|
14063
|
-
readonly "
|
|
13978
|
+
readonly "xiaomi/mimo-v2-pro": {
|
|
14064
13979
|
id: string;
|
|
14065
13980
|
name: string;
|
|
14066
13981
|
api: "anthropic-messages";
|
|
14067
13982
|
provider: string;
|
|
14068
13983
|
baseUrl: string;
|
|
14069
13984
|
reasoning: true;
|
|
14070
|
-
input:
|
|
13985
|
+
input: "text"[];
|
|
14071
13986
|
cost: {
|
|
14072
13987
|
input: number;
|
|
14073
13988
|
output: number;
|
|
@@ -14077,13 +13992,13 @@ export declare const MODELS: {
|
|
|
14077
13992
|
contextWindow: number;
|
|
14078
13993
|
maxTokens: number;
|
|
14079
13994
|
};
|
|
14080
|
-
readonly "
|
|
13995
|
+
readonly "xiaomi/mimo-v2.5": {
|
|
14081
13996
|
id: string;
|
|
14082
13997
|
name: string;
|
|
14083
13998
|
api: "anthropic-messages";
|
|
14084
13999
|
provider: string;
|
|
14085
14000
|
baseUrl: string;
|
|
14086
|
-
reasoning:
|
|
14001
|
+
reasoning: true;
|
|
14087
14002
|
input: ("image" | "text")[];
|
|
14088
14003
|
cost: {
|
|
14089
14004
|
input: number;
|
|
@@ -14094,13 +14009,13 @@ export declare const MODELS: {
|
|
|
14094
14009
|
contextWindow: number;
|
|
14095
14010
|
maxTokens: number;
|
|
14096
14011
|
};
|
|
14097
|
-
readonly "
|
|
14012
|
+
readonly "xiaomi/mimo-v2.5-pro": {
|
|
14098
14013
|
id: string;
|
|
14099
14014
|
name: string;
|
|
14100
14015
|
api: "anthropic-messages";
|
|
14101
14016
|
provider: string;
|
|
14102
14017
|
baseUrl: string;
|
|
14103
|
-
reasoning:
|
|
14018
|
+
reasoning: true;
|
|
14104
14019
|
input: ("image" | "text")[];
|
|
14105
14020
|
cost: {
|
|
14106
14021
|
input: number;
|
|
@@ -14111,14 +14026,14 @@ export declare const MODELS: {
|
|
|
14111
14026
|
contextWindow: number;
|
|
14112
14027
|
maxTokens: number;
|
|
14113
14028
|
};
|
|
14114
|
-
readonly "
|
|
14029
|
+
readonly "zai/glm-4.5": {
|
|
14115
14030
|
id: string;
|
|
14116
14031
|
name: string;
|
|
14117
14032
|
api: "anthropic-messages";
|
|
14118
14033
|
provider: string;
|
|
14119
14034
|
baseUrl: string;
|
|
14120
14035
|
reasoning: true;
|
|
14121
|
-
input:
|
|
14036
|
+
input: "text"[];
|
|
14122
14037
|
cost: {
|
|
14123
14038
|
input: number;
|
|
14124
14039
|
output: number;
|
|
@@ -14128,14 +14043,14 @@ export declare const MODELS: {
|
|
|
14128
14043
|
contextWindow: number;
|
|
14129
14044
|
maxTokens: number;
|
|
14130
14045
|
};
|
|
14131
|
-
readonly "
|
|
14046
|
+
readonly "zai/glm-4.5-air": {
|
|
14132
14047
|
id: string;
|
|
14133
14048
|
name: string;
|
|
14134
14049
|
api: "anthropic-messages";
|
|
14135
14050
|
provider: string;
|
|
14136
14051
|
baseUrl: string;
|
|
14137
14052
|
reasoning: true;
|
|
14138
|
-
input:
|
|
14053
|
+
input: "text"[];
|
|
14139
14054
|
cost: {
|
|
14140
14055
|
input: number;
|
|
14141
14056
|
output: number;
|
|
@@ -14145,13 +14060,13 @@ export declare const MODELS: {
|
|
|
14145
14060
|
contextWindow: number;
|
|
14146
14061
|
maxTokens: number;
|
|
14147
14062
|
};
|
|
14148
|
-
readonly "
|
|
14063
|
+
readonly "zai/glm-4.5v": {
|
|
14149
14064
|
id: string;
|
|
14150
14065
|
name: string;
|
|
14151
14066
|
api: "anthropic-messages";
|
|
14152
14067
|
provider: string;
|
|
14153
14068
|
baseUrl: string;
|
|
14154
|
-
reasoning:
|
|
14069
|
+
reasoning: false;
|
|
14155
14070
|
input: ("image" | "text")[];
|
|
14156
14071
|
cost: {
|
|
14157
14072
|
input: number;
|
|
@@ -14162,7 +14077,7 @@ export declare const MODELS: {
|
|
|
14162
14077
|
contextWindow: number;
|
|
14163
14078
|
maxTokens: number;
|
|
14164
14079
|
};
|
|
14165
|
-
readonly "
|
|
14080
|
+
readonly "zai/glm-4.6": {
|
|
14166
14081
|
id: string;
|
|
14167
14082
|
name: string;
|
|
14168
14083
|
api: "anthropic-messages";
|
|
@@ -14179,14 +14094,14 @@ export declare const MODELS: {
|
|
|
14179
14094
|
contextWindow: number;
|
|
14180
14095
|
maxTokens: number;
|
|
14181
14096
|
};
|
|
14182
|
-
readonly "
|
|
14097
|
+
readonly "zai/glm-4.6v": {
|
|
14183
14098
|
id: string;
|
|
14184
14099
|
name: string;
|
|
14185
14100
|
api: "anthropic-messages";
|
|
14186
14101
|
provider: string;
|
|
14187
14102
|
baseUrl: string;
|
|
14188
14103
|
reasoning: true;
|
|
14189
|
-
input: "text"[];
|
|
14104
|
+
input: ("image" | "text")[];
|
|
14190
14105
|
cost: {
|
|
14191
14106
|
input: number;
|
|
14192
14107
|
output: number;
|
|
@@ -14196,14 +14111,14 @@ export declare const MODELS: {
|
|
|
14196
14111
|
contextWindow: number;
|
|
14197
14112
|
maxTokens: number;
|
|
14198
14113
|
};
|
|
14199
|
-
readonly "
|
|
14114
|
+
readonly "zai/glm-4.6v-flash": {
|
|
14200
14115
|
id: string;
|
|
14201
14116
|
name: string;
|
|
14202
14117
|
api: "anthropic-messages";
|
|
14203
14118
|
provider: string;
|
|
14204
14119
|
baseUrl: string;
|
|
14205
14120
|
reasoning: true;
|
|
14206
|
-
input: "text"[];
|
|
14121
|
+
input: ("image" | "text")[];
|
|
14207
14122
|
cost: {
|
|
14208
14123
|
input: number;
|
|
14209
14124
|
output: number;
|
|
@@ -14213,14 +14128,14 @@ export declare const MODELS: {
|
|
|
14213
14128
|
contextWindow: number;
|
|
14214
14129
|
maxTokens: number;
|
|
14215
14130
|
};
|
|
14216
|
-
readonly "
|
|
14131
|
+
readonly "zai/glm-4.7": {
|
|
14217
14132
|
id: string;
|
|
14218
14133
|
name: string;
|
|
14219
14134
|
api: "anthropic-messages";
|
|
14220
14135
|
provider: string;
|
|
14221
14136
|
baseUrl: string;
|
|
14222
14137
|
reasoning: true;
|
|
14223
|
-
input:
|
|
14138
|
+
input: "text"[];
|
|
14224
14139
|
cost: {
|
|
14225
14140
|
input: number;
|
|
14226
14141
|
output: number;
|
|
@@ -14230,14 +14145,14 @@ export declare const MODELS: {
|
|
|
14230
14145
|
contextWindow: number;
|
|
14231
14146
|
maxTokens: number;
|
|
14232
14147
|
};
|
|
14233
|
-
readonly "
|
|
14148
|
+
readonly "zai/glm-4.7-flash": {
|
|
14234
14149
|
id: string;
|
|
14235
14150
|
name: string;
|
|
14236
14151
|
api: "anthropic-messages";
|
|
14237
14152
|
provider: string;
|
|
14238
14153
|
baseUrl: string;
|
|
14239
14154
|
reasoning: true;
|
|
14240
|
-
input:
|
|
14155
|
+
input: "text"[];
|
|
14241
14156
|
cost: {
|
|
14242
14157
|
input: number;
|
|
14243
14158
|
output: number;
|
|
@@ -14247,7 +14162,7 @@ export declare const MODELS: {
|
|
|
14247
14162
|
contextWindow: number;
|
|
14248
14163
|
maxTokens: number;
|
|
14249
14164
|
};
|
|
14250
|
-
readonly "zai/glm-4.
|
|
14165
|
+
readonly "zai/glm-4.7-flashx": {
|
|
14251
14166
|
id: string;
|
|
14252
14167
|
name: string;
|
|
14253
14168
|
api: "anthropic-messages";
|
|
@@ -14264,7 +14179,7 @@ export declare const MODELS: {
|
|
|
14264
14179
|
contextWindow: number;
|
|
14265
14180
|
maxTokens: number;
|
|
14266
14181
|
};
|
|
14267
|
-
readonly "zai/glm-
|
|
14182
|
+
readonly "zai/glm-5": {
|
|
14268
14183
|
id: string;
|
|
14269
14184
|
name: string;
|
|
14270
14185
|
api: "anthropic-messages";
|
|
@@ -14281,143 +14196,7 @@ export declare const MODELS: {
|
|
|
14281
14196
|
contextWindow: number;
|
|
14282
14197
|
maxTokens: number;
|
|
14283
14198
|
};
|
|
14284
|
-
readonly "zai/glm-
|
|
14285
|
-
id: string;
|
|
14286
|
-
name: string;
|
|
14287
|
-
api: "anthropic-messages";
|
|
14288
|
-
provider: string;
|
|
14289
|
-
baseUrl: string;
|
|
14290
|
-
reasoning: false;
|
|
14291
|
-
input: ("image" | "text")[];
|
|
14292
|
-
cost: {
|
|
14293
|
-
input: number;
|
|
14294
|
-
output: number;
|
|
14295
|
-
cacheRead: number;
|
|
14296
|
-
cacheWrite: number;
|
|
14297
|
-
};
|
|
14298
|
-
contextWindow: number;
|
|
14299
|
-
maxTokens: number;
|
|
14300
|
-
};
|
|
14301
|
-
readonly "zai/glm-4.6": {
|
|
14302
|
-
id: string;
|
|
14303
|
-
name: string;
|
|
14304
|
-
api: "anthropic-messages";
|
|
14305
|
-
provider: string;
|
|
14306
|
-
baseUrl: string;
|
|
14307
|
-
reasoning: true;
|
|
14308
|
-
input: "text"[];
|
|
14309
|
-
cost: {
|
|
14310
|
-
input: number;
|
|
14311
|
-
output: number;
|
|
14312
|
-
cacheRead: number;
|
|
14313
|
-
cacheWrite: number;
|
|
14314
|
-
};
|
|
14315
|
-
contextWindow: number;
|
|
14316
|
-
maxTokens: number;
|
|
14317
|
-
};
|
|
14318
|
-
readonly "zai/glm-4.6v": {
|
|
14319
|
-
id: string;
|
|
14320
|
-
name: string;
|
|
14321
|
-
api: "anthropic-messages";
|
|
14322
|
-
provider: string;
|
|
14323
|
-
baseUrl: string;
|
|
14324
|
-
reasoning: true;
|
|
14325
|
-
input: ("image" | "text")[];
|
|
14326
|
-
cost: {
|
|
14327
|
-
input: number;
|
|
14328
|
-
output: number;
|
|
14329
|
-
cacheRead: number;
|
|
14330
|
-
cacheWrite: number;
|
|
14331
|
-
};
|
|
14332
|
-
contextWindow: number;
|
|
14333
|
-
maxTokens: number;
|
|
14334
|
-
};
|
|
14335
|
-
readonly "zai/glm-4.6v-flash": {
|
|
14336
|
-
id: string;
|
|
14337
|
-
name: string;
|
|
14338
|
-
api: "anthropic-messages";
|
|
14339
|
-
provider: string;
|
|
14340
|
-
baseUrl: string;
|
|
14341
|
-
reasoning: true;
|
|
14342
|
-
input: ("image" | "text")[];
|
|
14343
|
-
cost: {
|
|
14344
|
-
input: number;
|
|
14345
|
-
output: number;
|
|
14346
|
-
cacheRead: number;
|
|
14347
|
-
cacheWrite: number;
|
|
14348
|
-
};
|
|
14349
|
-
contextWindow: number;
|
|
14350
|
-
maxTokens: number;
|
|
14351
|
-
};
|
|
14352
|
-
readonly "zai/glm-4.7": {
|
|
14353
|
-
id: string;
|
|
14354
|
-
name: string;
|
|
14355
|
-
api: "anthropic-messages";
|
|
14356
|
-
provider: string;
|
|
14357
|
-
baseUrl: string;
|
|
14358
|
-
reasoning: true;
|
|
14359
|
-
input: "text"[];
|
|
14360
|
-
cost: {
|
|
14361
|
-
input: number;
|
|
14362
|
-
output: number;
|
|
14363
|
-
cacheRead: number;
|
|
14364
|
-
cacheWrite: number;
|
|
14365
|
-
};
|
|
14366
|
-
contextWindow: number;
|
|
14367
|
-
maxTokens: number;
|
|
14368
|
-
};
|
|
14369
|
-
readonly "zai/glm-4.7-flash": {
|
|
14370
|
-
id: string;
|
|
14371
|
-
name: string;
|
|
14372
|
-
api: "anthropic-messages";
|
|
14373
|
-
provider: string;
|
|
14374
|
-
baseUrl: string;
|
|
14375
|
-
reasoning: true;
|
|
14376
|
-
input: "text"[];
|
|
14377
|
-
cost: {
|
|
14378
|
-
input: number;
|
|
14379
|
-
output: number;
|
|
14380
|
-
cacheRead: number;
|
|
14381
|
-
cacheWrite: number;
|
|
14382
|
-
};
|
|
14383
|
-
contextWindow: number;
|
|
14384
|
-
maxTokens: number;
|
|
14385
|
-
};
|
|
14386
|
-
readonly "zai/glm-4.7-flashx": {
|
|
14387
|
-
id: string;
|
|
14388
|
-
name: string;
|
|
14389
|
-
api: "anthropic-messages";
|
|
14390
|
-
provider: string;
|
|
14391
|
-
baseUrl: string;
|
|
14392
|
-
reasoning: true;
|
|
14393
|
-
input: "text"[];
|
|
14394
|
-
cost: {
|
|
14395
|
-
input: number;
|
|
14396
|
-
output: number;
|
|
14397
|
-
cacheRead: number;
|
|
14398
|
-
cacheWrite: number;
|
|
14399
|
-
};
|
|
14400
|
-
contextWindow: number;
|
|
14401
|
-
maxTokens: number;
|
|
14402
|
-
};
|
|
14403
|
-
readonly "zai/glm-5": {
|
|
14404
|
-
id: string;
|
|
14405
|
-
name: string;
|
|
14406
|
-
api: "anthropic-messages";
|
|
14407
|
-
provider: string;
|
|
14408
|
-
baseUrl: string;
|
|
14409
|
-
reasoning: true;
|
|
14410
|
-
input: "text"[];
|
|
14411
|
-
cost: {
|
|
14412
|
-
input: number;
|
|
14413
|
-
output: number;
|
|
14414
|
-
cacheRead: number;
|
|
14415
|
-
cacheWrite: number;
|
|
14416
|
-
};
|
|
14417
|
-
contextWindow: number;
|
|
14418
|
-
maxTokens: number;
|
|
14419
|
-
};
|
|
14420
|
-
readonly "zai/glm-5-turbo": {
|
|
14199
|
+
readonly "zai/glm-5-turbo": {
|
|
14421
14200
|
id: string;
|
|
14422
14201
|
name: string;
|
|
14423
14202
|
api: "anthropic-messages";
|
|
@@ -14572,227 +14351,6 @@ export declare const MODELS: {
|
|
|
14572
14351
|
contextWindow: number;
|
|
14573
14352
|
maxTokens: number;
|
|
14574
14353
|
};
|
|
14575
|
-
readonly "grok-3": {
|
|
14576
|
-
id: string;
|
|
14577
|
-
name: string;
|
|
14578
|
-
api: "openai-completions";
|
|
14579
|
-
provider: string;
|
|
14580
|
-
baseUrl: string;
|
|
14581
|
-
reasoning: false;
|
|
14582
|
-
input: "text"[];
|
|
14583
|
-
cost: {
|
|
14584
|
-
input: number;
|
|
14585
|
-
output: number;
|
|
14586
|
-
cacheRead: number;
|
|
14587
|
-
cacheWrite: number;
|
|
14588
|
-
};
|
|
14589
|
-
contextWindow: number;
|
|
14590
|
-
maxTokens: number;
|
|
14591
|
-
};
|
|
14592
|
-
readonly "grok-3-fast": {
|
|
14593
|
-
id: string;
|
|
14594
|
-
name: string;
|
|
14595
|
-
api: "openai-completions";
|
|
14596
|
-
provider: string;
|
|
14597
|
-
baseUrl: string;
|
|
14598
|
-
reasoning: false;
|
|
14599
|
-
input: "text"[];
|
|
14600
|
-
cost: {
|
|
14601
|
-
input: number;
|
|
14602
|
-
output: number;
|
|
14603
|
-
cacheRead: number;
|
|
14604
|
-
cacheWrite: number;
|
|
14605
|
-
};
|
|
14606
|
-
contextWindow: number;
|
|
14607
|
-
maxTokens: number;
|
|
14608
|
-
};
|
|
14609
|
-
readonly "grok-3-fast-latest": {
|
|
14610
|
-
id: string;
|
|
14611
|
-
name: string;
|
|
14612
|
-
api: "openai-completions";
|
|
14613
|
-
provider: string;
|
|
14614
|
-
baseUrl: string;
|
|
14615
|
-
reasoning: false;
|
|
14616
|
-
input: "text"[];
|
|
14617
|
-
cost: {
|
|
14618
|
-
input: number;
|
|
14619
|
-
output: number;
|
|
14620
|
-
cacheRead: number;
|
|
14621
|
-
cacheWrite: number;
|
|
14622
|
-
};
|
|
14623
|
-
contextWindow: number;
|
|
14624
|
-
maxTokens: number;
|
|
14625
|
-
};
|
|
14626
|
-
readonly "grok-3-latest": {
|
|
14627
|
-
id: string;
|
|
14628
|
-
name: string;
|
|
14629
|
-
api: "openai-completions";
|
|
14630
|
-
provider: string;
|
|
14631
|
-
baseUrl: string;
|
|
14632
|
-
reasoning: false;
|
|
14633
|
-
input: "text"[];
|
|
14634
|
-
cost: {
|
|
14635
|
-
input: number;
|
|
14636
|
-
output: number;
|
|
14637
|
-
cacheRead: number;
|
|
14638
|
-
cacheWrite: number;
|
|
14639
|
-
};
|
|
14640
|
-
contextWindow: number;
|
|
14641
|
-
maxTokens: number;
|
|
14642
|
-
};
|
|
14643
|
-
readonly "grok-3-mini": {
|
|
14644
|
-
id: string;
|
|
14645
|
-
name: string;
|
|
14646
|
-
api: "openai-completions";
|
|
14647
|
-
provider: string;
|
|
14648
|
-
baseUrl: string;
|
|
14649
|
-
reasoning: true;
|
|
14650
|
-
input: "text"[];
|
|
14651
|
-
cost: {
|
|
14652
|
-
input: number;
|
|
14653
|
-
output: number;
|
|
14654
|
-
cacheRead: number;
|
|
14655
|
-
cacheWrite: number;
|
|
14656
|
-
};
|
|
14657
|
-
contextWindow: number;
|
|
14658
|
-
maxTokens: number;
|
|
14659
|
-
};
|
|
14660
|
-
readonly "grok-3-mini-fast": {
|
|
14661
|
-
id: string;
|
|
14662
|
-
name: string;
|
|
14663
|
-
api: "openai-completions";
|
|
14664
|
-
provider: string;
|
|
14665
|
-
baseUrl: string;
|
|
14666
|
-
reasoning: true;
|
|
14667
|
-
input: "text"[];
|
|
14668
|
-
cost: {
|
|
14669
|
-
input: number;
|
|
14670
|
-
output: number;
|
|
14671
|
-
cacheRead: number;
|
|
14672
|
-
cacheWrite: number;
|
|
14673
|
-
};
|
|
14674
|
-
contextWindow: number;
|
|
14675
|
-
maxTokens: number;
|
|
14676
|
-
};
|
|
14677
|
-
readonly "grok-3-mini-fast-latest": {
|
|
14678
|
-
id: string;
|
|
14679
|
-
name: string;
|
|
14680
|
-
api: "openai-completions";
|
|
14681
|
-
provider: string;
|
|
14682
|
-
baseUrl: string;
|
|
14683
|
-
reasoning: true;
|
|
14684
|
-
input: "text"[];
|
|
14685
|
-
cost: {
|
|
14686
|
-
input: number;
|
|
14687
|
-
output: number;
|
|
14688
|
-
cacheRead: number;
|
|
14689
|
-
cacheWrite: number;
|
|
14690
|
-
};
|
|
14691
|
-
contextWindow: number;
|
|
14692
|
-
maxTokens: number;
|
|
14693
|
-
};
|
|
14694
|
-
readonly "grok-3-mini-latest": {
|
|
14695
|
-
id: string;
|
|
14696
|
-
name: string;
|
|
14697
|
-
api: "openai-completions";
|
|
14698
|
-
provider: string;
|
|
14699
|
-
baseUrl: string;
|
|
14700
|
-
reasoning: true;
|
|
14701
|
-
input: "text"[];
|
|
14702
|
-
cost: {
|
|
14703
|
-
input: number;
|
|
14704
|
-
output: number;
|
|
14705
|
-
cacheRead: number;
|
|
14706
|
-
cacheWrite: number;
|
|
14707
|
-
};
|
|
14708
|
-
contextWindow: number;
|
|
14709
|
-
maxTokens: number;
|
|
14710
|
-
};
|
|
14711
|
-
readonly "grok-4": {
|
|
14712
|
-
id: string;
|
|
14713
|
-
name: string;
|
|
14714
|
-
api: "openai-completions";
|
|
14715
|
-
provider: string;
|
|
14716
|
-
baseUrl: string;
|
|
14717
|
-
reasoning: true;
|
|
14718
|
-
input: "text"[];
|
|
14719
|
-
cost: {
|
|
14720
|
-
input: number;
|
|
14721
|
-
output: number;
|
|
14722
|
-
cacheRead: number;
|
|
14723
|
-
cacheWrite: number;
|
|
14724
|
-
};
|
|
14725
|
-
contextWindow: number;
|
|
14726
|
-
maxTokens: number;
|
|
14727
|
-
};
|
|
14728
|
-
readonly "grok-4-1-fast": {
|
|
14729
|
-
id: string;
|
|
14730
|
-
name: string;
|
|
14731
|
-
api: "openai-completions";
|
|
14732
|
-
provider: string;
|
|
14733
|
-
baseUrl: string;
|
|
14734
|
-
reasoning: true;
|
|
14735
|
-
input: ("image" | "text")[];
|
|
14736
|
-
cost: {
|
|
14737
|
-
input: number;
|
|
14738
|
-
output: number;
|
|
14739
|
-
cacheRead: number;
|
|
14740
|
-
cacheWrite: number;
|
|
14741
|
-
};
|
|
14742
|
-
contextWindow: number;
|
|
14743
|
-
maxTokens: number;
|
|
14744
|
-
};
|
|
14745
|
-
readonly "grok-4-1-fast-non-reasoning": {
|
|
14746
|
-
id: string;
|
|
14747
|
-
name: string;
|
|
14748
|
-
api: "openai-completions";
|
|
14749
|
-
provider: string;
|
|
14750
|
-
baseUrl: string;
|
|
14751
|
-
reasoning: false;
|
|
14752
|
-
input: ("image" | "text")[];
|
|
14753
|
-
cost: {
|
|
14754
|
-
input: number;
|
|
14755
|
-
output: number;
|
|
14756
|
-
cacheRead: number;
|
|
14757
|
-
cacheWrite: number;
|
|
14758
|
-
};
|
|
14759
|
-
contextWindow: number;
|
|
14760
|
-
maxTokens: number;
|
|
14761
|
-
};
|
|
14762
|
-
readonly "grok-4-fast": {
|
|
14763
|
-
id: string;
|
|
14764
|
-
name: string;
|
|
14765
|
-
api: "openai-completions";
|
|
14766
|
-
provider: string;
|
|
14767
|
-
baseUrl: string;
|
|
14768
|
-
reasoning: true;
|
|
14769
|
-
input: ("image" | "text")[];
|
|
14770
|
-
cost: {
|
|
14771
|
-
input: number;
|
|
14772
|
-
output: number;
|
|
14773
|
-
cacheRead: number;
|
|
14774
|
-
cacheWrite: number;
|
|
14775
|
-
};
|
|
14776
|
-
contextWindow: number;
|
|
14777
|
-
maxTokens: number;
|
|
14778
|
-
};
|
|
14779
|
-
readonly "grok-4-fast-non-reasoning": {
|
|
14780
|
-
id: string;
|
|
14781
|
-
name: string;
|
|
14782
|
-
api: "openai-completions";
|
|
14783
|
-
provider: string;
|
|
14784
|
-
baseUrl: string;
|
|
14785
|
-
reasoning: false;
|
|
14786
|
-
input: ("image" | "text")[];
|
|
14787
|
-
cost: {
|
|
14788
|
-
input: number;
|
|
14789
|
-
output: number;
|
|
14790
|
-
cacheRead: number;
|
|
14791
|
-
cacheWrite: number;
|
|
14792
|
-
};
|
|
14793
|
-
contextWindow: number;
|
|
14794
|
-
maxTokens: number;
|
|
14795
|
-
};
|
|
14796
14354
|
readonly "grok-4.20-0309-non-reasoning": {
|
|
14797
14355
|
id: string;
|
|
14798
14356
|
name: string;
|
|
@@ -14867,7 +14425,7 @@ export declare const MODELS: {
|
|
|
14867
14425
|
api: "openai-completions";
|
|
14868
14426
|
provider: string;
|
|
14869
14427
|
baseUrl: string;
|
|
14870
|
-
reasoning:
|
|
14428
|
+
reasoning: false;
|
|
14871
14429
|
input: "text"[];
|
|
14872
14430
|
cost: {
|
|
14873
14431
|
input: number;
|