omk-ai 0.90.5 → 0.90.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.
- package/dist/models.generated.d.ts +505 -56
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +514 -81
- package/dist/models.generated.js.map +1 -1
- package/package.json +2 -2
|
@@ -2907,6 +2907,86 @@ export declare const MODELS: {
|
|
|
2907
2907
|
contextWindow: number;
|
|
2908
2908
|
maxTokens: number;
|
|
2909
2909
|
};
|
|
2910
|
+
readonly "gpt-5.6": {
|
|
2911
|
+
id: string;
|
|
2912
|
+
name: string;
|
|
2913
|
+
api: "azure-openai-responses";
|
|
2914
|
+
provider: string;
|
|
2915
|
+
baseUrl: string;
|
|
2916
|
+
reasoning: true;
|
|
2917
|
+
thinkingLevelMap: {
|
|
2918
|
+
off: null;
|
|
2919
|
+
};
|
|
2920
|
+
input: ("image" | "text")[];
|
|
2921
|
+
cost: {
|
|
2922
|
+
input: number;
|
|
2923
|
+
output: number;
|
|
2924
|
+
cacheRead: number;
|
|
2925
|
+
cacheWrite: number;
|
|
2926
|
+
};
|
|
2927
|
+
contextWindow: number;
|
|
2928
|
+
maxTokens: number;
|
|
2929
|
+
};
|
|
2930
|
+
readonly "gpt-5.6-luna": {
|
|
2931
|
+
id: string;
|
|
2932
|
+
name: string;
|
|
2933
|
+
api: "azure-openai-responses";
|
|
2934
|
+
provider: string;
|
|
2935
|
+
baseUrl: string;
|
|
2936
|
+
reasoning: true;
|
|
2937
|
+
thinkingLevelMap: {
|
|
2938
|
+
off: null;
|
|
2939
|
+
};
|
|
2940
|
+
input: ("image" | "text")[];
|
|
2941
|
+
cost: {
|
|
2942
|
+
input: number;
|
|
2943
|
+
output: number;
|
|
2944
|
+
cacheRead: number;
|
|
2945
|
+
cacheWrite: number;
|
|
2946
|
+
};
|
|
2947
|
+
contextWindow: number;
|
|
2948
|
+
maxTokens: number;
|
|
2949
|
+
};
|
|
2950
|
+
readonly "gpt-5.6-sol": {
|
|
2951
|
+
id: string;
|
|
2952
|
+
name: string;
|
|
2953
|
+
api: "azure-openai-responses";
|
|
2954
|
+
provider: string;
|
|
2955
|
+
baseUrl: string;
|
|
2956
|
+
reasoning: true;
|
|
2957
|
+
thinkingLevelMap: {
|
|
2958
|
+
off: null;
|
|
2959
|
+
};
|
|
2960
|
+
input: ("image" | "text")[];
|
|
2961
|
+
cost: {
|
|
2962
|
+
input: number;
|
|
2963
|
+
output: number;
|
|
2964
|
+
cacheRead: number;
|
|
2965
|
+
cacheWrite: number;
|
|
2966
|
+
};
|
|
2967
|
+
contextWindow: number;
|
|
2968
|
+
maxTokens: number;
|
|
2969
|
+
};
|
|
2970
|
+
readonly "gpt-5.6-terra": {
|
|
2971
|
+
id: string;
|
|
2972
|
+
name: string;
|
|
2973
|
+
api: "azure-openai-responses";
|
|
2974
|
+
provider: string;
|
|
2975
|
+
baseUrl: string;
|
|
2976
|
+
reasoning: true;
|
|
2977
|
+
thinkingLevelMap: {
|
|
2978
|
+
off: null;
|
|
2979
|
+
};
|
|
2980
|
+
input: ("image" | "text")[];
|
|
2981
|
+
cost: {
|
|
2982
|
+
input: number;
|
|
2983
|
+
output: number;
|
|
2984
|
+
cacheRead: number;
|
|
2985
|
+
cacheWrite: number;
|
|
2986
|
+
};
|
|
2987
|
+
contextWindow: number;
|
|
2988
|
+
maxTokens: number;
|
|
2989
|
+
};
|
|
2910
2990
|
readonly o1: {
|
|
2911
2991
|
id: string;
|
|
2912
2992
|
name: string;
|
|
@@ -9249,6 +9329,86 @@ export declare const MODELS: {
|
|
|
9249
9329
|
contextWindow: number;
|
|
9250
9330
|
maxTokens: number;
|
|
9251
9331
|
};
|
|
9332
|
+
readonly "gpt-5.6": {
|
|
9333
|
+
id: string;
|
|
9334
|
+
name: string;
|
|
9335
|
+
api: "openai-responses";
|
|
9336
|
+
provider: string;
|
|
9337
|
+
baseUrl: string;
|
|
9338
|
+
reasoning: true;
|
|
9339
|
+
thinkingLevelMap: {
|
|
9340
|
+
off: null;
|
|
9341
|
+
};
|
|
9342
|
+
input: ("image" | "text")[];
|
|
9343
|
+
cost: {
|
|
9344
|
+
input: number;
|
|
9345
|
+
output: number;
|
|
9346
|
+
cacheRead: number;
|
|
9347
|
+
cacheWrite: number;
|
|
9348
|
+
};
|
|
9349
|
+
contextWindow: number;
|
|
9350
|
+
maxTokens: number;
|
|
9351
|
+
};
|
|
9352
|
+
readonly "gpt-5.6-luna": {
|
|
9353
|
+
id: string;
|
|
9354
|
+
name: string;
|
|
9355
|
+
api: "openai-responses";
|
|
9356
|
+
provider: string;
|
|
9357
|
+
baseUrl: string;
|
|
9358
|
+
reasoning: true;
|
|
9359
|
+
thinkingLevelMap: {
|
|
9360
|
+
off: null;
|
|
9361
|
+
};
|
|
9362
|
+
input: ("image" | "text")[];
|
|
9363
|
+
cost: {
|
|
9364
|
+
input: number;
|
|
9365
|
+
output: number;
|
|
9366
|
+
cacheRead: number;
|
|
9367
|
+
cacheWrite: number;
|
|
9368
|
+
};
|
|
9369
|
+
contextWindow: number;
|
|
9370
|
+
maxTokens: number;
|
|
9371
|
+
};
|
|
9372
|
+
readonly "gpt-5.6-sol": {
|
|
9373
|
+
id: string;
|
|
9374
|
+
name: string;
|
|
9375
|
+
api: "openai-responses";
|
|
9376
|
+
provider: string;
|
|
9377
|
+
baseUrl: string;
|
|
9378
|
+
reasoning: true;
|
|
9379
|
+
thinkingLevelMap: {
|
|
9380
|
+
off: null;
|
|
9381
|
+
};
|
|
9382
|
+
input: ("image" | "text")[];
|
|
9383
|
+
cost: {
|
|
9384
|
+
input: number;
|
|
9385
|
+
output: number;
|
|
9386
|
+
cacheRead: number;
|
|
9387
|
+
cacheWrite: number;
|
|
9388
|
+
};
|
|
9389
|
+
contextWindow: number;
|
|
9390
|
+
maxTokens: number;
|
|
9391
|
+
};
|
|
9392
|
+
readonly "gpt-5.6-terra": {
|
|
9393
|
+
id: string;
|
|
9394
|
+
name: string;
|
|
9395
|
+
api: "openai-responses";
|
|
9396
|
+
provider: string;
|
|
9397
|
+
baseUrl: string;
|
|
9398
|
+
reasoning: true;
|
|
9399
|
+
thinkingLevelMap: {
|
|
9400
|
+
off: null;
|
|
9401
|
+
};
|
|
9402
|
+
input: ("image" | "text")[];
|
|
9403
|
+
cost: {
|
|
9404
|
+
input: number;
|
|
9405
|
+
output: number;
|
|
9406
|
+
cacheRead: number;
|
|
9407
|
+
cacheWrite: number;
|
|
9408
|
+
};
|
|
9409
|
+
contextWindow: number;
|
|
9410
|
+
maxTokens: number;
|
|
9411
|
+
};
|
|
9252
9412
|
readonly o1: {
|
|
9253
9413
|
id: string;
|
|
9254
9414
|
name: string;
|
|
@@ -10239,6 +10399,23 @@ export declare const MODELS: {
|
|
|
10239
10399
|
contextWindow: number;
|
|
10240
10400
|
maxTokens: number;
|
|
10241
10401
|
};
|
|
10402
|
+
readonly "grok-4.5": {
|
|
10403
|
+
id: string;
|
|
10404
|
+
name: string;
|
|
10405
|
+
api: "openai-completions";
|
|
10406
|
+
provider: string;
|
|
10407
|
+
baseUrl: string;
|
|
10408
|
+
reasoning: true;
|
|
10409
|
+
input: ("image" | "text")[];
|
|
10410
|
+
cost: {
|
|
10411
|
+
input: number;
|
|
10412
|
+
output: number;
|
|
10413
|
+
cacheRead: number;
|
|
10414
|
+
cacheWrite: number;
|
|
10415
|
+
};
|
|
10416
|
+
contextWindow: number;
|
|
10417
|
+
maxTokens: number;
|
|
10418
|
+
};
|
|
10242
10419
|
readonly "grok-build-0.1": {
|
|
10243
10420
|
id: string;
|
|
10244
10421
|
name: string;
|
|
@@ -10265,6 +10442,23 @@ export declare const MODELS: {
|
|
|
10265
10442
|
contextWindow: number;
|
|
10266
10443
|
maxTokens: number;
|
|
10267
10444
|
};
|
|
10445
|
+
readonly "hy3-free": {
|
|
10446
|
+
id: string;
|
|
10447
|
+
name: string;
|
|
10448
|
+
api: "openai-completions";
|
|
10449
|
+
provider: string;
|
|
10450
|
+
baseUrl: string;
|
|
10451
|
+
reasoning: true;
|
|
10452
|
+
input: "text"[];
|
|
10453
|
+
cost: {
|
|
10454
|
+
input: number;
|
|
10455
|
+
output: number;
|
|
10456
|
+
cacheRead: number;
|
|
10457
|
+
cacheWrite: number;
|
|
10458
|
+
};
|
|
10459
|
+
contextWindow: number;
|
|
10460
|
+
maxTokens: number;
|
|
10461
|
+
};
|
|
10268
10462
|
readonly "kimi-k2.5": {
|
|
10269
10463
|
id: string;
|
|
10270
10464
|
name: string;
|
|
@@ -10732,6 +10926,57 @@ export declare const MODELS: {
|
|
|
10732
10926
|
contextWindow: number;
|
|
10733
10927
|
maxTokens: number;
|
|
10734
10928
|
};
|
|
10929
|
+
readonly "aion-labs/aion-2.0": {
|
|
10930
|
+
id: string;
|
|
10931
|
+
name: string;
|
|
10932
|
+
api: "openai-completions";
|
|
10933
|
+
provider: string;
|
|
10934
|
+
baseUrl: string;
|
|
10935
|
+
reasoning: true;
|
|
10936
|
+
input: "text"[];
|
|
10937
|
+
cost: {
|
|
10938
|
+
input: number;
|
|
10939
|
+
output: number;
|
|
10940
|
+
cacheRead: number;
|
|
10941
|
+
cacheWrite: number;
|
|
10942
|
+
};
|
|
10943
|
+
contextWindow: number;
|
|
10944
|
+
maxTokens: number;
|
|
10945
|
+
};
|
|
10946
|
+
readonly "aion-labs/aion-3.0": {
|
|
10947
|
+
id: string;
|
|
10948
|
+
name: string;
|
|
10949
|
+
api: "openai-completions";
|
|
10950
|
+
provider: string;
|
|
10951
|
+
baseUrl: string;
|
|
10952
|
+
reasoning: true;
|
|
10953
|
+
input: "text"[];
|
|
10954
|
+
cost: {
|
|
10955
|
+
input: number;
|
|
10956
|
+
output: number;
|
|
10957
|
+
cacheRead: number;
|
|
10958
|
+
cacheWrite: number;
|
|
10959
|
+
};
|
|
10960
|
+
contextWindow: number;
|
|
10961
|
+
maxTokens: number;
|
|
10962
|
+
};
|
|
10963
|
+
readonly "aion-labs/aion-3.0-mini": {
|
|
10964
|
+
id: string;
|
|
10965
|
+
name: string;
|
|
10966
|
+
api: "openai-completions";
|
|
10967
|
+
provider: string;
|
|
10968
|
+
baseUrl: string;
|
|
10969
|
+
reasoning: true;
|
|
10970
|
+
input: "text"[];
|
|
10971
|
+
cost: {
|
|
10972
|
+
input: number;
|
|
10973
|
+
output: number;
|
|
10974
|
+
cacheRead: number;
|
|
10975
|
+
cacheWrite: number;
|
|
10976
|
+
};
|
|
10977
|
+
contextWindow: number;
|
|
10978
|
+
maxTokens: number;
|
|
10979
|
+
};
|
|
10735
10980
|
readonly "amazon/nova-2-lite-v1": {
|
|
10736
10981
|
id: string;
|
|
10737
10982
|
name: string;
|
|
@@ -11505,23 +11750,6 @@ export declare const MODELS: {
|
|
|
11505
11750
|
contextWindow: number;
|
|
11506
11751
|
maxTokens: number;
|
|
11507
11752
|
};
|
|
11508
|
-
readonly "google/gemini-2.5-flash-lite-preview-09-2025": {
|
|
11509
|
-
id: string;
|
|
11510
|
-
name: string;
|
|
11511
|
-
api: "openai-completions";
|
|
11512
|
-
provider: string;
|
|
11513
|
-
baseUrl: string;
|
|
11514
|
-
reasoning: true;
|
|
11515
|
-
input: ("image" | "text")[];
|
|
11516
|
-
cost: {
|
|
11517
|
-
input: number;
|
|
11518
|
-
output: number;
|
|
11519
|
-
cacheRead: number;
|
|
11520
|
-
cacheWrite: number;
|
|
11521
|
-
};
|
|
11522
|
-
contextWindow: number;
|
|
11523
|
-
maxTokens: number;
|
|
11524
|
-
};
|
|
11525
11753
|
readonly "google/gemini-2.5-pro": {
|
|
11526
11754
|
id: string;
|
|
11527
11755
|
name: string;
|
|
@@ -12532,14 +12760,14 @@ export declare const MODELS: {
|
|
|
12532
12760
|
contextWindow: number;
|
|
12533
12761
|
maxTokens: number;
|
|
12534
12762
|
};
|
|
12535
|
-
readonly "
|
|
12763
|
+
readonly "nex-agi/nex-n2-pro": {
|
|
12536
12764
|
id: string;
|
|
12537
12765
|
name: string;
|
|
12538
12766
|
api: "openai-completions";
|
|
12539
12767
|
provider: string;
|
|
12540
12768
|
baseUrl: string;
|
|
12541
12769
|
reasoning: true;
|
|
12542
|
-
input: "text"[];
|
|
12770
|
+
input: ("image" | "text")[];
|
|
12543
12771
|
cost: {
|
|
12544
12772
|
input: number;
|
|
12545
12773
|
output: number;
|
|
@@ -12549,7 +12777,7 @@ export declare const MODELS: {
|
|
|
12549
12777
|
contextWindow: number;
|
|
12550
12778
|
maxTokens: number;
|
|
12551
12779
|
};
|
|
12552
|
-
readonly "nvidia/
|
|
12780
|
+
readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
12553
12781
|
id: string;
|
|
12554
12782
|
name: string;
|
|
12555
12783
|
api: "openai-completions";
|
|
@@ -12566,7 +12794,7 @@ export declare const MODELS: {
|
|
|
12566
12794
|
contextWindow: number;
|
|
12567
12795
|
maxTokens: number;
|
|
12568
12796
|
};
|
|
12569
|
-
readonly "nvidia/nemotron-3-nano-30b-a3b
|
|
12797
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
12570
12798
|
id: string;
|
|
12571
12799
|
name: string;
|
|
12572
12800
|
api: "openai-completions";
|
|
@@ -12583,7 +12811,24 @@ export declare const MODELS: {
|
|
|
12583
12811
|
contextWindow: number;
|
|
12584
12812
|
maxTokens: number;
|
|
12585
12813
|
};
|
|
12586
|
-
readonly "nvidia/nemotron-3-nano-
|
|
12814
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b:free": {
|
|
12815
|
+
id: string;
|
|
12816
|
+
name: string;
|
|
12817
|
+
api: "openai-completions";
|
|
12818
|
+
provider: string;
|
|
12819
|
+
baseUrl: string;
|
|
12820
|
+
reasoning: true;
|
|
12821
|
+
input: "text"[];
|
|
12822
|
+
cost: {
|
|
12823
|
+
input: number;
|
|
12824
|
+
output: number;
|
|
12825
|
+
cacheRead: number;
|
|
12826
|
+
cacheWrite: number;
|
|
12827
|
+
};
|
|
12828
|
+
contextWindow: number;
|
|
12829
|
+
maxTokens: number;
|
|
12830
|
+
};
|
|
12831
|
+
readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
12587
12832
|
id: string;
|
|
12588
12833
|
name: string;
|
|
12589
12834
|
api: "openai-completions";
|
|
@@ -13370,6 +13615,108 @@ export declare const MODELS: {
|
|
|
13370
13615
|
contextWindow: number;
|
|
13371
13616
|
maxTokens: number;
|
|
13372
13617
|
};
|
|
13618
|
+
readonly "openai/gpt-5.6-luna": {
|
|
13619
|
+
id: string;
|
|
13620
|
+
name: string;
|
|
13621
|
+
api: "openai-completions";
|
|
13622
|
+
provider: string;
|
|
13623
|
+
baseUrl: string;
|
|
13624
|
+
reasoning: true;
|
|
13625
|
+
input: ("image" | "text")[];
|
|
13626
|
+
cost: {
|
|
13627
|
+
input: number;
|
|
13628
|
+
output: number;
|
|
13629
|
+
cacheRead: number;
|
|
13630
|
+
cacheWrite: number;
|
|
13631
|
+
};
|
|
13632
|
+
contextWindow: number;
|
|
13633
|
+
maxTokens: number;
|
|
13634
|
+
};
|
|
13635
|
+
readonly "openai/gpt-5.6-luna-pro": {
|
|
13636
|
+
id: string;
|
|
13637
|
+
name: string;
|
|
13638
|
+
api: "openai-completions";
|
|
13639
|
+
provider: string;
|
|
13640
|
+
baseUrl: string;
|
|
13641
|
+
reasoning: true;
|
|
13642
|
+
input: ("image" | "text")[];
|
|
13643
|
+
cost: {
|
|
13644
|
+
input: number;
|
|
13645
|
+
output: number;
|
|
13646
|
+
cacheRead: number;
|
|
13647
|
+
cacheWrite: number;
|
|
13648
|
+
};
|
|
13649
|
+
contextWindow: number;
|
|
13650
|
+
maxTokens: number;
|
|
13651
|
+
};
|
|
13652
|
+
readonly "openai/gpt-5.6-sol": {
|
|
13653
|
+
id: string;
|
|
13654
|
+
name: string;
|
|
13655
|
+
api: "openai-completions";
|
|
13656
|
+
provider: string;
|
|
13657
|
+
baseUrl: string;
|
|
13658
|
+
reasoning: true;
|
|
13659
|
+
input: ("image" | "text")[];
|
|
13660
|
+
cost: {
|
|
13661
|
+
input: number;
|
|
13662
|
+
output: number;
|
|
13663
|
+
cacheRead: number;
|
|
13664
|
+
cacheWrite: number;
|
|
13665
|
+
};
|
|
13666
|
+
contextWindow: number;
|
|
13667
|
+
maxTokens: number;
|
|
13668
|
+
};
|
|
13669
|
+
readonly "openai/gpt-5.6-sol-pro": {
|
|
13670
|
+
id: string;
|
|
13671
|
+
name: string;
|
|
13672
|
+
api: "openai-completions";
|
|
13673
|
+
provider: string;
|
|
13674
|
+
baseUrl: string;
|
|
13675
|
+
reasoning: true;
|
|
13676
|
+
input: ("image" | "text")[];
|
|
13677
|
+
cost: {
|
|
13678
|
+
input: number;
|
|
13679
|
+
output: number;
|
|
13680
|
+
cacheRead: number;
|
|
13681
|
+
cacheWrite: number;
|
|
13682
|
+
};
|
|
13683
|
+
contextWindow: number;
|
|
13684
|
+
maxTokens: number;
|
|
13685
|
+
};
|
|
13686
|
+
readonly "openai/gpt-5.6-terra": {
|
|
13687
|
+
id: string;
|
|
13688
|
+
name: string;
|
|
13689
|
+
api: "openai-completions";
|
|
13690
|
+
provider: string;
|
|
13691
|
+
baseUrl: string;
|
|
13692
|
+
reasoning: true;
|
|
13693
|
+
input: ("image" | "text")[];
|
|
13694
|
+
cost: {
|
|
13695
|
+
input: number;
|
|
13696
|
+
output: number;
|
|
13697
|
+
cacheRead: number;
|
|
13698
|
+
cacheWrite: number;
|
|
13699
|
+
};
|
|
13700
|
+
contextWindow: number;
|
|
13701
|
+
maxTokens: number;
|
|
13702
|
+
};
|
|
13703
|
+
readonly "openai/gpt-5.6-terra-pro": {
|
|
13704
|
+
id: string;
|
|
13705
|
+
name: string;
|
|
13706
|
+
api: "openai-completions";
|
|
13707
|
+
provider: string;
|
|
13708
|
+
baseUrl: string;
|
|
13709
|
+
reasoning: true;
|
|
13710
|
+
input: ("image" | "text")[];
|
|
13711
|
+
cost: {
|
|
13712
|
+
input: number;
|
|
13713
|
+
output: number;
|
|
13714
|
+
cacheRead: number;
|
|
13715
|
+
cacheWrite: number;
|
|
13716
|
+
};
|
|
13717
|
+
contextWindow: number;
|
|
13718
|
+
maxTokens: number;
|
|
13719
|
+
};
|
|
13373
13720
|
readonly "openai/gpt-audio": {
|
|
13374
13721
|
id: string;
|
|
13375
13722
|
name: string;
|
|
@@ -13761,40 +14108,6 @@ export declare const MODELS: {
|
|
|
13761
14108
|
contextWindow: number;
|
|
13762
14109
|
maxTokens: number;
|
|
13763
14110
|
};
|
|
13764
|
-
readonly "poolside/laguna-xs.2": {
|
|
13765
|
-
id: string;
|
|
13766
|
-
name: string;
|
|
13767
|
-
api: "openai-completions";
|
|
13768
|
-
provider: string;
|
|
13769
|
-
baseUrl: string;
|
|
13770
|
-
reasoning: true;
|
|
13771
|
-
input: "text"[];
|
|
13772
|
-
cost: {
|
|
13773
|
-
input: number;
|
|
13774
|
-
output: number;
|
|
13775
|
-
cacheRead: number;
|
|
13776
|
-
cacheWrite: number;
|
|
13777
|
-
};
|
|
13778
|
-
contextWindow: number;
|
|
13779
|
-
maxTokens: number;
|
|
13780
|
-
};
|
|
13781
|
-
readonly "poolside/laguna-xs.2:free": {
|
|
13782
|
-
id: string;
|
|
13783
|
-
name: string;
|
|
13784
|
-
api: "openai-completions";
|
|
13785
|
-
provider: string;
|
|
13786
|
-
baseUrl: string;
|
|
13787
|
-
reasoning: true;
|
|
13788
|
-
input: "text"[];
|
|
13789
|
-
cost: {
|
|
13790
|
-
input: number;
|
|
13791
|
-
output: number;
|
|
13792
|
-
cacheRead: number;
|
|
13793
|
-
cacheWrite: number;
|
|
13794
|
-
};
|
|
13795
|
-
contextWindow: number;
|
|
13796
|
-
maxTokens: number;
|
|
13797
|
-
};
|
|
13798
14111
|
readonly "qwen/qwen-2.5-72b-instruct": {
|
|
13799
14112
|
id: string;
|
|
13800
14113
|
name: string;
|
|
@@ -14815,6 +15128,23 @@ export declare const MODELS: {
|
|
|
14815
15128
|
contextWindow: number;
|
|
14816
15129
|
maxTokens: number;
|
|
14817
15130
|
};
|
|
15131
|
+
readonly "x-ai/grok-4.5": {
|
|
15132
|
+
id: string;
|
|
15133
|
+
name: string;
|
|
15134
|
+
api: "openai-completions";
|
|
15135
|
+
provider: string;
|
|
15136
|
+
baseUrl: string;
|
|
15137
|
+
reasoning: true;
|
|
15138
|
+
input: ("image" | "text")[];
|
|
15139
|
+
cost: {
|
|
15140
|
+
input: number;
|
|
15141
|
+
output: number;
|
|
15142
|
+
cacheRead: number;
|
|
15143
|
+
cacheWrite: number;
|
|
15144
|
+
};
|
|
15145
|
+
contextWindow: number;
|
|
15146
|
+
maxTokens: number;
|
|
15147
|
+
};
|
|
14818
15148
|
readonly "x-ai/grok-build-0.1": {
|
|
14819
15149
|
id: string;
|
|
14820
15150
|
name: string;
|
|
@@ -15223,6 +15553,23 @@ export declare const MODELS: {
|
|
|
15223
15553
|
contextWindow: number;
|
|
15224
15554
|
maxTokens: number;
|
|
15225
15555
|
};
|
|
15556
|
+
readonly "~x-ai/grok-latest": {
|
|
15557
|
+
id: string;
|
|
15558
|
+
name: string;
|
|
15559
|
+
api: "openai-completions";
|
|
15560
|
+
provider: string;
|
|
15561
|
+
baseUrl: string;
|
|
15562
|
+
reasoning: true;
|
|
15563
|
+
input: ("image" | "text")[];
|
|
15564
|
+
cost: {
|
|
15565
|
+
input: number;
|
|
15566
|
+
output: number;
|
|
15567
|
+
cacheRead: number;
|
|
15568
|
+
cacheWrite: number;
|
|
15569
|
+
};
|
|
15570
|
+
contextWindow: number;
|
|
15571
|
+
maxTokens: number;
|
|
15572
|
+
};
|
|
15226
15573
|
};
|
|
15227
15574
|
readonly together: {
|
|
15228
15575
|
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
@@ -17226,6 +17573,23 @@ export declare const MODELS: {
|
|
|
17226
17573
|
contextWindow: number;
|
|
17227
17574
|
maxTokens: number;
|
|
17228
17575
|
};
|
|
17576
|
+
readonly "meta/muse-spark-1.1": {
|
|
17577
|
+
id: string;
|
|
17578
|
+
name: string;
|
|
17579
|
+
api: "anthropic-messages";
|
|
17580
|
+
provider: string;
|
|
17581
|
+
baseUrl: string;
|
|
17582
|
+
reasoning: true;
|
|
17583
|
+
input: ("image" | "text")[];
|
|
17584
|
+
cost: {
|
|
17585
|
+
input: number;
|
|
17586
|
+
output: number;
|
|
17587
|
+
cacheRead: number;
|
|
17588
|
+
cacheWrite: number;
|
|
17589
|
+
};
|
|
17590
|
+
contextWindow: number;
|
|
17591
|
+
maxTokens: number;
|
|
17592
|
+
};
|
|
17229
17593
|
readonly "minimax/minimax-m2": {
|
|
17230
17594
|
id: string;
|
|
17231
17595
|
name: string;
|
|
@@ -18370,6 +18734,57 @@ export declare const MODELS: {
|
|
|
18370
18734
|
contextWindow: number;
|
|
18371
18735
|
maxTokens: number;
|
|
18372
18736
|
};
|
|
18737
|
+
readonly "openai/gpt-5.6-luna": {
|
|
18738
|
+
id: string;
|
|
18739
|
+
name: string;
|
|
18740
|
+
api: "anthropic-messages";
|
|
18741
|
+
provider: string;
|
|
18742
|
+
baseUrl: string;
|
|
18743
|
+
reasoning: true;
|
|
18744
|
+
input: ("image" | "text")[];
|
|
18745
|
+
cost: {
|
|
18746
|
+
input: number;
|
|
18747
|
+
output: number;
|
|
18748
|
+
cacheRead: number;
|
|
18749
|
+
cacheWrite: number;
|
|
18750
|
+
};
|
|
18751
|
+
contextWindow: number;
|
|
18752
|
+
maxTokens: number;
|
|
18753
|
+
};
|
|
18754
|
+
readonly "openai/gpt-5.6-sol": {
|
|
18755
|
+
id: string;
|
|
18756
|
+
name: string;
|
|
18757
|
+
api: "anthropic-messages";
|
|
18758
|
+
provider: string;
|
|
18759
|
+
baseUrl: string;
|
|
18760
|
+
reasoning: true;
|
|
18761
|
+
input: ("image" | "text")[];
|
|
18762
|
+
cost: {
|
|
18763
|
+
input: number;
|
|
18764
|
+
output: number;
|
|
18765
|
+
cacheRead: number;
|
|
18766
|
+
cacheWrite: number;
|
|
18767
|
+
};
|
|
18768
|
+
contextWindow: number;
|
|
18769
|
+
maxTokens: number;
|
|
18770
|
+
};
|
|
18771
|
+
readonly "openai/gpt-5.6-terra": {
|
|
18772
|
+
id: string;
|
|
18773
|
+
name: string;
|
|
18774
|
+
api: "anthropic-messages";
|
|
18775
|
+
provider: string;
|
|
18776
|
+
baseUrl: string;
|
|
18777
|
+
reasoning: true;
|
|
18778
|
+
input: ("image" | "text")[];
|
|
18779
|
+
cost: {
|
|
18780
|
+
input: number;
|
|
18781
|
+
output: number;
|
|
18782
|
+
cacheRead: number;
|
|
18783
|
+
cacheWrite: number;
|
|
18784
|
+
};
|
|
18785
|
+
contextWindow: number;
|
|
18786
|
+
maxTokens: number;
|
|
18787
|
+
};
|
|
18373
18788
|
readonly "openai/gpt-oss-120b": {
|
|
18374
18789
|
id: string;
|
|
18375
18790
|
name: string;
|
|
@@ -18727,6 +19142,23 @@ export declare const MODELS: {
|
|
|
18727
19142
|
contextWindow: number;
|
|
18728
19143
|
maxTokens: number;
|
|
18729
19144
|
};
|
|
19145
|
+
readonly "xai/grok-4.5": {
|
|
19146
|
+
id: string;
|
|
19147
|
+
name: string;
|
|
19148
|
+
api: "anthropic-messages";
|
|
19149
|
+
provider: string;
|
|
19150
|
+
baseUrl: string;
|
|
19151
|
+
reasoning: true;
|
|
19152
|
+
input: ("image" | "text")[];
|
|
19153
|
+
cost: {
|
|
19154
|
+
input: number;
|
|
19155
|
+
output: number;
|
|
19156
|
+
cacheRead: number;
|
|
19157
|
+
cacheWrite: number;
|
|
19158
|
+
};
|
|
19159
|
+
contextWindow: number;
|
|
19160
|
+
maxTokens: number;
|
|
19161
|
+
};
|
|
18730
19162
|
readonly "xai/grok-build-0.1": {
|
|
18731
19163
|
id: string;
|
|
18732
19164
|
name: string;
|
|
@@ -19154,6 +19586,23 @@ export declare const MODELS: {
|
|
|
19154
19586
|
contextWindow: number;
|
|
19155
19587
|
maxTokens: number;
|
|
19156
19588
|
};
|
|
19589
|
+
readonly "grok-4.5": {
|
|
19590
|
+
id: string;
|
|
19591
|
+
name: string;
|
|
19592
|
+
api: "openai-completions";
|
|
19593
|
+
provider: string;
|
|
19594
|
+
baseUrl: string;
|
|
19595
|
+
reasoning: true;
|
|
19596
|
+
input: ("image" | "text")[];
|
|
19597
|
+
cost: {
|
|
19598
|
+
input: number;
|
|
19599
|
+
output: number;
|
|
19600
|
+
cacheRead: number;
|
|
19601
|
+
cacheWrite: number;
|
|
19602
|
+
};
|
|
19603
|
+
contextWindow: number;
|
|
19604
|
+
maxTokens: number;
|
|
19605
|
+
};
|
|
19157
19606
|
readonly "grok-build-0.1": {
|
|
19158
19607
|
id: string;
|
|
19159
19608
|
name: string;
|