@dreb/ai 2.40.0 → 2.40.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.
@@ -1260,6 +1260,57 @@ export const MODELS = {
1260
1260
  contextWindow: 272000,
1261
1261
  maxTokens: 128000,
1262
1262
  },
1263
+ "openai.gpt-5.6-luna": {
1264
+ id: "openai.gpt-5.6-luna",
1265
+ name: "GPT-5.6 Luna",
1266
+ api: "bedrock-converse-stream",
1267
+ provider: "amazon-bedrock",
1268
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1269
+ reasoning: true,
1270
+ input: ["text", "image"],
1271
+ cost: {
1272
+ input: 1,
1273
+ output: 6,
1274
+ cacheRead: 0.1,
1275
+ cacheWrite: 1.25,
1276
+ },
1277
+ contextWindow: 272000,
1278
+ maxTokens: 128000,
1279
+ },
1280
+ "openai.gpt-5.6-sol": {
1281
+ id: "openai.gpt-5.6-sol",
1282
+ name: "GPT-5.6 Sol",
1283
+ api: "bedrock-converse-stream",
1284
+ provider: "amazon-bedrock",
1285
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1286
+ reasoning: true,
1287
+ input: ["text", "image"],
1288
+ cost: {
1289
+ input: 5,
1290
+ output: 30,
1291
+ cacheRead: 0.5,
1292
+ cacheWrite: 6.25,
1293
+ },
1294
+ contextWindow: 272000,
1295
+ maxTokens: 128000,
1296
+ },
1297
+ "openai.gpt-5.6-terra": {
1298
+ id: "openai.gpt-5.6-terra",
1299
+ name: "GPT-5.6 Terra",
1300
+ api: "bedrock-converse-stream",
1301
+ provider: "amazon-bedrock",
1302
+ baseUrl: "https://bedrock-runtime.us-east-1.amazonaws.com",
1303
+ reasoning: true,
1304
+ input: ["text", "image"],
1305
+ cost: {
1306
+ input: 2.5,
1307
+ output: 15,
1308
+ cacheRead: 0.25,
1309
+ cacheWrite: 3.125,
1310
+ },
1311
+ contextWindow: 272000,
1312
+ maxTokens: 128000,
1313
+ },
1263
1314
  "openai.gpt-oss-120b": {
1264
1315
  id: "openai.gpt-oss-120b",
1265
1316
  name: "gpt-oss-120b",
@@ -8961,13 +9012,13 @@ export const MODELS = {
8961
9012
  reasoning: true,
8962
9013
  input: ["text", "image"],
8963
9014
  cost: {
8964
- input: 0.12,
9015
+ input: 0.06,
8965
9016
  output: 0.35,
8966
- cacheRead: 0.09,
9017
+ cacheRead: 0,
8967
9018
  cacheWrite: 0,
8968
9019
  },
8969
9020
  contextWindow: 262144,
8970
- maxTokens: 262144,
9021
+ maxTokens: 8192,
8971
9022
  },
8972
9023
  "google/gemma-4-31b-it:free": {
8973
9024
  id: "google/gemma-4-31b-it:free",
@@ -9071,6 +9122,23 @@ export const MODELS = {
9071
9122
  contextWindow: 262144,
9072
9123
  maxTokens: 65536,
9073
9124
  },
9125
+ "kwaipilot/kat-coder-air-v2.5": {
9126
+ id: "kwaipilot/kat-coder-air-v2.5",
9127
+ name: "Kwaipilot: KAT-Coder-Air V2.5",
9128
+ api: "openai-completions",
9129
+ provider: "openrouter",
9130
+ baseUrl: "https://openrouter.ai/api/v1",
9131
+ reasoning: false,
9132
+ input: ["text"],
9133
+ cost: {
9134
+ input: 0.15,
9135
+ output: 0.6,
9136
+ cacheRead: 0.03,
9137
+ cacheWrite: 0,
9138
+ },
9139
+ contextWindow: 256000,
9140
+ maxTokens: 80000,
9141
+ },
9074
9142
  "kwaipilot/kat-coder-pro-v2": {
9075
9143
  id: "kwaipilot/kat-coder-pro-v2",
9076
9144
  name: "Kwaipilot: KAT-Coder-Pro V2",
@@ -9088,6 +9156,23 @@ export const MODELS = {
9088
9156
  contextWindow: 256000,
9089
9157
  maxTokens: 80000,
9090
9158
  },
9159
+ "kwaipilot/kat-coder-pro-v2.5": {
9160
+ id: "kwaipilot/kat-coder-pro-v2.5",
9161
+ name: "Kwaipilot: KAT-Coder-Pro V2.5",
9162
+ api: "openai-completions",
9163
+ provider: "openrouter",
9164
+ baseUrl: "https://openrouter.ai/api/v1",
9165
+ reasoning: false,
9166
+ input: ["text"],
9167
+ cost: {
9168
+ input: 0.74,
9169
+ output: 2.96,
9170
+ cacheRead: 0.15,
9171
+ cacheWrite: 0,
9172
+ },
9173
+ contextWindow: 256000,
9174
+ maxTokens: 80000,
9175
+ },
9091
9176
  "meta-llama/llama-3.1-70b-instruct": {
9092
9177
  id: "meta-llama/llama-3.1-70b-instruct",
9093
9178
  name: "Meta: Llama 3.1 70B Instruct",
@@ -10678,8 +10763,8 @@ export const MODELS = {
10678
10763
  reasoning: true,
10679
10764
  input: ["text"],
10680
10765
  cost: {
10681
- input: 3e-8,
10682
- output: 1.5e-7,
10766
+ input: 0.03,
10767
+ output: 0.15,
10683
10768
  cacheRead: 0,
10684
10769
  cacheWrite: 0,
10685
10770
  },
@@ -11681,13 +11766,13 @@ export const MODELS = {
11681
11766
  reasoning: true,
11682
11767
  input: ["text", "image"],
11683
11768
  cost: {
11684
- input: 0.28500000000000003,
11769
+ input: 0.28900000000000003,
11685
11770
  output: 2.4,
11686
- cacheRead: 0.15,
11771
+ cacheRead: 0,
11687
11772
  cacheWrite: 0,
11688
11773
  },
11689
11774
  contextWindow: 262144,
11690
- maxTokens: 262140,
11775
+ maxTokens: 131072,
11691
11776
  },
11692
11777
  "qwen/qwen3.6-35b-a3b": {
11693
11778
  id: "qwen/qwen3.6-35b-a3b",
@@ -12214,7 +12299,7 @@ export const MODELS = {
12214
12299
  cacheWrite: 0,
12215
12300
  },
12216
12301
  contextWindow: 202752,
12217
- maxTokens: 4096,
12302
+ maxTokens: 128000,
12218
12303
  },
12219
12304
  "z-ai/glm-5-turbo": {
12220
12305
  id: "z-ai/glm-5-turbo",
@@ -12259,13 +12344,13 @@ export const MODELS = {
12259
12344
  reasoning: true,
12260
12345
  input: ["text"],
12261
12346
  cost: {
12262
- input: 0.9299999999999999,
12263
- output: 3,
12264
- cacheRead: 0.18,
12347
+ input: 0.9099999999999999,
12348
+ output: 2.8600000000000003,
12349
+ cacheRead: 0.16899999999999998,
12265
12350
  cacheWrite: 0,
12266
12351
  },
12267
12352
  contextWindow: 1048576,
12268
- maxTokens: 32768,
12353
+ maxTokens: 128000,
12269
12354
  },
12270
12355
  "z-ai/glm-5v-turbo": {
12271
12356
  id: "z-ai/glm-5v-turbo",
@@ -13281,8 +13366,8 @@ export const MODELS = {
13281
13366
  reasoning: true,
13282
13367
  input: ["text"],
13283
13368
  cost: {
13284
- input: 0.21,
13285
- output: 0.7899999999999999,
13369
+ input: 0.25,
13370
+ output: 0.95,
13286
13371
  cacheRead: 0.13,
13287
13372
  cacheWrite: 0,
13288
13373
  },