@dreb/ai 2.36.0 → 2.37.0
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.
package/dist/models.generated.js
CHANGED
|
@@ -3102,7 +3102,7 @@ export const MODELS = {
|
|
|
3102
3102
|
cacheRead: 0.2,
|
|
3103
3103
|
cacheWrite: 0,
|
|
3104
3104
|
},
|
|
3105
|
-
contextWindow:
|
|
3105
|
+
contextWindow: 1000000,
|
|
3106
3106
|
maxTokens: 64000,
|
|
3107
3107
|
},
|
|
3108
3108
|
"gemini-3.5-flash": {
|
|
@@ -3230,7 +3230,7 @@ export const MODELS = {
|
|
|
3230
3230
|
cacheRead: 0.25,
|
|
3231
3231
|
cacheWrite: 0,
|
|
3232
3232
|
},
|
|
3233
|
-
contextWindow:
|
|
3233
|
+
contextWindow: 1050000,
|
|
3234
3234
|
maxTokens: 128000,
|
|
3235
3235
|
},
|
|
3236
3236
|
"gpt-5.4-mini": {
|
|
@@ -3284,7 +3284,61 @@ export const MODELS = {
|
|
|
3284
3284
|
cacheRead: 0.5,
|
|
3285
3285
|
cacheWrite: 0,
|
|
3286
3286
|
},
|
|
3287
|
-
contextWindow:
|
|
3287
|
+
contextWindow: 1050000,
|
|
3288
|
+
maxTokens: 128000,
|
|
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,
|
|
3288
3342
|
maxTokens: 128000,
|
|
3289
3343
|
},
|
|
3290
3344
|
"kimi-k2.7-code": {
|
|
@@ -7327,7 +7381,7 @@ export const MODELS = {
|
|
|
7327
7381
|
cacheRead: 0,
|
|
7328
7382
|
cacheWrite: 0,
|
|
7329
7383
|
},
|
|
7330
|
-
contextWindow:
|
|
7384
|
+
contextWindow: 190000,
|
|
7331
7385
|
maxTokens: 64000,
|
|
7332
7386
|
},
|
|
7333
7387
|
"kimi-k2.5": {
|
|
@@ -8167,23 +8221,6 @@ export const MODELS = {
|
|
|
8167
8221
|
contextWindow: 262144,
|
|
8168
8222
|
maxTokens: 80000,
|
|
8169
8223
|
},
|
|
8170
|
-
"arcee-ai/trinity-mini": {
|
|
8171
|
-
id: "arcee-ai/trinity-mini",
|
|
8172
|
-
name: "Arcee AI: Trinity Mini",
|
|
8173
|
-
api: "openai-completions",
|
|
8174
|
-
provider: "openrouter",
|
|
8175
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
8176
|
-
reasoning: true,
|
|
8177
|
-
input: ["text"],
|
|
8178
|
-
cost: {
|
|
8179
|
-
input: 0.045,
|
|
8180
|
-
output: 0.15,
|
|
8181
|
-
cacheRead: 0,
|
|
8182
|
-
cacheWrite: 0,
|
|
8183
|
-
},
|
|
8184
|
-
contextWindow: 131072,
|
|
8185
|
-
maxTokens: 131072,
|
|
8186
|
-
},
|
|
8187
8224
|
"arcee-ai/virtuoso-large": {
|
|
8188
8225
|
id: "arcee-ai/virtuoso-large",
|
|
8189
8226
|
name: "Arcee AI: Virtuoso Large",
|
|
@@ -12120,13 +12157,13 @@ export const MODELS = {
|
|
|
12120
12157
|
reasoning: true,
|
|
12121
12158
|
input: ["text"],
|
|
12122
12159
|
cost: {
|
|
12123
|
-
input: 0.
|
|
12124
|
-
output:
|
|
12125
|
-
cacheRead: 0.
|
|
12160
|
+
input: 0.42,
|
|
12161
|
+
output: 1.32,
|
|
12162
|
+
cacheRead: 0.078,
|
|
12126
12163
|
cacheWrite: 0,
|
|
12127
12164
|
},
|
|
12128
12165
|
contextWindow: 1048576,
|
|
12129
|
-
maxTokens:
|
|
12166
|
+
maxTokens: 131072,
|
|
12130
12167
|
},
|
|
12131
12168
|
"z-ai/glm-5v-turbo": {
|
|
12132
12169
|
id: "z-ai/glm-5v-turbo",
|