@dreb/ai 2.40.0 → 2.40.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.
|
@@ -1258,6 +1258,57 @@ export declare const MODELS: {
|
|
|
1258
1258
|
contextWindow: number;
|
|
1259
1259
|
maxTokens: number;
|
|
1260
1260
|
};
|
|
1261
|
+
readonly "openai.gpt-5.6-luna": {
|
|
1262
|
+
id: string;
|
|
1263
|
+
name: string;
|
|
1264
|
+
api: "bedrock-converse-stream";
|
|
1265
|
+
provider: string;
|
|
1266
|
+
baseUrl: string;
|
|
1267
|
+
reasoning: true;
|
|
1268
|
+
input: ("image" | "text")[];
|
|
1269
|
+
cost: {
|
|
1270
|
+
input: number;
|
|
1271
|
+
output: number;
|
|
1272
|
+
cacheRead: number;
|
|
1273
|
+
cacheWrite: number;
|
|
1274
|
+
};
|
|
1275
|
+
contextWindow: number;
|
|
1276
|
+
maxTokens: number;
|
|
1277
|
+
};
|
|
1278
|
+
readonly "openai.gpt-5.6-sol": {
|
|
1279
|
+
id: string;
|
|
1280
|
+
name: string;
|
|
1281
|
+
api: "bedrock-converse-stream";
|
|
1282
|
+
provider: string;
|
|
1283
|
+
baseUrl: string;
|
|
1284
|
+
reasoning: true;
|
|
1285
|
+
input: ("image" | "text")[];
|
|
1286
|
+
cost: {
|
|
1287
|
+
input: number;
|
|
1288
|
+
output: number;
|
|
1289
|
+
cacheRead: number;
|
|
1290
|
+
cacheWrite: number;
|
|
1291
|
+
};
|
|
1292
|
+
contextWindow: number;
|
|
1293
|
+
maxTokens: number;
|
|
1294
|
+
};
|
|
1295
|
+
readonly "openai.gpt-5.6-terra": {
|
|
1296
|
+
id: string;
|
|
1297
|
+
name: string;
|
|
1298
|
+
api: "bedrock-converse-stream";
|
|
1299
|
+
provider: string;
|
|
1300
|
+
baseUrl: string;
|
|
1301
|
+
reasoning: true;
|
|
1302
|
+
input: ("image" | "text")[];
|
|
1303
|
+
cost: {
|
|
1304
|
+
input: number;
|
|
1305
|
+
output: number;
|
|
1306
|
+
cacheRead: number;
|
|
1307
|
+
cacheWrite: number;
|
|
1308
|
+
};
|
|
1309
|
+
contextWindow: number;
|
|
1310
|
+
maxTokens: number;
|
|
1311
|
+
};
|
|
1261
1312
|
readonly "openai.gpt-oss-120b": {
|
|
1262
1313
|
id: string;
|
|
1263
1314
|
name: string;
|
|
@@ -9346,6 +9397,23 @@ export declare const MODELS: {
|
|
|
9346
9397
|
contextWindow: number;
|
|
9347
9398
|
maxTokens: number;
|
|
9348
9399
|
};
|
|
9400
|
+
readonly "kwaipilot/kat-coder-air-v2.5": {
|
|
9401
|
+
id: string;
|
|
9402
|
+
name: string;
|
|
9403
|
+
api: "openai-completions";
|
|
9404
|
+
provider: string;
|
|
9405
|
+
baseUrl: string;
|
|
9406
|
+
reasoning: false;
|
|
9407
|
+
input: "text"[];
|
|
9408
|
+
cost: {
|
|
9409
|
+
input: number;
|
|
9410
|
+
output: number;
|
|
9411
|
+
cacheRead: number;
|
|
9412
|
+
cacheWrite: number;
|
|
9413
|
+
};
|
|
9414
|
+
contextWindow: number;
|
|
9415
|
+
maxTokens: number;
|
|
9416
|
+
};
|
|
9349
9417
|
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
9350
9418
|
id: string;
|
|
9351
9419
|
name: string;
|
|
@@ -9363,6 +9431,23 @@ export declare const MODELS: {
|
|
|
9363
9431
|
contextWindow: number;
|
|
9364
9432
|
maxTokens: number;
|
|
9365
9433
|
};
|
|
9434
|
+
readonly "kwaipilot/kat-coder-pro-v2.5": {
|
|
9435
|
+
id: string;
|
|
9436
|
+
name: string;
|
|
9437
|
+
api: "openai-completions";
|
|
9438
|
+
provider: string;
|
|
9439
|
+
baseUrl: string;
|
|
9440
|
+
reasoning: false;
|
|
9441
|
+
input: "text"[];
|
|
9442
|
+
cost: {
|
|
9443
|
+
input: number;
|
|
9444
|
+
output: number;
|
|
9445
|
+
cacheRead: number;
|
|
9446
|
+
cacheWrite: number;
|
|
9447
|
+
};
|
|
9448
|
+
contextWindow: number;
|
|
9449
|
+
maxTokens: number;
|
|
9450
|
+
};
|
|
9366
9451
|
readonly "meta-llama/llama-3.1-70b-instruct": {
|
|
9367
9452
|
id: string;
|
|
9368
9453
|
name: string;
|