@dreb/ai 2.19.1 → 2.19.2
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.
|
@@ -11100,125 +11100,6 @@ export declare const MODELS: {
|
|
|
11100
11100
|
contextWindow: number;
|
|
11101
11101
|
maxTokens: number;
|
|
11102
11102
|
};
|
|
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
11103
|
readonly "x-ai/grok-4.20": {
|
|
11223
11104
|
id: string;
|
|
11224
11105
|
name: string;
|
|
@@ -11253,23 +11134,6 @@ export declare const MODELS: {
|
|
|
11253
11134
|
contextWindow: number;
|
|
11254
11135
|
maxTokens: number;
|
|
11255
11136
|
};
|
|
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
11137
|
readonly "xiaomi/mimo-v2-flash": {
|
|
11274
11138
|
id: string;
|
|
11275
11139
|
name: string;
|