@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.
|
@@ -3428,6 +3428,75 @@ export declare const MODELS: {
|
|
|
3428
3428
|
contextWindow: number;
|
|
3429
3429
|
maxTokens: number;
|
|
3430
3430
|
};
|
|
3431
|
+
readonly "gpt-5.6-luna": {
|
|
3432
|
+
id: string;
|
|
3433
|
+
name: string;
|
|
3434
|
+
api: "openai-responses";
|
|
3435
|
+
provider: string;
|
|
3436
|
+
baseUrl: string;
|
|
3437
|
+
headers: {
|
|
3438
|
+
"User-Agent": string;
|
|
3439
|
+
"Editor-Version": string;
|
|
3440
|
+
"Editor-Plugin-Version": string;
|
|
3441
|
+
"Copilot-Integration-Id": string;
|
|
3442
|
+
};
|
|
3443
|
+
reasoning: true;
|
|
3444
|
+
input: ("image" | "text")[];
|
|
3445
|
+
cost: {
|
|
3446
|
+
input: number;
|
|
3447
|
+
output: number;
|
|
3448
|
+
cacheRead: number;
|
|
3449
|
+
cacheWrite: number;
|
|
3450
|
+
};
|
|
3451
|
+
contextWindow: number;
|
|
3452
|
+
maxTokens: number;
|
|
3453
|
+
};
|
|
3454
|
+
readonly "gpt-5.6-sol": {
|
|
3455
|
+
id: string;
|
|
3456
|
+
name: string;
|
|
3457
|
+
api: "openai-responses";
|
|
3458
|
+
provider: string;
|
|
3459
|
+
baseUrl: string;
|
|
3460
|
+
headers: {
|
|
3461
|
+
"User-Agent": string;
|
|
3462
|
+
"Editor-Version": string;
|
|
3463
|
+
"Editor-Plugin-Version": string;
|
|
3464
|
+
"Copilot-Integration-Id": string;
|
|
3465
|
+
};
|
|
3466
|
+
reasoning: true;
|
|
3467
|
+
input: ("image" | "text")[];
|
|
3468
|
+
cost: {
|
|
3469
|
+
input: number;
|
|
3470
|
+
output: number;
|
|
3471
|
+
cacheRead: number;
|
|
3472
|
+
cacheWrite: number;
|
|
3473
|
+
};
|
|
3474
|
+
contextWindow: number;
|
|
3475
|
+
maxTokens: number;
|
|
3476
|
+
};
|
|
3477
|
+
readonly "gpt-5.6-terra": {
|
|
3478
|
+
id: string;
|
|
3479
|
+
name: string;
|
|
3480
|
+
api: "openai-responses";
|
|
3481
|
+
provider: string;
|
|
3482
|
+
baseUrl: string;
|
|
3483
|
+
headers: {
|
|
3484
|
+
"User-Agent": string;
|
|
3485
|
+
"Editor-Version": string;
|
|
3486
|
+
"Editor-Plugin-Version": string;
|
|
3487
|
+
"Copilot-Integration-Id": string;
|
|
3488
|
+
};
|
|
3489
|
+
reasoning: true;
|
|
3490
|
+
input: ("image" | "text")[];
|
|
3491
|
+
cost: {
|
|
3492
|
+
input: number;
|
|
3493
|
+
output: number;
|
|
3494
|
+
cacheRead: number;
|
|
3495
|
+
cacheWrite: number;
|
|
3496
|
+
};
|
|
3497
|
+
contextWindow: number;
|
|
3498
|
+
maxTokens: number;
|
|
3499
|
+
};
|
|
3431
3500
|
readonly "kimi-k2.7-code": {
|
|
3432
3501
|
id: string;
|
|
3433
3502
|
name: string;
|
|
@@ -8427,23 +8496,6 @@ export declare const MODELS: {
|
|
|
8427
8496
|
contextWindow: number;
|
|
8428
8497
|
maxTokens: number;
|
|
8429
8498
|
};
|
|
8430
|
-
readonly "arcee-ai/trinity-mini": {
|
|
8431
|
-
id: string;
|
|
8432
|
-
name: string;
|
|
8433
|
-
api: "openai-completions";
|
|
8434
|
-
provider: string;
|
|
8435
|
-
baseUrl: string;
|
|
8436
|
-
reasoning: true;
|
|
8437
|
-
input: "text"[];
|
|
8438
|
-
cost: {
|
|
8439
|
-
input: number;
|
|
8440
|
-
output: number;
|
|
8441
|
-
cacheRead: number;
|
|
8442
|
-
cacheWrite: number;
|
|
8443
|
-
};
|
|
8444
|
-
contextWindow: number;
|
|
8445
|
-
maxTokens: number;
|
|
8446
|
-
};
|
|
8447
8499
|
readonly "arcee-ai/virtuoso-large": {
|
|
8448
8500
|
id: string;
|
|
8449
8501
|
name: string;
|