@dreb/ai 2.45.4 → 2.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models.generated.d.ts +565 -80
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +670 -191
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -5404,6 +5404,26 @@ export declare const MODELS: {
|
|
|
5404
5404
|
contextWindow: number;
|
|
5405
5405
|
maxTokens: number;
|
|
5406
5406
|
};
|
|
5407
|
+
readonly "moonshotai/Kimi-K3": {
|
|
5408
|
+
id: string;
|
|
5409
|
+
name: string;
|
|
5410
|
+
api: "openai-completions";
|
|
5411
|
+
provider: string;
|
|
5412
|
+
baseUrl: string;
|
|
5413
|
+
compat: {
|
|
5414
|
+
supportsDeveloperRole: false;
|
|
5415
|
+
};
|
|
5416
|
+
reasoning: true;
|
|
5417
|
+
input: ("image" | "text")[];
|
|
5418
|
+
cost: {
|
|
5419
|
+
input: number;
|
|
5420
|
+
output: number;
|
|
5421
|
+
cacheRead: number;
|
|
5422
|
+
cacheWrite: number;
|
|
5423
|
+
};
|
|
5424
|
+
contextWindow: number;
|
|
5425
|
+
maxTokens: number;
|
|
5426
|
+
};
|
|
5407
5427
|
readonly "openai/gpt-oss-120b": {
|
|
5408
5428
|
id: string;
|
|
5409
5429
|
name: string;
|
|
@@ -5484,6 +5504,46 @@ export declare const MODELS: {
|
|
|
5484
5504
|
contextWindow: number;
|
|
5485
5505
|
maxTokens: number;
|
|
5486
5506
|
};
|
|
5507
|
+
readonly "tencent/Hy3": {
|
|
5508
|
+
id: string;
|
|
5509
|
+
name: string;
|
|
5510
|
+
api: "openai-completions";
|
|
5511
|
+
provider: string;
|
|
5512
|
+
baseUrl: string;
|
|
5513
|
+
compat: {
|
|
5514
|
+
supportsDeveloperRole: false;
|
|
5515
|
+
};
|
|
5516
|
+
reasoning: true;
|
|
5517
|
+
input: "text"[];
|
|
5518
|
+
cost: {
|
|
5519
|
+
input: number;
|
|
5520
|
+
output: number;
|
|
5521
|
+
cacheRead: number;
|
|
5522
|
+
cacheWrite: number;
|
|
5523
|
+
};
|
|
5524
|
+
contextWindow: number;
|
|
5525
|
+
maxTokens: number;
|
|
5526
|
+
};
|
|
5527
|
+
readonly "thinkingmachines/Inkling": {
|
|
5528
|
+
id: string;
|
|
5529
|
+
name: string;
|
|
5530
|
+
api: "openai-completions";
|
|
5531
|
+
provider: string;
|
|
5532
|
+
baseUrl: string;
|
|
5533
|
+
compat: {
|
|
5534
|
+
supportsDeveloperRole: false;
|
|
5535
|
+
};
|
|
5536
|
+
reasoning: true;
|
|
5537
|
+
input: ("image" | "text")[];
|
|
5538
|
+
cost: {
|
|
5539
|
+
input: number;
|
|
5540
|
+
output: number;
|
|
5541
|
+
cacheRead: number;
|
|
5542
|
+
cacheWrite: number;
|
|
5543
|
+
};
|
|
5544
|
+
contextWindow: number;
|
|
5545
|
+
maxTokens: number;
|
|
5546
|
+
};
|
|
5487
5547
|
readonly "zai-org/GLM-4.5": {
|
|
5488
5548
|
id: string;
|
|
5489
5549
|
name: string;
|
|
@@ -8777,6 +8837,23 @@ export declare const MODELS: {
|
|
|
8777
8837
|
contextWindow: number;
|
|
8778
8838
|
maxTokens: number;
|
|
8779
8839
|
};
|
|
8840
|
+
readonly "anthropic/claude-fable-5:batch": {
|
|
8841
|
+
id: string;
|
|
8842
|
+
name: string;
|
|
8843
|
+
api: "openai-completions";
|
|
8844
|
+
provider: string;
|
|
8845
|
+
baseUrl: string;
|
|
8846
|
+
reasoning: true;
|
|
8847
|
+
input: ("image" | "text")[];
|
|
8848
|
+
cost: {
|
|
8849
|
+
input: number;
|
|
8850
|
+
output: number;
|
|
8851
|
+
cacheRead: number;
|
|
8852
|
+
cacheWrite: number;
|
|
8853
|
+
};
|
|
8854
|
+
contextWindow: number;
|
|
8855
|
+
maxTokens: number;
|
|
8856
|
+
};
|
|
8780
8857
|
readonly "anthropic/claude-haiku-4.5": {
|
|
8781
8858
|
id: string;
|
|
8782
8859
|
name: string;
|
|
@@ -8794,6 +8871,23 @@ export declare const MODELS: {
|
|
|
8794
8871
|
contextWindow: number;
|
|
8795
8872
|
maxTokens: number;
|
|
8796
8873
|
};
|
|
8874
|
+
readonly "anthropic/claude-haiku-4.5:batch": {
|
|
8875
|
+
id: string;
|
|
8876
|
+
name: string;
|
|
8877
|
+
api: "openai-completions";
|
|
8878
|
+
provider: string;
|
|
8879
|
+
baseUrl: string;
|
|
8880
|
+
reasoning: true;
|
|
8881
|
+
input: ("image" | "text")[];
|
|
8882
|
+
cost: {
|
|
8883
|
+
input: number;
|
|
8884
|
+
output: number;
|
|
8885
|
+
cacheRead: number;
|
|
8886
|
+
cacheWrite: number;
|
|
8887
|
+
};
|
|
8888
|
+
contextWindow: number;
|
|
8889
|
+
maxTokens: number;
|
|
8890
|
+
};
|
|
8797
8891
|
readonly "anthropic/claude-opus-4": {
|
|
8798
8892
|
id: string;
|
|
8799
8893
|
name: string;
|
|
@@ -8828,6 +8922,23 @@ export declare const MODELS: {
|
|
|
8828
8922
|
contextWindow: number;
|
|
8829
8923
|
maxTokens: number;
|
|
8830
8924
|
};
|
|
8925
|
+
readonly "anthropic/claude-opus-4.1:batch": {
|
|
8926
|
+
id: string;
|
|
8927
|
+
name: string;
|
|
8928
|
+
api: "openai-completions";
|
|
8929
|
+
provider: string;
|
|
8930
|
+
baseUrl: string;
|
|
8931
|
+
reasoning: true;
|
|
8932
|
+
input: ("image" | "text")[];
|
|
8933
|
+
cost: {
|
|
8934
|
+
input: number;
|
|
8935
|
+
output: number;
|
|
8936
|
+
cacheRead: number;
|
|
8937
|
+
cacheWrite: number;
|
|
8938
|
+
};
|
|
8939
|
+
contextWindow: number;
|
|
8940
|
+
maxTokens: number;
|
|
8941
|
+
};
|
|
8831
8942
|
readonly "anthropic/claude-opus-4.5": {
|
|
8832
8943
|
id: string;
|
|
8833
8944
|
name: string;
|
|
@@ -8845,6 +8956,23 @@ export declare const MODELS: {
|
|
|
8845
8956
|
contextWindow: number;
|
|
8846
8957
|
maxTokens: number;
|
|
8847
8958
|
};
|
|
8959
|
+
readonly "anthropic/claude-opus-4.5:batch": {
|
|
8960
|
+
id: string;
|
|
8961
|
+
name: string;
|
|
8962
|
+
api: "openai-completions";
|
|
8963
|
+
provider: string;
|
|
8964
|
+
baseUrl: string;
|
|
8965
|
+
reasoning: true;
|
|
8966
|
+
input: ("image" | "text")[];
|
|
8967
|
+
cost: {
|
|
8968
|
+
input: number;
|
|
8969
|
+
output: number;
|
|
8970
|
+
cacheRead: number;
|
|
8971
|
+
cacheWrite: number;
|
|
8972
|
+
};
|
|
8973
|
+
contextWindow: number;
|
|
8974
|
+
maxTokens: number;
|
|
8975
|
+
};
|
|
8848
8976
|
readonly "anthropic/claude-opus-4.6": {
|
|
8849
8977
|
id: string;
|
|
8850
8978
|
name: string;
|
|
@@ -8862,6 +8990,23 @@ export declare const MODELS: {
|
|
|
8862
8990
|
contextWindow: number;
|
|
8863
8991
|
maxTokens: number;
|
|
8864
8992
|
};
|
|
8993
|
+
readonly "anthropic/claude-opus-4.6:batch": {
|
|
8994
|
+
id: string;
|
|
8995
|
+
name: string;
|
|
8996
|
+
api: "openai-completions";
|
|
8997
|
+
provider: string;
|
|
8998
|
+
baseUrl: string;
|
|
8999
|
+
reasoning: true;
|
|
9000
|
+
input: ("image" | "text")[];
|
|
9001
|
+
cost: {
|
|
9002
|
+
input: number;
|
|
9003
|
+
output: number;
|
|
9004
|
+
cacheRead: number;
|
|
9005
|
+
cacheWrite: number;
|
|
9006
|
+
};
|
|
9007
|
+
contextWindow: number;
|
|
9008
|
+
maxTokens: number;
|
|
9009
|
+
};
|
|
8865
9010
|
readonly "anthropic/claude-opus-4.7": {
|
|
8866
9011
|
id: string;
|
|
8867
9012
|
name: string;
|
|
@@ -8896,6 +9041,23 @@ export declare const MODELS: {
|
|
|
8896
9041
|
contextWindow: number;
|
|
8897
9042
|
maxTokens: number;
|
|
8898
9043
|
};
|
|
9044
|
+
readonly "anthropic/claude-opus-4.7:batch": {
|
|
9045
|
+
id: string;
|
|
9046
|
+
name: string;
|
|
9047
|
+
api: "openai-completions";
|
|
9048
|
+
provider: string;
|
|
9049
|
+
baseUrl: string;
|
|
9050
|
+
reasoning: true;
|
|
9051
|
+
input: ("image" | "text")[];
|
|
9052
|
+
cost: {
|
|
9053
|
+
input: number;
|
|
9054
|
+
output: number;
|
|
9055
|
+
cacheRead: number;
|
|
9056
|
+
cacheWrite: number;
|
|
9057
|
+
};
|
|
9058
|
+
contextWindow: number;
|
|
9059
|
+
maxTokens: number;
|
|
9060
|
+
};
|
|
8899
9061
|
readonly "anthropic/claude-opus-4.8": {
|
|
8900
9062
|
id: string;
|
|
8901
9063
|
name: string;
|
|
@@ -8930,6 +9092,23 @@ export declare const MODELS: {
|
|
|
8930
9092
|
contextWindow: number;
|
|
8931
9093
|
maxTokens: number;
|
|
8932
9094
|
};
|
|
9095
|
+
readonly "anthropic/claude-opus-4.8:batch": {
|
|
9096
|
+
id: string;
|
|
9097
|
+
name: string;
|
|
9098
|
+
api: "openai-completions";
|
|
9099
|
+
provider: string;
|
|
9100
|
+
baseUrl: string;
|
|
9101
|
+
reasoning: true;
|
|
9102
|
+
input: ("image" | "text")[];
|
|
9103
|
+
cost: {
|
|
9104
|
+
input: number;
|
|
9105
|
+
output: number;
|
|
9106
|
+
cacheRead: number;
|
|
9107
|
+
cacheWrite: number;
|
|
9108
|
+
};
|
|
9109
|
+
contextWindow: number;
|
|
9110
|
+
maxTokens: number;
|
|
9111
|
+
};
|
|
8933
9112
|
readonly "anthropic/claude-opus-5": {
|
|
8934
9113
|
id: string;
|
|
8935
9114
|
name: string;
|
|
@@ -8998,6 +9177,23 @@ export declare const MODELS: {
|
|
|
8998
9177
|
contextWindow: number;
|
|
8999
9178
|
maxTokens: number;
|
|
9000
9179
|
};
|
|
9180
|
+
readonly "anthropic/claude-sonnet-4.5:batch": {
|
|
9181
|
+
id: string;
|
|
9182
|
+
name: string;
|
|
9183
|
+
api: "openai-completions";
|
|
9184
|
+
provider: string;
|
|
9185
|
+
baseUrl: string;
|
|
9186
|
+
reasoning: true;
|
|
9187
|
+
input: ("image" | "text")[];
|
|
9188
|
+
cost: {
|
|
9189
|
+
input: number;
|
|
9190
|
+
output: number;
|
|
9191
|
+
cacheRead: number;
|
|
9192
|
+
cacheWrite: number;
|
|
9193
|
+
};
|
|
9194
|
+
contextWindow: number;
|
|
9195
|
+
maxTokens: number;
|
|
9196
|
+
};
|
|
9001
9197
|
readonly "anthropic/claude-sonnet-4.6": {
|
|
9002
9198
|
id: string;
|
|
9003
9199
|
name: string;
|
|
@@ -9032,6 +9228,23 @@ export declare const MODELS: {
|
|
|
9032
9228
|
contextWindow: number;
|
|
9033
9229
|
maxTokens: number;
|
|
9034
9230
|
};
|
|
9231
|
+
readonly "anthropic/claude-sonnet-5:batch": {
|
|
9232
|
+
id: string;
|
|
9233
|
+
name: string;
|
|
9234
|
+
api: "openai-completions";
|
|
9235
|
+
provider: string;
|
|
9236
|
+
baseUrl: string;
|
|
9237
|
+
reasoning: true;
|
|
9238
|
+
input: ("image" | "text")[];
|
|
9239
|
+
cost: {
|
|
9240
|
+
input: number;
|
|
9241
|
+
output: number;
|
|
9242
|
+
cacheRead: number;
|
|
9243
|
+
cacheWrite: number;
|
|
9244
|
+
};
|
|
9245
|
+
contextWindow: number;
|
|
9246
|
+
maxTokens: number;
|
|
9247
|
+
};
|
|
9035
9248
|
readonly "arcee-ai/trinity-large-thinking": {
|
|
9036
9249
|
id: string;
|
|
9037
9250
|
name: string;
|
|
@@ -9372,7 +9585,160 @@ export declare const MODELS: {
|
|
|
9372
9585
|
contextWindow: number;
|
|
9373
9586
|
maxTokens: number;
|
|
9374
9587
|
};
|
|
9375
|
-
readonly "google/gemini-2.5-flash": {
|
|
9588
|
+
readonly "google/gemini-2.5-flash": {
|
|
9589
|
+
id: string;
|
|
9590
|
+
name: string;
|
|
9591
|
+
api: "openai-completions";
|
|
9592
|
+
provider: string;
|
|
9593
|
+
baseUrl: string;
|
|
9594
|
+
reasoning: true;
|
|
9595
|
+
input: ("image" | "text")[];
|
|
9596
|
+
cost: {
|
|
9597
|
+
input: number;
|
|
9598
|
+
output: number;
|
|
9599
|
+
cacheRead: number;
|
|
9600
|
+
cacheWrite: number;
|
|
9601
|
+
};
|
|
9602
|
+
contextWindow: number;
|
|
9603
|
+
maxTokens: number;
|
|
9604
|
+
};
|
|
9605
|
+
readonly "google/gemini-2.5-flash-lite": {
|
|
9606
|
+
id: string;
|
|
9607
|
+
name: string;
|
|
9608
|
+
api: "openai-completions";
|
|
9609
|
+
provider: string;
|
|
9610
|
+
baseUrl: string;
|
|
9611
|
+
reasoning: true;
|
|
9612
|
+
input: ("image" | "text")[];
|
|
9613
|
+
cost: {
|
|
9614
|
+
input: number;
|
|
9615
|
+
output: number;
|
|
9616
|
+
cacheRead: number;
|
|
9617
|
+
cacheWrite: number;
|
|
9618
|
+
};
|
|
9619
|
+
contextWindow: number;
|
|
9620
|
+
maxTokens: number;
|
|
9621
|
+
};
|
|
9622
|
+
readonly "google/gemini-2.5-flash-lite:batch": {
|
|
9623
|
+
id: string;
|
|
9624
|
+
name: string;
|
|
9625
|
+
api: "openai-completions";
|
|
9626
|
+
provider: string;
|
|
9627
|
+
baseUrl: string;
|
|
9628
|
+
reasoning: true;
|
|
9629
|
+
input: ("image" | "text")[];
|
|
9630
|
+
cost: {
|
|
9631
|
+
input: number;
|
|
9632
|
+
output: number;
|
|
9633
|
+
cacheRead: number;
|
|
9634
|
+
cacheWrite: number;
|
|
9635
|
+
};
|
|
9636
|
+
contextWindow: number;
|
|
9637
|
+
maxTokens: number;
|
|
9638
|
+
};
|
|
9639
|
+
readonly "google/gemini-2.5-flash:batch": {
|
|
9640
|
+
id: string;
|
|
9641
|
+
name: string;
|
|
9642
|
+
api: "openai-completions";
|
|
9643
|
+
provider: string;
|
|
9644
|
+
baseUrl: string;
|
|
9645
|
+
reasoning: true;
|
|
9646
|
+
input: ("image" | "text")[];
|
|
9647
|
+
cost: {
|
|
9648
|
+
input: number;
|
|
9649
|
+
output: number;
|
|
9650
|
+
cacheRead: number;
|
|
9651
|
+
cacheWrite: number;
|
|
9652
|
+
};
|
|
9653
|
+
contextWindow: number;
|
|
9654
|
+
maxTokens: number;
|
|
9655
|
+
};
|
|
9656
|
+
readonly "google/gemini-2.5-pro": {
|
|
9657
|
+
id: string;
|
|
9658
|
+
name: string;
|
|
9659
|
+
api: "openai-completions";
|
|
9660
|
+
provider: string;
|
|
9661
|
+
baseUrl: string;
|
|
9662
|
+
reasoning: true;
|
|
9663
|
+
input: ("image" | "text")[];
|
|
9664
|
+
cost: {
|
|
9665
|
+
input: number;
|
|
9666
|
+
output: number;
|
|
9667
|
+
cacheRead: number;
|
|
9668
|
+
cacheWrite: number;
|
|
9669
|
+
};
|
|
9670
|
+
contextWindow: number;
|
|
9671
|
+
maxTokens: number;
|
|
9672
|
+
};
|
|
9673
|
+
readonly "google/gemini-2.5-pro-preview": {
|
|
9674
|
+
id: string;
|
|
9675
|
+
name: string;
|
|
9676
|
+
api: "openai-completions";
|
|
9677
|
+
provider: string;
|
|
9678
|
+
baseUrl: string;
|
|
9679
|
+
reasoning: true;
|
|
9680
|
+
input: ("image" | "text")[];
|
|
9681
|
+
cost: {
|
|
9682
|
+
input: number;
|
|
9683
|
+
output: number;
|
|
9684
|
+
cacheRead: number;
|
|
9685
|
+
cacheWrite: number;
|
|
9686
|
+
};
|
|
9687
|
+
contextWindow: number;
|
|
9688
|
+
maxTokens: number;
|
|
9689
|
+
};
|
|
9690
|
+
readonly "google/gemini-2.5-pro-preview-05-06": {
|
|
9691
|
+
id: string;
|
|
9692
|
+
name: string;
|
|
9693
|
+
api: "openai-completions";
|
|
9694
|
+
provider: string;
|
|
9695
|
+
baseUrl: string;
|
|
9696
|
+
reasoning: true;
|
|
9697
|
+
input: ("image" | "text")[];
|
|
9698
|
+
cost: {
|
|
9699
|
+
input: number;
|
|
9700
|
+
output: number;
|
|
9701
|
+
cacheRead: number;
|
|
9702
|
+
cacheWrite: number;
|
|
9703
|
+
};
|
|
9704
|
+
contextWindow: number;
|
|
9705
|
+
maxTokens: number;
|
|
9706
|
+
};
|
|
9707
|
+
readonly "google/gemini-2.5-pro:batch": {
|
|
9708
|
+
id: string;
|
|
9709
|
+
name: string;
|
|
9710
|
+
api: "openai-completions";
|
|
9711
|
+
provider: string;
|
|
9712
|
+
baseUrl: string;
|
|
9713
|
+
reasoning: true;
|
|
9714
|
+
input: ("image" | "text")[];
|
|
9715
|
+
cost: {
|
|
9716
|
+
input: number;
|
|
9717
|
+
output: number;
|
|
9718
|
+
cacheRead: number;
|
|
9719
|
+
cacheWrite: number;
|
|
9720
|
+
};
|
|
9721
|
+
contextWindow: number;
|
|
9722
|
+
maxTokens: number;
|
|
9723
|
+
};
|
|
9724
|
+
readonly "google/gemini-3-flash-preview": {
|
|
9725
|
+
id: string;
|
|
9726
|
+
name: string;
|
|
9727
|
+
api: "openai-completions";
|
|
9728
|
+
provider: string;
|
|
9729
|
+
baseUrl: string;
|
|
9730
|
+
reasoning: true;
|
|
9731
|
+
input: ("image" | "text")[];
|
|
9732
|
+
cost: {
|
|
9733
|
+
input: number;
|
|
9734
|
+
output: number;
|
|
9735
|
+
cacheRead: number;
|
|
9736
|
+
cacheWrite: number;
|
|
9737
|
+
};
|
|
9738
|
+
contextWindow: number;
|
|
9739
|
+
maxTokens: number;
|
|
9740
|
+
};
|
|
9741
|
+
readonly "google/gemini-3-flash-preview:batch": {
|
|
9376
9742
|
id: string;
|
|
9377
9743
|
name: string;
|
|
9378
9744
|
api: "openai-completions";
|
|
@@ -9389,7 +9755,7 @@ export declare const MODELS: {
|
|
|
9389
9755
|
contextWindow: number;
|
|
9390
9756
|
maxTokens: number;
|
|
9391
9757
|
};
|
|
9392
|
-
readonly "google/gemini-
|
|
9758
|
+
readonly "google/gemini-3-pro-image": {
|
|
9393
9759
|
id: string;
|
|
9394
9760
|
name: string;
|
|
9395
9761
|
api: "openai-completions";
|
|
@@ -9406,7 +9772,7 @@ export declare const MODELS: {
|
|
|
9406
9772
|
contextWindow: number;
|
|
9407
9773
|
maxTokens: number;
|
|
9408
9774
|
};
|
|
9409
|
-
readonly "google/gemini-
|
|
9775
|
+
readonly "google/gemini-3.1-flash-lite": {
|
|
9410
9776
|
id: string;
|
|
9411
9777
|
name: string;
|
|
9412
9778
|
api: "openai-completions";
|
|
@@ -9423,7 +9789,7 @@ export declare const MODELS: {
|
|
|
9423
9789
|
contextWindow: number;
|
|
9424
9790
|
maxTokens: number;
|
|
9425
9791
|
};
|
|
9426
|
-
readonly "google/gemini-
|
|
9792
|
+
readonly "google/gemini-3.1-flash-lite-preview": {
|
|
9427
9793
|
id: string;
|
|
9428
9794
|
name: string;
|
|
9429
9795
|
api: "openai-completions";
|
|
@@ -9440,7 +9806,7 @@ export declare const MODELS: {
|
|
|
9440
9806
|
contextWindow: number;
|
|
9441
9807
|
maxTokens: number;
|
|
9442
9808
|
};
|
|
9443
|
-
readonly "google/gemini-
|
|
9809
|
+
readonly "google/gemini-3.1-flash-lite:batch": {
|
|
9444
9810
|
id: string;
|
|
9445
9811
|
name: string;
|
|
9446
9812
|
api: "openai-completions";
|
|
@@ -9457,7 +9823,7 @@ export declare const MODELS: {
|
|
|
9457
9823
|
contextWindow: number;
|
|
9458
9824
|
maxTokens: number;
|
|
9459
9825
|
};
|
|
9460
|
-
readonly "google/gemini-3-
|
|
9826
|
+
readonly "google/gemini-3.1-pro-preview": {
|
|
9461
9827
|
id: string;
|
|
9462
9828
|
name: string;
|
|
9463
9829
|
api: "openai-completions";
|
|
@@ -9474,7 +9840,7 @@ export declare const MODELS: {
|
|
|
9474
9840
|
contextWindow: number;
|
|
9475
9841
|
maxTokens: number;
|
|
9476
9842
|
};
|
|
9477
|
-
readonly "google/gemini-3-pro-
|
|
9843
|
+
readonly "google/gemini-3.1-pro-preview-customtools": {
|
|
9478
9844
|
id: string;
|
|
9479
9845
|
name: string;
|
|
9480
9846
|
api: "openai-completions";
|
|
@@ -9491,7 +9857,7 @@ export declare const MODELS: {
|
|
|
9491
9857
|
contextWindow: number;
|
|
9492
9858
|
maxTokens: number;
|
|
9493
9859
|
};
|
|
9494
|
-
readonly "google/gemini-3.1-
|
|
9860
|
+
readonly "google/gemini-3.1-pro-preview:batch": {
|
|
9495
9861
|
id: string;
|
|
9496
9862
|
name: string;
|
|
9497
9863
|
api: "openai-completions";
|
|
@@ -9508,7 +9874,7 @@ export declare const MODELS: {
|
|
|
9508
9874
|
contextWindow: number;
|
|
9509
9875
|
maxTokens: number;
|
|
9510
9876
|
};
|
|
9511
|
-
readonly "google/gemini-3.
|
|
9877
|
+
readonly "google/gemini-3.5-flash": {
|
|
9512
9878
|
id: string;
|
|
9513
9879
|
name: string;
|
|
9514
9880
|
api: "openai-completions";
|
|
@@ -9525,7 +9891,7 @@ export declare const MODELS: {
|
|
|
9525
9891
|
contextWindow: number;
|
|
9526
9892
|
maxTokens: number;
|
|
9527
9893
|
};
|
|
9528
|
-
readonly "google/gemini-3.
|
|
9894
|
+
readonly "google/gemini-3.5-flash-lite": {
|
|
9529
9895
|
id: string;
|
|
9530
9896
|
name: string;
|
|
9531
9897
|
api: "openai-completions";
|
|
@@ -9542,7 +9908,7 @@ export declare const MODELS: {
|
|
|
9542
9908
|
contextWindow: number;
|
|
9543
9909
|
maxTokens: number;
|
|
9544
9910
|
};
|
|
9545
|
-
readonly "google/gemini-3.
|
|
9911
|
+
readonly "google/gemini-3.5-flash-lite:batch": {
|
|
9546
9912
|
id: string;
|
|
9547
9913
|
name: string;
|
|
9548
9914
|
api: "openai-completions";
|
|
@@ -9559,7 +9925,7 @@ export declare const MODELS: {
|
|
|
9559
9925
|
contextWindow: number;
|
|
9560
9926
|
maxTokens: number;
|
|
9561
9927
|
};
|
|
9562
|
-
readonly "google/gemini-3.5-flash": {
|
|
9928
|
+
readonly "google/gemini-3.5-flash:batch": {
|
|
9563
9929
|
id: string;
|
|
9564
9930
|
name: string;
|
|
9565
9931
|
api: "openai-completions";
|
|
@@ -9576,7 +9942,7 @@ export declare const MODELS: {
|
|
|
9576
9942
|
contextWindow: number;
|
|
9577
9943
|
maxTokens: number;
|
|
9578
9944
|
};
|
|
9579
|
-
readonly "google/gemini-3.
|
|
9945
|
+
readonly "google/gemini-3.6-flash": {
|
|
9580
9946
|
id: string;
|
|
9581
9947
|
name: string;
|
|
9582
9948
|
api: "openai-completions";
|
|
@@ -9593,7 +9959,7 @@ export declare const MODELS: {
|
|
|
9593
9959
|
contextWindow: number;
|
|
9594
9960
|
maxTokens: number;
|
|
9595
9961
|
};
|
|
9596
|
-
readonly "google/gemini-3.6-flash": {
|
|
9962
|
+
readonly "google/gemini-3.6-flash:batch": {
|
|
9597
9963
|
id: string;
|
|
9598
9964
|
name: string;
|
|
9599
9965
|
api: "openai-completions";
|
|
@@ -10086,6 +10452,23 @@ export declare const MODELS: {
|
|
|
10086
10452
|
contextWindow: number;
|
|
10087
10453
|
maxTokens: number;
|
|
10088
10454
|
};
|
|
10455
|
+
readonly "minimax/minimax-m3:batch": {
|
|
10456
|
+
id: string;
|
|
10457
|
+
name: string;
|
|
10458
|
+
api: "openai-completions";
|
|
10459
|
+
provider: string;
|
|
10460
|
+
baseUrl: string;
|
|
10461
|
+
reasoning: true;
|
|
10462
|
+
input: ("image" | "text")[];
|
|
10463
|
+
cost: {
|
|
10464
|
+
input: number;
|
|
10465
|
+
output: number;
|
|
10466
|
+
cacheRead: number;
|
|
10467
|
+
cacheWrite: number;
|
|
10468
|
+
};
|
|
10469
|
+
contextWindow: number;
|
|
10470
|
+
maxTokens: number;
|
|
10471
|
+
};
|
|
10089
10472
|
readonly "mistralai/codestral-2508": {
|
|
10090
10473
|
id: string;
|
|
10091
10474
|
name: string;
|
|
@@ -10953,7 +11336,7 @@ export declare const MODELS: {
|
|
|
10953
11336
|
contextWindow: number;
|
|
10954
11337
|
maxTokens: number;
|
|
10955
11338
|
};
|
|
10956
|
-
readonly "openai/gpt-5-
|
|
11339
|
+
readonly "openai/gpt-5-mini": {
|
|
10957
11340
|
id: string;
|
|
10958
11341
|
name: string;
|
|
10959
11342
|
api: "openai-completions";
|
|
@@ -10970,7 +11353,7 @@ export declare const MODELS: {
|
|
|
10970
11353
|
contextWindow: number;
|
|
10971
11354
|
maxTokens: number;
|
|
10972
11355
|
};
|
|
10973
|
-
readonly "openai/gpt-5-mini": {
|
|
11356
|
+
readonly "openai/gpt-5-mini:batch": {
|
|
10974
11357
|
id: string;
|
|
10975
11358
|
name: string;
|
|
10976
11359
|
api: "openai-completions";
|
|
@@ -11004,6 +11387,23 @@ export declare const MODELS: {
|
|
|
11004
11387
|
contextWindow: number;
|
|
11005
11388
|
maxTokens: number;
|
|
11006
11389
|
};
|
|
11390
|
+
readonly "openai/gpt-5-nano:batch": {
|
|
11391
|
+
id: string;
|
|
11392
|
+
name: string;
|
|
11393
|
+
api: "openai-completions";
|
|
11394
|
+
provider: string;
|
|
11395
|
+
baseUrl: string;
|
|
11396
|
+
reasoning: true;
|
|
11397
|
+
input: ("image" | "text")[];
|
|
11398
|
+
cost: {
|
|
11399
|
+
input: number;
|
|
11400
|
+
output: number;
|
|
11401
|
+
cacheRead: number;
|
|
11402
|
+
cacheWrite: number;
|
|
11403
|
+
};
|
|
11404
|
+
contextWindow: number;
|
|
11405
|
+
maxTokens: number;
|
|
11406
|
+
};
|
|
11007
11407
|
readonly "openai/gpt-5-pro": {
|
|
11008
11408
|
id: string;
|
|
11009
11409
|
name: string;
|
|
@@ -11106,6 +11506,23 @@ export declare const MODELS: {
|
|
|
11106
11506
|
contextWindow: number;
|
|
11107
11507
|
maxTokens: number;
|
|
11108
11508
|
};
|
|
11509
|
+
readonly "openai/gpt-5.1:batch": {
|
|
11510
|
+
id: string;
|
|
11511
|
+
name: string;
|
|
11512
|
+
api: "openai-completions";
|
|
11513
|
+
provider: string;
|
|
11514
|
+
baseUrl: string;
|
|
11515
|
+
reasoning: true;
|
|
11516
|
+
input: ("image" | "text")[];
|
|
11517
|
+
cost: {
|
|
11518
|
+
input: number;
|
|
11519
|
+
output: number;
|
|
11520
|
+
cacheRead: number;
|
|
11521
|
+
cacheWrite: number;
|
|
11522
|
+
};
|
|
11523
|
+
contextWindow: number;
|
|
11524
|
+
maxTokens: number;
|
|
11525
|
+
};
|
|
11109
11526
|
readonly "openai/gpt-5.2": {
|
|
11110
11527
|
id: string;
|
|
11111
11528
|
name: string;
|
|
@@ -11174,6 +11591,23 @@ export declare const MODELS: {
|
|
|
11174
11591
|
contextWindow: number;
|
|
11175
11592
|
maxTokens: number;
|
|
11176
11593
|
};
|
|
11594
|
+
readonly "openai/gpt-5.2:batch": {
|
|
11595
|
+
id: string;
|
|
11596
|
+
name: string;
|
|
11597
|
+
api: "openai-completions";
|
|
11598
|
+
provider: string;
|
|
11599
|
+
baseUrl: string;
|
|
11600
|
+
reasoning: true;
|
|
11601
|
+
input: ("image" | "text")[];
|
|
11602
|
+
cost: {
|
|
11603
|
+
input: number;
|
|
11604
|
+
output: number;
|
|
11605
|
+
cacheRead: number;
|
|
11606
|
+
cacheWrite: number;
|
|
11607
|
+
};
|
|
11608
|
+
contextWindow: number;
|
|
11609
|
+
maxTokens: number;
|
|
11610
|
+
};
|
|
11177
11611
|
readonly "openai/gpt-5.3-chat": {
|
|
11178
11612
|
id: string;
|
|
11179
11613
|
name: string;
|
|
@@ -11242,7 +11676,7 @@ export declare const MODELS: {
|
|
|
11242
11676
|
contextWindow: number;
|
|
11243
11677
|
maxTokens: number;
|
|
11244
11678
|
};
|
|
11245
|
-
readonly "openai/gpt-5.4-
|
|
11679
|
+
readonly "openai/gpt-5.4-mini:batch": {
|
|
11246
11680
|
id: string;
|
|
11247
11681
|
name: string;
|
|
11248
11682
|
api: "openai-completions";
|
|
@@ -11259,7 +11693,7 @@ export declare const MODELS: {
|
|
|
11259
11693
|
contextWindow: number;
|
|
11260
11694
|
maxTokens: number;
|
|
11261
11695
|
};
|
|
11262
|
-
readonly "openai/gpt-5.4-
|
|
11696
|
+
readonly "openai/gpt-5.4-nano": {
|
|
11263
11697
|
id: string;
|
|
11264
11698
|
name: string;
|
|
11265
11699
|
api: "openai-completions";
|
|
@@ -11276,7 +11710,7 @@ export declare const MODELS: {
|
|
|
11276
11710
|
contextWindow: number;
|
|
11277
11711
|
maxTokens: number;
|
|
11278
11712
|
};
|
|
11279
|
-
readonly "openai/gpt-5.
|
|
11713
|
+
readonly "openai/gpt-5.4-nano:batch": {
|
|
11280
11714
|
id: string;
|
|
11281
11715
|
name: string;
|
|
11282
11716
|
api: "openai-completions";
|
|
@@ -11293,7 +11727,7 @@ export declare const MODELS: {
|
|
|
11293
11727
|
contextWindow: number;
|
|
11294
11728
|
maxTokens: number;
|
|
11295
11729
|
};
|
|
11296
|
-
readonly "openai/gpt-5.
|
|
11730
|
+
readonly "openai/gpt-5.4-pro": {
|
|
11297
11731
|
id: string;
|
|
11298
11732
|
name: string;
|
|
11299
11733
|
api: "openai-completions";
|
|
@@ -11310,7 +11744,7 @@ export declare const MODELS: {
|
|
|
11310
11744
|
contextWindow: number;
|
|
11311
11745
|
maxTokens: number;
|
|
11312
11746
|
};
|
|
11313
|
-
readonly "openai/gpt-5.
|
|
11747
|
+
readonly "openai/gpt-5.4:batch": {
|
|
11314
11748
|
id: string;
|
|
11315
11749
|
name: string;
|
|
11316
11750
|
api: "openai-completions";
|
|
@@ -11327,7 +11761,7 @@ export declare const MODELS: {
|
|
|
11327
11761
|
contextWindow: number;
|
|
11328
11762
|
maxTokens: number;
|
|
11329
11763
|
};
|
|
11330
|
-
readonly "openai/gpt-5.
|
|
11764
|
+
readonly "openai/gpt-5.5": {
|
|
11331
11765
|
id: string;
|
|
11332
11766
|
name: string;
|
|
11333
11767
|
api: "openai-completions";
|
|
@@ -11344,7 +11778,7 @@ export declare const MODELS: {
|
|
|
11344
11778
|
contextWindow: number;
|
|
11345
11779
|
maxTokens: number;
|
|
11346
11780
|
};
|
|
11347
|
-
readonly "openai/gpt-5.
|
|
11781
|
+
readonly "openai/gpt-5.5-pro": {
|
|
11348
11782
|
id: string;
|
|
11349
11783
|
name: string;
|
|
11350
11784
|
api: "openai-completions";
|
|
@@ -11361,7 +11795,7 @@ export declare const MODELS: {
|
|
|
11361
11795
|
contextWindow: number;
|
|
11362
11796
|
maxTokens: number;
|
|
11363
11797
|
};
|
|
11364
|
-
readonly "openai/gpt-5.
|
|
11798
|
+
readonly "openai/gpt-5.5:batch": {
|
|
11365
11799
|
id: string;
|
|
11366
11800
|
name: string;
|
|
11367
11801
|
api: "openai-completions";
|
|
@@ -11378,7 +11812,7 @@ export declare const MODELS: {
|
|
|
11378
11812
|
contextWindow: number;
|
|
11379
11813
|
maxTokens: number;
|
|
11380
11814
|
};
|
|
11381
|
-
readonly "openai/gpt-5.6-
|
|
11815
|
+
readonly "openai/gpt-5.6-luna": {
|
|
11382
11816
|
id: string;
|
|
11383
11817
|
name: string;
|
|
11384
11818
|
api: "openai-completions";
|
|
@@ -11395,7 +11829,7 @@ export declare const MODELS: {
|
|
|
11395
11829
|
contextWindow: number;
|
|
11396
11830
|
maxTokens: number;
|
|
11397
11831
|
};
|
|
11398
|
-
readonly "openai/gpt-5.6-
|
|
11832
|
+
readonly "openai/gpt-5.6-luna-pro": {
|
|
11399
11833
|
id: string;
|
|
11400
11834
|
name: string;
|
|
11401
11835
|
api: "openai-completions";
|
|
@@ -11412,14 +11846,14 @@ export declare const MODELS: {
|
|
|
11412
11846
|
contextWindow: number;
|
|
11413
11847
|
maxTokens: number;
|
|
11414
11848
|
};
|
|
11415
|
-
readonly "openai/gpt-
|
|
11849
|
+
readonly "openai/gpt-5.6-sol": {
|
|
11416
11850
|
id: string;
|
|
11417
11851
|
name: string;
|
|
11418
11852
|
api: "openai-completions";
|
|
11419
11853
|
provider: string;
|
|
11420
11854
|
baseUrl: string;
|
|
11421
|
-
reasoning:
|
|
11422
|
-
input: "text"[];
|
|
11855
|
+
reasoning: true;
|
|
11856
|
+
input: ("image" | "text")[];
|
|
11423
11857
|
cost: {
|
|
11424
11858
|
input: number;
|
|
11425
11859
|
output: number;
|
|
@@ -11429,14 +11863,14 @@ export declare const MODELS: {
|
|
|
11429
11863
|
contextWindow: number;
|
|
11430
11864
|
maxTokens: number;
|
|
11431
11865
|
};
|
|
11432
|
-
readonly "openai/gpt-
|
|
11866
|
+
readonly "openai/gpt-5.6-sol-pro": {
|
|
11433
11867
|
id: string;
|
|
11434
11868
|
name: string;
|
|
11435
11869
|
api: "openai-completions";
|
|
11436
11870
|
provider: string;
|
|
11437
11871
|
baseUrl: string;
|
|
11438
|
-
reasoning:
|
|
11439
|
-
input: "text"[];
|
|
11872
|
+
reasoning: true;
|
|
11873
|
+
input: ("image" | "text")[];
|
|
11440
11874
|
cost: {
|
|
11441
11875
|
input: number;
|
|
11442
11876
|
output: number;
|
|
@@ -11446,13 +11880,13 @@ export declare const MODELS: {
|
|
|
11446
11880
|
contextWindow: number;
|
|
11447
11881
|
maxTokens: number;
|
|
11448
11882
|
};
|
|
11449
|
-
readonly "openai/gpt-
|
|
11883
|
+
readonly "openai/gpt-5.6-terra": {
|
|
11450
11884
|
id: string;
|
|
11451
11885
|
name: string;
|
|
11452
11886
|
api: "openai-completions";
|
|
11453
11887
|
provider: string;
|
|
11454
11888
|
baseUrl: string;
|
|
11455
|
-
reasoning:
|
|
11889
|
+
reasoning: true;
|
|
11456
11890
|
input: ("image" | "text")[];
|
|
11457
11891
|
cost: {
|
|
11458
11892
|
input: number;
|
|
@@ -11463,14 +11897,14 @@ export declare const MODELS: {
|
|
|
11463
11897
|
contextWindow: number;
|
|
11464
11898
|
maxTokens: number;
|
|
11465
11899
|
};
|
|
11466
|
-
readonly "openai/gpt-
|
|
11900
|
+
readonly "openai/gpt-5.6-terra-pro": {
|
|
11467
11901
|
id: string;
|
|
11468
11902
|
name: string;
|
|
11469
11903
|
api: "openai-completions";
|
|
11470
11904
|
provider: string;
|
|
11471
11905
|
baseUrl: string;
|
|
11472
11906
|
reasoning: true;
|
|
11473
|
-
input: "text"[];
|
|
11907
|
+
input: ("image" | "text")[];
|
|
11474
11908
|
cost: {
|
|
11475
11909
|
input: number;
|
|
11476
11910
|
output: number;
|
|
@@ -11480,14 +11914,14 @@ export declare const MODELS: {
|
|
|
11480
11914
|
contextWindow: number;
|
|
11481
11915
|
maxTokens: number;
|
|
11482
11916
|
};
|
|
11483
|
-
readonly "openai/gpt-
|
|
11917
|
+
readonly "openai/gpt-5:batch": {
|
|
11484
11918
|
id: string;
|
|
11485
11919
|
name: string;
|
|
11486
11920
|
api: "openai-completions";
|
|
11487
11921
|
provider: string;
|
|
11488
11922
|
baseUrl: string;
|
|
11489
11923
|
reasoning: true;
|
|
11490
|
-
input: "text"[];
|
|
11924
|
+
input: ("image" | "text")[];
|
|
11491
11925
|
cost: {
|
|
11492
11926
|
input: number;
|
|
11493
11927
|
output: number;
|
|
@@ -11497,13 +11931,13 @@ export declare const MODELS: {
|
|
|
11497
11931
|
contextWindow: number;
|
|
11498
11932
|
maxTokens: number;
|
|
11499
11933
|
};
|
|
11500
|
-
readonly "openai/gpt-
|
|
11934
|
+
readonly "openai/gpt-audio": {
|
|
11501
11935
|
id: string;
|
|
11502
11936
|
name: string;
|
|
11503
11937
|
api: "openai-completions";
|
|
11504
11938
|
provider: string;
|
|
11505
11939
|
baseUrl: string;
|
|
11506
|
-
reasoning:
|
|
11940
|
+
reasoning: false;
|
|
11507
11941
|
input: "text"[];
|
|
11508
11942
|
cost: {
|
|
11509
11943
|
input: number;
|
|
@@ -11514,13 +11948,13 @@ export declare const MODELS: {
|
|
|
11514
11948
|
contextWindow: number;
|
|
11515
11949
|
maxTokens: number;
|
|
11516
11950
|
};
|
|
11517
|
-
readonly "openai/gpt-
|
|
11951
|
+
readonly "openai/gpt-audio-mini": {
|
|
11518
11952
|
id: string;
|
|
11519
11953
|
name: string;
|
|
11520
11954
|
api: "openai-completions";
|
|
11521
11955
|
provider: string;
|
|
11522
11956
|
baseUrl: string;
|
|
11523
|
-
reasoning:
|
|
11957
|
+
reasoning: false;
|
|
11524
11958
|
input: "text"[];
|
|
11525
11959
|
cost: {
|
|
11526
11960
|
input: number;
|
|
@@ -11531,13 +11965,13 @@ export declare const MODELS: {
|
|
|
11531
11965
|
contextWindow: number;
|
|
11532
11966
|
maxTokens: number;
|
|
11533
11967
|
};
|
|
11534
|
-
readonly "openai/
|
|
11968
|
+
readonly "openai/gpt-chat-latest": {
|
|
11535
11969
|
id: string;
|
|
11536
11970
|
name: string;
|
|
11537
11971
|
api: "openai-completions";
|
|
11538
11972
|
provider: string;
|
|
11539
11973
|
baseUrl: string;
|
|
11540
|
-
reasoning:
|
|
11974
|
+
reasoning: false;
|
|
11541
11975
|
input: ("image" | "text")[];
|
|
11542
11976
|
cost: {
|
|
11543
11977
|
input: number;
|
|
@@ -11548,14 +11982,14 @@ export declare const MODELS: {
|
|
|
11548
11982
|
contextWindow: number;
|
|
11549
11983
|
maxTokens: number;
|
|
11550
11984
|
};
|
|
11551
|
-
readonly "openai/
|
|
11985
|
+
readonly "openai/gpt-oss-120b": {
|
|
11552
11986
|
id: string;
|
|
11553
11987
|
name: string;
|
|
11554
11988
|
api: "openai-completions";
|
|
11555
11989
|
provider: string;
|
|
11556
11990
|
baseUrl: string;
|
|
11557
11991
|
reasoning: true;
|
|
11558
|
-
input:
|
|
11992
|
+
input: "text"[];
|
|
11559
11993
|
cost: {
|
|
11560
11994
|
input: number;
|
|
11561
11995
|
output: number;
|
|
@@ -11565,14 +11999,14 @@ export declare const MODELS: {
|
|
|
11565
11999
|
contextWindow: number;
|
|
11566
12000
|
maxTokens: number;
|
|
11567
12001
|
};
|
|
11568
|
-
readonly "openai/
|
|
12002
|
+
readonly "openai/gpt-oss-20b": {
|
|
11569
12003
|
id: string;
|
|
11570
12004
|
name: string;
|
|
11571
12005
|
api: "openai-completions";
|
|
11572
12006
|
provider: string;
|
|
11573
12007
|
baseUrl: string;
|
|
11574
12008
|
reasoning: true;
|
|
11575
|
-
input:
|
|
12009
|
+
input: "text"[];
|
|
11576
12010
|
cost: {
|
|
11577
12011
|
input: number;
|
|
11578
12012
|
output: number;
|
|
@@ -11582,7 +12016,7 @@ export declare const MODELS: {
|
|
|
11582
12016
|
contextWindow: number;
|
|
11583
12017
|
maxTokens: number;
|
|
11584
12018
|
};
|
|
11585
|
-
readonly "openai/
|
|
12019
|
+
readonly "openai/gpt-oss-20b:free": {
|
|
11586
12020
|
id: string;
|
|
11587
12021
|
name: string;
|
|
11588
12022
|
api: "openai-completions";
|
|
@@ -11599,7 +12033,7 @@ export declare const MODELS: {
|
|
|
11599
12033
|
contextWindow: number;
|
|
11600
12034
|
maxTokens: number;
|
|
11601
12035
|
};
|
|
11602
|
-
readonly "openai/
|
|
12036
|
+
readonly "openai/gpt-oss-safeguard-20b": {
|
|
11603
12037
|
id: string;
|
|
11604
12038
|
name: string;
|
|
11605
12039
|
api: "openai-completions";
|
|
@@ -11616,7 +12050,7 @@ export declare const MODELS: {
|
|
|
11616
12050
|
contextWindow: number;
|
|
11617
12051
|
maxTokens: number;
|
|
11618
12052
|
};
|
|
11619
|
-
readonly "openai/
|
|
12053
|
+
readonly "openai/o1": {
|
|
11620
12054
|
id: string;
|
|
11621
12055
|
name: string;
|
|
11622
12056
|
api: "openai-completions";
|
|
@@ -11633,7 +12067,7 @@ export declare const MODELS: {
|
|
|
11633
12067
|
contextWindow: number;
|
|
11634
12068
|
maxTokens: number;
|
|
11635
12069
|
};
|
|
11636
|
-
readonly "openai/
|
|
12070
|
+
readonly "openai/o3": {
|
|
11637
12071
|
id: string;
|
|
11638
12072
|
name: string;
|
|
11639
12073
|
api: "openai-completions";
|
|
@@ -11650,14 +12084,14 @@ export declare const MODELS: {
|
|
|
11650
12084
|
contextWindow: number;
|
|
11651
12085
|
maxTokens: number;
|
|
11652
12086
|
};
|
|
11653
|
-
readonly "openai/
|
|
12087
|
+
readonly "openai/o3-mini": {
|
|
11654
12088
|
id: string;
|
|
11655
12089
|
name: string;
|
|
11656
12090
|
api: "openai-completions";
|
|
11657
12091
|
provider: string;
|
|
11658
12092
|
baseUrl: string;
|
|
11659
12093
|
reasoning: true;
|
|
11660
|
-
input:
|
|
12094
|
+
input: "text"[];
|
|
11661
12095
|
cost: {
|
|
11662
12096
|
input: number;
|
|
11663
12097
|
output: number;
|
|
@@ -11667,7 +12101,24 @@ export declare const MODELS: {
|
|
|
11667
12101
|
contextWindow: number;
|
|
11668
12102
|
maxTokens: number;
|
|
11669
12103
|
};
|
|
11670
|
-
readonly "openai/
|
|
12104
|
+
readonly "openai/o3-mini-high": {
|
|
12105
|
+
id: string;
|
|
12106
|
+
name: string;
|
|
12107
|
+
api: "openai-completions";
|
|
12108
|
+
provider: string;
|
|
12109
|
+
baseUrl: string;
|
|
12110
|
+
reasoning: true;
|
|
12111
|
+
input: "text"[];
|
|
12112
|
+
cost: {
|
|
12113
|
+
input: number;
|
|
12114
|
+
output: number;
|
|
12115
|
+
cacheRead: number;
|
|
12116
|
+
cacheWrite: number;
|
|
12117
|
+
};
|
|
12118
|
+
contextWindow: number;
|
|
12119
|
+
maxTokens: number;
|
|
12120
|
+
};
|
|
12121
|
+
readonly "openai/o3-pro": {
|
|
11671
12122
|
id: string;
|
|
11672
12123
|
name: string;
|
|
11673
12124
|
api: "openai-completions";
|
|
@@ -11684,7 +12135,7 @@ export declare const MODELS: {
|
|
|
11684
12135
|
contextWindow: number;
|
|
11685
12136
|
maxTokens: number;
|
|
11686
12137
|
};
|
|
11687
|
-
readonly "
|
|
12138
|
+
readonly "openai/o4-mini": {
|
|
11688
12139
|
id: string;
|
|
11689
12140
|
name: string;
|
|
11690
12141
|
api: "openai-completions";
|
|
@@ -11701,7 +12152,7 @@ export declare const MODELS: {
|
|
|
11701
12152
|
contextWindow: number;
|
|
11702
12153
|
maxTokens: number;
|
|
11703
12154
|
};
|
|
11704
|
-
readonly "
|
|
12155
|
+
readonly "openai/o4-mini-high": {
|
|
11705
12156
|
id: string;
|
|
11706
12157
|
name: string;
|
|
11707
12158
|
api: "openai-completions";
|
|
@@ -11718,7 +12169,7 @@ export declare const MODELS: {
|
|
|
11718
12169
|
contextWindow: number;
|
|
11719
12170
|
maxTokens: number;
|
|
11720
12171
|
};
|
|
11721
|
-
readonly "openrouter/
|
|
12172
|
+
readonly "openrouter/auto": {
|
|
11722
12173
|
id: string;
|
|
11723
12174
|
name: string;
|
|
11724
12175
|
api: "openai-completions";
|
|
@@ -11735,14 +12186,14 @@ export declare const MODELS: {
|
|
|
11735
12186
|
contextWindow: number;
|
|
11736
12187
|
maxTokens: number;
|
|
11737
12188
|
};
|
|
11738
|
-
readonly "
|
|
12189
|
+
readonly "openrouter/auto-beta": {
|
|
11739
12190
|
id: string;
|
|
11740
12191
|
name: string;
|
|
11741
12192
|
api: "openai-completions";
|
|
11742
12193
|
provider: string;
|
|
11743
12194
|
baseUrl: string;
|
|
11744
12195
|
reasoning: true;
|
|
11745
|
-
input: "text"[];
|
|
12196
|
+
input: ("image" | "text")[];
|
|
11746
12197
|
cost: {
|
|
11747
12198
|
input: number;
|
|
11748
12199
|
output: number;
|
|
@@ -11752,14 +12203,14 @@ export declare const MODELS: {
|
|
|
11752
12203
|
contextWindow: number;
|
|
11753
12204
|
maxTokens: number;
|
|
11754
12205
|
};
|
|
11755
|
-
readonly "
|
|
12206
|
+
readonly "openrouter/free": {
|
|
11756
12207
|
id: string;
|
|
11757
12208
|
name: string;
|
|
11758
12209
|
api: "openai-completions";
|
|
11759
12210
|
provider: string;
|
|
11760
12211
|
baseUrl: string;
|
|
11761
12212
|
reasoning: true;
|
|
11762
|
-
input: "text"[];
|
|
12213
|
+
input: ("image" | "text")[];
|
|
11763
12214
|
cost: {
|
|
11764
12215
|
input: number;
|
|
11765
12216
|
output: number;
|
|
@@ -12568,6 +13019,23 @@ export declare const MODELS: {
|
|
|
12568
13019
|
contextWindow: number;
|
|
12569
13020
|
maxTokens: number;
|
|
12570
13021
|
};
|
|
13022
|
+
readonly "qwen/qwen3.7-flash": {
|
|
13023
|
+
id: string;
|
|
13024
|
+
name: string;
|
|
13025
|
+
api: "openai-completions";
|
|
13026
|
+
provider: string;
|
|
13027
|
+
baseUrl: string;
|
|
13028
|
+
reasoning: true;
|
|
13029
|
+
input: ("image" | "text")[];
|
|
13030
|
+
cost: {
|
|
13031
|
+
input: number;
|
|
13032
|
+
output: number;
|
|
13033
|
+
cacheRead: number;
|
|
13034
|
+
cacheWrite: number;
|
|
13035
|
+
};
|
|
13036
|
+
contextWindow: number;
|
|
13037
|
+
maxTokens: number;
|
|
13038
|
+
};
|
|
12571
13039
|
readonly "qwen/qwen3.7-max": {
|
|
12572
13040
|
id: string;
|
|
12573
13041
|
name: string;
|
|
@@ -13641,6 +14109,23 @@ export declare const MODELS: {
|
|
|
13641
14109
|
contextWindow: number;
|
|
13642
14110
|
maxTokens: number;
|
|
13643
14111
|
};
|
|
14112
|
+
readonly "alibaba/qwen3.7-flash": {
|
|
14113
|
+
id: string;
|
|
14114
|
+
name: string;
|
|
14115
|
+
api: "anthropic-messages";
|
|
14116
|
+
provider: string;
|
|
14117
|
+
baseUrl: string;
|
|
14118
|
+
reasoning: true;
|
|
14119
|
+
input: ("image" | "text")[];
|
|
14120
|
+
cost: {
|
|
14121
|
+
input: number;
|
|
14122
|
+
output: number;
|
|
14123
|
+
cacheRead: number;
|
|
14124
|
+
cacheWrite: number;
|
|
14125
|
+
};
|
|
14126
|
+
contextWindow: number;
|
|
14127
|
+
maxTokens: number;
|
|
14128
|
+
};
|
|
13644
14129
|
readonly "alibaba/qwen3.7-max": {
|
|
13645
14130
|
id: string;
|
|
13646
14131
|
name: string;
|
|
@@ -14191,7 +14676,7 @@ export declare const MODELS: {
|
|
|
14191
14676
|
api: "anthropic-messages";
|
|
14192
14677
|
provider: string;
|
|
14193
14678
|
baseUrl: string;
|
|
14194
|
-
reasoning:
|
|
14679
|
+
reasoning: false;
|
|
14195
14680
|
input: "text"[];
|
|
14196
14681
|
cost: {
|
|
14197
14682
|
input: number;
|
|
@@ -14304,23 +14789,6 @@ export declare const MODELS: {
|
|
|
14304
14789
|
contextWindow: number;
|
|
14305
14790
|
maxTokens: number;
|
|
14306
14791
|
};
|
|
14307
|
-
readonly "google/gemini-3-pro-preview": {
|
|
14308
|
-
id: string;
|
|
14309
|
-
name: string;
|
|
14310
|
-
api: "anthropic-messages";
|
|
14311
|
-
provider: string;
|
|
14312
|
-
baseUrl: string;
|
|
14313
|
-
reasoning: true;
|
|
14314
|
-
input: ("image" | "text")[];
|
|
14315
|
-
cost: {
|
|
14316
|
-
input: number;
|
|
14317
|
-
output: number;
|
|
14318
|
-
cacheRead: number;
|
|
14319
|
-
cacheWrite: number;
|
|
14320
|
-
};
|
|
14321
|
-
contextWindow: number;
|
|
14322
|
-
maxTokens: number;
|
|
14323
|
-
};
|
|
14324
14792
|
readonly "google/gemini-3.1-flash-lite": {
|
|
14325
14793
|
id: string;
|
|
14326
14794
|
name: string;
|
|
@@ -16072,6 +16540,23 @@ export declare const MODELS: {
|
|
|
16072
16540
|
contextWindow: number;
|
|
16073
16541
|
maxTokens: number;
|
|
16074
16542
|
};
|
|
16543
|
+
readonly "thinkingmachines/inkling-small": {
|
|
16544
|
+
id: string;
|
|
16545
|
+
name: string;
|
|
16546
|
+
api: "anthropic-messages";
|
|
16547
|
+
provider: string;
|
|
16548
|
+
baseUrl: string;
|
|
16549
|
+
reasoning: true;
|
|
16550
|
+
input: ("image" | "text")[];
|
|
16551
|
+
cost: {
|
|
16552
|
+
input: number;
|
|
16553
|
+
output: number;
|
|
16554
|
+
cacheRead: number;
|
|
16555
|
+
cacheWrite: number;
|
|
16556
|
+
};
|
|
16557
|
+
contextWindow: number;
|
|
16558
|
+
maxTokens: number;
|
|
16559
|
+
};
|
|
16075
16560
|
readonly "xai/grok-4.1-fast-non-reasoning": {
|
|
16076
16561
|
id: string;
|
|
16077
16562
|
name: string;
|