@dreb/ai 2.36.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",
@@ -12120,9 +12174,9 @@ export const MODELS = {
12120
12174
  reasoning: true,
12121
12175
  input: ["text"],
12122
12176
  cost: {
12123
- input: 0.7,
12124
- output: 2.2,
12125
- cacheRead: 0.13,
12177
+ input: 0.42,
12178
+ output: 1.32,
12179
+ cacheRead: 0.078,
12126
12180
  cacheWrite: 0,
12127
12181
  },
12128
12182
  contextWindow: 1048576,