@dreb/ai 2.45.3 → 2.46.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 +589 -70
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +704 -191
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +21 -9
- package/dist/providers/anthropic.js.map +1 -1
- package/dist/types.d.ts +4 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.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;
|
|
@@ -8127,6 +8187,23 @@ export declare const MODELS: {
|
|
|
8127
8187
|
contextWindow: number;
|
|
8128
8188
|
maxTokens: number;
|
|
8129
8189
|
};
|
|
8190
|
+
readonly "kimi-k3": {
|
|
8191
|
+
id: string;
|
|
8192
|
+
name: string;
|
|
8193
|
+
api: "openai-completions";
|
|
8194
|
+
provider: string;
|
|
8195
|
+
baseUrl: string;
|
|
8196
|
+
reasoning: true;
|
|
8197
|
+
input: ("image" | "text")[];
|
|
8198
|
+
cost: {
|
|
8199
|
+
input: number;
|
|
8200
|
+
output: number;
|
|
8201
|
+
cacheRead: number;
|
|
8202
|
+
cacheWrite: number;
|
|
8203
|
+
};
|
|
8204
|
+
contextWindow: number;
|
|
8205
|
+
maxTokens: number;
|
|
8206
|
+
};
|
|
8130
8207
|
readonly "laguna-s-2.1-free": {
|
|
8131
8208
|
id: string;
|
|
8132
8209
|
name: string;
|
|
@@ -8760,6 +8837,23 @@ export declare const MODELS: {
|
|
|
8760
8837
|
contextWindow: number;
|
|
8761
8838
|
maxTokens: number;
|
|
8762
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
|
+
};
|
|
8763
8857
|
readonly "anthropic/claude-haiku-4.5": {
|
|
8764
8858
|
id: string;
|
|
8765
8859
|
name: string;
|
|
@@ -8777,6 +8871,23 @@ export declare const MODELS: {
|
|
|
8777
8871
|
contextWindow: number;
|
|
8778
8872
|
maxTokens: number;
|
|
8779
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
|
+
};
|
|
8780
8891
|
readonly "anthropic/claude-opus-4": {
|
|
8781
8892
|
id: string;
|
|
8782
8893
|
name: string;
|
|
@@ -8811,6 +8922,23 @@ export declare const MODELS: {
|
|
|
8811
8922
|
contextWindow: number;
|
|
8812
8923
|
maxTokens: number;
|
|
8813
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
|
+
};
|
|
8814
8942
|
readonly "anthropic/claude-opus-4.5": {
|
|
8815
8943
|
id: string;
|
|
8816
8944
|
name: string;
|
|
@@ -8828,6 +8956,23 @@ export declare const MODELS: {
|
|
|
8828
8956
|
contextWindow: number;
|
|
8829
8957
|
maxTokens: number;
|
|
8830
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
|
+
};
|
|
8831
8976
|
readonly "anthropic/claude-opus-4.6": {
|
|
8832
8977
|
id: string;
|
|
8833
8978
|
name: string;
|
|
@@ -8845,6 +8990,23 @@ export declare const MODELS: {
|
|
|
8845
8990
|
contextWindow: number;
|
|
8846
8991
|
maxTokens: number;
|
|
8847
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
|
+
};
|
|
8848
9010
|
readonly "anthropic/claude-opus-4.7": {
|
|
8849
9011
|
id: string;
|
|
8850
9012
|
name: string;
|
|
@@ -8879,6 +9041,23 @@ export declare const MODELS: {
|
|
|
8879
9041
|
contextWindow: number;
|
|
8880
9042
|
maxTokens: number;
|
|
8881
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
|
+
};
|
|
8882
9061
|
readonly "anthropic/claude-opus-4.8": {
|
|
8883
9062
|
id: string;
|
|
8884
9063
|
name: string;
|
|
@@ -8913,6 +9092,23 @@ export declare const MODELS: {
|
|
|
8913
9092
|
contextWindow: number;
|
|
8914
9093
|
maxTokens: number;
|
|
8915
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
|
+
};
|
|
8916
9112
|
readonly "anthropic/claude-opus-5": {
|
|
8917
9113
|
id: string;
|
|
8918
9114
|
name: string;
|
|
@@ -8981,6 +9177,23 @@ export declare const MODELS: {
|
|
|
8981
9177
|
contextWindow: number;
|
|
8982
9178
|
maxTokens: number;
|
|
8983
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
|
+
};
|
|
8984
9197
|
readonly "anthropic/claude-sonnet-4.6": {
|
|
8985
9198
|
id: string;
|
|
8986
9199
|
name: string;
|
|
@@ -9015,6 +9228,23 @@ export declare const MODELS: {
|
|
|
9015
9228
|
contextWindow: number;
|
|
9016
9229
|
maxTokens: number;
|
|
9017
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
|
+
};
|
|
9018
9248
|
readonly "arcee-ai/trinity-large-thinking": {
|
|
9019
9249
|
id: string;
|
|
9020
9250
|
name: string;
|
|
@@ -9389,6 +9619,40 @@ export declare const MODELS: {
|
|
|
9389
9619
|
contextWindow: number;
|
|
9390
9620
|
maxTokens: number;
|
|
9391
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
|
+
};
|
|
9392
9656
|
readonly "google/gemini-2.5-pro": {
|
|
9393
9657
|
id: string;
|
|
9394
9658
|
name: string;
|
|
@@ -9440,6 +9704,23 @@ export declare const MODELS: {
|
|
|
9440
9704
|
contextWindow: number;
|
|
9441
9705
|
maxTokens: number;
|
|
9442
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
|
+
};
|
|
9443
9724
|
readonly "google/gemini-3-flash-preview": {
|
|
9444
9725
|
id: string;
|
|
9445
9726
|
name: string;
|
|
@@ -9457,6 +9738,23 @@ export declare const MODELS: {
|
|
|
9457
9738
|
contextWindow: number;
|
|
9458
9739
|
maxTokens: number;
|
|
9459
9740
|
};
|
|
9741
|
+
readonly "google/gemini-3-flash-preview:batch": {
|
|
9742
|
+
id: string;
|
|
9743
|
+
name: string;
|
|
9744
|
+
api: "openai-completions";
|
|
9745
|
+
provider: string;
|
|
9746
|
+
baseUrl: string;
|
|
9747
|
+
reasoning: true;
|
|
9748
|
+
input: ("image" | "text")[];
|
|
9749
|
+
cost: {
|
|
9750
|
+
input: number;
|
|
9751
|
+
output: number;
|
|
9752
|
+
cacheRead: number;
|
|
9753
|
+
cacheWrite: number;
|
|
9754
|
+
};
|
|
9755
|
+
contextWindow: number;
|
|
9756
|
+
maxTokens: number;
|
|
9757
|
+
};
|
|
9460
9758
|
readonly "google/gemini-3-pro-image": {
|
|
9461
9759
|
id: string;
|
|
9462
9760
|
name: string;
|
|
@@ -9508,6 +9806,23 @@ export declare const MODELS: {
|
|
|
9508
9806
|
contextWindow: number;
|
|
9509
9807
|
maxTokens: number;
|
|
9510
9808
|
};
|
|
9809
|
+
readonly "google/gemini-3.1-flash-lite:batch": {
|
|
9810
|
+
id: string;
|
|
9811
|
+
name: string;
|
|
9812
|
+
api: "openai-completions";
|
|
9813
|
+
provider: string;
|
|
9814
|
+
baseUrl: string;
|
|
9815
|
+
reasoning: true;
|
|
9816
|
+
input: ("image" | "text")[];
|
|
9817
|
+
cost: {
|
|
9818
|
+
input: number;
|
|
9819
|
+
output: number;
|
|
9820
|
+
cacheRead: number;
|
|
9821
|
+
cacheWrite: number;
|
|
9822
|
+
};
|
|
9823
|
+
contextWindow: number;
|
|
9824
|
+
maxTokens: number;
|
|
9825
|
+
};
|
|
9511
9826
|
readonly "google/gemini-3.1-pro-preview": {
|
|
9512
9827
|
id: string;
|
|
9513
9828
|
name: string;
|
|
@@ -9525,7 +9840,75 @@ export declare const MODELS: {
|
|
|
9525
9840
|
contextWindow: number;
|
|
9526
9841
|
maxTokens: number;
|
|
9527
9842
|
};
|
|
9528
|
-
readonly "google/gemini-3.1-pro-preview-customtools": {
|
|
9843
|
+
readonly "google/gemini-3.1-pro-preview-customtools": {
|
|
9844
|
+
id: string;
|
|
9845
|
+
name: string;
|
|
9846
|
+
api: "openai-completions";
|
|
9847
|
+
provider: string;
|
|
9848
|
+
baseUrl: string;
|
|
9849
|
+
reasoning: true;
|
|
9850
|
+
input: ("image" | "text")[];
|
|
9851
|
+
cost: {
|
|
9852
|
+
input: number;
|
|
9853
|
+
output: number;
|
|
9854
|
+
cacheRead: number;
|
|
9855
|
+
cacheWrite: number;
|
|
9856
|
+
};
|
|
9857
|
+
contextWindow: number;
|
|
9858
|
+
maxTokens: number;
|
|
9859
|
+
};
|
|
9860
|
+
readonly "google/gemini-3.1-pro-preview:batch": {
|
|
9861
|
+
id: string;
|
|
9862
|
+
name: string;
|
|
9863
|
+
api: "openai-completions";
|
|
9864
|
+
provider: string;
|
|
9865
|
+
baseUrl: string;
|
|
9866
|
+
reasoning: true;
|
|
9867
|
+
input: ("image" | "text")[];
|
|
9868
|
+
cost: {
|
|
9869
|
+
input: number;
|
|
9870
|
+
output: number;
|
|
9871
|
+
cacheRead: number;
|
|
9872
|
+
cacheWrite: number;
|
|
9873
|
+
};
|
|
9874
|
+
contextWindow: number;
|
|
9875
|
+
maxTokens: number;
|
|
9876
|
+
};
|
|
9877
|
+
readonly "google/gemini-3.5-flash": {
|
|
9878
|
+
id: string;
|
|
9879
|
+
name: string;
|
|
9880
|
+
api: "openai-completions";
|
|
9881
|
+
provider: string;
|
|
9882
|
+
baseUrl: string;
|
|
9883
|
+
reasoning: true;
|
|
9884
|
+
input: ("image" | "text")[];
|
|
9885
|
+
cost: {
|
|
9886
|
+
input: number;
|
|
9887
|
+
output: number;
|
|
9888
|
+
cacheRead: number;
|
|
9889
|
+
cacheWrite: number;
|
|
9890
|
+
};
|
|
9891
|
+
contextWindow: number;
|
|
9892
|
+
maxTokens: number;
|
|
9893
|
+
};
|
|
9894
|
+
readonly "google/gemini-3.5-flash-lite": {
|
|
9895
|
+
id: string;
|
|
9896
|
+
name: string;
|
|
9897
|
+
api: "openai-completions";
|
|
9898
|
+
provider: string;
|
|
9899
|
+
baseUrl: string;
|
|
9900
|
+
reasoning: true;
|
|
9901
|
+
input: ("image" | "text")[];
|
|
9902
|
+
cost: {
|
|
9903
|
+
input: number;
|
|
9904
|
+
output: number;
|
|
9905
|
+
cacheRead: number;
|
|
9906
|
+
cacheWrite: number;
|
|
9907
|
+
};
|
|
9908
|
+
contextWindow: number;
|
|
9909
|
+
maxTokens: number;
|
|
9910
|
+
};
|
|
9911
|
+
readonly "google/gemini-3.5-flash-lite:batch": {
|
|
9529
9912
|
id: string;
|
|
9530
9913
|
name: string;
|
|
9531
9914
|
api: "openai-completions";
|
|
@@ -9542,7 +9925,7 @@ export declare const MODELS: {
|
|
|
9542
9925
|
contextWindow: number;
|
|
9543
9926
|
maxTokens: number;
|
|
9544
9927
|
};
|
|
9545
|
-
readonly "google/gemini-3.5-flash": {
|
|
9928
|
+
readonly "google/gemini-3.5-flash:batch": {
|
|
9546
9929
|
id: string;
|
|
9547
9930
|
name: string;
|
|
9548
9931
|
api: "openai-completions";
|
|
@@ -9559,7 +9942,7 @@ export declare const MODELS: {
|
|
|
9559
9942
|
contextWindow: number;
|
|
9560
9943
|
maxTokens: number;
|
|
9561
9944
|
};
|
|
9562
|
-
readonly "google/gemini-3.
|
|
9945
|
+
readonly "google/gemini-3.6-flash": {
|
|
9563
9946
|
id: string;
|
|
9564
9947
|
name: string;
|
|
9565
9948
|
api: "openai-completions";
|
|
@@ -9576,7 +9959,7 @@ export declare const MODELS: {
|
|
|
9576
9959
|
contextWindow: number;
|
|
9577
9960
|
maxTokens: number;
|
|
9578
9961
|
};
|
|
9579
|
-
readonly "google/gemini-3.6-flash": {
|
|
9962
|
+
readonly "google/gemini-3.6-flash:batch": {
|
|
9580
9963
|
id: string;
|
|
9581
9964
|
name: string;
|
|
9582
9965
|
api: "openai-completions";
|
|
@@ -10069,6 +10452,23 @@ export declare const MODELS: {
|
|
|
10069
10452
|
contextWindow: number;
|
|
10070
10453
|
maxTokens: number;
|
|
10071
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
|
+
};
|
|
10072
10472
|
readonly "mistralai/codestral-2508": {
|
|
10073
10473
|
id: string;
|
|
10074
10474
|
name: string;
|
|
@@ -10936,7 +11336,7 @@ export declare const MODELS: {
|
|
|
10936
11336
|
contextWindow: number;
|
|
10937
11337
|
maxTokens: number;
|
|
10938
11338
|
};
|
|
10939
|
-
readonly "openai/gpt-5-
|
|
11339
|
+
readonly "openai/gpt-5-mini": {
|
|
10940
11340
|
id: string;
|
|
10941
11341
|
name: string;
|
|
10942
11342
|
api: "openai-completions";
|
|
@@ -10953,7 +11353,7 @@ export declare const MODELS: {
|
|
|
10953
11353
|
contextWindow: number;
|
|
10954
11354
|
maxTokens: number;
|
|
10955
11355
|
};
|
|
10956
|
-
readonly "openai/gpt-5-mini": {
|
|
11356
|
+
readonly "openai/gpt-5-mini:batch": {
|
|
10957
11357
|
id: string;
|
|
10958
11358
|
name: string;
|
|
10959
11359
|
api: "openai-completions";
|
|
@@ -10987,6 +11387,23 @@ export declare const MODELS: {
|
|
|
10987
11387
|
contextWindow: number;
|
|
10988
11388
|
maxTokens: number;
|
|
10989
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
|
+
};
|
|
10990
11407
|
readonly "openai/gpt-5-pro": {
|
|
10991
11408
|
id: string;
|
|
10992
11409
|
name: string;
|
|
@@ -11089,6 +11506,23 @@ export declare const MODELS: {
|
|
|
11089
11506
|
contextWindow: number;
|
|
11090
11507
|
maxTokens: number;
|
|
11091
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
|
+
};
|
|
11092
11526
|
readonly "openai/gpt-5.2": {
|
|
11093
11527
|
id: string;
|
|
11094
11528
|
name: string;
|
|
@@ -11157,6 +11591,23 @@ export declare const MODELS: {
|
|
|
11157
11591
|
contextWindow: number;
|
|
11158
11592
|
maxTokens: number;
|
|
11159
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
|
+
};
|
|
11160
11611
|
readonly "openai/gpt-5.3-chat": {
|
|
11161
11612
|
id: string;
|
|
11162
11613
|
name: string;
|
|
@@ -11225,7 +11676,7 @@ export declare const MODELS: {
|
|
|
11225
11676
|
contextWindow: number;
|
|
11226
11677
|
maxTokens: number;
|
|
11227
11678
|
};
|
|
11228
|
-
readonly "openai/gpt-5.4-
|
|
11679
|
+
readonly "openai/gpt-5.4-mini:batch": {
|
|
11229
11680
|
id: string;
|
|
11230
11681
|
name: string;
|
|
11231
11682
|
api: "openai-completions";
|
|
@@ -11242,7 +11693,7 @@ export declare const MODELS: {
|
|
|
11242
11693
|
contextWindow: number;
|
|
11243
11694
|
maxTokens: number;
|
|
11244
11695
|
};
|
|
11245
|
-
readonly "openai/gpt-5.4-
|
|
11696
|
+
readonly "openai/gpt-5.4-nano": {
|
|
11246
11697
|
id: string;
|
|
11247
11698
|
name: string;
|
|
11248
11699
|
api: "openai-completions";
|
|
@@ -11259,7 +11710,7 @@ export declare const MODELS: {
|
|
|
11259
11710
|
contextWindow: number;
|
|
11260
11711
|
maxTokens: number;
|
|
11261
11712
|
};
|
|
11262
|
-
readonly "openai/gpt-5.
|
|
11713
|
+
readonly "openai/gpt-5.4-nano:batch": {
|
|
11263
11714
|
id: string;
|
|
11264
11715
|
name: string;
|
|
11265
11716
|
api: "openai-completions";
|
|
@@ -11276,7 +11727,7 @@ export declare const MODELS: {
|
|
|
11276
11727
|
contextWindow: number;
|
|
11277
11728
|
maxTokens: number;
|
|
11278
11729
|
};
|
|
11279
|
-
readonly "openai/gpt-5.
|
|
11730
|
+
readonly "openai/gpt-5.4-pro": {
|
|
11280
11731
|
id: string;
|
|
11281
11732
|
name: string;
|
|
11282
11733
|
api: "openai-completions";
|
|
@@ -11293,7 +11744,7 @@ export declare const MODELS: {
|
|
|
11293
11744
|
contextWindow: number;
|
|
11294
11745
|
maxTokens: number;
|
|
11295
11746
|
};
|
|
11296
|
-
readonly "openai/gpt-5.
|
|
11747
|
+
readonly "openai/gpt-5.4:batch": {
|
|
11297
11748
|
id: string;
|
|
11298
11749
|
name: string;
|
|
11299
11750
|
api: "openai-completions";
|
|
@@ -11310,7 +11761,7 @@ export declare const MODELS: {
|
|
|
11310
11761
|
contextWindow: number;
|
|
11311
11762
|
maxTokens: number;
|
|
11312
11763
|
};
|
|
11313
|
-
readonly "openai/gpt-5.
|
|
11764
|
+
readonly "openai/gpt-5.5": {
|
|
11314
11765
|
id: string;
|
|
11315
11766
|
name: string;
|
|
11316
11767
|
api: "openai-completions";
|
|
@@ -11327,7 +11778,7 @@ export declare const MODELS: {
|
|
|
11327
11778
|
contextWindow: number;
|
|
11328
11779
|
maxTokens: number;
|
|
11329
11780
|
};
|
|
11330
|
-
readonly "openai/gpt-5.
|
|
11781
|
+
readonly "openai/gpt-5.5-pro": {
|
|
11331
11782
|
id: string;
|
|
11332
11783
|
name: string;
|
|
11333
11784
|
api: "openai-completions";
|
|
@@ -11344,7 +11795,7 @@ export declare const MODELS: {
|
|
|
11344
11795
|
contextWindow: number;
|
|
11345
11796
|
maxTokens: number;
|
|
11346
11797
|
};
|
|
11347
|
-
readonly "openai/gpt-5.
|
|
11798
|
+
readonly "openai/gpt-5.5:batch": {
|
|
11348
11799
|
id: string;
|
|
11349
11800
|
name: string;
|
|
11350
11801
|
api: "openai-completions";
|
|
@@ -11361,7 +11812,7 @@ export declare const MODELS: {
|
|
|
11361
11812
|
contextWindow: number;
|
|
11362
11813
|
maxTokens: number;
|
|
11363
11814
|
};
|
|
11364
|
-
readonly "openai/gpt-5.6-
|
|
11815
|
+
readonly "openai/gpt-5.6-luna": {
|
|
11365
11816
|
id: string;
|
|
11366
11817
|
name: string;
|
|
11367
11818
|
api: "openai-completions";
|
|
@@ -11378,7 +11829,7 @@ export declare const MODELS: {
|
|
|
11378
11829
|
contextWindow: number;
|
|
11379
11830
|
maxTokens: number;
|
|
11380
11831
|
};
|
|
11381
|
-
readonly "openai/gpt-5.6-
|
|
11832
|
+
readonly "openai/gpt-5.6-luna-pro": {
|
|
11382
11833
|
id: string;
|
|
11383
11834
|
name: string;
|
|
11384
11835
|
api: "openai-completions";
|
|
@@ -11395,14 +11846,14 @@ export declare const MODELS: {
|
|
|
11395
11846
|
contextWindow: number;
|
|
11396
11847
|
maxTokens: number;
|
|
11397
11848
|
};
|
|
11398
|
-
readonly "openai/gpt-
|
|
11849
|
+
readonly "openai/gpt-5.6-sol": {
|
|
11399
11850
|
id: string;
|
|
11400
11851
|
name: string;
|
|
11401
11852
|
api: "openai-completions";
|
|
11402
11853
|
provider: string;
|
|
11403
11854
|
baseUrl: string;
|
|
11404
|
-
reasoning:
|
|
11405
|
-
input: "text"[];
|
|
11855
|
+
reasoning: true;
|
|
11856
|
+
input: ("image" | "text")[];
|
|
11406
11857
|
cost: {
|
|
11407
11858
|
input: number;
|
|
11408
11859
|
output: number;
|
|
@@ -11412,14 +11863,14 @@ export declare const MODELS: {
|
|
|
11412
11863
|
contextWindow: number;
|
|
11413
11864
|
maxTokens: number;
|
|
11414
11865
|
};
|
|
11415
|
-
readonly "openai/gpt-
|
|
11866
|
+
readonly "openai/gpt-5.6-sol-pro": {
|
|
11416
11867
|
id: string;
|
|
11417
11868
|
name: string;
|
|
11418
11869
|
api: "openai-completions";
|
|
11419
11870
|
provider: string;
|
|
11420
11871
|
baseUrl: string;
|
|
11421
|
-
reasoning:
|
|
11422
|
-
input: "text"[];
|
|
11872
|
+
reasoning: true;
|
|
11873
|
+
input: ("image" | "text")[];
|
|
11423
11874
|
cost: {
|
|
11424
11875
|
input: number;
|
|
11425
11876
|
output: number;
|
|
@@ -11429,13 +11880,13 @@ export declare const MODELS: {
|
|
|
11429
11880
|
contextWindow: number;
|
|
11430
11881
|
maxTokens: number;
|
|
11431
11882
|
};
|
|
11432
|
-
readonly "openai/gpt-
|
|
11883
|
+
readonly "openai/gpt-5.6-terra": {
|
|
11433
11884
|
id: string;
|
|
11434
11885
|
name: string;
|
|
11435
11886
|
api: "openai-completions";
|
|
11436
11887
|
provider: string;
|
|
11437
11888
|
baseUrl: string;
|
|
11438
|
-
reasoning:
|
|
11889
|
+
reasoning: true;
|
|
11439
11890
|
input: ("image" | "text")[];
|
|
11440
11891
|
cost: {
|
|
11441
11892
|
input: number;
|
|
@@ -11446,14 +11897,14 @@ export declare const MODELS: {
|
|
|
11446
11897
|
contextWindow: number;
|
|
11447
11898
|
maxTokens: number;
|
|
11448
11899
|
};
|
|
11449
|
-
readonly "openai/gpt-
|
|
11900
|
+
readonly "openai/gpt-5.6-terra-pro": {
|
|
11450
11901
|
id: string;
|
|
11451
11902
|
name: string;
|
|
11452
11903
|
api: "openai-completions";
|
|
11453
11904
|
provider: string;
|
|
11454
11905
|
baseUrl: string;
|
|
11455
11906
|
reasoning: true;
|
|
11456
|
-
input: "text"[];
|
|
11907
|
+
input: ("image" | "text")[];
|
|
11457
11908
|
cost: {
|
|
11458
11909
|
input: number;
|
|
11459
11910
|
output: number;
|
|
@@ -11463,14 +11914,14 @@ export declare const MODELS: {
|
|
|
11463
11914
|
contextWindow: number;
|
|
11464
11915
|
maxTokens: number;
|
|
11465
11916
|
};
|
|
11466
|
-
readonly "openai/gpt-
|
|
11917
|
+
readonly "openai/gpt-5:batch": {
|
|
11467
11918
|
id: string;
|
|
11468
11919
|
name: string;
|
|
11469
11920
|
api: "openai-completions";
|
|
11470
11921
|
provider: string;
|
|
11471
11922
|
baseUrl: string;
|
|
11472
11923
|
reasoning: true;
|
|
11473
|
-
input: "text"[];
|
|
11924
|
+
input: ("image" | "text")[];
|
|
11474
11925
|
cost: {
|
|
11475
11926
|
input: number;
|
|
11476
11927
|
output: number;
|
|
@@ -11480,13 +11931,13 @@ export declare const MODELS: {
|
|
|
11480
11931
|
contextWindow: number;
|
|
11481
11932
|
maxTokens: number;
|
|
11482
11933
|
};
|
|
11483
|
-
readonly "openai/gpt-
|
|
11934
|
+
readonly "openai/gpt-audio": {
|
|
11484
11935
|
id: string;
|
|
11485
11936
|
name: string;
|
|
11486
11937
|
api: "openai-completions";
|
|
11487
11938
|
provider: string;
|
|
11488
11939
|
baseUrl: string;
|
|
11489
|
-
reasoning:
|
|
11940
|
+
reasoning: false;
|
|
11490
11941
|
input: "text"[];
|
|
11491
11942
|
cost: {
|
|
11492
11943
|
input: number;
|
|
@@ -11497,13 +11948,13 @@ export declare const MODELS: {
|
|
|
11497
11948
|
contextWindow: number;
|
|
11498
11949
|
maxTokens: number;
|
|
11499
11950
|
};
|
|
11500
|
-
readonly "openai/gpt-
|
|
11951
|
+
readonly "openai/gpt-audio-mini": {
|
|
11501
11952
|
id: string;
|
|
11502
11953
|
name: string;
|
|
11503
11954
|
api: "openai-completions";
|
|
11504
11955
|
provider: string;
|
|
11505
11956
|
baseUrl: string;
|
|
11506
|
-
reasoning:
|
|
11957
|
+
reasoning: false;
|
|
11507
11958
|
input: "text"[];
|
|
11508
11959
|
cost: {
|
|
11509
11960
|
input: number;
|
|
@@ -11514,13 +11965,13 @@ export declare const MODELS: {
|
|
|
11514
11965
|
contextWindow: number;
|
|
11515
11966
|
maxTokens: number;
|
|
11516
11967
|
};
|
|
11517
|
-
readonly "openai/
|
|
11968
|
+
readonly "openai/gpt-chat-latest": {
|
|
11518
11969
|
id: string;
|
|
11519
11970
|
name: string;
|
|
11520
11971
|
api: "openai-completions";
|
|
11521
11972
|
provider: string;
|
|
11522
11973
|
baseUrl: string;
|
|
11523
|
-
reasoning:
|
|
11974
|
+
reasoning: false;
|
|
11524
11975
|
input: ("image" | "text")[];
|
|
11525
11976
|
cost: {
|
|
11526
11977
|
input: number;
|
|
@@ -11531,14 +11982,14 @@ export declare const MODELS: {
|
|
|
11531
11982
|
contextWindow: number;
|
|
11532
11983
|
maxTokens: number;
|
|
11533
11984
|
};
|
|
11534
|
-
readonly "openai/
|
|
11985
|
+
readonly "openai/gpt-oss-120b": {
|
|
11535
11986
|
id: string;
|
|
11536
11987
|
name: string;
|
|
11537
11988
|
api: "openai-completions";
|
|
11538
11989
|
provider: string;
|
|
11539
11990
|
baseUrl: string;
|
|
11540
11991
|
reasoning: true;
|
|
11541
|
-
input:
|
|
11992
|
+
input: "text"[];
|
|
11542
11993
|
cost: {
|
|
11543
11994
|
input: number;
|
|
11544
11995
|
output: number;
|
|
@@ -11548,14 +11999,14 @@ export declare const MODELS: {
|
|
|
11548
11999
|
contextWindow: number;
|
|
11549
12000
|
maxTokens: number;
|
|
11550
12001
|
};
|
|
11551
|
-
readonly "openai/
|
|
12002
|
+
readonly "openai/gpt-oss-20b": {
|
|
11552
12003
|
id: string;
|
|
11553
12004
|
name: string;
|
|
11554
12005
|
api: "openai-completions";
|
|
11555
12006
|
provider: string;
|
|
11556
12007
|
baseUrl: string;
|
|
11557
12008
|
reasoning: true;
|
|
11558
|
-
input:
|
|
12009
|
+
input: "text"[];
|
|
11559
12010
|
cost: {
|
|
11560
12011
|
input: number;
|
|
11561
12012
|
output: number;
|
|
@@ -11565,7 +12016,7 @@ export declare const MODELS: {
|
|
|
11565
12016
|
contextWindow: number;
|
|
11566
12017
|
maxTokens: number;
|
|
11567
12018
|
};
|
|
11568
|
-
readonly "openai/
|
|
12019
|
+
readonly "openai/gpt-oss-20b:free": {
|
|
11569
12020
|
id: string;
|
|
11570
12021
|
name: string;
|
|
11571
12022
|
api: "openai-completions";
|
|
@@ -11582,7 +12033,7 @@ export declare const MODELS: {
|
|
|
11582
12033
|
contextWindow: number;
|
|
11583
12034
|
maxTokens: number;
|
|
11584
12035
|
};
|
|
11585
|
-
readonly "openai/
|
|
12036
|
+
readonly "openai/gpt-oss-safeguard-20b": {
|
|
11586
12037
|
id: string;
|
|
11587
12038
|
name: string;
|
|
11588
12039
|
api: "openai-completions";
|
|
@@ -11599,7 +12050,7 @@ export declare const MODELS: {
|
|
|
11599
12050
|
contextWindow: number;
|
|
11600
12051
|
maxTokens: number;
|
|
11601
12052
|
};
|
|
11602
|
-
readonly "openai/
|
|
12053
|
+
readonly "openai/o1": {
|
|
11603
12054
|
id: string;
|
|
11604
12055
|
name: string;
|
|
11605
12056
|
api: "openai-completions";
|
|
@@ -11616,7 +12067,7 @@ export declare const MODELS: {
|
|
|
11616
12067
|
contextWindow: number;
|
|
11617
12068
|
maxTokens: number;
|
|
11618
12069
|
};
|
|
11619
|
-
readonly "openai/
|
|
12070
|
+
readonly "openai/o3": {
|
|
11620
12071
|
id: string;
|
|
11621
12072
|
name: string;
|
|
11622
12073
|
api: "openai-completions";
|
|
@@ -11633,14 +12084,14 @@ export declare const MODELS: {
|
|
|
11633
12084
|
contextWindow: number;
|
|
11634
12085
|
maxTokens: number;
|
|
11635
12086
|
};
|
|
11636
|
-
readonly "openai/
|
|
12087
|
+
readonly "openai/o3-mini": {
|
|
11637
12088
|
id: string;
|
|
11638
12089
|
name: string;
|
|
11639
12090
|
api: "openai-completions";
|
|
11640
12091
|
provider: string;
|
|
11641
12092
|
baseUrl: string;
|
|
11642
12093
|
reasoning: true;
|
|
11643
|
-
input:
|
|
12094
|
+
input: "text"[];
|
|
11644
12095
|
cost: {
|
|
11645
12096
|
input: number;
|
|
11646
12097
|
output: number;
|
|
@@ -11650,7 +12101,24 @@ export declare const MODELS: {
|
|
|
11650
12101
|
contextWindow: number;
|
|
11651
12102
|
maxTokens: number;
|
|
11652
12103
|
};
|
|
11653
|
-
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": {
|
|
11654
12122
|
id: string;
|
|
11655
12123
|
name: string;
|
|
11656
12124
|
api: "openai-completions";
|
|
@@ -11667,7 +12135,7 @@ export declare const MODELS: {
|
|
|
11667
12135
|
contextWindow: number;
|
|
11668
12136
|
maxTokens: number;
|
|
11669
12137
|
};
|
|
11670
|
-
readonly "
|
|
12138
|
+
readonly "openai/o4-mini": {
|
|
11671
12139
|
id: string;
|
|
11672
12140
|
name: string;
|
|
11673
12141
|
api: "openai-completions";
|
|
@@ -11684,7 +12152,7 @@ export declare const MODELS: {
|
|
|
11684
12152
|
contextWindow: number;
|
|
11685
12153
|
maxTokens: number;
|
|
11686
12154
|
};
|
|
11687
|
-
readonly "
|
|
12155
|
+
readonly "openai/o4-mini-high": {
|
|
11688
12156
|
id: string;
|
|
11689
12157
|
name: string;
|
|
11690
12158
|
api: "openai-completions";
|
|
@@ -11701,7 +12169,7 @@ export declare const MODELS: {
|
|
|
11701
12169
|
contextWindow: number;
|
|
11702
12170
|
maxTokens: number;
|
|
11703
12171
|
};
|
|
11704
|
-
readonly "openrouter/
|
|
12172
|
+
readonly "openrouter/auto": {
|
|
11705
12173
|
id: string;
|
|
11706
12174
|
name: string;
|
|
11707
12175
|
api: "openai-completions";
|
|
@@ -11718,14 +12186,14 @@ export declare const MODELS: {
|
|
|
11718
12186
|
contextWindow: number;
|
|
11719
12187
|
maxTokens: number;
|
|
11720
12188
|
};
|
|
11721
|
-
readonly "
|
|
12189
|
+
readonly "openrouter/auto-beta": {
|
|
11722
12190
|
id: string;
|
|
11723
12191
|
name: string;
|
|
11724
12192
|
api: "openai-completions";
|
|
11725
12193
|
provider: string;
|
|
11726
12194
|
baseUrl: string;
|
|
11727
12195
|
reasoning: true;
|
|
11728
|
-
input: "text"[];
|
|
12196
|
+
input: ("image" | "text")[];
|
|
11729
12197
|
cost: {
|
|
11730
12198
|
input: number;
|
|
11731
12199
|
output: number;
|
|
@@ -11735,14 +12203,14 @@ export declare const MODELS: {
|
|
|
11735
12203
|
contextWindow: number;
|
|
11736
12204
|
maxTokens: number;
|
|
11737
12205
|
};
|
|
11738
|
-
readonly "
|
|
12206
|
+
readonly "openrouter/free": {
|
|
11739
12207
|
id: string;
|
|
11740
12208
|
name: string;
|
|
11741
12209
|
api: "openai-completions";
|
|
11742
12210
|
provider: string;
|
|
11743
12211
|
baseUrl: string;
|
|
11744
12212
|
reasoning: true;
|
|
11745
|
-
input: "text"[];
|
|
12213
|
+
input: ("image" | "text")[];
|
|
11746
12214
|
cost: {
|
|
11747
12215
|
input: number;
|
|
11748
12216
|
output: number;
|
|
@@ -12551,6 +13019,23 @@ export declare const MODELS: {
|
|
|
12551
13019
|
contextWindow: number;
|
|
12552
13020
|
maxTokens: number;
|
|
12553
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
|
+
};
|
|
12554
13039
|
readonly "qwen/qwen3.7-max": {
|
|
12555
13040
|
id: string;
|
|
12556
13041
|
name: string;
|
|
@@ -13624,6 +14109,23 @@ export declare const MODELS: {
|
|
|
13624
14109
|
contextWindow: number;
|
|
13625
14110
|
maxTokens: number;
|
|
13626
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
|
+
};
|
|
13627
14129
|
readonly "alibaba/qwen3.7-max": {
|
|
13628
14130
|
id: string;
|
|
13629
14131
|
name: string;
|
|
@@ -14174,7 +14676,7 @@ export declare const MODELS: {
|
|
|
14174
14676
|
api: "anthropic-messages";
|
|
14175
14677
|
provider: string;
|
|
14176
14678
|
baseUrl: string;
|
|
14177
|
-
reasoning:
|
|
14679
|
+
reasoning: false;
|
|
14178
14680
|
input: "text"[];
|
|
14179
14681
|
cost: {
|
|
14180
14682
|
input: number;
|
|
@@ -14287,23 +14789,6 @@ export declare const MODELS: {
|
|
|
14287
14789
|
contextWindow: number;
|
|
14288
14790
|
maxTokens: number;
|
|
14289
14791
|
};
|
|
14290
|
-
readonly "google/gemini-3-pro-preview": {
|
|
14291
|
-
id: string;
|
|
14292
|
-
name: string;
|
|
14293
|
-
api: "anthropic-messages";
|
|
14294
|
-
provider: string;
|
|
14295
|
-
baseUrl: string;
|
|
14296
|
-
reasoning: true;
|
|
14297
|
-
input: ("image" | "text")[];
|
|
14298
|
-
cost: {
|
|
14299
|
-
input: number;
|
|
14300
|
-
output: number;
|
|
14301
|
-
cacheRead: number;
|
|
14302
|
-
cacheWrite: number;
|
|
14303
|
-
};
|
|
14304
|
-
contextWindow: number;
|
|
14305
|
-
maxTokens: number;
|
|
14306
|
-
};
|
|
14307
14792
|
readonly "google/gemini-3.1-flash-lite": {
|
|
14308
14793
|
id: string;
|
|
14309
14794
|
name: string;
|
|
@@ -15154,6 +15639,23 @@ export declare const MODELS: {
|
|
|
15154
15639
|
contextWindow: number;
|
|
15155
15640
|
maxTokens: number;
|
|
15156
15641
|
};
|
|
15642
|
+
readonly "moonshotai/kimi-k3-fast": {
|
|
15643
|
+
id: string;
|
|
15644
|
+
name: string;
|
|
15645
|
+
api: "anthropic-messages";
|
|
15646
|
+
provider: string;
|
|
15647
|
+
baseUrl: string;
|
|
15648
|
+
reasoning: true;
|
|
15649
|
+
input: ("image" | "text")[];
|
|
15650
|
+
cost: {
|
|
15651
|
+
input: number;
|
|
15652
|
+
output: number;
|
|
15653
|
+
cacheRead: number;
|
|
15654
|
+
cacheWrite: number;
|
|
15655
|
+
};
|
|
15656
|
+
contextWindow: number;
|
|
15657
|
+
maxTokens: number;
|
|
15658
|
+
};
|
|
15157
15659
|
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
15158
15660
|
id: string;
|
|
15159
15661
|
name: string;
|
|
@@ -16038,6 +16540,23 @@ export declare const MODELS: {
|
|
|
16038
16540
|
contextWindow: number;
|
|
16039
16541
|
maxTokens: number;
|
|
16040
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
|
+
};
|
|
16041
16560
|
readonly "xai/grok-4.1-fast-non-reasoning": {
|
|
16042
16561
|
id: string;
|
|
16043
16562
|
name: string;
|