@elyracode/ai 0.9.13 → 0.9.15
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 +647 -111
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +610 -117
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -2829,6 +2829,103 @@ export declare const MODELS: {
|
|
|
2829
2829
|
contextWindow: number;
|
|
2830
2830
|
maxTokens: number;
|
|
2831
2831
|
};
|
|
2832
|
+
readonly "gpt-5.6": {
|
|
2833
|
+
id: string;
|
|
2834
|
+
name: string;
|
|
2835
|
+
api: "azure-openai-responses";
|
|
2836
|
+
provider: string;
|
|
2837
|
+
baseUrl: string;
|
|
2838
|
+
reasoning: true;
|
|
2839
|
+
thinkingLevelMap: {
|
|
2840
|
+
off: null;
|
|
2841
|
+
};
|
|
2842
|
+
input: ("image" | "text")[];
|
|
2843
|
+
cost: {
|
|
2844
|
+
input: number;
|
|
2845
|
+
output: number;
|
|
2846
|
+
cacheRead: number;
|
|
2847
|
+
cacheWrite: number;
|
|
2848
|
+
};
|
|
2849
|
+
contextWindow: number;
|
|
2850
|
+
maxTokens: number;
|
|
2851
|
+
};
|
|
2852
|
+
readonly "gpt-5.6-luna": {
|
|
2853
|
+
id: string;
|
|
2854
|
+
name: string;
|
|
2855
|
+
api: "azure-openai-responses";
|
|
2856
|
+
provider: string;
|
|
2857
|
+
baseUrl: string;
|
|
2858
|
+
reasoning: true;
|
|
2859
|
+
thinkingLevelMap: {
|
|
2860
|
+
off: null;
|
|
2861
|
+
};
|
|
2862
|
+
input: ("image" | "text")[];
|
|
2863
|
+
cost: {
|
|
2864
|
+
input: number;
|
|
2865
|
+
output: number;
|
|
2866
|
+
cacheRead: number;
|
|
2867
|
+
cacheWrite: number;
|
|
2868
|
+
};
|
|
2869
|
+
contextWindow: number;
|
|
2870
|
+
maxTokens: number;
|
|
2871
|
+
};
|
|
2872
|
+
readonly "gpt-5.6-sol": {
|
|
2873
|
+
id: string;
|
|
2874
|
+
name: string;
|
|
2875
|
+
api: "azure-openai-responses";
|
|
2876
|
+
provider: string;
|
|
2877
|
+
baseUrl: string;
|
|
2878
|
+
reasoning: true;
|
|
2879
|
+
thinkingLevelMap: {
|
|
2880
|
+
off: null;
|
|
2881
|
+
};
|
|
2882
|
+
input: ("image" | "text")[];
|
|
2883
|
+
cost: {
|
|
2884
|
+
input: number;
|
|
2885
|
+
output: number;
|
|
2886
|
+
cacheRead: number;
|
|
2887
|
+
cacheWrite: number;
|
|
2888
|
+
};
|
|
2889
|
+
contextWindow: number;
|
|
2890
|
+
maxTokens: number;
|
|
2891
|
+
};
|
|
2892
|
+
readonly "gpt-5.6-terra": {
|
|
2893
|
+
id: string;
|
|
2894
|
+
name: string;
|
|
2895
|
+
api: "azure-openai-responses";
|
|
2896
|
+
provider: string;
|
|
2897
|
+
baseUrl: string;
|
|
2898
|
+
reasoning: true;
|
|
2899
|
+
thinkingLevelMap: {
|
|
2900
|
+
off: null;
|
|
2901
|
+
};
|
|
2902
|
+
input: ("image" | "text")[];
|
|
2903
|
+
cost: {
|
|
2904
|
+
input: number;
|
|
2905
|
+
output: number;
|
|
2906
|
+
cacheRead: number;
|
|
2907
|
+
cacheWrite: number;
|
|
2908
|
+
};
|
|
2909
|
+
contextWindow: number;
|
|
2910
|
+
maxTokens: number;
|
|
2911
|
+
};
|
|
2912
|
+
readonly "gpt-realtime-2.1": {
|
|
2913
|
+
id: string;
|
|
2914
|
+
name: string;
|
|
2915
|
+
api: "azure-openai-responses";
|
|
2916
|
+
provider: string;
|
|
2917
|
+
baseUrl: string;
|
|
2918
|
+
reasoning: true;
|
|
2919
|
+
input: ("image" | "text")[];
|
|
2920
|
+
cost: {
|
|
2921
|
+
input: number;
|
|
2922
|
+
output: number;
|
|
2923
|
+
cacheRead: number;
|
|
2924
|
+
cacheWrite: number;
|
|
2925
|
+
};
|
|
2926
|
+
contextWindow: number;
|
|
2927
|
+
maxTokens: number;
|
|
2928
|
+
};
|
|
2832
2929
|
readonly o1: {
|
|
2833
2930
|
id: string;
|
|
2834
2931
|
name: string;
|
|
@@ -4893,6 +4990,84 @@ export declare const MODELS: {
|
|
|
4893
4990
|
contextWindow: number;
|
|
4894
4991
|
maxTokens: number;
|
|
4895
4992
|
};
|
|
4993
|
+
readonly "gpt-5.6-luna": {
|
|
4994
|
+
id: string;
|
|
4995
|
+
name: string;
|
|
4996
|
+
api: "openai-responses";
|
|
4997
|
+
provider: string;
|
|
4998
|
+
baseUrl: string;
|
|
4999
|
+
headers: {
|
|
5000
|
+
"User-Agent": string;
|
|
5001
|
+
"Editor-Version": string;
|
|
5002
|
+
"Editor-Plugin-Version": string;
|
|
5003
|
+
"Copilot-Integration-Id": string;
|
|
5004
|
+
};
|
|
5005
|
+
reasoning: true;
|
|
5006
|
+
thinkingLevelMap: {
|
|
5007
|
+
off: null;
|
|
5008
|
+
};
|
|
5009
|
+
input: ("image" | "text")[];
|
|
5010
|
+
cost: {
|
|
5011
|
+
input: number;
|
|
5012
|
+
output: number;
|
|
5013
|
+
cacheRead: number;
|
|
5014
|
+
cacheWrite: number;
|
|
5015
|
+
};
|
|
5016
|
+
contextWindow: number;
|
|
5017
|
+
maxTokens: number;
|
|
5018
|
+
};
|
|
5019
|
+
readonly "gpt-5.6-sol": {
|
|
5020
|
+
id: string;
|
|
5021
|
+
name: string;
|
|
5022
|
+
api: "openai-responses";
|
|
5023
|
+
provider: string;
|
|
5024
|
+
baseUrl: string;
|
|
5025
|
+
headers: {
|
|
5026
|
+
"User-Agent": string;
|
|
5027
|
+
"Editor-Version": string;
|
|
5028
|
+
"Editor-Plugin-Version": string;
|
|
5029
|
+
"Copilot-Integration-Id": string;
|
|
5030
|
+
};
|
|
5031
|
+
reasoning: true;
|
|
5032
|
+
thinkingLevelMap: {
|
|
5033
|
+
off: null;
|
|
5034
|
+
};
|
|
5035
|
+
input: ("image" | "text")[];
|
|
5036
|
+
cost: {
|
|
5037
|
+
input: number;
|
|
5038
|
+
output: number;
|
|
5039
|
+
cacheRead: number;
|
|
5040
|
+
cacheWrite: number;
|
|
5041
|
+
};
|
|
5042
|
+
contextWindow: number;
|
|
5043
|
+
maxTokens: number;
|
|
5044
|
+
};
|
|
5045
|
+
readonly "gpt-5.6-terra": {
|
|
5046
|
+
id: string;
|
|
5047
|
+
name: string;
|
|
5048
|
+
api: "openai-responses";
|
|
5049
|
+
provider: string;
|
|
5050
|
+
baseUrl: string;
|
|
5051
|
+
headers: {
|
|
5052
|
+
"User-Agent": string;
|
|
5053
|
+
"Editor-Version": string;
|
|
5054
|
+
"Editor-Plugin-Version": string;
|
|
5055
|
+
"Copilot-Integration-Id": string;
|
|
5056
|
+
};
|
|
5057
|
+
reasoning: true;
|
|
5058
|
+
thinkingLevelMap: {
|
|
5059
|
+
off: null;
|
|
5060
|
+
};
|
|
5061
|
+
input: ("image" | "text")[];
|
|
5062
|
+
cost: {
|
|
5063
|
+
input: number;
|
|
5064
|
+
output: number;
|
|
5065
|
+
cacheRead: number;
|
|
5066
|
+
cacheWrite: number;
|
|
5067
|
+
};
|
|
5068
|
+
contextWindow: number;
|
|
5069
|
+
maxTokens: number;
|
|
5070
|
+
};
|
|
4896
5071
|
readonly "kimi-k2.7-code": {
|
|
4897
5072
|
id: string;
|
|
4898
5073
|
name: string;
|
|
@@ -8319,6 +8494,103 @@ export declare const MODELS: {
|
|
|
8319
8494
|
contextWindow: number;
|
|
8320
8495
|
maxTokens: number;
|
|
8321
8496
|
};
|
|
8497
|
+
readonly "gpt-5.6": {
|
|
8498
|
+
id: string;
|
|
8499
|
+
name: string;
|
|
8500
|
+
api: "openai-responses";
|
|
8501
|
+
provider: string;
|
|
8502
|
+
baseUrl: string;
|
|
8503
|
+
reasoning: true;
|
|
8504
|
+
thinkingLevelMap: {
|
|
8505
|
+
off: null;
|
|
8506
|
+
};
|
|
8507
|
+
input: ("image" | "text")[];
|
|
8508
|
+
cost: {
|
|
8509
|
+
input: number;
|
|
8510
|
+
output: number;
|
|
8511
|
+
cacheRead: number;
|
|
8512
|
+
cacheWrite: number;
|
|
8513
|
+
};
|
|
8514
|
+
contextWindow: number;
|
|
8515
|
+
maxTokens: number;
|
|
8516
|
+
};
|
|
8517
|
+
readonly "gpt-5.6-luna": {
|
|
8518
|
+
id: string;
|
|
8519
|
+
name: string;
|
|
8520
|
+
api: "openai-responses";
|
|
8521
|
+
provider: string;
|
|
8522
|
+
baseUrl: string;
|
|
8523
|
+
reasoning: true;
|
|
8524
|
+
thinkingLevelMap: {
|
|
8525
|
+
off: null;
|
|
8526
|
+
};
|
|
8527
|
+
input: ("image" | "text")[];
|
|
8528
|
+
cost: {
|
|
8529
|
+
input: number;
|
|
8530
|
+
output: number;
|
|
8531
|
+
cacheRead: number;
|
|
8532
|
+
cacheWrite: number;
|
|
8533
|
+
};
|
|
8534
|
+
contextWindow: number;
|
|
8535
|
+
maxTokens: number;
|
|
8536
|
+
};
|
|
8537
|
+
readonly "gpt-5.6-sol": {
|
|
8538
|
+
id: string;
|
|
8539
|
+
name: string;
|
|
8540
|
+
api: "openai-responses";
|
|
8541
|
+
provider: string;
|
|
8542
|
+
baseUrl: string;
|
|
8543
|
+
reasoning: true;
|
|
8544
|
+
thinkingLevelMap: {
|
|
8545
|
+
off: null;
|
|
8546
|
+
};
|
|
8547
|
+
input: ("image" | "text")[];
|
|
8548
|
+
cost: {
|
|
8549
|
+
input: number;
|
|
8550
|
+
output: number;
|
|
8551
|
+
cacheRead: number;
|
|
8552
|
+
cacheWrite: number;
|
|
8553
|
+
};
|
|
8554
|
+
contextWindow: number;
|
|
8555
|
+
maxTokens: number;
|
|
8556
|
+
};
|
|
8557
|
+
readonly "gpt-5.6-terra": {
|
|
8558
|
+
id: string;
|
|
8559
|
+
name: string;
|
|
8560
|
+
api: "openai-responses";
|
|
8561
|
+
provider: string;
|
|
8562
|
+
baseUrl: string;
|
|
8563
|
+
reasoning: true;
|
|
8564
|
+
thinkingLevelMap: {
|
|
8565
|
+
off: null;
|
|
8566
|
+
};
|
|
8567
|
+
input: ("image" | "text")[];
|
|
8568
|
+
cost: {
|
|
8569
|
+
input: number;
|
|
8570
|
+
output: number;
|
|
8571
|
+
cacheRead: number;
|
|
8572
|
+
cacheWrite: number;
|
|
8573
|
+
};
|
|
8574
|
+
contextWindow: number;
|
|
8575
|
+
maxTokens: number;
|
|
8576
|
+
};
|
|
8577
|
+
readonly "gpt-realtime-2.1": {
|
|
8578
|
+
id: string;
|
|
8579
|
+
name: string;
|
|
8580
|
+
api: "openai-responses";
|
|
8581
|
+
provider: string;
|
|
8582
|
+
baseUrl: string;
|
|
8583
|
+
reasoning: true;
|
|
8584
|
+
input: ("image" | "text")[];
|
|
8585
|
+
cost: {
|
|
8586
|
+
input: number;
|
|
8587
|
+
output: number;
|
|
8588
|
+
cacheRead: number;
|
|
8589
|
+
cacheWrite: number;
|
|
8590
|
+
};
|
|
8591
|
+
contextWindow: number;
|
|
8592
|
+
maxTokens: number;
|
|
8593
|
+
};
|
|
8322
8594
|
readonly o1: {
|
|
8323
8595
|
id: string;
|
|
8324
8596
|
name: string;
|
|
@@ -9415,6 +9687,83 @@ export declare const MODELS: {
|
|
|
9415
9687
|
contextWindow: number;
|
|
9416
9688
|
maxTokens: number;
|
|
9417
9689
|
};
|
|
9690
|
+
readonly "gpt-5.6-luna": {
|
|
9691
|
+
id: string;
|
|
9692
|
+
name: string;
|
|
9693
|
+
api: "openai-responses";
|
|
9694
|
+
provider: string;
|
|
9695
|
+
baseUrl: string;
|
|
9696
|
+
reasoning: true;
|
|
9697
|
+
thinkingLevelMap: {
|
|
9698
|
+
off: null;
|
|
9699
|
+
};
|
|
9700
|
+
input: ("image" | "text")[];
|
|
9701
|
+
cost: {
|
|
9702
|
+
input: number;
|
|
9703
|
+
output: number;
|
|
9704
|
+
cacheRead: number;
|
|
9705
|
+
cacheWrite: number;
|
|
9706
|
+
};
|
|
9707
|
+
contextWindow: number;
|
|
9708
|
+
maxTokens: number;
|
|
9709
|
+
};
|
|
9710
|
+
readonly "gpt-5.6-sol": {
|
|
9711
|
+
id: string;
|
|
9712
|
+
name: string;
|
|
9713
|
+
api: "openai-responses";
|
|
9714
|
+
provider: string;
|
|
9715
|
+
baseUrl: string;
|
|
9716
|
+
reasoning: true;
|
|
9717
|
+
thinkingLevelMap: {
|
|
9718
|
+
off: null;
|
|
9719
|
+
};
|
|
9720
|
+
input: ("image" | "text")[];
|
|
9721
|
+
cost: {
|
|
9722
|
+
input: number;
|
|
9723
|
+
output: number;
|
|
9724
|
+
cacheRead: number;
|
|
9725
|
+
cacheWrite: number;
|
|
9726
|
+
};
|
|
9727
|
+
contextWindow: number;
|
|
9728
|
+
maxTokens: number;
|
|
9729
|
+
};
|
|
9730
|
+
readonly "gpt-5.6-terra": {
|
|
9731
|
+
id: string;
|
|
9732
|
+
name: string;
|
|
9733
|
+
api: "openai-responses";
|
|
9734
|
+
provider: string;
|
|
9735
|
+
baseUrl: string;
|
|
9736
|
+
reasoning: true;
|
|
9737
|
+
thinkingLevelMap: {
|
|
9738
|
+
off: null;
|
|
9739
|
+
};
|
|
9740
|
+
input: ("image" | "text")[];
|
|
9741
|
+
cost: {
|
|
9742
|
+
input: number;
|
|
9743
|
+
output: number;
|
|
9744
|
+
cacheRead: number;
|
|
9745
|
+
cacheWrite: number;
|
|
9746
|
+
};
|
|
9747
|
+
contextWindow: number;
|
|
9748
|
+
maxTokens: number;
|
|
9749
|
+
};
|
|
9750
|
+
readonly "grok-4.5": {
|
|
9751
|
+
id: string;
|
|
9752
|
+
name: string;
|
|
9753
|
+
api: "openai-completions";
|
|
9754
|
+
provider: string;
|
|
9755
|
+
baseUrl: string;
|
|
9756
|
+
reasoning: true;
|
|
9757
|
+
input: ("image" | "text")[];
|
|
9758
|
+
cost: {
|
|
9759
|
+
input: number;
|
|
9760
|
+
output: number;
|
|
9761
|
+
cacheRead: number;
|
|
9762
|
+
cacheWrite: number;
|
|
9763
|
+
};
|
|
9764
|
+
contextWindow: number;
|
|
9765
|
+
maxTokens: number;
|
|
9766
|
+
};
|
|
9418
9767
|
readonly "grok-build-0.1": {
|
|
9419
9768
|
id: string;
|
|
9420
9769
|
name: string;
|
|
@@ -10341,23 +10690,6 @@ export declare const MODELS: {
|
|
|
10341
10690
|
contextWindow: number;
|
|
10342
10691
|
maxTokens: number;
|
|
10343
10692
|
};
|
|
10344
|
-
readonly "arcee-ai/trinity-mini": {
|
|
10345
|
-
id: string;
|
|
10346
|
-
name: string;
|
|
10347
|
-
api: "openai-completions";
|
|
10348
|
-
provider: string;
|
|
10349
|
-
baseUrl: string;
|
|
10350
|
-
reasoning: true;
|
|
10351
|
-
input: "text"[];
|
|
10352
|
-
cost: {
|
|
10353
|
-
input: number;
|
|
10354
|
-
output: number;
|
|
10355
|
-
cacheRead: number;
|
|
10356
|
-
cacheWrite: number;
|
|
10357
|
-
};
|
|
10358
|
-
contextWindow: number;
|
|
10359
|
-
maxTokens: number;
|
|
10360
|
-
};
|
|
10361
10693
|
readonly "arcee-ai/virtuoso-large": {
|
|
10362
10694
|
id: string;
|
|
10363
10695
|
name: string;
|
|
@@ -10737,23 +11069,6 @@ export declare const MODELS: {
|
|
|
10737
11069
|
contextWindow: number;
|
|
10738
11070
|
maxTokens: number;
|
|
10739
11071
|
};
|
|
10740
|
-
readonly "google/gemini-2.5-flash-lite-preview-09-2025": {
|
|
10741
|
-
id: string;
|
|
10742
|
-
name: string;
|
|
10743
|
-
api: "openai-completions";
|
|
10744
|
-
provider: string;
|
|
10745
|
-
baseUrl: string;
|
|
10746
|
-
reasoning: true;
|
|
10747
|
-
input: ("image" | "text")[];
|
|
10748
|
-
cost: {
|
|
10749
|
-
input: number;
|
|
10750
|
-
output: number;
|
|
10751
|
-
cacheRead: number;
|
|
10752
|
-
cacheWrite: number;
|
|
10753
|
-
};
|
|
10754
|
-
contextWindow: number;
|
|
10755
|
-
maxTokens: number;
|
|
10756
|
-
};
|
|
10757
11072
|
readonly "google/gemini-2.5-pro": {
|
|
10758
11073
|
id: string;
|
|
10759
11074
|
name: string;
|
|
@@ -12131,7 +12446,109 @@ export declare const MODELS: {
|
|
|
12131
12446
|
contextWindow: number;
|
|
12132
12447
|
maxTokens: number;
|
|
12133
12448
|
};
|
|
12134
|
-
readonly "openai/gpt-5-mini": {
|
|
12449
|
+
readonly "openai/gpt-5-mini": {
|
|
12450
|
+
id: string;
|
|
12451
|
+
name: string;
|
|
12452
|
+
api: "openai-completions";
|
|
12453
|
+
provider: string;
|
|
12454
|
+
baseUrl: string;
|
|
12455
|
+
reasoning: true;
|
|
12456
|
+
input: ("image" | "text")[];
|
|
12457
|
+
cost: {
|
|
12458
|
+
input: number;
|
|
12459
|
+
output: number;
|
|
12460
|
+
cacheRead: number;
|
|
12461
|
+
cacheWrite: number;
|
|
12462
|
+
};
|
|
12463
|
+
contextWindow: number;
|
|
12464
|
+
maxTokens: number;
|
|
12465
|
+
};
|
|
12466
|
+
readonly "openai/gpt-5-nano": {
|
|
12467
|
+
id: string;
|
|
12468
|
+
name: string;
|
|
12469
|
+
api: "openai-completions";
|
|
12470
|
+
provider: string;
|
|
12471
|
+
baseUrl: string;
|
|
12472
|
+
reasoning: true;
|
|
12473
|
+
input: ("image" | "text")[];
|
|
12474
|
+
cost: {
|
|
12475
|
+
input: number;
|
|
12476
|
+
output: number;
|
|
12477
|
+
cacheRead: number;
|
|
12478
|
+
cacheWrite: number;
|
|
12479
|
+
};
|
|
12480
|
+
contextWindow: number;
|
|
12481
|
+
maxTokens: number;
|
|
12482
|
+
};
|
|
12483
|
+
readonly "openai/gpt-5-pro": {
|
|
12484
|
+
id: string;
|
|
12485
|
+
name: string;
|
|
12486
|
+
api: "openai-completions";
|
|
12487
|
+
provider: string;
|
|
12488
|
+
baseUrl: string;
|
|
12489
|
+
reasoning: true;
|
|
12490
|
+
input: ("image" | "text")[];
|
|
12491
|
+
cost: {
|
|
12492
|
+
input: number;
|
|
12493
|
+
output: number;
|
|
12494
|
+
cacheRead: number;
|
|
12495
|
+
cacheWrite: number;
|
|
12496
|
+
};
|
|
12497
|
+
contextWindow: number;
|
|
12498
|
+
maxTokens: number;
|
|
12499
|
+
};
|
|
12500
|
+
readonly "openai/gpt-5.1": {
|
|
12501
|
+
id: string;
|
|
12502
|
+
name: string;
|
|
12503
|
+
api: "openai-completions";
|
|
12504
|
+
provider: string;
|
|
12505
|
+
baseUrl: string;
|
|
12506
|
+
reasoning: true;
|
|
12507
|
+
input: ("image" | "text")[];
|
|
12508
|
+
cost: {
|
|
12509
|
+
input: number;
|
|
12510
|
+
output: number;
|
|
12511
|
+
cacheRead: number;
|
|
12512
|
+
cacheWrite: number;
|
|
12513
|
+
};
|
|
12514
|
+
contextWindow: number;
|
|
12515
|
+
maxTokens: number;
|
|
12516
|
+
};
|
|
12517
|
+
readonly "openai/gpt-5.1-chat": {
|
|
12518
|
+
id: string;
|
|
12519
|
+
name: string;
|
|
12520
|
+
api: "openai-completions";
|
|
12521
|
+
provider: string;
|
|
12522
|
+
baseUrl: string;
|
|
12523
|
+
reasoning: false;
|
|
12524
|
+
input: ("image" | "text")[];
|
|
12525
|
+
cost: {
|
|
12526
|
+
input: number;
|
|
12527
|
+
output: number;
|
|
12528
|
+
cacheRead: number;
|
|
12529
|
+
cacheWrite: number;
|
|
12530
|
+
};
|
|
12531
|
+
contextWindow: number;
|
|
12532
|
+
maxTokens: number;
|
|
12533
|
+
};
|
|
12534
|
+
readonly "openai/gpt-5.1-codex": {
|
|
12535
|
+
id: string;
|
|
12536
|
+
name: string;
|
|
12537
|
+
api: "openai-completions";
|
|
12538
|
+
provider: string;
|
|
12539
|
+
baseUrl: string;
|
|
12540
|
+
reasoning: true;
|
|
12541
|
+
input: ("image" | "text")[];
|
|
12542
|
+
cost: {
|
|
12543
|
+
input: number;
|
|
12544
|
+
output: number;
|
|
12545
|
+
cacheRead: number;
|
|
12546
|
+
cacheWrite: number;
|
|
12547
|
+
};
|
|
12548
|
+
contextWindow: number;
|
|
12549
|
+
maxTokens: number;
|
|
12550
|
+
};
|
|
12551
|
+
readonly "openai/gpt-5.1-codex-max": {
|
|
12135
12552
|
id: string;
|
|
12136
12553
|
name: string;
|
|
12137
12554
|
api: "openai-completions";
|
|
@@ -12148,7 +12565,7 @@ export declare const MODELS: {
|
|
|
12148
12565
|
contextWindow: number;
|
|
12149
12566
|
maxTokens: number;
|
|
12150
12567
|
};
|
|
12151
|
-
readonly "openai/gpt-5-
|
|
12568
|
+
readonly "openai/gpt-5.1-codex-mini": {
|
|
12152
12569
|
id: string;
|
|
12153
12570
|
name: string;
|
|
12154
12571
|
api: "openai-completions";
|
|
@@ -12165,13 +12582,16 @@ export declare const MODELS: {
|
|
|
12165
12582
|
contextWindow: number;
|
|
12166
12583
|
maxTokens: number;
|
|
12167
12584
|
};
|
|
12168
|
-
readonly "openai/gpt-5
|
|
12585
|
+
readonly "openai/gpt-5.2": {
|
|
12169
12586
|
id: string;
|
|
12170
12587
|
name: string;
|
|
12171
12588
|
api: "openai-completions";
|
|
12172
12589
|
provider: string;
|
|
12173
12590
|
baseUrl: string;
|
|
12174
12591
|
reasoning: true;
|
|
12592
|
+
thinkingLevelMap: {
|
|
12593
|
+
xhigh: string;
|
|
12594
|
+
};
|
|
12175
12595
|
input: ("image" | "text")[];
|
|
12176
12596
|
cost: {
|
|
12177
12597
|
input: number;
|
|
@@ -12182,13 +12602,16 @@ export declare const MODELS: {
|
|
|
12182
12602
|
contextWindow: number;
|
|
12183
12603
|
maxTokens: number;
|
|
12184
12604
|
};
|
|
12185
|
-
readonly "openai/gpt-5.
|
|
12605
|
+
readonly "openai/gpt-5.2-chat": {
|
|
12186
12606
|
id: string;
|
|
12187
12607
|
name: string;
|
|
12188
12608
|
api: "openai-completions";
|
|
12189
12609
|
provider: string;
|
|
12190
12610
|
baseUrl: string;
|
|
12191
|
-
reasoning:
|
|
12611
|
+
reasoning: false;
|
|
12612
|
+
thinkingLevelMap: {
|
|
12613
|
+
xhigh: string;
|
|
12614
|
+
};
|
|
12192
12615
|
input: ("image" | "text")[];
|
|
12193
12616
|
cost: {
|
|
12194
12617
|
input: number;
|
|
@@ -12199,13 +12622,16 @@ export declare const MODELS: {
|
|
|
12199
12622
|
contextWindow: number;
|
|
12200
12623
|
maxTokens: number;
|
|
12201
12624
|
};
|
|
12202
|
-
readonly "openai/gpt-5.
|
|
12625
|
+
readonly "openai/gpt-5.2-codex": {
|
|
12203
12626
|
id: string;
|
|
12204
12627
|
name: string;
|
|
12205
12628
|
api: "openai-completions";
|
|
12206
12629
|
provider: string;
|
|
12207
12630
|
baseUrl: string;
|
|
12208
|
-
reasoning:
|
|
12631
|
+
reasoning: true;
|
|
12632
|
+
thinkingLevelMap: {
|
|
12633
|
+
xhigh: string;
|
|
12634
|
+
};
|
|
12209
12635
|
input: ("image" | "text")[];
|
|
12210
12636
|
cost: {
|
|
12211
12637
|
input: number;
|
|
@@ -12216,13 +12642,16 @@ export declare const MODELS: {
|
|
|
12216
12642
|
contextWindow: number;
|
|
12217
12643
|
maxTokens: number;
|
|
12218
12644
|
};
|
|
12219
|
-
readonly "openai/gpt-5.
|
|
12645
|
+
readonly "openai/gpt-5.2-pro": {
|
|
12220
12646
|
id: string;
|
|
12221
12647
|
name: string;
|
|
12222
12648
|
api: "openai-completions";
|
|
12223
12649
|
provider: string;
|
|
12224
12650
|
baseUrl: string;
|
|
12225
12651
|
reasoning: true;
|
|
12652
|
+
thinkingLevelMap: {
|
|
12653
|
+
xhigh: string;
|
|
12654
|
+
};
|
|
12226
12655
|
input: ("image" | "text")[];
|
|
12227
12656
|
cost: {
|
|
12228
12657
|
input: number;
|
|
@@ -12233,13 +12662,16 @@ export declare const MODELS: {
|
|
|
12233
12662
|
contextWindow: number;
|
|
12234
12663
|
maxTokens: number;
|
|
12235
12664
|
};
|
|
12236
|
-
readonly "openai/gpt-5.
|
|
12665
|
+
readonly "openai/gpt-5.3-chat": {
|
|
12237
12666
|
id: string;
|
|
12238
12667
|
name: string;
|
|
12239
12668
|
api: "openai-completions";
|
|
12240
12669
|
provider: string;
|
|
12241
12670
|
baseUrl: string;
|
|
12242
|
-
reasoning:
|
|
12671
|
+
reasoning: false;
|
|
12672
|
+
thinkingLevelMap: {
|
|
12673
|
+
xhigh: string;
|
|
12674
|
+
};
|
|
12243
12675
|
input: ("image" | "text")[];
|
|
12244
12676
|
cost: {
|
|
12245
12677
|
input: number;
|
|
@@ -12250,13 +12682,16 @@ export declare const MODELS: {
|
|
|
12250
12682
|
contextWindow: number;
|
|
12251
12683
|
maxTokens: number;
|
|
12252
12684
|
};
|
|
12253
|
-
readonly "openai/gpt-5.
|
|
12685
|
+
readonly "openai/gpt-5.3-codex": {
|
|
12254
12686
|
id: string;
|
|
12255
12687
|
name: string;
|
|
12256
12688
|
api: "openai-completions";
|
|
12257
12689
|
provider: string;
|
|
12258
12690
|
baseUrl: string;
|
|
12259
12691
|
reasoning: true;
|
|
12692
|
+
thinkingLevelMap: {
|
|
12693
|
+
xhigh: string;
|
|
12694
|
+
};
|
|
12260
12695
|
input: ("image" | "text")[];
|
|
12261
12696
|
cost: {
|
|
12262
12697
|
input: number;
|
|
@@ -12267,7 +12702,7 @@ export declare const MODELS: {
|
|
|
12267
12702
|
contextWindow: number;
|
|
12268
12703
|
maxTokens: number;
|
|
12269
12704
|
};
|
|
12270
|
-
readonly "openai/gpt-5.
|
|
12705
|
+
readonly "openai/gpt-5.4": {
|
|
12271
12706
|
id: string;
|
|
12272
12707
|
name: string;
|
|
12273
12708
|
api: "openai-completions";
|
|
@@ -12287,13 +12722,13 @@ export declare const MODELS: {
|
|
|
12287
12722
|
contextWindow: number;
|
|
12288
12723
|
maxTokens: number;
|
|
12289
12724
|
};
|
|
12290
|
-
readonly "openai/gpt-5.
|
|
12725
|
+
readonly "openai/gpt-5.4-mini": {
|
|
12291
12726
|
id: string;
|
|
12292
12727
|
name: string;
|
|
12293
12728
|
api: "openai-completions";
|
|
12294
12729
|
provider: string;
|
|
12295
12730
|
baseUrl: string;
|
|
12296
|
-
reasoning:
|
|
12731
|
+
reasoning: true;
|
|
12297
12732
|
thinkingLevelMap: {
|
|
12298
12733
|
xhigh: string;
|
|
12299
12734
|
};
|
|
@@ -12307,7 +12742,7 @@ export declare const MODELS: {
|
|
|
12307
12742
|
contextWindow: number;
|
|
12308
12743
|
maxTokens: number;
|
|
12309
12744
|
};
|
|
12310
|
-
readonly "openai/gpt-5.
|
|
12745
|
+
readonly "openai/gpt-5.4-nano": {
|
|
12311
12746
|
id: string;
|
|
12312
12747
|
name: string;
|
|
12313
12748
|
api: "openai-completions";
|
|
@@ -12327,7 +12762,7 @@ export declare const MODELS: {
|
|
|
12327
12762
|
contextWindow: number;
|
|
12328
12763
|
maxTokens: number;
|
|
12329
12764
|
};
|
|
12330
|
-
readonly "openai/gpt-5.
|
|
12765
|
+
readonly "openai/gpt-5.4-pro": {
|
|
12331
12766
|
id: string;
|
|
12332
12767
|
name: string;
|
|
12333
12768
|
api: "openai-completions";
|
|
@@ -12347,13 +12782,13 @@ export declare const MODELS: {
|
|
|
12347
12782
|
contextWindow: number;
|
|
12348
12783
|
maxTokens: number;
|
|
12349
12784
|
};
|
|
12350
|
-
readonly "openai/gpt-5.
|
|
12785
|
+
readonly "openai/gpt-5.5": {
|
|
12351
12786
|
id: string;
|
|
12352
12787
|
name: string;
|
|
12353
12788
|
api: "openai-completions";
|
|
12354
12789
|
provider: string;
|
|
12355
12790
|
baseUrl: string;
|
|
12356
|
-
reasoning:
|
|
12791
|
+
reasoning: true;
|
|
12357
12792
|
thinkingLevelMap: {
|
|
12358
12793
|
xhigh: string;
|
|
12359
12794
|
};
|
|
@@ -12367,7 +12802,7 @@ export declare const MODELS: {
|
|
|
12367
12802
|
contextWindow: number;
|
|
12368
12803
|
maxTokens: number;
|
|
12369
12804
|
};
|
|
12370
|
-
readonly "openai/gpt-5.
|
|
12805
|
+
readonly "openai/gpt-5.5-pro": {
|
|
12371
12806
|
id: string;
|
|
12372
12807
|
name: string;
|
|
12373
12808
|
api: "openai-completions";
|
|
@@ -12387,16 +12822,13 @@ export declare const MODELS: {
|
|
|
12387
12822
|
contextWindow: number;
|
|
12388
12823
|
maxTokens: number;
|
|
12389
12824
|
};
|
|
12390
|
-
readonly "openai/gpt-5.
|
|
12825
|
+
readonly "openai/gpt-5.6-luna": {
|
|
12391
12826
|
id: string;
|
|
12392
12827
|
name: string;
|
|
12393
12828
|
api: "openai-completions";
|
|
12394
12829
|
provider: string;
|
|
12395
12830
|
baseUrl: string;
|
|
12396
12831
|
reasoning: true;
|
|
12397
|
-
thinkingLevelMap: {
|
|
12398
|
-
xhigh: string;
|
|
12399
|
-
};
|
|
12400
12832
|
input: ("image" | "text")[];
|
|
12401
12833
|
cost: {
|
|
12402
12834
|
input: number;
|
|
@@ -12407,16 +12839,13 @@ export declare const MODELS: {
|
|
|
12407
12839
|
contextWindow: number;
|
|
12408
12840
|
maxTokens: number;
|
|
12409
12841
|
};
|
|
12410
|
-
readonly "openai/gpt-5.
|
|
12842
|
+
readonly "openai/gpt-5.6-luna-pro": {
|
|
12411
12843
|
id: string;
|
|
12412
12844
|
name: string;
|
|
12413
12845
|
api: "openai-completions";
|
|
12414
12846
|
provider: string;
|
|
12415
12847
|
baseUrl: string;
|
|
12416
12848
|
reasoning: true;
|
|
12417
|
-
thinkingLevelMap: {
|
|
12418
|
-
xhigh: string;
|
|
12419
|
-
};
|
|
12420
12849
|
input: ("image" | "text")[];
|
|
12421
12850
|
cost: {
|
|
12422
12851
|
input: number;
|
|
@@ -12427,16 +12856,13 @@ export declare const MODELS: {
|
|
|
12427
12856
|
contextWindow: number;
|
|
12428
12857
|
maxTokens: number;
|
|
12429
12858
|
};
|
|
12430
|
-
readonly "openai/gpt-5.
|
|
12859
|
+
readonly "openai/gpt-5.6-sol": {
|
|
12431
12860
|
id: string;
|
|
12432
12861
|
name: string;
|
|
12433
12862
|
api: "openai-completions";
|
|
12434
12863
|
provider: string;
|
|
12435
12864
|
baseUrl: string;
|
|
12436
12865
|
reasoning: true;
|
|
12437
|
-
thinkingLevelMap: {
|
|
12438
|
-
xhigh: string;
|
|
12439
|
-
};
|
|
12440
12866
|
input: ("image" | "text")[];
|
|
12441
12867
|
cost: {
|
|
12442
12868
|
input: number;
|
|
@@ -12447,16 +12873,13 @@ export declare const MODELS: {
|
|
|
12447
12873
|
contextWindow: number;
|
|
12448
12874
|
maxTokens: number;
|
|
12449
12875
|
};
|
|
12450
|
-
readonly "openai/gpt-5.
|
|
12876
|
+
readonly "openai/gpt-5.6-sol-pro": {
|
|
12451
12877
|
id: string;
|
|
12452
12878
|
name: string;
|
|
12453
12879
|
api: "openai-completions";
|
|
12454
12880
|
provider: string;
|
|
12455
12881
|
baseUrl: string;
|
|
12456
12882
|
reasoning: true;
|
|
12457
|
-
thinkingLevelMap: {
|
|
12458
|
-
xhigh: string;
|
|
12459
|
-
};
|
|
12460
12883
|
input: ("image" | "text")[];
|
|
12461
12884
|
cost: {
|
|
12462
12885
|
input: number;
|
|
@@ -12467,16 +12890,13 @@ export declare const MODELS: {
|
|
|
12467
12890
|
contextWindow: number;
|
|
12468
12891
|
maxTokens: number;
|
|
12469
12892
|
};
|
|
12470
|
-
readonly "openai/gpt-5.
|
|
12893
|
+
readonly "openai/gpt-5.6-terra": {
|
|
12471
12894
|
id: string;
|
|
12472
12895
|
name: string;
|
|
12473
12896
|
api: "openai-completions";
|
|
12474
12897
|
provider: string;
|
|
12475
12898
|
baseUrl: string;
|
|
12476
12899
|
reasoning: true;
|
|
12477
|
-
thinkingLevelMap: {
|
|
12478
|
-
xhigh: string;
|
|
12479
|
-
};
|
|
12480
12900
|
input: ("image" | "text")[];
|
|
12481
12901
|
cost: {
|
|
12482
12902
|
input: number;
|
|
@@ -12487,16 +12907,13 @@ export declare const MODELS: {
|
|
|
12487
12907
|
contextWindow: number;
|
|
12488
12908
|
maxTokens: number;
|
|
12489
12909
|
};
|
|
12490
|
-
readonly "openai/gpt-5.
|
|
12910
|
+
readonly "openai/gpt-5.6-terra-pro": {
|
|
12491
12911
|
id: string;
|
|
12492
12912
|
name: string;
|
|
12493
12913
|
api: "openai-completions";
|
|
12494
12914
|
provider: string;
|
|
12495
12915
|
baseUrl: string;
|
|
12496
12916
|
reasoning: true;
|
|
12497
|
-
thinkingLevelMap: {
|
|
12498
|
-
xhigh: string;
|
|
12499
|
-
};
|
|
12500
12917
|
input: ("image" | "text")[];
|
|
12501
12918
|
cost: {
|
|
12502
12919
|
input: number;
|
|
@@ -12898,40 +13315,6 @@ export declare const MODELS: {
|
|
|
12898
13315
|
contextWindow: number;
|
|
12899
13316
|
maxTokens: number;
|
|
12900
13317
|
};
|
|
12901
|
-
readonly "poolside/laguna-xs.2": {
|
|
12902
|
-
id: string;
|
|
12903
|
-
name: string;
|
|
12904
|
-
api: "openai-completions";
|
|
12905
|
-
provider: string;
|
|
12906
|
-
baseUrl: string;
|
|
12907
|
-
reasoning: true;
|
|
12908
|
-
input: "text"[];
|
|
12909
|
-
cost: {
|
|
12910
|
-
input: number;
|
|
12911
|
-
output: number;
|
|
12912
|
-
cacheRead: number;
|
|
12913
|
-
cacheWrite: number;
|
|
12914
|
-
};
|
|
12915
|
-
contextWindow: number;
|
|
12916
|
-
maxTokens: number;
|
|
12917
|
-
};
|
|
12918
|
-
readonly "poolside/laguna-xs.2:free": {
|
|
12919
|
-
id: string;
|
|
12920
|
-
name: string;
|
|
12921
|
-
api: "openai-completions";
|
|
12922
|
-
provider: string;
|
|
12923
|
-
baseUrl: string;
|
|
12924
|
-
reasoning: true;
|
|
12925
|
-
input: "text"[];
|
|
12926
|
-
cost: {
|
|
12927
|
-
input: number;
|
|
12928
|
-
output: number;
|
|
12929
|
-
cacheRead: number;
|
|
12930
|
-
cacheWrite: number;
|
|
12931
|
-
};
|
|
12932
|
-
contextWindow: number;
|
|
12933
|
-
maxTokens: number;
|
|
12934
|
-
};
|
|
12935
13318
|
readonly "qwen/qwen-2.5-72b-instruct": {
|
|
12936
13319
|
id: string;
|
|
12937
13320
|
name: string;
|
|
@@ -13935,6 +14318,23 @@ export declare const MODELS: {
|
|
|
13935
14318
|
contextWindow: number;
|
|
13936
14319
|
maxTokens: number;
|
|
13937
14320
|
};
|
|
14321
|
+
readonly "x-ai/grok-4.5": {
|
|
14322
|
+
id: string;
|
|
14323
|
+
name: string;
|
|
14324
|
+
api: "openai-completions";
|
|
14325
|
+
provider: string;
|
|
14326
|
+
baseUrl: string;
|
|
14327
|
+
reasoning: true;
|
|
14328
|
+
input: ("image" | "text")[];
|
|
14329
|
+
cost: {
|
|
14330
|
+
input: number;
|
|
14331
|
+
output: number;
|
|
14332
|
+
cacheRead: number;
|
|
14333
|
+
cacheWrite: number;
|
|
14334
|
+
};
|
|
14335
|
+
contextWindow: number;
|
|
14336
|
+
maxTokens: number;
|
|
14337
|
+
};
|
|
13938
14338
|
readonly "x-ai/grok-build-0.1": {
|
|
13939
14339
|
id: string;
|
|
13940
14340
|
name: string;
|
|
@@ -16154,6 +16554,23 @@ export declare const MODELS: {
|
|
|
16154
16554
|
contextWindow: number;
|
|
16155
16555
|
maxTokens: number;
|
|
16156
16556
|
};
|
|
16557
|
+
readonly "kwaipilot/kat-coder-air-v2.5": {
|
|
16558
|
+
id: string;
|
|
16559
|
+
name: string;
|
|
16560
|
+
api: "anthropic-messages";
|
|
16561
|
+
provider: string;
|
|
16562
|
+
baseUrl: string;
|
|
16563
|
+
reasoning: true;
|
|
16564
|
+
input: "text"[];
|
|
16565
|
+
cost: {
|
|
16566
|
+
input: number;
|
|
16567
|
+
output: number;
|
|
16568
|
+
cacheRead: number;
|
|
16569
|
+
cacheWrite: number;
|
|
16570
|
+
};
|
|
16571
|
+
contextWindow: number;
|
|
16572
|
+
maxTokens: number;
|
|
16573
|
+
};
|
|
16157
16574
|
readonly "kwaipilot/kat-coder-pro-v1": {
|
|
16158
16575
|
id: string;
|
|
16159
16576
|
name: string;
|
|
@@ -16188,6 +16605,23 @@ export declare const MODELS: {
|
|
|
16188
16605
|
contextWindow: number;
|
|
16189
16606
|
maxTokens: number;
|
|
16190
16607
|
};
|
|
16608
|
+
readonly "kwaipilot/kat-coder-pro-v2.5": {
|
|
16609
|
+
id: string;
|
|
16610
|
+
name: string;
|
|
16611
|
+
api: "anthropic-messages";
|
|
16612
|
+
provider: string;
|
|
16613
|
+
baseUrl: string;
|
|
16614
|
+
reasoning: true;
|
|
16615
|
+
input: "text"[];
|
|
16616
|
+
cost: {
|
|
16617
|
+
input: number;
|
|
16618
|
+
output: number;
|
|
16619
|
+
cacheRead: number;
|
|
16620
|
+
cacheWrite: number;
|
|
16621
|
+
};
|
|
16622
|
+
contextWindow: number;
|
|
16623
|
+
maxTokens: number;
|
|
16624
|
+
};
|
|
16191
16625
|
readonly "meituan/longcat-flash-chat": {
|
|
16192
16626
|
id: string;
|
|
16193
16627
|
name: string;
|
|
@@ -16341,6 +16775,23 @@ export declare const MODELS: {
|
|
|
16341
16775
|
contextWindow: number;
|
|
16342
16776
|
maxTokens: number;
|
|
16343
16777
|
};
|
|
16778
|
+
readonly "meta/muse-spark-1.1": {
|
|
16779
|
+
id: string;
|
|
16780
|
+
name: string;
|
|
16781
|
+
api: "anthropic-messages";
|
|
16782
|
+
provider: string;
|
|
16783
|
+
baseUrl: string;
|
|
16784
|
+
reasoning: true;
|
|
16785
|
+
input: ("image" | "text")[];
|
|
16786
|
+
cost: {
|
|
16787
|
+
input: number;
|
|
16788
|
+
output: number;
|
|
16789
|
+
cacheRead: number;
|
|
16790
|
+
cacheWrite: number;
|
|
16791
|
+
};
|
|
16792
|
+
contextWindow: number;
|
|
16793
|
+
maxTokens: number;
|
|
16794
|
+
};
|
|
16344
16795
|
readonly "minimax/minimax-m2": {
|
|
16345
16796
|
id: string;
|
|
16346
16797
|
name: string;
|
|
@@ -17465,6 +17916,57 @@ export declare const MODELS: {
|
|
|
17465
17916
|
contextWindow: number;
|
|
17466
17917
|
maxTokens: number;
|
|
17467
17918
|
};
|
|
17919
|
+
readonly "openai/gpt-5.6-luna": {
|
|
17920
|
+
id: string;
|
|
17921
|
+
name: string;
|
|
17922
|
+
api: "anthropic-messages";
|
|
17923
|
+
provider: string;
|
|
17924
|
+
baseUrl: string;
|
|
17925
|
+
reasoning: true;
|
|
17926
|
+
input: ("image" | "text")[];
|
|
17927
|
+
cost: {
|
|
17928
|
+
input: number;
|
|
17929
|
+
output: number;
|
|
17930
|
+
cacheRead: number;
|
|
17931
|
+
cacheWrite: number;
|
|
17932
|
+
};
|
|
17933
|
+
contextWindow: number;
|
|
17934
|
+
maxTokens: number;
|
|
17935
|
+
};
|
|
17936
|
+
readonly "openai/gpt-5.6-sol": {
|
|
17937
|
+
id: string;
|
|
17938
|
+
name: string;
|
|
17939
|
+
api: "anthropic-messages";
|
|
17940
|
+
provider: string;
|
|
17941
|
+
baseUrl: string;
|
|
17942
|
+
reasoning: true;
|
|
17943
|
+
input: ("image" | "text")[];
|
|
17944
|
+
cost: {
|
|
17945
|
+
input: number;
|
|
17946
|
+
output: number;
|
|
17947
|
+
cacheRead: number;
|
|
17948
|
+
cacheWrite: number;
|
|
17949
|
+
};
|
|
17950
|
+
contextWindow: number;
|
|
17951
|
+
maxTokens: number;
|
|
17952
|
+
};
|
|
17953
|
+
readonly "openai/gpt-5.6-terra": {
|
|
17954
|
+
id: string;
|
|
17955
|
+
name: string;
|
|
17956
|
+
api: "anthropic-messages";
|
|
17957
|
+
provider: string;
|
|
17958
|
+
baseUrl: string;
|
|
17959
|
+
reasoning: true;
|
|
17960
|
+
input: ("image" | "text")[];
|
|
17961
|
+
cost: {
|
|
17962
|
+
input: number;
|
|
17963
|
+
output: number;
|
|
17964
|
+
cacheRead: number;
|
|
17965
|
+
cacheWrite: number;
|
|
17966
|
+
};
|
|
17967
|
+
contextWindow: number;
|
|
17968
|
+
maxTokens: number;
|
|
17969
|
+
};
|
|
17468
17970
|
readonly "openai/gpt-oss-120b": {
|
|
17469
17971
|
id: string;
|
|
17470
17972
|
name: string;
|
|
@@ -17822,6 +18324,23 @@ export declare const MODELS: {
|
|
|
17822
18324
|
contextWindow: number;
|
|
17823
18325
|
maxTokens: number;
|
|
17824
18326
|
};
|
|
18327
|
+
readonly "xai/grok-4.5": {
|
|
18328
|
+
id: string;
|
|
18329
|
+
name: string;
|
|
18330
|
+
api: "anthropic-messages";
|
|
18331
|
+
provider: string;
|
|
18332
|
+
baseUrl: string;
|
|
18333
|
+
reasoning: true;
|
|
18334
|
+
input: ("image" | "text")[];
|
|
18335
|
+
cost: {
|
|
18336
|
+
input: number;
|
|
18337
|
+
output: number;
|
|
18338
|
+
cacheRead: number;
|
|
18339
|
+
cacheWrite: number;
|
|
18340
|
+
};
|
|
18341
|
+
contextWindow: number;
|
|
18342
|
+
maxTokens: number;
|
|
18343
|
+
};
|
|
17825
18344
|
readonly "xai/grok-build-0.1": {
|
|
17826
18345
|
id: string;
|
|
17827
18346
|
name: string;
|
|
@@ -18181,6 +18700,23 @@ export declare const MODELS: {
|
|
|
18181
18700
|
contextWindow: number;
|
|
18182
18701
|
maxTokens: number;
|
|
18183
18702
|
};
|
|
18703
|
+
readonly "grok-4.5": {
|
|
18704
|
+
id: string;
|
|
18705
|
+
name: string;
|
|
18706
|
+
api: "openai-completions";
|
|
18707
|
+
provider: string;
|
|
18708
|
+
baseUrl: string;
|
|
18709
|
+
reasoning: true;
|
|
18710
|
+
input: ("image" | "text")[];
|
|
18711
|
+
cost: {
|
|
18712
|
+
input: number;
|
|
18713
|
+
output: number;
|
|
18714
|
+
cacheRead: number;
|
|
18715
|
+
cacheWrite: number;
|
|
18716
|
+
};
|
|
18717
|
+
contextWindow: number;
|
|
18718
|
+
maxTokens: number;
|
|
18719
|
+
};
|
|
18184
18720
|
readonly "grok-build-0.1": {
|
|
18185
18721
|
id: string;
|
|
18186
18722
|
name: string;
|