@apholdings/jensen-ai 1.1.3 → 1.1.5
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.d.ts +431 -141
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +501 -226
- package/dist/models.generated.js.map +1 -1
- package/package.json +2 -2
|
@@ -1258,6 +1258,57 @@ export declare const MODELS: {
|
|
|
1258
1258
|
contextWindow: number;
|
|
1259
1259
|
maxTokens: number;
|
|
1260
1260
|
};
|
|
1261
|
+
readonly "openai.gpt-5.6-luna": {
|
|
1262
|
+
id: string;
|
|
1263
|
+
name: string;
|
|
1264
|
+
api: "bedrock-converse-stream";
|
|
1265
|
+
provider: string;
|
|
1266
|
+
baseUrl: string;
|
|
1267
|
+
reasoning: true;
|
|
1268
|
+
input: ("image" | "text")[];
|
|
1269
|
+
cost: {
|
|
1270
|
+
input: number;
|
|
1271
|
+
output: number;
|
|
1272
|
+
cacheRead: number;
|
|
1273
|
+
cacheWrite: number;
|
|
1274
|
+
};
|
|
1275
|
+
contextWindow: number;
|
|
1276
|
+
maxTokens: number;
|
|
1277
|
+
};
|
|
1278
|
+
readonly "openai.gpt-5.6-sol": {
|
|
1279
|
+
id: string;
|
|
1280
|
+
name: string;
|
|
1281
|
+
api: "bedrock-converse-stream";
|
|
1282
|
+
provider: string;
|
|
1283
|
+
baseUrl: string;
|
|
1284
|
+
reasoning: true;
|
|
1285
|
+
input: ("image" | "text")[];
|
|
1286
|
+
cost: {
|
|
1287
|
+
input: number;
|
|
1288
|
+
output: number;
|
|
1289
|
+
cacheRead: number;
|
|
1290
|
+
cacheWrite: number;
|
|
1291
|
+
};
|
|
1292
|
+
contextWindow: number;
|
|
1293
|
+
maxTokens: number;
|
|
1294
|
+
};
|
|
1295
|
+
readonly "openai.gpt-5.6-terra": {
|
|
1296
|
+
id: string;
|
|
1297
|
+
name: string;
|
|
1298
|
+
api: "bedrock-converse-stream";
|
|
1299
|
+
provider: string;
|
|
1300
|
+
baseUrl: string;
|
|
1301
|
+
reasoning: true;
|
|
1302
|
+
input: ("image" | "text")[];
|
|
1303
|
+
cost: {
|
|
1304
|
+
input: number;
|
|
1305
|
+
output: number;
|
|
1306
|
+
cacheRead: number;
|
|
1307
|
+
cacheWrite: number;
|
|
1308
|
+
};
|
|
1309
|
+
contextWindow: number;
|
|
1310
|
+
maxTokens: number;
|
|
1311
|
+
};
|
|
1261
1312
|
readonly "openai.gpt-oss-120b": {
|
|
1262
1313
|
id: string;
|
|
1263
1314
|
name: string;
|
|
@@ -2622,6 +2673,91 @@ export declare const MODELS: {
|
|
|
2622
2673
|
contextWindow: number;
|
|
2623
2674
|
maxTokens: number;
|
|
2624
2675
|
};
|
|
2676
|
+
readonly "gpt-5.6": {
|
|
2677
|
+
id: string;
|
|
2678
|
+
name: string;
|
|
2679
|
+
api: "azure-openai-responses";
|
|
2680
|
+
provider: string;
|
|
2681
|
+
baseUrl: string;
|
|
2682
|
+
reasoning: true;
|
|
2683
|
+
input: ("image" | "text")[];
|
|
2684
|
+
cost: {
|
|
2685
|
+
input: number;
|
|
2686
|
+
output: number;
|
|
2687
|
+
cacheRead: number;
|
|
2688
|
+
cacheWrite: number;
|
|
2689
|
+
};
|
|
2690
|
+
contextWindow: number;
|
|
2691
|
+
maxTokens: number;
|
|
2692
|
+
};
|
|
2693
|
+
readonly "gpt-5.6-luna": {
|
|
2694
|
+
id: string;
|
|
2695
|
+
name: string;
|
|
2696
|
+
api: "azure-openai-responses";
|
|
2697
|
+
provider: string;
|
|
2698
|
+
baseUrl: string;
|
|
2699
|
+
reasoning: true;
|
|
2700
|
+
input: ("image" | "text")[];
|
|
2701
|
+
cost: {
|
|
2702
|
+
input: number;
|
|
2703
|
+
output: number;
|
|
2704
|
+
cacheRead: number;
|
|
2705
|
+
cacheWrite: number;
|
|
2706
|
+
};
|
|
2707
|
+
contextWindow: number;
|
|
2708
|
+
maxTokens: number;
|
|
2709
|
+
};
|
|
2710
|
+
readonly "gpt-5.6-sol": {
|
|
2711
|
+
id: string;
|
|
2712
|
+
name: string;
|
|
2713
|
+
api: "azure-openai-responses";
|
|
2714
|
+
provider: string;
|
|
2715
|
+
baseUrl: string;
|
|
2716
|
+
reasoning: true;
|
|
2717
|
+
input: ("image" | "text")[];
|
|
2718
|
+
cost: {
|
|
2719
|
+
input: number;
|
|
2720
|
+
output: number;
|
|
2721
|
+
cacheRead: number;
|
|
2722
|
+
cacheWrite: number;
|
|
2723
|
+
};
|
|
2724
|
+
contextWindow: number;
|
|
2725
|
+
maxTokens: number;
|
|
2726
|
+
};
|
|
2727
|
+
readonly "gpt-5.6-terra": {
|
|
2728
|
+
id: string;
|
|
2729
|
+
name: string;
|
|
2730
|
+
api: "azure-openai-responses";
|
|
2731
|
+
provider: string;
|
|
2732
|
+
baseUrl: string;
|
|
2733
|
+
reasoning: true;
|
|
2734
|
+
input: ("image" | "text")[];
|
|
2735
|
+
cost: {
|
|
2736
|
+
input: number;
|
|
2737
|
+
output: number;
|
|
2738
|
+
cacheRead: number;
|
|
2739
|
+
cacheWrite: number;
|
|
2740
|
+
};
|
|
2741
|
+
contextWindow: number;
|
|
2742
|
+
maxTokens: number;
|
|
2743
|
+
};
|
|
2744
|
+
readonly "gpt-realtime-2.1": {
|
|
2745
|
+
id: string;
|
|
2746
|
+
name: string;
|
|
2747
|
+
api: "azure-openai-responses";
|
|
2748
|
+
provider: string;
|
|
2749
|
+
baseUrl: string;
|
|
2750
|
+
reasoning: true;
|
|
2751
|
+
input: ("image" | "text")[];
|
|
2752
|
+
cost: {
|
|
2753
|
+
input: number;
|
|
2754
|
+
output: number;
|
|
2755
|
+
cacheRead: number;
|
|
2756
|
+
cacheWrite: number;
|
|
2757
|
+
};
|
|
2758
|
+
contextWindow: number;
|
|
2759
|
+
maxTokens: number;
|
|
2760
|
+
};
|
|
2625
2761
|
readonly o1: {
|
|
2626
2762
|
id: string;
|
|
2627
2763
|
name: string;
|
|
@@ -3377,6 +3513,75 @@ export declare const MODELS: {
|
|
|
3377
3513
|
contextWindow: number;
|
|
3378
3514
|
maxTokens: number;
|
|
3379
3515
|
};
|
|
3516
|
+
readonly "gpt-5.6-luna": {
|
|
3517
|
+
id: string;
|
|
3518
|
+
name: string;
|
|
3519
|
+
api: "openai-responses";
|
|
3520
|
+
provider: string;
|
|
3521
|
+
baseUrl: string;
|
|
3522
|
+
headers: {
|
|
3523
|
+
"User-Agent": string;
|
|
3524
|
+
"Editor-Version": string;
|
|
3525
|
+
"Editor-Plugin-Version": string;
|
|
3526
|
+
"Copilot-Integration-Id": string;
|
|
3527
|
+
};
|
|
3528
|
+
reasoning: true;
|
|
3529
|
+
input: ("image" | "text")[];
|
|
3530
|
+
cost: {
|
|
3531
|
+
input: number;
|
|
3532
|
+
output: number;
|
|
3533
|
+
cacheRead: number;
|
|
3534
|
+
cacheWrite: number;
|
|
3535
|
+
};
|
|
3536
|
+
contextWindow: number;
|
|
3537
|
+
maxTokens: number;
|
|
3538
|
+
};
|
|
3539
|
+
readonly "gpt-5.6-sol": {
|
|
3540
|
+
id: string;
|
|
3541
|
+
name: string;
|
|
3542
|
+
api: "openai-responses";
|
|
3543
|
+
provider: string;
|
|
3544
|
+
baseUrl: string;
|
|
3545
|
+
headers: {
|
|
3546
|
+
"User-Agent": string;
|
|
3547
|
+
"Editor-Version": string;
|
|
3548
|
+
"Editor-Plugin-Version": string;
|
|
3549
|
+
"Copilot-Integration-Id": string;
|
|
3550
|
+
};
|
|
3551
|
+
reasoning: true;
|
|
3552
|
+
input: ("image" | "text")[];
|
|
3553
|
+
cost: {
|
|
3554
|
+
input: number;
|
|
3555
|
+
output: number;
|
|
3556
|
+
cacheRead: number;
|
|
3557
|
+
cacheWrite: number;
|
|
3558
|
+
};
|
|
3559
|
+
contextWindow: number;
|
|
3560
|
+
maxTokens: number;
|
|
3561
|
+
};
|
|
3562
|
+
readonly "gpt-5.6-terra": {
|
|
3563
|
+
id: string;
|
|
3564
|
+
name: string;
|
|
3565
|
+
api: "openai-responses";
|
|
3566
|
+
provider: string;
|
|
3567
|
+
baseUrl: string;
|
|
3568
|
+
headers: {
|
|
3569
|
+
"User-Agent": string;
|
|
3570
|
+
"Editor-Version": string;
|
|
3571
|
+
"Editor-Plugin-Version": string;
|
|
3572
|
+
"Copilot-Integration-Id": string;
|
|
3573
|
+
};
|
|
3574
|
+
reasoning: true;
|
|
3575
|
+
input: ("image" | "text")[];
|
|
3576
|
+
cost: {
|
|
3577
|
+
input: number;
|
|
3578
|
+
output: number;
|
|
3579
|
+
cacheRead: number;
|
|
3580
|
+
cacheWrite: number;
|
|
3581
|
+
};
|
|
3582
|
+
contextWindow: number;
|
|
3583
|
+
maxTokens: number;
|
|
3584
|
+
};
|
|
3380
3585
|
readonly "kimi-k2.7-code": {
|
|
3381
3586
|
id: string;
|
|
3382
3587
|
name: string;
|
|
@@ -6577,7 +6782,92 @@ export declare const MODELS: {
|
|
|
6577
6782
|
contextWindow: number;
|
|
6578
6783
|
maxTokens: number;
|
|
6579
6784
|
};
|
|
6580
|
-
readonly "gpt-5.4-mini": {
|
|
6785
|
+
readonly "gpt-5.4-mini": {
|
|
6786
|
+
id: string;
|
|
6787
|
+
name: string;
|
|
6788
|
+
api: "openai-responses";
|
|
6789
|
+
provider: string;
|
|
6790
|
+
baseUrl: string;
|
|
6791
|
+
reasoning: true;
|
|
6792
|
+
input: ("image" | "text")[];
|
|
6793
|
+
cost: {
|
|
6794
|
+
input: number;
|
|
6795
|
+
output: number;
|
|
6796
|
+
cacheRead: number;
|
|
6797
|
+
cacheWrite: number;
|
|
6798
|
+
};
|
|
6799
|
+
contextWindow: number;
|
|
6800
|
+
maxTokens: number;
|
|
6801
|
+
};
|
|
6802
|
+
readonly "gpt-5.4-nano": {
|
|
6803
|
+
id: string;
|
|
6804
|
+
name: string;
|
|
6805
|
+
api: "openai-responses";
|
|
6806
|
+
provider: string;
|
|
6807
|
+
baseUrl: string;
|
|
6808
|
+
reasoning: true;
|
|
6809
|
+
input: ("image" | "text")[];
|
|
6810
|
+
cost: {
|
|
6811
|
+
input: number;
|
|
6812
|
+
output: number;
|
|
6813
|
+
cacheRead: number;
|
|
6814
|
+
cacheWrite: number;
|
|
6815
|
+
};
|
|
6816
|
+
contextWindow: number;
|
|
6817
|
+
maxTokens: number;
|
|
6818
|
+
};
|
|
6819
|
+
readonly "gpt-5.4-pro": {
|
|
6820
|
+
id: string;
|
|
6821
|
+
name: string;
|
|
6822
|
+
api: "openai-responses";
|
|
6823
|
+
provider: string;
|
|
6824
|
+
baseUrl: string;
|
|
6825
|
+
reasoning: true;
|
|
6826
|
+
input: ("image" | "text")[];
|
|
6827
|
+
cost: {
|
|
6828
|
+
input: number;
|
|
6829
|
+
output: number;
|
|
6830
|
+
cacheRead: number;
|
|
6831
|
+
cacheWrite: number;
|
|
6832
|
+
};
|
|
6833
|
+
contextWindow: number;
|
|
6834
|
+
maxTokens: number;
|
|
6835
|
+
};
|
|
6836
|
+
readonly "gpt-5.5": {
|
|
6837
|
+
id: string;
|
|
6838
|
+
name: string;
|
|
6839
|
+
api: "openai-responses";
|
|
6840
|
+
provider: string;
|
|
6841
|
+
baseUrl: string;
|
|
6842
|
+
reasoning: true;
|
|
6843
|
+
input: ("image" | "text")[];
|
|
6844
|
+
cost: {
|
|
6845
|
+
input: number;
|
|
6846
|
+
output: number;
|
|
6847
|
+
cacheRead: number;
|
|
6848
|
+
cacheWrite: number;
|
|
6849
|
+
};
|
|
6850
|
+
contextWindow: number;
|
|
6851
|
+
maxTokens: number;
|
|
6852
|
+
};
|
|
6853
|
+
readonly "gpt-5.5-pro": {
|
|
6854
|
+
id: string;
|
|
6855
|
+
name: string;
|
|
6856
|
+
api: "openai-responses";
|
|
6857
|
+
provider: string;
|
|
6858
|
+
baseUrl: string;
|
|
6859
|
+
reasoning: true;
|
|
6860
|
+
input: ("image" | "text")[];
|
|
6861
|
+
cost: {
|
|
6862
|
+
input: number;
|
|
6863
|
+
output: number;
|
|
6864
|
+
cacheRead: number;
|
|
6865
|
+
cacheWrite: number;
|
|
6866
|
+
};
|
|
6867
|
+
contextWindow: number;
|
|
6868
|
+
maxTokens: number;
|
|
6869
|
+
};
|
|
6870
|
+
readonly "gpt-5.6": {
|
|
6581
6871
|
id: string;
|
|
6582
6872
|
name: string;
|
|
6583
6873
|
api: "openai-responses";
|
|
@@ -6594,7 +6884,7 @@ export declare const MODELS: {
|
|
|
6594
6884
|
contextWindow: number;
|
|
6595
6885
|
maxTokens: number;
|
|
6596
6886
|
};
|
|
6597
|
-
readonly "gpt-5.
|
|
6887
|
+
readonly "gpt-5.6-luna": {
|
|
6598
6888
|
id: string;
|
|
6599
6889
|
name: string;
|
|
6600
6890
|
api: "openai-responses";
|
|
@@ -6611,7 +6901,7 @@ export declare const MODELS: {
|
|
|
6611
6901
|
contextWindow: number;
|
|
6612
6902
|
maxTokens: number;
|
|
6613
6903
|
};
|
|
6614
|
-
readonly "gpt-5.
|
|
6904
|
+
readonly "gpt-5.6-sol": {
|
|
6615
6905
|
id: string;
|
|
6616
6906
|
name: string;
|
|
6617
6907
|
api: "openai-responses";
|
|
@@ -6628,7 +6918,7 @@ export declare const MODELS: {
|
|
|
6628
6918
|
contextWindow: number;
|
|
6629
6919
|
maxTokens: number;
|
|
6630
6920
|
};
|
|
6631
|
-
readonly "gpt-5.
|
|
6921
|
+
readonly "gpt-5.6-terra": {
|
|
6632
6922
|
id: string;
|
|
6633
6923
|
name: string;
|
|
6634
6924
|
api: "openai-responses";
|
|
@@ -6645,7 +6935,7 @@ export declare const MODELS: {
|
|
|
6645
6935
|
contextWindow: number;
|
|
6646
6936
|
maxTokens: number;
|
|
6647
6937
|
};
|
|
6648
|
-
readonly "gpt-
|
|
6938
|
+
readonly "gpt-realtime-2.1": {
|
|
6649
6939
|
id: string;
|
|
6650
6940
|
name: string;
|
|
6651
6941
|
api: "openai-responses";
|
|
@@ -7584,6 +7874,57 @@ export declare const MODELS: {
|
|
|
7584
7874
|
contextWindow: number;
|
|
7585
7875
|
maxTokens: number;
|
|
7586
7876
|
};
|
|
7877
|
+
readonly "gpt-5.6-luna": {
|
|
7878
|
+
id: string;
|
|
7879
|
+
name: string;
|
|
7880
|
+
api: "openai-responses";
|
|
7881
|
+
provider: string;
|
|
7882
|
+
baseUrl: string;
|
|
7883
|
+
reasoning: true;
|
|
7884
|
+
input: ("image" | "text")[];
|
|
7885
|
+
cost: {
|
|
7886
|
+
input: number;
|
|
7887
|
+
output: number;
|
|
7888
|
+
cacheRead: number;
|
|
7889
|
+
cacheWrite: number;
|
|
7890
|
+
};
|
|
7891
|
+
contextWindow: number;
|
|
7892
|
+
maxTokens: number;
|
|
7893
|
+
};
|
|
7894
|
+
readonly "gpt-5.6-sol": {
|
|
7895
|
+
id: string;
|
|
7896
|
+
name: string;
|
|
7897
|
+
api: "openai-responses";
|
|
7898
|
+
provider: string;
|
|
7899
|
+
baseUrl: string;
|
|
7900
|
+
reasoning: true;
|
|
7901
|
+
input: ("image" | "text")[];
|
|
7902
|
+
cost: {
|
|
7903
|
+
input: number;
|
|
7904
|
+
output: number;
|
|
7905
|
+
cacheRead: number;
|
|
7906
|
+
cacheWrite: number;
|
|
7907
|
+
};
|
|
7908
|
+
contextWindow: number;
|
|
7909
|
+
maxTokens: number;
|
|
7910
|
+
};
|
|
7911
|
+
readonly "gpt-5.6-terra": {
|
|
7912
|
+
id: string;
|
|
7913
|
+
name: string;
|
|
7914
|
+
api: "openai-responses";
|
|
7915
|
+
provider: string;
|
|
7916
|
+
baseUrl: string;
|
|
7917
|
+
reasoning: true;
|
|
7918
|
+
input: ("image" | "text")[];
|
|
7919
|
+
cost: {
|
|
7920
|
+
input: number;
|
|
7921
|
+
output: number;
|
|
7922
|
+
cacheRead: number;
|
|
7923
|
+
cacheWrite: number;
|
|
7924
|
+
};
|
|
7925
|
+
contextWindow: number;
|
|
7926
|
+
maxTokens: number;
|
|
7927
|
+
};
|
|
7587
7928
|
readonly "grok-4.5": {
|
|
7588
7929
|
id: string;
|
|
7589
7930
|
name: string;
|
|
@@ -8472,23 +8813,6 @@ export declare const MODELS: {
|
|
|
8472
8813
|
contextWindow: number;
|
|
8473
8814
|
maxTokens: number;
|
|
8474
8815
|
};
|
|
8475
|
-
readonly "arcee-ai/trinity-mini": {
|
|
8476
|
-
id: string;
|
|
8477
|
-
name: string;
|
|
8478
|
-
api: "openai-completions";
|
|
8479
|
-
provider: string;
|
|
8480
|
-
baseUrl: string;
|
|
8481
|
-
reasoning: true;
|
|
8482
|
-
input: "text"[];
|
|
8483
|
-
cost: {
|
|
8484
|
-
input: number;
|
|
8485
|
-
output: number;
|
|
8486
|
-
cacheRead: number;
|
|
8487
|
-
cacheWrite: number;
|
|
8488
|
-
};
|
|
8489
|
-
contextWindow: number;
|
|
8490
|
-
maxTokens: number;
|
|
8491
|
-
};
|
|
8492
8816
|
readonly "arcee-ai/virtuoso-large": {
|
|
8493
8817
|
id: string;
|
|
8494
8818
|
name: string;
|
|
@@ -9203,6 +9527,23 @@ export declare const MODELS: {
|
|
|
9203
9527
|
contextWindow: number;
|
|
9204
9528
|
maxTokens: number;
|
|
9205
9529
|
};
|
|
9530
|
+
readonly "kwaipilot/kat-coder-air-v2.5": {
|
|
9531
|
+
id: string;
|
|
9532
|
+
name: string;
|
|
9533
|
+
api: "openai-completions";
|
|
9534
|
+
provider: string;
|
|
9535
|
+
baseUrl: string;
|
|
9536
|
+
reasoning: false;
|
|
9537
|
+
input: "text"[];
|
|
9538
|
+
cost: {
|
|
9539
|
+
input: number;
|
|
9540
|
+
output: number;
|
|
9541
|
+
cacheRead: number;
|
|
9542
|
+
cacheWrite: number;
|
|
9543
|
+
};
|
|
9544
|
+
contextWindow: number;
|
|
9545
|
+
maxTokens: number;
|
|
9546
|
+
};
|
|
9206
9547
|
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
9207
9548
|
id: string;
|
|
9208
9549
|
name: string;
|
|
@@ -9220,13 +9561,13 @@ export declare const MODELS: {
|
|
|
9220
9561
|
contextWindow: number;
|
|
9221
9562
|
maxTokens: number;
|
|
9222
9563
|
};
|
|
9223
|
-
readonly "
|
|
9564
|
+
readonly "kwaipilot/kat-coder-pro-v2.5": {
|
|
9224
9565
|
id: string;
|
|
9225
9566
|
name: string;
|
|
9226
9567
|
api: "openai-completions";
|
|
9227
9568
|
provider: string;
|
|
9228
9569
|
baseUrl: string;
|
|
9229
|
-
reasoning:
|
|
9570
|
+
reasoning: false;
|
|
9230
9571
|
input: "text"[];
|
|
9231
9572
|
cost: {
|
|
9232
9573
|
input: number;
|
|
@@ -10682,6 +11023,23 @@ export declare const MODELS: {
|
|
|
10682
11023
|
contextWindow: number;
|
|
10683
11024
|
maxTokens: number;
|
|
10684
11025
|
};
|
|
11026
|
+
readonly "openai/gpt-5.6-luna-pro": {
|
|
11027
|
+
id: string;
|
|
11028
|
+
name: string;
|
|
11029
|
+
api: "openai-completions";
|
|
11030
|
+
provider: string;
|
|
11031
|
+
baseUrl: string;
|
|
11032
|
+
reasoning: true;
|
|
11033
|
+
input: ("image" | "text")[];
|
|
11034
|
+
cost: {
|
|
11035
|
+
input: number;
|
|
11036
|
+
output: number;
|
|
11037
|
+
cacheRead: number;
|
|
11038
|
+
cacheWrite: number;
|
|
11039
|
+
};
|
|
11040
|
+
contextWindow: number;
|
|
11041
|
+
maxTokens: number;
|
|
11042
|
+
};
|
|
10685
11043
|
readonly "openai/gpt-5.6-sol": {
|
|
10686
11044
|
id: string;
|
|
10687
11045
|
name: string;
|
|
@@ -10699,6 +11057,23 @@ export declare const MODELS: {
|
|
|
10699
11057
|
contextWindow: number;
|
|
10700
11058
|
maxTokens: number;
|
|
10701
11059
|
};
|
|
11060
|
+
readonly "openai/gpt-5.6-sol-pro": {
|
|
11061
|
+
id: string;
|
|
11062
|
+
name: string;
|
|
11063
|
+
api: "openai-completions";
|
|
11064
|
+
provider: string;
|
|
11065
|
+
baseUrl: string;
|
|
11066
|
+
reasoning: true;
|
|
11067
|
+
input: ("image" | "text")[];
|
|
11068
|
+
cost: {
|
|
11069
|
+
input: number;
|
|
11070
|
+
output: number;
|
|
11071
|
+
cacheRead: number;
|
|
11072
|
+
cacheWrite: number;
|
|
11073
|
+
};
|
|
11074
|
+
contextWindow: number;
|
|
11075
|
+
maxTokens: number;
|
|
11076
|
+
};
|
|
10702
11077
|
readonly "openai/gpt-5.6-terra": {
|
|
10703
11078
|
id: string;
|
|
10704
11079
|
name: string;
|
|
@@ -10716,14 +11091,14 @@ export declare const MODELS: {
|
|
|
10716
11091
|
contextWindow: number;
|
|
10717
11092
|
maxTokens: number;
|
|
10718
11093
|
};
|
|
10719
|
-
readonly "openai/gpt-
|
|
11094
|
+
readonly "openai/gpt-5.6-terra-pro": {
|
|
10720
11095
|
id: string;
|
|
10721
11096
|
name: string;
|
|
10722
11097
|
api: "openai-completions";
|
|
10723
11098
|
provider: string;
|
|
10724
11099
|
baseUrl: string;
|
|
10725
|
-
reasoning:
|
|
10726
|
-
input: "text"[];
|
|
11100
|
+
reasoning: true;
|
|
11101
|
+
input: ("image" | "text")[];
|
|
10727
11102
|
cost: {
|
|
10728
11103
|
input: number;
|
|
10729
11104
|
output: number;
|
|
@@ -10733,7 +11108,7 @@ export declare const MODELS: {
|
|
|
10733
11108
|
contextWindow: number;
|
|
10734
11109
|
maxTokens: number;
|
|
10735
11110
|
};
|
|
10736
|
-
readonly "openai/gpt-audio
|
|
11111
|
+
readonly "openai/gpt-audio": {
|
|
10737
11112
|
id: string;
|
|
10738
11113
|
name: string;
|
|
10739
11114
|
api: "openai-completions";
|
|
@@ -10750,14 +11125,14 @@ export declare const MODELS: {
|
|
|
10750
11125
|
contextWindow: number;
|
|
10751
11126
|
maxTokens: number;
|
|
10752
11127
|
};
|
|
10753
|
-
readonly "openai/gpt-
|
|
11128
|
+
readonly "openai/gpt-audio-mini": {
|
|
10754
11129
|
id: string;
|
|
10755
11130
|
name: string;
|
|
10756
11131
|
api: "openai-completions";
|
|
10757
11132
|
provider: string;
|
|
10758
11133
|
baseUrl: string;
|
|
10759
11134
|
reasoning: false;
|
|
10760
|
-
input:
|
|
11135
|
+
input: "text"[];
|
|
10761
11136
|
cost: {
|
|
10762
11137
|
input: number;
|
|
10763
11138
|
output: number;
|
|
@@ -10767,14 +11142,14 @@ export declare const MODELS: {
|
|
|
10767
11142
|
contextWindow: number;
|
|
10768
11143
|
maxTokens: number;
|
|
10769
11144
|
};
|
|
10770
|
-
readonly "openai/gpt-
|
|
11145
|
+
readonly "openai/gpt-chat-latest": {
|
|
10771
11146
|
id: string;
|
|
10772
11147
|
name: string;
|
|
10773
11148
|
api: "openai-completions";
|
|
10774
11149
|
provider: string;
|
|
10775
11150
|
baseUrl: string;
|
|
10776
|
-
reasoning:
|
|
10777
|
-
input: "text"[];
|
|
11151
|
+
reasoning: false;
|
|
11152
|
+
input: ("image" | "text")[];
|
|
10778
11153
|
cost: {
|
|
10779
11154
|
input: number;
|
|
10780
11155
|
output: number;
|
|
@@ -10784,7 +11159,7 @@ export declare const MODELS: {
|
|
|
10784
11159
|
contextWindow: number;
|
|
10785
11160
|
maxTokens: number;
|
|
10786
11161
|
};
|
|
10787
|
-
readonly "openai/gpt-oss-120b
|
|
11162
|
+
readonly "openai/gpt-oss-120b": {
|
|
10788
11163
|
id: string;
|
|
10789
11164
|
name: string;
|
|
10790
11165
|
api: "openai-completions";
|
|
@@ -13064,23 +13439,6 @@ export declare const MODELS: {
|
|
|
13064
13439
|
contextWindow: number;
|
|
13065
13440
|
maxTokens: number;
|
|
13066
13441
|
};
|
|
13067
|
-
readonly "anthropic/claude-3.5-haiku": {
|
|
13068
|
-
id: string;
|
|
13069
|
-
name: string;
|
|
13070
|
-
api: "anthropic-messages";
|
|
13071
|
-
provider: string;
|
|
13072
|
-
baseUrl: string;
|
|
13073
|
-
reasoning: false;
|
|
13074
|
-
input: ("image" | "text")[];
|
|
13075
|
-
cost: {
|
|
13076
|
-
input: number;
|
|
13077
|
-
output: number;
|
|
13078
|
-
cacheRead: number;
|
|
13079
|
-
cacheWrite: number;
|
|
13080
|
-
};
|
|
13081
|
-
contextWindow: number;
|
|
13082
|
-
maxTokens: number;
|
|
13083
|
-
};
|
|
13084
13442
|
readonly "anthropic/claude-fable-5": {
|
|
13085
13443
|
id: string;
|
|
13086
13444
|
name: string;
|
|
@@ -13285,23 +13643,6 @@ export declare const MODELS: {
|
|
|
13285
13643
|
contextWindow: number;
|
|
13286
13644
|
maxTokens: number;
|
|
13287
13645
|
};
|
|
13288
|
-
readonly "arcee-ai/trinity-large-preview": {
|
|
13289
|
-
id: string;
|
|
13290
|
-
name: string;
|
|
13291
|
-
api: "anthropic-messages";
|
|
13292
|
-
provider: string;
|
|
13293
|
-
baseUrl: string;
|
|
13294
|
-
reasoning: false;
|
|
13295
|
-
input: "text"[];
|
|
13296
|
-
cost: {
|
|
13297
|
-
input: number;
|
|
13298
|
-
output: number;
|
|
13299
|
-
cacheRead: number;
|
|
13300
|
-
cacheWrite: number;
|
|
13301
|
-
};
|
|
13302
|
-
contextWindow: number;
|
|
13303
|
-
maxTokens: number;
|
|
13304
|
-
};
|
|
13305
13646
|
readonly "arcee-ai/trinity-large-thinking": {
|
|
13306
13647
|
id: string;
|
|
13307
13648
|
name: string;
|
|
@@ -13761,13 +14102,13 @@ export declare const MODELS: {
|
|
|
13761
14102
|
contextWindow: number;
|
|
13762
14103
|
maxTokens: number;
|
|
13763
14104
|
};
|
|
13764
|
-
readonly "kwaipilot/kat-coder-
|
|
14105
|
+
readonly "kwaipilot/kat-coder-air-v2.5": {
|
|
13765
14106
|
id: string;
|
|
13766
14107
|
name: string;
|
|
13767
14108
|
api: "anthropic-messages";
|
|
13768
14109
|
provider: string;
|
|
13769
14110
|
baseUrl: string;
|
|
13770
|
-
reasoning:
|
|
14111
|
+
reasoning: true;
|
|
13771
14112
|
input: "text"[];
|
|
13772
14113
|
cost: {
|
|
13773
14114
|
input: number;
|
|
@@ -13778,13 +14119,13 @@ export declare const MODELS: {
|
|
|
13778
14119
|
contextWindow: number;
|
|
13779
14120
|
maxTokens: number;
|
|
13780
14121
|
};
|
|
13781
|
-
readonly "kwaipilot/kat-coder-pro-
|
|
14122
|
+
readonly "kwaipilot/kat-coder-pro-v1": {
|
|
13782
14123
|
id: string;
|
|
13783
14124
|
name: string;
|
|
13784
14125
|
api: "anthropic-messages";
|
|
13785
14126
|
provider: string;
|
|
13786
14127
|
baseUrl: string;
|
|
13787
|
-
reasoning:
|
|
14128
|
+
reasoning: false;
|
|
13788
14129
|
input: "text"[];
|
|
13789
14130
|
cost: {
|
|
13790
14131
|
input: number;
|
|
@@ -13795,13 +14136,13 @@ export declare const MODELS: {
|
|
|
13795
14136
|
contextWindow: number;
|
|
13796
14137
|
maxTokens: number;
|
|
13797
14138
|
};
|
|
13798
|
-
readonly "
|
|
14139
|
+
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
13799
14140
|
id: string;
|
|
13800
14141
|
name: string;
|
|
13801
14142
|
api: "anthropic-messages";
|
|
13802
14143
|
provider: string;
|
|
13803
14144
|
baseUrl: string;
|
|
13804
|
-
reasoning:
|
|
14145
|
+
reasoning: true;
|
|
13805
14146
|
input: "text"[];
|
|
13806
14147
|
cost: {
|
|
13807
14148
|
input: number;
|
|
@@ -13812,7 +14153,7 @@ export declare const MODELS: {
|
|
|
13812
14153
|
contextWindow: number;
|
|
13813
14154
|
maxTokens: number;
|
|
13814
14155
|
};
|
|
13815
|
-
readonly "
|
|
14156
|
+
readonly "kwaipilot/kat-coder-pro-v2.5": {
|
|
13816
14157
|
id: string;
|
|
13817
14158
|
name: string;
|
|
13818
14159
|
api: "anthropic-messages";
|
|
@@ -13948,14 +14289,14 @@ export declare const MODELS: {
|
|
|
13948
14289
|
contextWindow: number;
|
|
13949
14290
|
maxTokens: number;
|
|
13950
14291
|
};
|
|
13951
|
-
readonly "
|
|
14292
|
+
readonly "meta/muse-spark-1.1": {
|
|
13952
14293
|
id: string;
|
|
13953
14294
|
name: string;
|
|
13954
14295
|
api: "anthropic-messages";
|
|
13955
14296
|
provider: string;
|
|
13956
14297
|
baseUrl: string;
|
|
13957
14298
|
reasoning: true;
|
|
13958
|
-
input: "text"[];
|
|
14299
|
+
input: ("image" | "text")[];
|
|
13959
14300
|
cost: {
|
|
13960
14301
|
input: number;
|
|
13961
14302
|
output: number;
|
|
@@ -13965,7 +14306,7 @@ export declare const MODELS: {
|
|
|
13965
14306
|
contextWindow: number;
|
|
13966
14307
|
maxTokens: number;
|
|
13967
14308
|
};
|
|
13968
|
-
readonly "minimax/minimax-m2
|
|
14309
|
+
readonly "minimax/minimax-m2": {
|
|
13969
14310
|
id: string;
|
|
13970
14311
|
name: string;
|
|
13971
14312
|
api: "anthropic-messages";
|
|
@@ -13982,7 +14323,7 @@ export declare const MODELS: {
|
|
|
13982
14323
|
contextWindow: number;
|
|
13983
14324
|
maxTokens: number;
|
|
13984
14325
|
};
|
|
13985
|
-
readonly "minimax/minimax-m2.1
|
|
14326
|
+
readonly "minimax/minimax-m2.1": {
|
|
13986
14327
|
id: string;
|
|
13987
14328
|
name: string;
|
|
13988
14329
|
api: "anthropic-messages";
|
|
@@ -13999,7 +14340,7 @@ export declare const MODELS: {
|
|
|
13999
14340
|
contextWindow: number;
|
|
14000
14341
|
maxTokens: number;
|
|
14001
14342
|
};
|
|
14002
|
-
readonly "minimax/minimax-m2.
|
|
14343
|
+
readonly "minimax/minimax-m2.1-lightning": {
|
|
14003
14344
|
id: string;
|
|
14004
14345
|
name: string;
|
|
14005
14346
|
api: "anthropic-messages";
|
|
@@ -14016,7 +14357,7 @@ export declare const MODELS: {
|
|
|
14016
14357
|
contextWindow: number;
|
|
14017
14358
|
maxTokens: number;
|
|
14018
14359
|
};
|
|
14019
|
-
readonly "minimax/minimax-m2.5
|
|
14360
|
+
readonly "minimax/minimax-m2.5": {
|
|
14020
14361
|
id: string;
|
|
14021
14362
|
name: string;
|
|
14022
14363
|
api: "anthropic-messages";
|
|
@@ -14033,7 +14374,7 @@ export declare const MODELS: {
|
|
|
14033
14374
|
contextWindow: number;
|
|
14034
14375
|
maxTokens: number;
|
|
14035
14376
|
};
|
|
14036
|
-
readonly "minimax/minimax-m2.
|
|
14377
|
+
readonly "minimax/minimax-m2.5-highspeed": {
|
|
14037
14378
|
id: string;
|
|
14038
14379
|
name: string;
|
|
14039
14380
|
api: "anthropic-messages";
|
|
@@ -14050,7 +14391,7 @@ export declare const MODELS: {
|
|
|
14050
14391
|
contextWindow: number;
|
|
14051
14392
|
maxTokens: number;
|
|
14052
14393
|
};
|
|
14053
|
-
readonly "minimax/minimax-m2.7
|
|
14394
|
+
readonly "minimax/minimax-m2.7": {
|
|
14054
14395
|
id: string;
|
|
14055
14396
|
name: string;
|
|
14056
14397
|
api: "anthropic-messages";
|
|
@@ -14067,14 +14408,14 @@ export declare const MODELS: {
|
|
|
14067
14408
|
contextWindow: number;
|
|
14068
14409
|
maxTokens: number;
|
|
14069
14410
|
};
|
|
14070
|
-
readonly "minimax/minimax-
|
|
14411
|
+
readonly "minimax/minimax-m2.7-highspeed": {
|
|
14071
14412
|
id: string;
|
|
14072
14413
|
name: string;
|
|
14073
14414
|
api: "anthropic-messages";
|
|
14074
14415
|
provider: string;
|
|
14075
14416
|
baseUrl: string;
|
|
14076
14417
|
reasoning: true;
|
|
14077
|
-
input:
|
|
14418
|
+
input: "text"[];
|
|
14078
14419
|
cost: {
|
|
14079
14420
|
input: number;
|
|
14080
14421
|
output: number;
|
|
@@ -14084,14 +14425,14 @@ export declare const MODELS: {
|
|
|
14084
14425
|
contextWindow: number;
|
|
14085
14426
|
maxTokens: number;
|
|
14086
14427
|
};
|
|
14087
|
-
readonly "
|
|
14428
|
+
readonly "minimax/minimax-m3": {
|
|
14088
14429
|
id: string;
|
|
14089
14430
|
name: string;
|
|
14090
14431
|
api: "anthropic-messages";
|
|
14091
14432
|
provider: string;
|
|
14092
14433
|
baseUrl: string;
|
|
14093
|
-
reasoning:
|
|
14094
|
-
input: "text"[];
|
|
14434
|
+
reasoning: true;
|
|
14435
|
+
input: ("image" | "text")[];
|
|
14095
14436
|
cost: {
|
|
14096
14437
|
input: number;
|
|
14097
14438
|
output: number;
|
|
@@ -14101,7 +14442,7 @@ export declare const MODELS: {
|
|
|
14101
14442
|
contextWindow: number;
|
|
14102
14443
|
maxTokens: number;
|
|
14103
14444
|
};
|
|
14104
|
-
readonly "mistral/
|
|
14445
|
+
readonly "mistral/codestral": {
|
|
14105
14446
|
id: string;
|
|
14106
14447
|
name: string;
|
|
14107
14448
|
api: "anthropic-messages";
|
|
@@ -14118,7 +14459,7 @@ export declare const MODELS: {
|
|
|
14118
14459
|
contextWindow: number;
|
|
14119
14460
|
maxTokens: number;
|
|
14120
14461
|
};
|
|
14121
|
-
readonly "mistral/devstral-
|
|
14462
|
+
readonly "mistral/devstral-2": {
|
|
14122
14463
|
id: string;
|
|
14123
14464
|
name: string;
|
|
14124
14465
|
api: "anthropic-messages";
|
|
@@ -14339,23 +14680,6 @@ export declare const MODELS: {
|
|
|
14339
14680
|
contextWindow: number;
|
|
14340
14681
|
maxTokens: number;
|
|
14341
14682
|
};
|
|
14342
|
-
readonly "mistral/pixtral-large": {
|
|
14343
|
-
id: string;
|
|
14344
|
-
name: string;
|
|
14345
|
-
api: "anthropic-messages";
|
|
14346
|
-
provider: string;
|
|
14347
|
-
baseUrl: string;
|
|
14348
|
-
reasoning: false;
|
|
14349
|
-
input: ("image" | "text")[];
|
|
14350
|
-
cost: {
|
|
14351
|
-
input: number;
|
|
14352
|
-
output: number;
|
|
14353
|
-
cacheRead: number;
|
|
14354
|
-
cacheWrite: number;
|
|
14355
|
-
};
|
|
14356
|
-
contextWindow: number;
|
|
14357
|
-
maxTokens: number;
|
|
14358
|
-
};
|
|
14359
14683
|
readonly "moonshotai/kimi-k2": {
|
|
14360
14684
|
id: string;
|
|
14361
14685
|
name: string;
|
|
@@ -15495,40 +15819,6 @@ export declare const MODELS: {
|
|
|
15495
15819
|
contextWindow: number;
|
|
15496
15820
|
maxTokens: number;
|
|
15497
15821
|
};
|
|
15498
|
-
readonly "xiaomi/mimo-v2-flash": {
|
|
15499
|
-
id: string;
|
|
15500
|
-
name: string;
|
|
15501
|
-
api: "anthropic-messages";
|
|
15502
|
-
provider: string;
|
|
15503
|
-
baseUrl: string;
|
|
15504
|
-
reasoning: true;
|
|
15505
|
-
input: "text"[];
|
|
15506
|
-
cost: {
|
|
15507
|
-
input: number;
|
|
15508
|
-
output: number;
|
|
15509
|
-
cacheRead: number;
|
|
15510
|
-
cacheWrite: number;
|
|
15511
|
-
};
|
|
15512
|
-
contextWindow: number;
|
|
15513
|
-
maxTokens: number;
|
|
15514
|
-
};
|
|
15515
|
-
readonly "xiaomi/mimo-v2-pro": {
|
|
15516
|
-
id: string;
|
|
15517
|
-
name: string;
|
|
15518
|
-
api: "anthropic-messages";
|
|
15519
|
-
provider: string;
|
|
15520
|
-
baseUrl: string;
|
|
15521
|
-
reasoning: true;
|
|
15522
|
-
input: "text"[];
|
|
15523
|
-
cost: {
|
|
15524
|
-
input: number;
|
|
15525
|
-
output: number;
|
|
15526
|
-
cacheRead: number;
|
|
15527
|
-
cacheWrite: number;
|
|
15528
|
-
};
|
|
15529
|
-
contextWindow: number;
|
|
15530
|
-
maxTokens: number;
|
|
15531
|
-
};
|
|
15532
15822
|
readonly "xiaomi/mimo-v2.5": {
|
|
15533
15823
|
id: string;
|
|
15534
15824
|
name: string;
|