@draht/ai 2026.3.5 → 2026.3.6
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.
|
@@ -2282,6 +2282,40 @@ export declare const MODELS: {
|
|
|
2282
2282
|
contextWindow: number;
|
|
2283
2283
|
maxTokens: number;
|
|
2284
2284
|
};
|
|
2285
|
+
readonly "gpt-5.4": {
|
|
2286
|
+
id: string;
|
|
2287
|
+
name: string;
|
|
2288
|
+
api: "azure-openai-responses";
|
|
2289
|
+
provider: string;
|
|
2290
|
+
baseUrl: string;
|
|
2291
|
+
reasoning: true;
|
|
2292
|
+
input: ("image" | "text")[];
|
|
2293
|
+
cost: {
|
|
2294
|
+
input: number;
|
|
2295
|
+
output: number;
|
|
2296
|
+
cacheRead: number;
|
|
2297
|
+
cacheWrite: number;
|
|
2298
|
+
};
|
|
2299
|
+
contextWindow: number;
|
|
2300
|
+
maxTokens: number;
|
|
2301
|
+
};
|
|
2302
|
+
readonly "gpt-5.4-pro": {
|
|
2303
|
+
id: string;
|
|
2304
|
+
name: string;
|
|
2305
|
+
api: "azure-openai-responses";
|
|
2306
|
+
provider: string;
|
|
2307
|
+
baseUrl: string;
|
|
2308
|
+
reasoning: true;
|
|
2309
|
+
input: ("image" | "text")[];
|
|
2310
|
+
cost: {
|
|
2311
|
+
input: number;
|
|
2312
|
+
output: number;
|
|
2313
|
+
cacheRead: number;
|
|
2314
|
+
cacheWrite: number;
|
|
2315
|
+
};
|
|
2316
|
+
contextWindow: number;
|
|
2317
|
+
maxTokens: number;
|
|
2318
|
+
};
|
|
2285
2319
|
readonly o1: {
|
|
2286
2320
|
id: string;
|
|
2287
2321
|
name: string;
|
|
@@ -2980,6 +3014,52 @@ export declare const MODELS: {
|
|
|
2980
3014
|
contextWindow: number;
|
|
2981
3015
|
maxTokens: number;
|
|
2982
3016
|
};
|
|
3017
|
+
readonly "gpt-5.3-codex": {
|
|
3018
|
+
id: string;
|
|
3019
|
+
name: string;
|
|
3020
|
+
api: "openai-responses";
|
|
3021
|
+
provider: string;
|
|
3022
|
+
baseUrl: string;
|
|
3023
|
+
headers: {
|
|
3024
|
+
"User-Agent": string;
|
|
3025
|
+
"Editor-Version": string;
|
|
3026
|
+
"Editor-Plugin-Version": string;
|
|
3027
|
+
"Copilot-Integration-Id": string;
|
|
3028
|
+
};
|
|
3029
|
+
reasoning: true;
|
|
3030
|
+
input: ("image" | "text")[];
|
|
3031
|
+
cost: {
|
|
3032
|
+
input: number;
|
|
3033
|
+
output: number;
|
|
3034
|
+
cacheRead: number;
|
|
3035
|
+
cacheWrite: number;
|
|
3036
|
+
};
|
|
3037
|
+
contextWindow: number;
|
|
3038
|
+
maxTokens: number;
|
|
3039
|
+
};
|
|
3040
|
+
readonly "gpt-5.4": {
|
|
3041
|
+
id: string;
|
|
3042
|
+
name: string;
|
|
3043
|
+
api: "openai-responses";
|
|
3044
|
+
provider: string;
|
|
3045
|
+
baseUrl: string;
|
|
3046
|
+
headers: {
|
|
3047
|
+
"User-Agent": string;
|
|
3048
|
+
"Editor-Version": string;
|
|
3049
|
+
"Editor-Plugin-Version": string;
|
|
3050
|
+
"Copilot-Integration-Id": string;
|
|
3051
|
+
};
|
|
3052
|
+
reasoning: true;
|
|
3053
|
+
input: ("image" | "text")[];
|
|
3054
|
+
cost: {
|
|
3055
|
+
input: number;
|
|
3056
|
+
output: number;
|
|
3057
|
+
cacheRead: number;
|
|
3058
|
+
cacheWrite: number;
|
|
3059
|
+
};
|
|
3060
|
+
contextWindow: number;
|
|
3061
|
+
maxTokens: number;
|
|
3062
|
+
};
|
|
2983
3063
|
readonly "grok-code-fast-1": {
|
|
2984
3064
|
id: string;
|
|
2985
3065
|
name: string;
|
|
@@ -5566,6 +5646,40 @@ export declare const MODELS: {
|
|
|
5566
5646
|
contextWindow: number;
|
|
5567
5647
|
maxTokens: number;
|
|
5568
5648
|
};
|
|
5649
|
+
readonly "gpt-5.4": {
|
|
5650
|
+
id: string;
|
|
5651
|
+
name: string;
|
|
5652
|
+
api: "openai-responses";
|
|
5653
|
+
provider: string;
|
|
5654
|
+
baseUrl: string;
|
|
5655
|
+
reasoning: true;
|
|
5656
|
+
input: ("image" | "text")[];
|
|
5657
|
+
cost: {
|
|
5658
|
+
input: number;
|
|
5659
|
+
output: number;
|
|
5660
|
+
cacheRead: number;
|
|
5661
|
+
cacheWrite: number;
|
|
5662
|
+
};
|
|
5663
|
+
contextWindow: number;
|
|
5664
|
+
maxTokens: number;
|
|
5665
|
+
};
|
|
5666
|
+
readonly "gpt-5.4-pro": {
|
|
5667
|
+
id: string;
|
|
5668
|
+
name: string;
|
|
5669
|
+
api: "openai-responses";
|
|
5670
|
+
provider: string;
|
|
5671
|
+
baseUrl: string;
|
|
5672
|
+
reasoning: true;
|
|
5673
|
+
input: ("image" | "text")[];
|
|
5674
|
+
cost: {
|
|
5675
|
+
input: number;
|
|
5676
|
+
output: number;
|
|
5677
|
+
cacheRead: number;
|
|
5678
|
+
cacheWrite: number;
|
|
5679
|
+
};
|
|
5680
|
+
contextWindow: number;
|
|
5681
|
+
maxTokens: number;
|
|
5682
|
+
};
|
|
5569
5683
|
readonly o1: {
|
|
5570
5684
|
id: string;
|
|
5571
5685
|
name: string;
|
|
@@ -6250,6 +6364,23 @@ export declare const MODELS: {
|
|
|
6250
6364
|
contextWindow: number;
|
|
6251
6365
|
maxTokens: number;
|
|
6252
6366
|
};
|
|
6367
|
+
readonly "gpt-5.3-codex-spark": {
|
|
6368
|
+
id: string;
|
|
6369
|
+
name: string;
|
|
6370
|
+
api: "openai-responses";
|
|
6371
|
+
provider: string;
|
|
6372
|
+
baseUrl: string;
|
|
6373
|
+
reasoning: true;
|
|
6374
|
+
input: "text"[];
|
|
6375
|
+
cost: {
|
|
6376
|
+
input: number;
|
|
6377
|
+
output: number;
|
|
6378
|
+
cacheRead: number;
|
|
6379
|
+
cacheWrite: number;
|
|
6380
|
+
};
|
|
6381
|
+
contextWindow: number;
|
|
6382
|
+
maxTokens: number;
|
|
6383
|
+
};
|
|
6253
6384
|
readonly "gpt-5.4": {
|
|
6254
6385
|
id: string;
|
|
6255
6386
|
name: string;
|
|
@@ -6267,6 +6398,23 @@ export declare const MODELS: {
|
|
|
6267
6398
|
contextWindow: number;
|
|
6268
6399
|
maxTokens: number;
|
|
6269
6400
|
};
|
|
6401
|
+
readonly "gpt-5.4-pro": {
|
|
6402
|
+
id: string;
|
|
6403
|
+
name: string;
|
|
6404
|
+
api: "openai-responses";
|
|
6405
|
+
provider: string;
|
|
6406
|
+
baseUrl: string;
|
|
6407
|
+
reasoning: true;
|
|
6408
|
+
input: ("image" | "text")[];
|
|
6409
|
+
cost: {
|
|
6410
|
+
input: number;
|
|
6411
|
+
output: number;
|
|
6412
|
+
cacheRead: number;
|
|
6413
|
+
cacheWrite: number;
|
|
6414
|
+
};
|
|
6415
|
+
contextWindow: number;
|
|
6416
|
+
maxTokens: number;
|
|
6417
|
+
};
|
|
6270
6418
|
readonly "kimi-k2.5": {
|
|
6271
6419
|
id: string;
|
|
6272
6420
|
name: string;
|
|
@@ -12206,6 +12354,23 @@ export declare const MODELS: {
|
|
|
12206
12354
|
contextWindow: number;
|
|
12207
12355
|
maxTokens: number;
|
|
12208
12356
|
};
|
|
12357
|
+
readonly "openai/gpt-5.4-pro": {
|
|
12358
|
+
id: string;
|
|
12359
|
+
name: string;
|
|
12360
|
+
api: "anthropic-messages";
|
|
12361
|
+
provider: string;
|
|
12362
|
+
baseUrl: string;
|
|
12363
|
+
reasoning: true;
|
|
12364
|
+
input: ("image" | "text")[];
|
|
12365
|
+
cost: {
|
|
12366
|
+
input: number;
|
|
12367
|
+
output: number;
|
|
12368
|
+
cacheRead: number;
|
|
12369
|
+
cacheWrite: number;
|
|
12370
|
+
};
|
|
12371
|
+
contextWindow: number;
|
|
12372
|
+
maxTokens: number;
|
|
12373
|
+
};
|
|
12209
12374
|
readonly "openai/gpt-oss-120b": {
|
|
12210
12375
|
id: string;
|
|
12211
12376
|
name: string;
|