@dreb/ai 2.35.0 → 2.36.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.
@@ -3287,6 +3287,60 @@ export const MODELS = {
3287
3287
  contextWindow: 400000,
3288
3288
  maxTokens: 128000,
3289
3289
  },
3290
+ "gpt-5.6-luna": {
3291
+ id: "gpt-5.6-luna",
3292
+ name: "GPT-5.6 Luna",
3293
+ api: "openai-responses",
3294
+ provider: "github-copilot",
3295
+ baseUrl: "https://api.individual.githubcopilot.com",
3296
+ headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
3297
+ reasoning: true,
3298
+ input: ["text", "image"],
3299
+ cost: {
3300
+ input: 1,
3301
+ output: 6,
3302
+ cacheRead: 0.1,
3303
+ cacheWrite: 0,
3304
+ },
3305
+ contextWindow: 1050000,
3306
+ maxTokens: 128000,
3307
+ },
3308
+ "gpt-5.6-sol": {
3309
+ id: "gpt-5.6-sol",
3310
+ name: "GPT-5.6 Sol",
3311
+ api: "openai-responses",
3312
+ provider: "github-copilot",
3313
+ baseUrl: "https://api.individual.githubcopilot.com",
3314
+ headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
3315
+ reasoning: true,
3316
+ input: ["text", "image"],
3317
+ cost: {
3318
+ input: 5,
3319
+ output: 30,
3320
+ cacheRead: 0.5,
3321
+ cacheWrite: 0,
3322
+ },
3323
+ contextWindow: 1050000,
3324
+ maxTokens: 128000,
3325
+ },
3326
+ "gpt-5.6-terra": {
3327
+ id: "gpt-5.6-terra",
3328
+ name: "GPT-5.6 Terra",
3329
+ api: "openai-responses",
3330
+ provider: "github-copilot",
3331
+ baseUrl: "https://api.individual.githubcopilot.com",
3332
+ headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
3333
+ reasoning: true,
3334
+ input: ["text", "image"],
3335
+ cost: {
3336
+ input: 2.5,
3337
+ output: 15,
3338
+ cacheRead: 0.25,
3339
+ cacheWrite: 0,
3340
+ },
3341
+ contextWindow: 1050000,
3342
+ maxTokens: 128000,
3343
+ },
3290
3344
  "kimi-k2.7-code": {
3291
3345
  id: "kimi-k2.7-code",
3292
3346
  name: "Kimi K2.7 Code",
@@ -8448,9 +8502,9 @@ export const MODELS = {
8448
8502
  reasoning: true,
8449
8503
  input: ["text"],
8450
8504
  cost: {
8451
- input: 0.2288,
8452
- output: 0.3432,
8453
- cacheRead: 0.02288,
8505
+ input: 0.2145,
8506
+ output: 0.32175,
8507
+ cacheRead: 0.02145,
8454
8508
  cacheWrite: 0,
8455
8509
  },
8456
8510
  contextWindow: 131072,
@@ -8482,13 +8536,13 @@ export const MODELS = {
8482
8536
  reasoning: true,
8483
8537
  input: ["text"],
8484
8538
  cost: {
8485
- input: 0.09,
8486
- output: 0.18,
8487
- cacheRead: 0.018,
8539
+ input: 0.08399999999999999,
8540
+ output: 0.16799999999999998,
8541
+ cacheRead: 0.016800000000000002,
8488
8542
  cacheWrite: 0,
8489
8543
  },
8490
8544
  contextWindow: 1048576,
8491
- maxTokens: 65536,
8545
+ maxTokens: 384000,
8492
8546
  },
8493
8547
  "deepseek/deepseek-v4-pro": {
8494
8548
  id: "deepseek/deepseek-v4-pro",
@@ -12120,13 +12174,13 @@ export const MODELS = {
12120
12174
  reasoning: true,
12121
12175
  input: ["text"],
12122
12176
  cost: {
12123
- input: 0.54,
12124
- output: 1.76,
12125
- cacheRead: 0.09999999999999999,
12177
+ input: 0.42,
12178
+ output: 1.32,
12179
+ cacheRead: 0.078,
12126
12180
  cacheWrite: 0,
12127
12181
  },
12128
12182
  contextWindow: 1048576,
12129
- maxTokens: 101376,
12183
+ maxTokens: 128000,
12130
12184
  },
12131
12185
  "z-ai/glm-5v-turbo": {
12132
12186
  id: "z-ai/glm-5v-turbo",