@dreb/ai 2.53.1 → 2.54.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 +1434 -354
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +1213 -139
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -2008,40 +2008,6 @@ export declare const MODELS: {
|
|
|
2008
2008
|
contextWindow: number;
|
|
2009
2009
|
maxTokens: number;
|
|
2010
2010
|
};
|
|
2011
|
-
readonly "claude-opus-4-1": {
|
|
2012
|
-
id: string;
|
|
2013
|
-
name: string;
|
|
2014
|
-
api: "anthropic-messages";
|
|
2015
|
-
provider: string;
|
|
2016
|
-
baseUrl: string;
|
|
2017
|
-
reasoning: true;
|
|
2018
|
-
input: ("image" | "text")[];
|
|
2019
|
-
cost: {
|
|
2020
|
-
input: number;
|
|
2021
|
-
output: number;
|
|
2022
|
-
cacheRead: number;
|
|
2023
|
-
cacheWrite: number;
|
|
2024
|
-
};
|
|
2025
|
-
contextWindow: number;
|
|
2026
|
-
maxTokens: number;
|
|
2027
|
-
};
|
|
2028
|
-
readonly "claude-opus-4-1-20250805": {
|
|
2029
|
-
id: string;
|
|
2030
|
-
name: string;
|
|
2031
|
-
api: "anthropic-messages";
|
|
2032
|
-
provider: string;
|
|
2033
|
-
baseUrl: string;
|
|
2034
|
-
reasoning: true;
|
|
2035
|
-
input: ("image" | "text")[];
|
|
2036
|
-
cost: {
|
|
2037
|
-
input: number;
|
|
2038
|
-
output: number;
|
|
2039
|
-
cacheRead: number;
|
|
2040
|
-
cacheWrite: number;
|
|
2041
|
-
};
|
|
2042
|
-
contextWindow: number;
|
|
2043
|
-
maxTokens: number;
|
|
2044
|
-
};
|
|
2045
2011
|
readonly "claude-opus-4-5": {
|
|
2046
2012
|
id: string;
|
|
2047
2013
|
name: string;
|
|
@@ -4767,6 +4733,26 @@ export declare const MODELS: {
|
|
|
4767
4733
|
contextWindow: number;
|
|
4768
4734
|
maxTokens: number;
|
|
4769
4735
|
};
|
|
4736
|
+
readonly "Qwen/Qwen3-235B-A22B-Instruct-2507": {
|
|
4737
|
+
id: string;
|
|
4738
|
+
name: string;
|
|
4739
|
+
api: "openai-completions";
|
|
4740
|
+
provider: string;
|
|
4741
|
+
baseUrl: string;
|
|
4742
|
+
compat: {
|
|
4743
|
+
supportsDeveloperRole: false;
|
|
4744
|
+
};
|
|
4745
|
+
reasoning: false;
|
|
4746
|
+
input: "text"[];
|
|
4747
|
+
cost: {
|
|
4748
|
+
input: number;
|
|
4749
|
+
output: number;
|
|
4750
|
+
cacheRead: number;
|
|
4751
|
+
cacheWrite: number;
|
|
4752
|
+
};
|
|
4753
|
+
contextWindow: number;
|
|
4754
|
+
maxTokens: number;
|
|
4755
|
+
};
|
|
4770
4756
|
readonly "Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
4771
4757
|
id: string;
|
|
4772
4758
|
name: string;
|
|
@@ -5147,6 +5133,46 @@ export declare const MODELS: {
|
|
|
5147
5133
|
contextWindow: number;
|
|
5148
5134
|
maxTokens: number;
|
|
5149
5135
|
};
|
|
5136
|
+
readonly "deepseek-ai/DeepSeek-V3": {
|
|
5137
|
+
id: string;
|
|
5138
|
+
name: string;
|
|
5139
|
+
api: "openai-completions";
|
|
5140
|
+
provider: string;
|
|
5141
|
+
baseUrl: string;
|
|
5142
|
+
compat: {
|
|
5143
|
+
supportsDeveloperRole: false;
|
|
5144
|
+
};
|
|
5145
|
+
reasoning: false;
|
|
5146
|
+
input: "text"[];
|
|
5147
|
+
cost: {
|
|
5148
|
+
input: number;
|
|
5149
|
+
output: number;
|
|
5150
|
+
cacheRead: number;
|
|
5151
|
+
cacheWrite: number;
|
|
5152
|
+
};
|
|
5153
|
+
contextWindow: number;
|
|
5154
|
+
maxTokens: number;
|
|
5155
|
+
};
|
|
5156
|
+
readonly "deepseek-ai/DeepSeek-V3.1": {
|
|
5157
|
+
id: string;
|
|
5158
|
+
name: string;
|
|
5159
|
+
api: "openai-completions";
|
|
5160
|
+
provider: string;
|
|
5161
|
+
baseUrl: string;
|
|
5162
|
+
compat: {
|
|
5163
|
+
supportsDeveloperRole: false;
|
|
5164
|
+
};
|
|
5165
|
+
reasoning: true;
|
|
5166
|
+
input: "text"[];
|
|
5167
|
+
cost: {
|
|
5168
|
+
input: number;
|
|
5169
|
+
output: number;
|
|
5170
|
+
cacheRead: number;
|
|
5171
|
+
cacheWrite: number;
|
|
5172
|
+
};
|
|
5173
|
+
contextWindow: number;
|
|
5174
|
+
maxTokens: number;
|
|
5175
|
+
};
|
|
5150
5176
|
readonly "deepseek-ai/DeepSeek-V3.2": {
|
|
5151
5177
|
id: string;
|
|
5152
5178
|
name: string;
|
|
@@ -8278,6 +8304,23 @@ export declare const MODELS: {
|
|
|
8278
8304
|
contextWindow: number;
|
|
8279
8305
|
maxTokens: number;
|
|
8280
8306
|
};
|
|
8307
|
+
readonly "longcat-2.0-free": {
|
|
8308
|
+
id: string;
|
|
8309
|
+
name: string;
|
|
8310
|
+
api: "openai-completions";
|
|
8311
|
+
provider: string;
|
|
8312
|
+
baseUrl: string;
|
|
8313
|
+
reasoning: true;
|
|
8314
|
+
input: "text"[];
|
|
8315
|
+
cost: {
|
|
8316
|
+
input: number;
|
|
8317
|
+
output: number;
|
|
8318
|
+
cacheRead: number;
|
|
8319
|
+
cacheWrite: number;
|
|
8320
|
+
};
|
|
8321
|
+
contextWindow: number;
|
|
8322
|
+
maxTokens: number;
|
|
8323
|
+
};
|
|
8281
8324
|
readonly "mimo-v2.5-free": {
|
|
8282
8325
|
id: string;
|
|
8283
8326
|
name: string;
|
|
@@ -8911,7 +8954,7 @@ export declare const MODELS: {
|
|
|
8911
8954
|
contextWindow: number;
|
|
8912
8955
|
maxTokens: number;
|
|
8913
8956
|
};
|
|
8914
|
-
readonly "anthropic/claude-
|
|
8957
|
+
readonly "anthropic/claude-fable-5:batch": {
|
|
8915
8958
|
id: string;
|
|
8916
8959
|
name: string;
|
|
8917
8960
|
api: "openai-completions";
|
|
@@ -8928,7 +8971,7 @@ export declare const MODELS: {
|
|
|
8928
8971
|
contextWindow: number;
|
|
8929
8972
|
maxTokens: number;
|
|
8930
8973
|
};
|
|
8931
|
-
readonly "anthropic/claude-
|
|
8974
|
+
readonly "anthropic/claude-haiku-4.5": {
|
|
8932
8975
|
id: string;
|
|
8933
8976
|
name: string;
|
|
8934
8977
|
api: "openai-completions";
|
|
@@ -8945,7 +8988,7 @@ export declare const MODELS: {
|
|
|
8945
8988
|
contextWindow: number;
|
|
8946
8989
|
maxTokens: number;
|
|
8947
8990
|
};
|
|
8948
|
-
readonly "anthropic/claude-
|
|
8991
|
+
readonly "anthropic/claude-haiku-4.5:batch": {
|
|
8949
8992
|
id: string;
|
|
8950
8993
|
name: string;
|
|
8951
8994
|
api: "openai-completions";
|
|
@@ -8962,7 +9005,7 @@ export declare const MODELS: {
|
|
|
8962
9005
|
contextWindow: number;
|
|
8963
9006
|
maxTokens: number;
|
|
8964
9007
|
};
|
|
8965
|
-
readonly "anthropic/claude-opus-4
|
|
9008
|
+
readonly "anthropic/claude-opus-4": {
|
|
8966
9009
|
id: string;
|
|
8967
9010
|
name: string;
|
|
8968
9011
|
api: "openai-completions";
|
|
@@ -8979,7 +9022,7 @@ export declare const MODELS: {
|
|
|
8979
9022
|
contextWindow: number;
|
|
8980
9023
|
maxTokens: number;
|
|
8981
9024
|
};
|
|
8982
|
-
readonly "anthropic/claude-opus-4.
|
|
9025
|
+
readonly "anthropic/claude-opus-4.1": {
|
|
8983
9026
|
id: string;
|
|
8984
9027
|
name: string;
|
|
8985
9028
|
api: "openai-completions";
|
|
@@ -8996,7 +9039,7 @@ export declare const MODELS: {
|
|
|
8996
9039
|
contextWindow: number;
|
|
8997
9040
|
maxTokens: number;
|
|
8998
9041
|
};
|
|
8999
|
-
readonly "anthropic/claude-opus-4.
|
|
9042
|
+
readonly "anthropic/claude-opus-4.1:batch": {
|
|
9000
9043
|
id: string;
|
|
9001
9044
|
name: string;
|
|
9002
9045
|
api: "openai-completions";
|
|
@@ -9013,7 +9056,7 @@ export declare const MODELS: {
|
|
|
9013
9056
|
contextWindow: number;
|
|
9014
9057
|
maxTokens: number;
|
|
9015
9058
|
};
|
|
9016
|
-
readonly "anthropic/claude-opus-4.
|
|
9059
|
+
readonly "anthropic/claude-opus-4.5": {
|
|
9017
9060
|
id: string;
|
|
9018
9061
|
name: string;
|
|
9019
9062
|
api: "openai-completions";
|
|
@@ -9030,7 +9073,7 @@ export declare const MODELS: {
|
|
|
9030
9073
|
contextWindow: number;
|
|
9031
9074
|
maxTokens: number;
|
|
9032
9075
|
};
|
|
9033
|
-
readonly "anthropic/claude-opus-4.
|
|
9076
|
+
readonly "anthropic/claude-opus-4.5:batch": {
|
|
9034
9077
|
id: string;
|
|
9035
9078
|
name: string;
|
|
9036
9079
|
api: "openai-completions";
|
|
@@ -9047,7 +9090,7 @@ export declare const MODELS: {
|
|
|
9047
9090
|
contextWindow: number;
|
|
9048
9091
|
maxTokens: number;
|
|
9049
9092
|
};
|
|
9050
|
-
readonly "anthropic/claude-opus-4.
|
|
9093
|
+
readonly "anthropic/claude-opus-4.6": {
|
|
9051
9094
|
id: string;
|
|
9052
9095
|
name: string;
|
|
9053
9096
|
api: "openai-completions";
|
|
@@ -9064,7 +9107,7 @@ export declare const MODELS: {
|
|
|
9064
9107
|
contextWindow: number;
|
|
9065
9108
|
maxTokens: number;
|
|
9066
9109
|
};
|
|
9067
|
-
readonly "anthropic/claude-opus-
|
|
9110
|
+
readonly "anthropic/claude-opus-4.6:batch": {
|
|
9068
9111
|
id: string;
|
|
9069
9112
|
name: string;
|
|
9070
9113
|
api: "openai-completions";
|
|
@@ -9081,7 +9124,7 @@ export declare const MODELS: {
|
|
|
9081
9124
|
contextWindow: number;
|
|
9082
9125
|
maxTokens: number;
|
|
9083
9126
|
};
|
|
9084
|
-
readonly "anthropic/claude-opus-
|
|
9127
|
+
readonly "anthropic/claude-opus-4.7": {
|
|
9085
9128
|
id: string;
|
|
9086
9129
|
name: string;
|
|
9087
9130
|
api: "openai-completions";
|
|
@@ -9098,7 +9141,7 @@ export declare const MODELS: {
|
|
|
9098
9141
|
contextWindow: number;
|
|
9099
9142
|
maxTokens: number;
|
|
9100
9143
|
};
|
|
9101
|
-
readonly "anthropic/claude-
|
|
9144
|
+
readonly "anthropic/claude-opus-4.7-fast": {
|
|
9102
9145
|
id: string;
|
|
9103
9146
|
name: string;
|
|
9104
9147
|
api: "openai-completions";
|
|
@@ -9115,7 +9158,7 @@ export declare const MODELS: {
|
|
|
9115
9158
|
contextWindow: number;
|
|
9116
9159
|
maxTokens: number;
|
|
9117
9160
|
};
|
|
9118
|
-
readonly "anthropic/claude-
|
|
9161
|
+
readonly "anthropic/claude-opus-4.7:batch": {
|
|
9119
9162
|
id: string;
|
|
9120
9163
|
name: string;
|
|
9121
9164
|
api: "openai-completions";
|
|
@@ -9132,7 +9175,7 @@ export declare const MODELS: {
|
|
|
9132
9175
|
contextWindow: number;
|
|
9133
9176
|
maxTokens: number;
|
|
9134
9177
|
};
|
|
9135
|
-
readonly "anthropic/claude-
|
|
9178
|
+
readonly "anthropic/claude-opus-4.8": {
|
|
9136
9179
|
id: string;
|
|
9137
9180
|
name: string;
|
|
9138
9181
|
api: "openai-completions";
|
|
@@ -9149,7 +9192,7 @@ export declare const MODELS: {
|
|
|
9149
9192
|
contextWindow: number;
|
|
9150
9193
|
maxTokens: number;
|
|
9151
9194
|
};
|
|
9152
|
-
readonly "anthropic/claude-
|
|
9195
|
+
readonly "anthropic/claude-opus-4.8-fast": {
|
|
9153
9196
|
id: string;
|
|
9154
9197
|
name: string;
|
|
9155
9198
|
api: "openai-completions";
|
|
@@ -9166,14 +9209,14 @@ export declare const MODELS: {
|
|
|
9166
9209
|
contextWindow: number;
|
|
9167
9210
|
maxTokens: number;
|
|
9168
9211
|
};
|
|
9169
|
-
readonly "
|
|
9212
|
+
readonly "anthropic/claude-opus-4.8:batch": {
|
|
9170
9213
|
id: string;
|
|
9171
9214
|
name: string;
|
|
9172
9215
|
api: "openai-completions";
|
|
9173
9216
|
provider: string;
|
|
9174
9217
|
baseUrl: string;
|
|
9175
9218
|
reasoning: true;
|
|
9176
|
-
input: "text"[];
|
|
9219
|
+
input: ("image" | "text")[];
|
|
9177
9220
|
cost: {
|
|
9178
9221
|
input: number;
|
|
9179
9222
|
output: number;
|
|
@@ -9183,14 +9226,14 @@ export declare const MODELS: {
|
|
|
9183
9226
|
contextWindow: number;
|
|
9184
9227
|
maxTokens: number;
|
|
9185
9228
|
};
|
|
9186
|
-
readonly "
|
|
9229
|
+
readonly "anthropic/claude-opus-5": {
|
|
9187
9230
|
id: string;
|
|
9188
9231
|
name: string;
|
|
9189
9232
|
api: "openai-completions";
|
|
9190
9233
|
provider: string;
|
|
9191
9234
|
baseUrl: string;
|
|
9192
|
-
reasoning:
|
|
9193
|
-
input: "text"[];
|
|
9235
|
+
reasoning: true;
|
|
9236
|
+
input: ("image" | "text")[];
|
|
9194
9237
|
cost: {
|
|
9195
9238
|
input: number;
|
|
9196
9239
|
output: number;
|
|
@@ -9200,7 +9243,7 @@ export declare const MODELS: {
|
|
|
9200
9243
|
contextWindow: number;
|
|
9201
9244
|
maxTokens: number;
|
|
9202
9245
|
};
|
|
9203
|
-
readonly
|
|
9246
|
+
readonly "anthropic/claude-opus-5-fast": {
|
|
9204
9247
|
id: string;
|
|
9205
9248
|
name: string;
|
|
9206
9249
|
api: "openai-completions";
|
|
@@ -9217,7 +9260,7 @@ export declare const MODELS: {
|
|
|
9217
9260
|
contextWindow: number;
|
|
9218
9261
|
maxTokens: number;
|
|
9219
9262
|
};
|
|
9220
|
-
readonly "
|
|
9263
|
+
readonly "anthropic/claude-opus-5:batch": {
|
|
9221
9264
|
id: string;
|
|
9222
9265
|
name: string;
|
|
9223
9266
|
api: "openai-completions";
|
|
@@ -9234,7 +9277,7 @@ export declare const MODELS: {
|
|
|
9234
9277
|
contextWindow: number;
|
|
9235
9278
|
maxTokens: number;
|
|
9236
9279
|
};
|
|
9237
|
-
readonly "
|
|
9280
|
+
readonly "anthropic/claude-sonnet-4": {
|
|
9238
9281
|
id: string;
|
|
9239
9282
|
name: string;
|
|
9240
9283
|
api: "openai-completions";
|
|
@@ -9251,7 +9294,7 @@ export declare const MODELS: {
|
|
|
9251
9294
|
contextWindow: number;
|
|
9252
9295
|
maxTokens: number;
|
|
9253
9296
|
};
|
|
9254
|
-
readonly "
|
|
9297
|
+
readonly "anthropic/claude-sonnet-4.5": {
|
|
9255
9298
|
id: string;
|
|
9256
9299
|
name: string;
|
|
9257
9300
|
api: "openai-completions";
|
|
@@ -9268,7 +9311,7 @@ export declare const MODELS: {
|
|
|
9268
9311
|
contextWindow: number;
|
|
9269
9312
|
maxTokens: number;
|
|
9270
9313
|
};
|
|
9271
|
-
readonly "
|
|
9314
|
+
readonly "anthropic/claude-sonnet-4.5:batch": {
|
|
9272
9315
|
id: string;
|
|
9273
9316
|
name: string;
|
|
9274
9317
|
api: "openai-completions";
|
|
@@ -9285,14 +9328,14 @@ export declare const MODELS: {
|
|
|
9285
9328
|
contextWindow: number;
|
|
9286
9329
|
maxTokens: number;
|
|
9287
9330
|
};
|
|
9288
|
-
readonly "
|
|
9331
|
+
readonly "anthropic/claude-sonnet-4.6": {
|
|
9289
9332
|
id: string;
|
|
9290
9333
|
name: string;
|
|
9291
9334
|
api: "openai-completions";
|
|
9292
9335
|
provider: string;
|
|
9293
9336
|
baseUrl: string;
|
|
9294
|
-
reasoning:
|
|
9295
|
-
input: "text"[];
|
|
9337
|
+
reasoning: true;
|
|
9338
|
+
input: ("image" | "text")[];
|
|
9296
9339
|
cost: {
|
|
9297
9340
|
input: number;
|
|
9298
9341
|
output: number;
|
|
@@ -9302,14 +9345,14 @@ export declare const MODELS: {
|
|
|
9302
9345
|
contextWindow: number;
|
|
9303
9346
|
maxTokens: number;
|
|
9304
9347
|
};
|
|
9305
|
-
readonly "
|
|
9348
|
+
readonly "anthropic/claude-sonnet-4.6:batch": {
|
|
9306
9349
|
id: string;
|
|
9307
9350
|
name: string;
|
|
9308
9351
|
api: "openai-completions";
|
|
9309
9352
|
provider: string;
|
|
9310
9353
|
baseUrl: string;
|
|
9311
|
-
reasoning:
|
|
9312
|
-
input: "text"[];
|
|
9354
|
+
reasoning: true;
|
|
9355
|
+
input: ("image" | "text")[];
|
|
9313
9356
|
cost: {
|
|
9314
9357
|
input: number;
|
|
9315
9358
|
output: number;
|
|
@@ -9319,14 +9362,14 @@ export declare const MODELS: {
|
|
|
9319
9362
|
contextWindow: number;
|
|
9320
9363
|
maxTokens: number;
|
|
9321
9364
|
};
|
|
9322
|
-
readonly "
|
|
9365
|
+
readonly "anthropic/claude-sonnet-5": {
|
|
9323
9366
|
id: string;
|
|
9324
9367
|
name: string;
|
|
9325
9368
|
api: "openai-completions";
|
|
9326
9369
|
provider: string;
|
|
9327
9370
|
baseUrl: string;
|
|
9328
9371
|
reasoning: true;
|
|
9329
|
-
input: "text"[];
|
|
9372
|
+
input: ("image" | "text")[];
|
|
9330
9373
|
cost: {
|
|
9331
9374
|
input: number;
|
|
9332
9375
|
output: number;
|
|
@@ -9336,14 +9379,14 @@ export declare const MODELS: {
|
|
|
9336
9379
|
contextWindow: number;
|
|
9337
9380
|
maxTokens: number;
|
|
9338
9381
|
};
|
|
9339
|
-
readonly "
|
|
9382
|
+
readonly "anthropic/claude-sonnet-5:batch": {
|
|
9340
9383
|
id: string;
|
|
9341
9384
|
name: string;
|
|
9342
9385
|
api: "openai-completions";
|
|
9343
9386
|
provider: string;
|
|
9344
9387
|
baseUrl: string;
|
|
9345
|
-
reasoning:
|
|
9346
|
-
input: "text"[];
|
|
9388
|
+
reasoning: true;
|
|
9389
|
+
input: ("image" | "text")[];
|
|
9347
9390
|
cost: {
|
|
9348
9391
|
input: number;
|
|
9349
9392
|
output: number;
|
|
@@ -9353,13 +9396,13 @@ export declare const MODELS: {
|
|
|
9353
9396
|
contextWindow: number;
|
|
9354
9397
|
maxTokens: number;
|
|
9355
9398
|
};
|
|
9356
|
-
readonly "
|
|
9399
|
+
readonly "arcee-ai/trinity-large-thinking": {
|
|
9357
9400
|
id: string;
|
|
9358
9401
|
name: string;
|
|
9359
9402
|
api: "openai-completions";
|
|
9360
9403
|
provider: string;
|
|
9361
9404
|
baseUrl: string;
|
|
9362
|
-
reasoning:
|
|
9405
|
+
reasoning: true;
|
|
9363
9406
|
input: "text"[];
|
|
9364
9407
|
cost: {
|
|
9365
9408
|
input: number;
|
|
@@ -9370,13 +9413,13 @@ export declare const MODELS: {
|
|
|
9370
9413
|
contextWindow: number;
|
|
9371
9414
|
maxTokens: number;
|
|
9372
9415
|
};
|
|
9373
|
-
readonly "
|
|
9416
|
+
readonly "arcee-ai/virtuoso-large": {
|
|
9374
9417
|
id: string;
|
|
9375
9418
|
name: string;
|
|
9376
9419
|
api: "openai-completions";
|
|
9377
9420
|
provider: string;
|
|
9378
9421
|
baseUrl: string;
|
|
9379
|
-
reasoning:
|
|
9422
|
+
reasoning: false;
|
|
9380
9423
|
input: "text"[];
|
|
9381
9424
|
cost: {
|
|
9382
9425
|
input: number;
|
|
@@ -9387,14 +9430,14 @@ export declare const MODELS: {
|
|
|
9387
9430
|
contextWindow: number;
|
|
9388
9431
|
maxTokens: number;
|
|
9389
9432
|
};
|
|
9390
|
-
readonly
|
|
9433
|
+
readonly auto: {
|
|
9391
9434
|
id: string;
|
|
9392
9435
|
name: string;
|
|
9393
9436
|
api: "openai-completions";
|
|
9394
9437
|
provider: string;
|
|
9395
9438
|
baseUrl: string;
|
|
9396
9439
|
reasoning: true;
|
|
9397
|
-
input: "text"[];
|
|
9440
|
+
input: ("image" | "text")[];
|
|
9398
9441
|
cost: {
|
|
9399
9442
|
input: number;
|
|
9400
9443
|
output: number;
|
|
@@ -9404,14 +9447,14 @@ export declare const MODELS: {
|
|
|
9404
9447
|
contextWindow: number;
|
|
9405
9448
|
maxTokens: number;
|
|
9406
9449
|
};
|
|
9407
|
-
readonly "
|
|
9450
|
+
readonly "bytedance-seed/seed-1.6": {
|
|
9408
9451
|
id: string;
|
|
9409
9452
|
name: string;
|
|
9410
9453
|
api: "openai-completions";
|
|
9411
9454
|
provider: string;
|
|
9412
9455
|
baseUrl: string;
|
|
9413
9456
|
reasoning: true;
|
|
9414
|
-
input: "text"[];
|
|
9457
|
+
input: ("image" | "text")[];
|
|
9415
9458
|
cost: {
|
|
9416
9459
|
input: number;
|
|
9417
9460
|
output: number;
|
|
@@ -9421,14 +9464,14 @@ export declare const MODELS: {
|
|
|
9421
9464
|
contextWindow: number;
|
|
9422
9465
|
maxTokens: number;
|
|
9423
9466
|
};
|
|
9424
|
-
readonly "
|
|
9467
|
+
readonly "bytedance-seed/seed-1.6-flash": {
|
|
9425
9468
|
id: string;
|
|
9426
9469
|
name: string;
|
|
9427
9470
|
api: "openai-completions";
|
|
9428
9471
|
provider: string;
|
|
9429
9472
|
baseUrl: string;
|
|
9430
9473
|
reasoning: true;
|
|
9431
|
-
input: "text"[];
|
|
9474
|
+
input: ("image" | "text")[];
|
|
9432
9475
|
cost: {
|
|
9433
9476
|
input: number;
|
|
9434
9477
|
output: number;
|
|
@@ -9438,14 +9481,14 @@ export declare const MODELS: {
|
|
|
9438
9481
|
contextWindow: number;
|
|
9439
9482
|
maxTokens: number;
|
|
9440
9483
|
};
|
|
9441
|
-
readonly "
|
|
9484
|
+
readonly "bytedance-seed/seed-2.0-lite": {
|
|
9442
9485
|
id: string;
|
|
9443
9486
|
name: string;
|
|
9444
9487
|
api: "openai-completions";
|
|
9445
9488
|
provider: string;
|
|
9446
9489
|
baseUrl: string;
|
|
9447
9490
|
reasoning: true;
|
|
9448
|
-
input: "text"[];
|
|
9491
|
+
input: ("image" | "text")[];
|
|
9449
9492
|
cost: {
|
|
9450
9493
|
input: number;
|
|
9451
9494
|
output: number;
|
|
@@ -9455,14 +9498,14 @@ export declare const MODELS: {
|
|
|
9455
9498
|
contextWindow: number;
|
|
9456
9499
|
maxTokens: number;
|
|
9457
9500
|
};
|
|
9458
|
-
readonly "
|
|
9501
|
+
readonly "bytedance-seed/seed-2.0-mini": {
|
|
9459
9502
|
id: string;
|
|
9460
9503
|
name: string;
|
|
9461
9504
|
api: "openai-completions";
|
|
9462
9505
|
provider: string;
|
|
9463
9506
|
baseUrl: string;
|
|
9464
9507
|
reasoning: true;
|
|
9465
|
-
input: "text"[];
|
|
9508
|
+
input: ("image" | "text")[];
|
|
9466
9509
|
cost: {
|
|
9467
9510
|
input: number;
|
|
9468
9511
|
output: number;
|
|
@@ -9472,13 +9515,13 @@ export declare const MODELS: {
|
|
|
9472
9515
|
contextWindow: number;
|
|
9473
9516
|
maxTokens: number;
|
|
9474
9517
|
};
|
|
9475
|
-
readonly "
|
|
9518
|
+
readonly "cohere/command-r-08-2024": {
|
|
9476
9519
|
id: string;
|
|
9477
9520
|
name: string;
|
|
9478
9521
|
api: "openai-completions";
|
|
9479
9522
|
provider: string;
|
|
9480
9523
|
baseUrl: string;
|
|
9481
|
-
reasoning:
|
|
9524
|
+
reasoning: false;
|
|
9482
9525
|
input: "text"[];
|
|
9483
9526
|
cost: {
|
|
9484
9527
|
input: number;
|
|
@@ -9489,13 +9532,13 @@ export declare const MODELS: {
|
|
|
9489
9532
|
contextWindow: number;
|
|
9490
9533
|
maxTokens: number;
|
|
9491
9534
|
};
|
|
9492
|
-
readonly "
|
|
9535
|
+
readonly "cohere/command-r-plus-08-2024": {
|
|
9493
9536
|
id: string;
|
|
9494
9537
|
name: string;
|
|
9495
9538
|
api: "openai-completions";
|
|
9496
9539
|
provider: string;
|
|
9497
9540
|
baseUrl: string;
|
|
9498
|
-
reasoning:
|
|
9541
|
+
reasoning: false;
|
|
9499
9542
|
input: "text"[];
|
|
9500
9543
|
cost: {
|
|
9501
9544
|
input: number;
|
|
@@ -9506,7 +9549,7 @@ export declare const MODELS: {
|
|
|
9506
9549
|
contextWindow: number;
|
|
9507
9550
|
maxTokens: number;
|
|
9508
9551
|
};
|
|
9509
|
-
readonly "
|
|
9552
|
+
readonly "cohere/north-mini-code:free": {
|
|
9510
9553
|
id: string;
|
|
9511
9554
|
name: string;
|
|
9512
9555
|
api: "openai-completions";
|
|
@@ -9523,14 +9566,14 @@ export declare const MODELS: {
|
|
|
9523
9566
|
contextWindow: number;
|
|
9524
9567
|
maxTokens: number;
|
|
9525
9568
|
};
|
|
9526
|
-
readonly "
|
|
9569
|
+
readonly "deepseek/deepseek-chat": {
|
|
9527
9570
|
id: string;
|
|
9528
9571
|
name: string;
|
|
9529
9572
|
api: "openai-completions";
|
|
9530
9573
|
provider: string;
|
|
9531
9574
|
baseUrl: string;
|
|
9532
|
-
reasoning:
|
|
9533
|
-
input:
|
|
9575
|
+
reasoning: false;
|
|
9576
|
+
input: "text"[];
|
|
9534
9577
|
cost: {
|
|
9535
9578
|
input: number;
|
|
9536
9579
|
output: number;
|
|
@@ -9540,14 +9583,14 @@ export declare const MODELS: {
|
|
|
9540
9583
|
contextWindow: number;
|
|
9541
9584
|
maxTokens: number;
|
|
9542
9585
|
};
|
|
9543
|
-
readonly "
|
|
9586
|
+
readonly "deepseek/deepseek-chat-v3-0324": {
|
|
9544
9587
|
id: string;
|
|
9545
9588
|
name: string;
|
|
9546
9589
|
api: "openai-completions";
|
|
9547
9590
|
provider: string;
|
|
9548
9591
|
baseUrl: string;
|
|
9549
|
-
reasoning:
|
|
9550
|
-
input:
|
|
9592
|
+
reasoning: false;
|
|
9593
|
+
input: "text"[];
|
|
9551
9594
|
cost: {
|
|
9552
9595
|
input: number;
|
|
9553
9596
|
output: number;
|
|
@@ -9557,14 +9600,14 @@ export declare const MODELS: {
|
|
|
9557
9600
|
contextWindow: number;
|
|
9558
9601
|
maxTokens: number;
|
|
9559
9602
|
};
|
|
9560
|
-
readonly "
|
|
9603
|
+
readonly "deepseek/deepseek-chat-v3.1": {
|
|
9561
9604
|
id: string;
|
|
9562
9605
|
name: string;
|
|
9563
9606
|
api: "openai-completions";
|
|
9564
9607
|
provider: string;
|
|
9565
9608
|
baseUrl: string;
|
|
9566
9609
|
reasoning: true;
|
|
9567
|
-
input:
|
|
9610
|
+
input: "text"[];
|
|
9568
9611
|
cost: {
|
|
9569
9612
|
input: number;
|
|
9570
9613
|
output: number;
|
|
@@ -9574,14 +9617,14 @@ export declare const MODELS: {
|
|
|
9574
9617
|
contextWindow: number;
|
|
9575
9618
|
maxTokens: number;
|
|
9576
9619
|
};
|
|
9577
|
-
readonly "
|
|
9620
|
+
readonly "deepseek/deepseek-r1": {
|
|
9578
9621
|
id: string;
|
|
9579
9622
|
name: string;
|
|
9580
9623
|
api: "openai-completions";
|
|
9581
9624
|
provider: string;
|
|
9582
9625
|
baseUrl: string;
|
|
9583
9626
|
reasoning: true;
|
|
9584
|
-
input:
|
|
9627
|
+
input: "text"[];
|
|
9585
9628
|
cost: {
|
|
9586
9629
|
input: number;
|
|
9587
9630
|
output: number;
|
|
@@ -9591,14 +9634,14 @@ export declare const MODELS: {
|
|
|
9591
9634
|
contextWindow: number;
|
|
9592
9635
|
maxTokens: number;
|
|
9593
9636
|
};
|
|
9594
|
-
readonly "
|
|
9637
|
+
readonly "deepseek/deepseek-r1-0528": {
|
|
9595
9638
|
id: string;
|
|
9596
9639
|
name: string;
|
|
9597
9640
|
api: "openai-completions";
|
|
9598
9641
|
provider: string;
|
|
9599
9642
|
baseUrl: string;
|
|
9600
9643
|
reasoning: true;
|
|
9601
|
-
input:
|
|
9644
|
+
input: "text"[];
|
|
9602
9645
|
cost: {
|
|
9603
9646
|
input: number;
|
|
9604
9647
|
output: number;
|
|
@@ -9608,14 +9651,14 @@ export declare const MODELS: {
|
|
|
9608
9651
|
contextWindow: number;
|
|
9609
9652
|
maxTokens: number;
|
|
9610
9653
|
};
|
|
9611
|
-
readonly "
|
|
9654
|
+
readonly "deepseek/deepseek-v3.1-terminus": {
|
|
9612
9655
|
id: string;
|
|
9613
9656
|
name: string;
|
|
9614
9657
|
api: "openai-completions";
|
|
9615
9658
|
provider: string;
|
|
9616
9659
|
baseUrl: string;
|
|
9617
9660
|
reasoning: true;
|
|
9618
|
-
input:
|
|
9661
|
+
input: "text"[];
|
|
9619
9662
|
cost: {
|
|
9620
9663
|
input: number;
|
|
9621
9664
|
output: number;
|
|
@@ -9625,14 +9668,14 @@ export declare const MODELS: {
|
|
|
9625
9668
|
contextWindow: number;
|
|
9626
9669
|
maxTokens: number;
|
|
9627
9670
|
};
|
|
9628
|
-
readonly "
|
|
9671
|
+
readonly "deepseek/deepseek-v3.2": {
|
|
9629
9672
|
id: string;
|
|
9630
9673
|
name: string;
|
|
9631
9674
|
api: "openai-completions";
|
|
9632
9675
|
provider: string;
|
|
9633
9676
|
baseUrl: string;
|
|
9634
9677
|
reasoning: true;
|
|
9635
|
-
input:
|
|
9678
|
+
input: "text"[];
|
|
9636
9679
|
cost: {
|
|
9637
9680
|
input: number;
|
|
9638
9681
|
output: number;
|
|
@@ -9642,14 +9685,14 @@ export declare const MODELS: {
|
|
|
9642
9685
|
contextWindow: number;
|
|
9643
9686
|
maxTokens: number;
|
|
9644
9687
|
};
|
|
9645
|
-
readonly "
|
|
9688
|
+
readonly "deepseek/deepseek-v3.2-exp": {
|
|
9646
9689
|
id: string;
|
|
9647
9690
|
name: string;
|
|
9648
9691
|
api: "openai-completions";
|
|
9649
9692
|
provider: string;
|
|
9650
9693
|
baseUrl: string;
|
|
9651
9694
|
reasoning: true;
|
|
9652
|
-
input:
|
|
9695
|
+
input: "text"[];
|
|
9653
9696
|
cost: {
|
|
9654
9697
|
input: number;
|
|
9655
9698
|
output: number;
|
|
@@ -9659,14 +9702,14 @@ export declare const MODELS: {
|
|
|
9659
9702
|
contextWindow: number;
|
|
9660
9703
|
maxTokens: number;
|
|
9661
9704
|
};
|
|
9662
|
-
readonly "
|
|
9705
|
+
readonly "deepseek/deepseek-v4-flash": {
|
|
9663
9706
|
id: string;
|
|
9664
9707
|
name: string;
|
|
9665
9708
|
api: "openai-completions";
|
|
9666
9709
|
provider: string;
|
|
9667
9710
|
baseUrl: string;
|
|
9668
9711
|
reasoning: true;
|
|
9669
|
-
input:
|
|
9712
|
+
input: "text"[];
|
|
9670
9713
|
cost: {
|
|
9671
9714
|
input: number;
|
|
9672
9715
|
output: number;
|
|
@@ -9676,14 +9719,14 @@ export declare const MODELS: {
|
|
|
9676
9719
|
contextWindow: number;
|
|
9677
9720
|
maxTokens: number;
|
|
9678
9721
|
};
|
|
9679
|
-
readonly "
|
|
9722
|
+
readonly "deepseek/deepseek-v4-flash-0731": {
|
|
9680
9723
|
id: string;
|
|
9681
9724
|
name: string;
|
|
9682
9725
|
api: "openai-completions";
|
|
9683
9726
|
provider: string;
|
|
9684
9727
|
baseUrl: string;
|
|
9685
9728
|
reasoning: true;
|
|
9686
|
-
input:
|
|
9729
|
+
input: "text"[];
|
|
9687
9730
|
cost: {
|
|
9688
9731
|
input: number;
|
|
9689
9732
|
output: number;
|
|
@@ -9693,14 +9736,14 @@ export declare const MODELS: {
|
|
|
9693
9736
|
contextWindow: number;
|
|
9694
9737
|
maxTokens: number;
|
|
9695
9738
|
};
|
|
9696
|
-
readonly "
|
|
9739
|
+
readonly "deepseek/deepseek-v4-pro": {
|
|
9697
9740
|
id: string;
|
|
9698
9741
|
name: string;
|
|
9699
9742
|
api: "openai-completions";
|
|
9700
9743
|
provider: string;
|
|
9701
9744
|
baseUrl: string;
|
|
9702
9745
|
reasoning: true;
|
|
9703
|
-
input:
|
|
9746
|
+
input: "text"[];
|
|
9704
9747
|
cost: {
|
|
9705
9748
|
input: number;
|
|
9706
9749
|
output: number;
|
|
@@ -9710,7 +9753,7 @@ export declare const MODELS: {
|
|
|
9710
9753
|
contextWindow: number;
|
|
9711
9754
|
maxTokens: number;
|
|
9712
9755
|
};
|
|
9713
|
-
readonly "google/gemini-
|
|
9756
|
+
readonly "google/gemini-2.5-flash": {
|
|
9714
9757
|
id: string;
|
|
9715
9758
|
name: string;
|
|
9716
9759
|
api: "openai-completions";
|
|
@@ -9727,14 +9770,983 @@ export declare const MODELS: {
|
|
|
9727
9770
|
contextWindow: number;
|
|
9728
9771
|
maxTokens: number;
|
|
9729
9772
|
};
|
|
9730
|
-
readonly "google/gemini-
|
|
9773
|
+
readonly "google/gemini-2.5-flash-lite": {
|
|
9774
|
+
id: string;
|
|
9775
|
+
name: string;
|
|
9776
|
+
api: "openai-completions";
|
|
9777
|
+
provider: string;
|
|
9778
|
+
baseUrl: string;
|
|
9779
|
+
reasoning: true;
|
|
9780
|
+
input: ("image" | "text")[];
|
|
9781
|
+
cost: {
|
|
9782
|
+
input: number;
|
|
9783
|
+
output: number;
|
|
9784
|
+
cacheRead: number;
|
|
9785
|
+
cacheWrite: number;
|
|
9786
|
+
};
|
|
9787
|
+
contextWindow: number;
|
|
9788
|
+
maxTokens: number;
|
|
9789
|
+
};
|
|
9790
|
+
readonly "google/gemini-2.5-flash-lite:batch": {
|
|
9791
|
+
id: string;
|
|
9792
|
+
name: string;
|
|
9793
|
+
api: "openai-completions";
|
|
9794
|
+
provider: string;
|
|
9795
|
+
baseUrl: string;
|
|
9796
|
+
reasoning: true;
|
|
9797
|
+
input: ("image" | "text")[];
|
|
9798
|
+
cost: {
|
|
9799
|
+
input: number;
|
|
9800
|
+
output: number;
|
|
9801
|
+
cacheRead: number;
|
|
9802
|
+
cacheWrite: number;
|
|
9803
|
+
};
|
|
9804
|
+
contextWindow: number;
|
|
9805
|
+
maxTokens: number;
|
|
9806
|
+
};
|
|
9807
|
+
readonly "google/gemini-2.5-flash:batch": {
|
|
9808
|
+
id: string;
|
|
9809
|
+
name: string;
|
|
9810
|
+
api: "openai-completions";
|
|
9811
|
+
provider: string;
|
|
9812
|
+
baseUrl: string;
|
|
9813
|
+
reasoning: true;
|
|
9814
|
+
input: ("image" | "text")[];
|
|
9815
|
+
cost: {
|
|
9816
|
+
input: number;
|
|
9817
|
+
output: number;
|
|
9818
|
+
cacheRead: number;
|
|
9819
|
+
cacheWrite: number;
|
|
9820
|
+
};
|
|
9821
|
+
contextWindow: number;
|
|
9822
|
+
maxTokens: number;
|
|
9823
|
+
};
|
|
9824
|
+
readonly "google/gemini-2.5-pro": {
|
|
9825
|
+
id: string;
|
|
9826
|
+
name: string;
|
|
9827
|
+
api: "openai-completions";
|
|
9828
|
+
provider: string;
|
|
9829
|
+
baseUrl: string;
|
|
9830
|
+
reasoning: true;
|
|
9831
|
+
input: ("image" | "text")[];
|
|
9832
|
+
cost: {
|
|
9833
|
+
input: number;
|
|
9834
|
+
output: number;
|
|
9835
|
+
cacheRead: number;
|
|
9836
|
+
cacheWrite: number;
|
|
9837
|
+
};
|
|
9838
|
+
contextWindow: number;
|
|
9839
|
+
maxTokens: number;
|
|
9840
|
+
};
|
|
9841
|
+
readonly "google/gemini-2.5-pro-preview": {
|
|
9842
|
+
id: string;
|
|
9843
|
+
name: string;
|
|
9844
|
+
api: "openai-completions";
|
|
9845
|
+
provider: string;
|
|
9846
|
+
baseUrl: string;
|
|
9847
|
+
reasoning: true;
|
|
9848
|
+
input: ("image" | "text")[];
|
|
9849
|
+
cost: {
|
|
9850
|
+
input: number;
|
|
9851
|
+
output: number;
|
|
9852
|
+
cacheRead: number;
|
|
9853
|
+
cacheWrite: number;
|
|
9854
|
+
};
|
|
9855
|
+
contextWindow: number;
|
|
9856
|
+
maxTokens: number;
|
|
9857
|
+
};
|
|
9858
|
+
readonly "google/gemini-2.5-pro-preview-05-06": {
|
|
9859
|
+
id: string;
|
|
9860
|
+
name: string;
|
|
9861
|
+
api: "openai-completions";
|
|
9862
|
+
provider: string;
|
|
9863
|
+
baseUrl: string;
|
|
9864
|
+
reasoning: true;
|
|
9865
|
+
input: ("image" | "text")[];
|
|
9866
|
+
cost: {
|
|
9867
|
+
input: number;
|
|
9868
|
+
output: number;
|
|
9869
|
+
cacheRead: number;
|
|
9870
|
+
cacheWrite: number;
|
|
9871
|
+
};
|
|
9872
|
+
contextWindow: number;
|
|
9873
|
+
maxTokens: number;
|
|
9874
|
+
};
|
|
9875
|
+
readonly "google/gemini-2.5-pro:batch": {
|
|
9876
|
+
id: string;
|
|
9877
|
+
name: string;
|
|
9878
|
+
api: "openai-completions";
|
|
9879
|
+
provider: string;
|
|
9880
|
+
baseUrl: string;
|
|
9881
|
+
reasoning: true;
|
|
9882
|
+
input: ("image" | "text")[];
|
|
9883
|
+
cost: {
|
|
9884
|
+
input: number;
|
|
9885
|
+
output: number;
|
|
9886
|
+
cacheRead: number;
|
|
9887
|
+
cacheWrite: number;
|
|
9888
|
+
};
|
|
9889
|
+
contextWindow: number;
|
|
9890
|
+
maxTokens: number;
|
|
9891
|
+
};
|
|
9892
|
+
readonly "google/gemini-3-flash-preview": {
|
|
9893
|
+
id: string;
|
|
9894
|
+
name: string;
|
|
9895
|
+
api: "openai-completions";
|
|
9896
|
+
provider: string;
|
|
9897
|
+
baseUrl: string;
|
|
9898
|
+
reasoning: true;
|
|
9899
|
+
input: ("image" | "text")[];
|
|
9900
|
+
cost: {
|
|
9901
|
+
input: number;
|
|
9902
|
+
output: number;
|
|
9903
|
+
cacheRead: number;
|
|
9904
|
+
cacheWrite: number;
|
|
9905
|
+
};
|
|
9906
|
+
contextWindow: number;
|
|
9907
|
+
maxTokens: number;
|
|
9908
|
+
};
|
|
9909
|
+
readonly "google/gemini-3-flash-preview:batch": {
|
|
9910
|
+
id: string;
|
|
9911
|
+
name: string;
|
|
9912
|
+
api: "openai-completions";
|
|
9913
|
+
provider: string;
|
|
9914
|
+
baseUrl: string;
|
|
9915
|
+
reasoning: true;
|
|
9916
|
+
input: ("image" | "text")[];
|
|
9917
|
+
cost: {
|
|
9918
|
+
input: number;
|
|
9919
|
+
output: number;
|
|
9920
|
+
cacheRead: number;
|
|
9921
|
+
cacheWrite: number;
|
|
9922
|
+
};
|
|
9923
|
+
contextWindow: number;
|
|
9924
|
+
maxTokens: number;
|
|
9925
|
+
};
|
|
9926
|
+
readonly "google/gemini-3-pro-image": {
|
|
9927
|
+
id: string;
|
|
9928
|
+
name: string;
|
|
9929
|
+
api: "openai-completions";
|
|
9930
|
+
provider: string;
|
|
9931
|
+
baseUrl: string;
|
|
9932
|
+
reasoning: true;
|
|
9933
|
+
input: ("image" | "text")[];
|
|
9934
|
+
cost: {
|
|
9935
|
+
input: number;
|
|
9936
|
+
output: number;
|
|
9937
|
+
cacheRead: number;
|
|
9938
|
+
cacheWrite: number;
|
|
9939
|
+
};
|
|
9940
|
+
contextWindow: number;
|
|
9941
|
+
maxTokens: number;
|
|
9942
|
+
};
|
|
9943
|
+
readonly "google/gemini-3.1-flash-lite": {
|
|
9944
|
+
id: string;
|
|
9945
|
+
name: string;
|
|
9946
|
+
api: "openai-completions";
|
|
9947
|
+
provider: string;
|
|
9948
|
+
baseUrl: string;
|
|
9949
|
+
reasoning: true;
|
|
9950
|
+
input: ("image" | "text")[];
|
|
9951
|
+
cost: {
|
|
9952
|
+
input: number;
|
|
9953
|
+
output: number;
|
|
9954
|
+
cacheRead: number;
|
|
9955
|
+
cacheWrite: number;
|
|
9956
|
+
};
|
|
9957
|
+
contextWindow: number;
|
|
9958
|
+
maxTokens: number;
|
|
9959
|
+
};
|
|
9960
|
+
readonly "google/gemini-3.1-flash-lite-preview": {
|
|
9961
|
+
id: string;
|
|
9962
|
+
name: string;
|
|
9963
|
+
api: "openai-completions";
|
|
9964
|
+
provider: string;
|
|
9965
|
+
baseUrl: string;
|
|
9966
|
+
reasoning: true;
|
|
9967
|
+
input: ("image" | "text")[];
|
|
9968
|
+
cost: {
|
|
9969
|
+
input: number;
|
|
9970
|
+
output: number;
|
|
9971
|
+
cacheRead: number;
|
|
9972
|
+
cacheWrite: number;
|
|
9973
|
+
};
|
|
9974
|
+
contextWindow: number;
|
|
9975
|
+
maxTokens: number;
|
|
9976
|
+
};
|
|
9977
|
+
readonly "google/gemini-3.1-flash-lite:batch": {
|
|
9978
|
+
id: string;
|
|
9979
|
+
name: string;
|
|
9980
|
+
api: "openai-completions";
|
|
9981
|
+
provider: string;
|
|
9982
|
+
baseUrl: string;
|
|
9983
|
+
reasoning: true;
|
|
9984
|
+
input: ("image" | "text")[];
|
|
9985
|
+
cost: {
|
|
9986
|
+
input: number;
|
|
9987
|
+
output: number;
|
|
9988
|
+
cacheRead: number;
|
|
9989
|
+
cacheWrite: number;
|
|
9990
|
+
};
|
|
9991
|
+
contextWindow: number;
|
|
9992
|
+
maxTokens: number;
|
|
9993
|
+
};
|
|
9994
|
+
readonly "google/gemini-3.1-pro-preview": {
|
|
9995
|
+
id: string;
|
|
9996
|
+
name: string;
|
|
9997
|
+
api: "openai-completions";
|
|
9998
|
+
provider: string;
|
|
9999
|
+
baseUrl: string;
|
|
10000
|
+
reasoning: true;
|
|
10001
|
+
input: ("image" | "text")[];
|
|
10002
|
+
cost: {
|
|
10003
|
+
input: number;
|
|
10004
|
+
output: number;
|
|
10005
|
+
cacheRead: number;
|
|
10006
|
+
cacheWrite: number;
|
|
10007
|
+
};
|
|
10008
|
+
contextWindow: number;
|
|
10009
|
+
maxTokens: number;
|
|
10010
|
+
};
|
|
10011
|
+
readonly "google/gemini-3.1-pro-preview-customtools": {
|
|
10012
|
+
id: string;
|
|
10013
|
+
name: string;
|
|
10014
|
+
api: "openai-completions";
|
|
10015
|
+
provider: string;
|
|
10016
|
+
baseUrl: string;
|
|
10017
|
+
reasoning: true;
|
|
10018
|
+
input: ("image" | "text")[];
|
|
10019
|
+
cost: {
|
|
10020
|
+
input: number;
|
|
10021
|
+
output: number;
|
|
10022
|
+
cacheRead: number;
|
|
10023
|
+
cacheWrite: number;
|
|
10024
|
+
};
|
|
10025
|
+
contextWindow: number;
|
|
10026
|
+
maxTokens: number;
|
|
10027
|
+
};
|
|
10028
|
+
readonly "google/gemini-3.1-pro-preview:batch": {
|
|
10029
|
+
id: string;
|
|
10030
|
+
name: string;
|
|
10031
|
+
api: "openai-completions";
|
|
10032
|
+
provider: string;
|
|
10033
|
+
baseUrl: string;
|
|
10034
|
+
reasoning: true;
|
|
10035
|
+
input: ("image" | "text")[];
|
|
10036
|
+
cost: {
|
|
10037
|
+
input: number;
|
|
10038
|
+
output: number;
|
|
10039
|
+
cacheRead: number;
|
|
10040
|
+
cacheWrite: number;
|
|
10041
|
+
};
|
|
10042
|
+
contextWindow: number;
|
|
10043
|
+
maxTokens: number;
|
|
10044
|
+
};
|
|
10045
|
+
readonly "google/gemini-3.5-flash": {
|
|
10046
|
+
id: string;
|
|
10047
|
+
name: string;
|
|
10048
|
+
api: "openai-completions";
|
|
10049
|
+
provider: string;
|
|
10050
|
+
baseUrl: string;
|
|
10051
|
+
reasoning: true;
|
|
10052
|
+
input: ("image" | "text")[];
|
|
10053
|
+
cost: {
|
|
10054
|
+
input: number;
|
|
10055
|
+
output: number;
|
|
10056
|
+
cacheRead: number;
|
|
10057
|
+
cacheWrite: number;
|
|
10058
|
+
};
|
|
10059
|
+
contextWindow: number;
|
|
10060
|
+
maxTokens: number;
|
|
10061
|
+
};
|
|
10062
|
+
readonly "google/gemini-3.5-flash-lite": {
|
|
10063
|
+
id: string;
|
|
10064
|
+
name: string;
|
|
10065
|
+
api: "openai-completions";
|
|
10066
|
+
provider: string;
|
|
10067
|
+
baseUrl: string;
|
|
10068
|
+
reasoning: true;
|
|
10069
|
+
input: ("image" | "text")[];
|
|
10070
|
+
cost: {
|
|
10071
|
+
input: number;
|
|
10072
|
+
output: number;
|
|
10073
|
+
cacheRead: number;
|
|
10074
|
+
cacheWrite: number;
|
|
10075
|
+
};
|
|
10076
|
+
contextWindow: number;
|
|
10077
|
+
maxTokens: number;
|
|
10078
|
+
};
|
|
10079
|
+
readonly "google/gemini-3.5-flash-lite:batch": {
|
|
10080
|
+
id: string;
|
|
10081
|
+
name: string;
|
|
10082
|
+
api: "openai-completions";
|
|
10083
|
+
provider: string;
|
|
10084
|
+
baseUrl: string;
|
|
10085
|
+
reasoning: true;
|
|
10086
|
+
input: ("image" | "text")[];
|
|
10087
|
+
cost: {
|
|
10088
|
+
input: number;
|
|
10089
|
+
output: number;
|
|
10090
|
+
cacheRead: number;
|
|
10091
|
+
cacheWrite: number;
|
|
10092
|
+
};
|
|
10093
|
+
contextWindow: number;
|
|
10094
|
+
maxTokens: number;
|
|
10095
|
+
};
|
|
10096
|
+
readonly "google/gemini-3.5-flash:batch": {
|
|
10097
|
+
id: string;
|
|
10098
|
+
name: string;
|
|
10099
|
+
api: "openai-completions";
|
|
10100
|
+
provider: string;
|
|
10101
|
+
baseUrl: string;
|
|
10102
|
+
reasoning: true;
|
|
10103
|
+
input: ("image" | "text")[];
|
|
10104
|
+
cost: {
|
|
10105
|
+
input: number;
|
|
10106
|
+
output: number;
|
|
10107
|
+
cacheRead: number;
|
|
10108
|
+
cacheWrite: number;
|
|
10109
|
+
};
|
|
10110
|
+
contextWindow: number;
|
|
10111
|
+
maxTokens: number;
|
|
10112
|
+
};
|
|
10113
|
+
readonly "google/gemini-3.6-flash": {
|
|
10114
|
+
id: string;
|
|
10115
|
+
name: string;
|
|
10116
|
+
api: "openai-completions";
|
|
10117
|
+
provider: string;
|
|
10118
|
+
baseUrl: string;
|
|
10119
|
+
reasoning: true;
|
|
10120
|
+
input: ("image" | "text")[];
|
|
10121
|
+
cost: {
|
|
10122
|
+
input: number;
|
|
10123
|
+
output: number;
|
|
10124
|
+
cacheRead: number;
|
|
10125
|
+
cacheWrite: number;
|
|
10126
|
+
};
|
|
10127
|
+
contextWindow: number;
|
|
10128
|
+
maxTokens: number;
|
|
10129
|
+
};
|
|
10130
|
+
readonly "google/gemini-3.6-flash:batch": {
|
|
10131
|
+
id: string;
|
|
10132
|
+
name: string;
|
|
10133
|
+
api: "openai-completions";
|
|
10134
|
+
provider: string;
|
|
10135
|
+
baseUrl: string;
|
|
10136
|
+
reasoning: true;
|
|
10137
|
+
input: ("image" | "text")[];
|
|
10138
|
+
cost: {
|
|
10139
|
+
input: number;
|
|
10140
|
+
output: number;
|
|
10141
|
+
cacheRead: number;
|
|
10142
|
+
cacheWrite: number;
|
|
10143
|
+
};
|
|
10144
|
+
contextWindow: number;
|
|
10145
|
+
maxTokens: number;
|
|
10146
|
+
};
|
|
10147
|
+
readonly "google/gemma-3-12b-it": {
|
|
10148
|
+
id: string;
|
|
10149
|
+
name: string;
|
|
10150
|
+
api: "openai-completions";
|
|
10151
|
+
provider: string;
|
|
10152
|
+
baseUrl: string;
|
|
10153
|
+
reasoning: false;
|
|
10154
|
+
input: ("image" | "text")[];
|
|
10155
|
+
cost: {
|
|
10156
|
+
input: number;
|
|
10157
|
+
output: number;
|
|
10158
|
+
cacheRead: number;
|
|
10159
|
+
cacheWrite: number;
|
|
10160
|
+
};
|
|
10161
|
+
contextWindow: number;
|
|
10162
|
+
maxTokens: number;
|
|
10163
|
+
};
|
|
10164
|
+
readonly "google/gemma-3-27b-it": {
|
|
10165
|
+
id: string;
|
|
10166
|
+
name: string;
|
|
10167
|
+
api: "openai-completions";
|
|
10168
|
+
provider: string;
|
|
10169
|
+
baseUrl: string;
|
|
10170
|
+
reasoning: false;
|
|
10171
|
+
input: ("image" | "text")[];
|
|
10172
|
+
cost: {
|
|
10173
|
+
input: number;
|
|
10174
|
+
output: number;
|
|
10175
|
+
cacheRead: number;
|
|
10176
|
+
cacheWrite: number;
|
|
10177
|
+
};
|
|
10178
|
+
contextWindow: number;
|
|
10179
|
+
maxTokens: number;
|
|
10180
|
+
};
|
|
10181
|
+
readonly "google/gemma-4-26b-a4b-it": {
|
|
10182
|
+
id: string;
|
|
10183
|
+
name: string;
|
|
10184
|
+
api: "openai-completions";
|
|
10185
|
+
provider: string;
|
|
10186
|
+
baseUrl: string;
|
|
10187
|
+
reasoning: true;
|
|
10188
|
+
input: ("image" | "text")[];
|
|
10189
|
+
cost: {
|
|
10190
|
+
input: number;
|
|
10191
|
+
output: number;
|
|
10192
|
+
cacheRead: number;
|
|
10193
|
+
cacheWrite: number;
|
|
10194
|
+
};
|
|
10195
|
+
contextWindow: number;
|
|
10196
|
+
maxTokens: number;
|
|
10197
|
+
};
|
|
10198
|
+
readonly "google/gemma-4-26b-a4b-it:free": {
|
|
10199
|
+
id: string;
|
|
10200
|
+
name: string;
|
|
10201
|
+
api: "openai-completions";
|
|
10202
|
+
provider: string;
|
|
10203
|
+
baseUrl: string;
|
|
10204
|
+
reasoning: true;
|
|
10205
|
+
input: ("image" | "text")[];
|
|
10206
|
+
cost: {
|
|
10207
|
+
input: number;
|
|
10208
|
+
output: number;
|
|
10209
|
+
cacheRead: number;
|
|
10210
|
+
cacheWrite: number;
|
|
10211
|
+
};
|
|
10212
|
+
contextWindow: number;
|
|
10213
|
+
maxTokens: number;
|
|
10214
|
+
};
|
|
10215
|
+
readonly "google/gemma-4-31b-it": {
|
|
10216
|
+
id: string;
|
|
10217
|
+
name: string;
|
|
10218
|
+
api: "openai-completions";
|
|
10219
|
+
provider: string;
|
|
10220
|
+
baseUrl: string;
|
|
10221
|
+
reasoning: true;
|
|
10222
|
+
input: ("image" | "text")[];
|
|
10223
|
+
cost: {
|
|
10224
|
+
input: number;
|
|
10225
|
+
output: number;
|
|
10226
|
+
cacheRead: number;
|
|
10227
|
+
cacheWrite: number;
|
|
10228
|
+
};
|
|
10229
|
+
contextWindow: number;
|
|
10230
|
+
maxTokens: number;
|
|
10231
|
+
};
|
|
10232
|
+
readonly "google/gemma-4-31b-it:free": {
|
|
10233
|
+
id: string;
|
|
10234
|
+
name: string;
|
|
10235
|
+
api: "openai-completions";
|
|
10236
|
+
provider: string;
|
|
10237
|
+
baseUrl: string;
|
|
10238
|
+
reasoning: true;
|
|
10239
|
+
input: ("image" | "text")[];
|
|
10240
|
+
cost: {
|
|
10241
|
+
input: number;
|
|
10242
|
+
output: number;
|
|
10243
|
+
cacheRead: number;
|
|
10244
|
+
cacheWrite: number;
|
|
10245
|
+
};
|
|
10246
|
+
contextWindow: number;
|
|
10247
|
+
maxTokens: number;
|
|
10248
|
+
};
|
|
10249
|
+
readonly "ibm-granite/granite-4.1-8b": {
|
|
10250
|
+
id: string;
|
|
10251
|
+
name: string;
|
|
10252
|
+
api: "openai-completions";
|
|
10253
|
+
provider: string;
|
|
10254
|
+
baseUrl: string;
|
|
10255
|
+
reasoning: false;
|
|
10256
|
+
input: "text"[];
|
|
10257
|
+
cost: {
|
|
10258
|
+
input: number;
|
|
10259
|
+
output: number;
|
|
10260
|
+
cacheRead: number;
|
|
10261
|
+
cacheWrite: number;
|
|
10262
|
+
};
|
|
10263
|
+
contextWindow: number;
|
|
10264
|
+
maxTokens: number;
|
|
10265
|
+
};
|
|
10266
|
+
readonly "inception/mercury-2": {
|
|
10267
|
+
id: string;
|
|
10268
|
+
name: string;
|
|
10269
|
+
api: "openai-completions";
|
|
10270
|
+
provider: string;
|
|
10271
|
+
baseUrl: string;
|
|
10272
|
+
reasoning: true;
|
|
10273
|
+
input: "text"[];
|
|
10274
|
+
cost: {
|
|
10275
|
+
input: number;
|
|
10276
|
+
output: number;
|
|
10277
|
+
cacheRead: number;
|
|
10278
|
+
cacheWrite: number;
|
|
10279
|
+
};
|
|
10280
|
+
contextWindow: number;
|
|
10281
|
+
maxTokens: number;
|
|
10282
|
+
};
|
|
10283
|
+
readonly "inclusionai/ling-2.6-1t": {
|
|
10284
|
+
id: string;
|
|
10285
|
+
name: string;
|
|
10286
|
+
api: "openai-completions";
|
|
10287
|
+
provider: string;
|
|
10288
|
+
baseUrl: string;
|
|
10289
|
+
reasoning: false;
|
|
10290
|
+
input: "text"[];
|
|
10291
|
+
cost: {
|
|
10292
|
+
input: number;
|
|
10293
|
+
output: number;
|
|
10294
|
+
cacheRead: number;
|
|
10295
|
+
cacheWrite: number;
|
|
10296
|
+
};
|
|
10297
|
+
contextWindow: number;
|
|
10298
|
+
maxTokens: number;
|
|
10299
|
+
};
|
|
10300
|
+
readonly "inclusionai/ling-2.6-flash": {
|
|
10301
|
+
id: string;
|
|
10302
|
+
name: string;
|
|
10303
|
+
api: "openai-completions";
|
|
10304
|
+
provider: string;
|
|
10305
|
+
baseUrl: string;
|
|
10306
|
+
reasoning: false;
|
|
10307
|
+
input: "text"[];
|
|
10308
|
+
cost: {
|
|
10309
|
+
input: number;
|
|
10310
|
+
output: number;
|
|
10311
|
+
cacheRead: number;
|
|
10312
|
+
cacheWrite: number;
|
|
10313
|
+
};
|
|
10314
|
+
contextWindow: number;
|
|
10315
|
+
maxTokens: number;
|
|
10316
|
+
};
|
|
10317
|
+
readonly "inclusionai/ling-3.0-flash": {
|
|
10318
|
+
id: string;
|
|
10319
|
+
name: string;
|
|
10320
|
+
api: "openai-completions";
|
|
10321
|
+
provider: string;
|
|
10322
|
+
baseUrl: string;
|
|
10323
|
+
reasoning: true;
|
|
10324
|
+
input: "text"[];
|
|
10325
|
+
cost: {
|
|
10326
|
+
input: number;
|
|
10327
|
+
output: number;
|
|
10328
|
+
cacheRead: number;
|
|
10329
|
+
cacheWrite: number;
|
|
10330
|
+
};
|
|
10331
|
+
contextWindow: number;
|
|
10332
|
+
maxTokens: number;
|
|
10333
|
+
};
|
|
10334
|
+
readonly "inclusionai/ling-3.0-flash:free": {
|
|
10335
|
+
id: string;
|
|
10336
|
+
name: string;
|
|
10337
|
+
api: "openai-completions";
|
|
10338
|
+
provider: string;
|
|
10339
|
+
baseUrl: string;
|
|
10340
|
+
reasoning: true;
|
|
10341
|
+
input: "text"[];
|
|
10342
|
+
cost: {
|
|
10343
|
+
input: number;
|
|
10344
|
+
output: number;
|
|
10345
|
+
cacheRead: number;
|
|
10346
|
+
cacheWrite: number;
|
|
10347
|
+
};
|
|
10348
|
+
contextWindow: number;
|
|
10349
|
+
maxTokens: number;
|
|
10350
|
+
};
|
|
10351
|
+
readonly "inclusionai/ring-2.6-1t": {
|
|
10352
|
+
id: string;
|
|
10353
|
+
name: string;
|
|
10354
|
+
api: "openai-completions";
|
|
10355
|
+
provider: string;
|
|
10356
|
+
baseUrl: string;
|
|
10357
|
+
reasoning: true;
|
|
10358
|
+
input: "text"[];
|
|
10359
|
+
cost: {
|
|
10360
|
+
input: number;
|
|
10361
|
+
output: number;
|
|
10362
|
+
cacheRead: number;
|
|
10363
|
+
cacheWrite: number;
|
|
10364
|
+
};
|
|
10365
|
+
contextWindow: number;
|
|
10366
|
+
maxTokens: number;
|
|
10367
|
+
};
|
|
10368
|
+
readonly "kwaipilot/kat-coder-air-v2.5": {
|
|
10369
|
+
id: string;
|
|
10370
|
+
name: string;
|
|
10371
|
+
api: "openai-completions";
|
|
10372
|
+
provider: string;
|
|
10373
|
+
baseUrl: string;
|
|
10374
|
+
reasoning: false;
|
|
10375
|
+
input: "text"[];
|
|
10376
|
+
cost: {
|
|
10377
|
+
input: number;
|
|
10378
|
+
output: number;
|
|
10379
|
+
cacheRead: number;
|
|
10380
|
+
cacheWrite: number;
|
|
10381
|
+
};
|
|
10382
|
+
contextWindow: number;
|
|
10383
|
+
maxTokens: number;
|
|
10384
|
+
};
|
|
10385
|
+
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
10386
|
+
id: string;
|
|
10387
|
+
name: string;
|
|
10388
|
+
api: "openai-completions";
|
|
10389
|
+
provider: string;
|
|
10390
|
+
baseUrl: string;
|
|
10391
|
+
reasoning: false;
|
|
10392
|
+
input: "text"[];
|
|
10393
|
+
cost: {
|
|
10394
|
+
input: number;
|
|
10395
|
+
output: number;
|
|
10396
|
+
cacheRead: number;
|
|
10397
|
+
cacheWrite: number;
|
|
10398
|
+
};
|
|
10399
|
+
contextWindow: number;
|
|
10400
|
+
maxTokens: number;
|
|
10401
|
+
};
|
|
10402
|
+
readonly "kwaipilot/kat-coder-pro-v2.5": {
|
|
10403
|
+
id: string;
|
|
10404
|
+
name: string;
|
|
10405
|
+
api: "openai-completions";
|
|
10406
|
+
provider: string;
|
|
10407
|
+
baseUrl: string;
|
|
10408
|
+
reasoning: false;
|
|
10409
|
+
input: "text"[];
|
|
10410
|
+
cost: {
|
|
10411
|
+
input: number;
|
|
10412
|
+
output: number;
|
|
10413
|
+
cacheRead: number;
|
|
10414
|
+
cacheWrite: number;
|
|
10415
|
+
};
|
|
10416
|
+
contextWindow: number;
|
|
10417
|
+
maxTokens: number;
|
|
10418
|
+
};
|
|
10419
|
+
readonly "meituan/longcat-2.0": {
|
|
10420
|
+
id: string;
|
|
10421
|
+
name: string;
|
|
10422
|
+
api: "openai-completions";
|
|
10423
|
+
provider: string;
|
|
10424
|
+
baseUrl: string;
|
|
10425
|
+
reasoning: true;
|
|
10426
|
+
input: "text"[];
|
|
10427
|
+
cost: {
|
|
10428
|
+
input: number;
|
|
10429
|
+
output: number;
|
|
10430
|
+
cacheRead: number;
|
|
10431
|
+
cacheWrite: number;
|
|
10432
|
+
};
|
|
10433
|
+
contextWindow: number;
|
|
10434
|
+
maxTokens: number;
|
|
10435
|
+
};
|
|
10436
|
+
readonly "meta-llama/llama-3.1-70b-instruct": {
|
|
10437
|
+
id: string;
|
|
10438
|
+
name: string;
|
|
10439
|
+
api: "openai-completions";
|
|
10440
|
+
provider: string;
|
|
10441
|
+
baseUrl: string;
|
|
10442
|
+
reasoning: false;
|
|
10443
|
+
input: "text"[];
|
|
10444
|
+
cost: {
|
|
10445
|
+
input: number;
|
|
10446
|
+
output: number;
|
|
10447
|
+
cacheRead: number;
|
|
10448
|
+
cacheWrite: number;
|
|
10449
|
+
};
|
|
10450
|
+
contextWindow: number;
|
|
10451
|
+
maxTokens: number;
|
|
10452
|
+
};
|
|
10453
|
+
readonly "meta-llama/llama-3.1-8b-instruct": {
|
|
10454
|
+
id: string;
|
|
10455
|
+
name: string;
|
|
10456
|
+
api: "openai-completions";
|
|
10457
|
+
provider: string;
|
|
10458
|
+
baseUrl: string;
|
|
10459
|
+
reasoning: false;
|
|
10460
|
+
input: "text"[];
|
|
10461
|
+
cost: {
|
|
10462
|
+
input: number;
|
|
10463
|
+
output: number;
|
|
10464
|
+
cacheRead: number;
|
|
10465
|
+
cacheWrite: number;
|
|
10466
|
+
};
|
|
10467
|
+
contextWindow: number;
|
|
10468
|
+
maxTokens: number;
|
|
10469
|
+
};
|
|
10470
|
+
readonly "meta-llama/llama-3.3-70b-instruct": {
|
|
10471
|
+
id: string;
|
|
10472
|
+
name: string;
|
|
10473
|
+
api: "openai-completions";
|
|
10474
|
+
provider: string;
|
|
10475
|
+
baseUrl: string;
|
|
10476
|
+
reasoning: false;
|
|
10477
|
+
input: "text"[];
|
|
10478
|
+
cost: {
|
|
10479
|
+
input: number;
|
|
10480
|
+
output: number;
|
|
10481
|
+
cacheRead: number;
|
|
10482
|
+
cacheWrite: number;
|
|
10483
|
+
};
|
|
10484
|
+
contextWindow: number;
|
|
10485
|
+
maxTokens: number;
|
|
10486
|
+
};
|
|
10487
|
+
readonly "meta-llama/llama-4-maverick": {
|
|
10488
|
+
id: string;
|
|
10489
|
+
name: string;
|
|
10490
|
+
api: "openai-completions";
|
|
10491
|
+
provider: string;
|
|
10492
|
+
baseUrl: string;
|
|
10493
|
+
reasoning: false;
|
|
10494
|
+
input: ("image" | "text")[];
|
|
10495
|
+
cost: {
|
|
10496
|
+
input: number;
|
|
10497
|
+
output: number;
|
|
10498
|
+
cacheRead: number;
|
|
10499
|
+
cacheWrite: number;
|
|
10500
|
+
};
|
|
10501
|
+
contextWindow: number;
|
|
10502
|
+
maxTokens: number;
|
|
10503
|
+
};
|
|
10504
|
+
readonly "meta-llama/llama-4-scout": {
|
|
10505
|
+
id: string;
|
|
10506
|
+
name: string;
|
|
10507
|
+
api: "openai-completions";
|
|
10508
|
+
provider: string;
|
|
10509
|
+
baseUrl: string;
|
|
10510
|
+
reasoning: false;
|
|
10511
|
+
input: ("image" | "text")[];
|
|
10512
|
+
cost: {
|
|
10513
|
+
input: number;
|
|
10514
|
+
output: number;
|
|
10515
|
+
cacheRead: number;
|
|
10516
|
+
cacheWrite: number;
|
|
10517
|
+
};
|
|
10518
|
+
contextWindow: number;
|
|
10519
|
+
maxTokens: number;
|
|
10520
|
+
};
|
|
10521
|
+
readonly "meta/muse-spark-1.1": {
|
|
10522
|
+
id: string;
|
|
10523
|
+
name: string;
|
|
10524
|
+
api: "openai-completions";
|
|
10525
|
+
provider: string;
|
|
10526
|
+
baseUrl: string;
|
|
10527
|
+
reasoning: true;
|
|
10528
|
+
input: ("image" | "text")[];
|
|
10529
|
+
cost: {
|
|
10530
|
+
input: number;
|
|
10531
|
+
output: number;
|
|
10532
|
+
cacheRead: number;
|
|
10533
|
+
cacheWrite: number;
|
|
10534
|
+
};
|
|
10535
|
+
contextWindow: number;
|
|
10536
|
+
maxTokens: number;
|
|
10537
|
+
};
|
|
10538
|
+
readonly "meta/muse-spark-1.2": {
|
|
10539
|
+
id: string;
|
|
10540
|
+
name: string;
|
|
10541
|
+
api: "openai-completions";
|
|
10542
|
+
provider: string;
|
|
10543
|
+
baseUrl: string;
|
|
10544
|
+
reasoning: true;
|
|
10545
|
+
input: ("image" | "text")[];
|
|
10546
|
+
cost: {
|
|
10547
|
+
input: number;
|
|
10548
|
+
output: number;
|
|
10549
|
+
cacheRead: number;
|
|
10550
|
+
cacheWrite: number;
|
|
10551
|
+
};
|
|
10552
|
+
contextWindow: number;
|
|
10553
|
+
maxTokens: number;
|
|
10554
|
+
};
|
|
10555
|
+
readonly "minimax/minimax-m1": {
|
|
10556
|
+
id: string;
|
|
10557
|
+
name: string;
|
|
10558
|
+
api: "openai-completions";
|
|
10559
|
+
provider: string;
|
|
10560
|
+
baseUrl: string;
|
|
10561
|
+
reasoning: true;
|
|
10562
|
+
input: "text"[];
|
|
10563
|
+
cost: {
|
|
10564
|
+
input: number;
|
|
10565
|
+
output: number;
|
|
10566
|
+
cacheRead: number;
|
|
10567
|
+
cacheWrite: number;
|
|
10568
|
+
};
|
|
10569
|
+
contextWindow: number;
|
|
10570
|
+
maxTokens: number;
|
|
10571
|
+
};
|
|
10572
|
+
readonly "minimax/minimax-m2": {
|
|
10573
|
+
id: string;
|
|
10574
|
+
name: string;
|
|
10575
|
+
api: "openai-completions";
|
|
10576
|
+
provider: string;
|
|
10577
|
+
baseUrl: string;
|
|
10578
|
+
reasoning: true;
|
|
10579
|
+
input: "text"[];
|
|
10580
|
+
cost: {
|
|
10581
|
+
input: number;
|
|
10582
|
+
output: number;
|
|
10583
|
+
cacheRead: number;
|
|
10584
|
+
cacheWrite: number;
|
|
10585
|
+
};
|
|
10586
|
+
contextWindow: number;
|
|
10587
|
+
maxTokens: number;
|
|
10588
|
+
};
|
|
10589
|
+
readonly "minimax/minimax-m2.1": {
|
|
10590
|
+
id: string;
|
|
10591
|
+
name: string;
|
|
10592
|
+
api: "openai-completions";
|
|
10593
|
+
provider: string;
|
|
10594
|
+
baseUrl: string;
|
|
10595
|
+
reasoning: true;
|
|
10596
|
+
input: "text"[];
|
|
10597
|
+
cost: {
|
|
10598
|
+
input: number;
|
|
10599
|
+
output: number;
|
|
10600
|
+
cacheRead: number;
|
|
10601
|
+
cacheWrite: number;
|
|
10602
|
+
};
|
|
10603
|
+
contextWindow: number;
|
|
10604
|
+
maxTokens: number;
|
|
10605
|
+
};
|
|
10606
|
+
readonly "minimax/minimax-m2.5": {
|
|
10607
|
+
id: string;
|
|
10608
|
+
name: string;
|
|
10609
|
+
api: "openai-completions";
|
|
10610
|
+
provider: string;
|
|
10611
|
+
baseUrl: string;
|
|
10612
|
+
reasoning: true;
|
|
10613
|
+
input: "text"[];
|
|
10614
|
+
cost: {
|
|
10615
|
+
input: number;
|
|
10616
|
+
output: number;
|
|
10617
|
+
cacheRead: number;
|
|
10618
|
+
cacheWrite: number;
|
|
10619
|
+
};
|
|
10620
|
+
contextWindow: number;
|
|
10621
|
+
maxTokens: number;
|
|
10622
|
+
};
|
|
10623
|
+
readonly "minimax/minimax-m2.7": {
|
|
10624
|
+
id: string;
|
|
10625
|
+
name: string;
|
|
10626
|
+
api: "openai-completions";
|
|
10627
|
+
provider: string;
|
|
10628
|
+
baseUrl: string;
|
|
10629
|
+
reasoning: true;
|
|
10630
|
+
input: "text"[];
|
|
10631
|
+
cost: {
|
|
10632
|
+
input: number;
|
|
10633
|
+
output: number;
|
|
10634
|
+
cacheRead: number;
|
|
10635
|
+
cacheWrite: number;
|
|
10636
|
+
};
|
|
10637
|
+
contextWindow: number;
|
|
10638
|
+
maxTokens: number;
|
|
10639
|
+
};
|
|
10640
|
+
readonly "minimax/minimax-m3": {
|
|
10641
|
+
id: string;
|
|
10642
|
+
name: string;
|
|
10643
|
+
api: "openai-completions";
|
|
10644
|
+
provider: string;
|
|
10645
|
+
baseUrl: string;
|
|
10646
|
+
reasoning: true;
|
|
10647
|
+
input: ("image" | "text")[];
|
|
10648
|
+
cost: {
|
|
10649
|
+
input: number;
|
|
10650
|
+
output: number;
|
|
10651
|
+
cacheRead: number;
|
|
10652
|
+
cacheWrite: number;
|
|
10653
|
+
};
|
|
10654
|
+
contextWindow: number;
|
|
10655
|
+
maxTokens: number;
|
|
10656
|
+
};
|
|
10657
|
+
readonly "minimax/minimax-m3:batch": {
|
|
10658
|
+
id: string;
|
|
10659
|
+
name: string;
|
|
10660
|
+
api: "openai-completions";
|
|
10661
|
+
provider: string;
|
|
10662
|
+
baseUrl: string;
|
|
10663
|
+
reasoning: true;
|
|
10664
|
+
input: ("image" | "text")[];
|
|
10665
|
+
cost: {
|
|
10666
|
+
input: number;
|
|
10667
|
+
output: number;
|
|
10668
|
+
cacheRead: number;
|
|
10669
|
+
cacheWrite: number;
|
|
10670
|
+
};
|
|
10671
|
+
contextWindow: number;
|
|
10672
|
+
maxTokens: number;
|
|
10673
|
+
};
|
|
10674
|
+
readonly "mistralai/codestral-2508": {
|
|
10675
|
+
id: string;
|
|
10676
|
+
name: string;
|
|
10677
|
+
api: "openai-completions";
|
|
10678
|
+
provider: string;
|
|
10679
|
+
baseUrl: string;
|
|
10680
|
+
reasoning: false;
|
|
10681
|
+
input: "text"[];
|
|
10682
|
+
cost: {
|
|
10683
|
+
input: number;
|
|
10684
|
+
output: number;
|
|
10685
|
+
cacheRead: number;
|
|
10686
|
+
cacheWrite: number;
|
|
10687
|
+
};
|
|
10688
|
+
contextWindow: number;
|
|
10689
|
+
maxTokens: number;
|
|
10690
|
+
};
|
|
10691
|
+
readonly "mistralai/ministral-14b-2512": {
|
|
10692
|
+
id: string;
|
|
10693
|
+
name: string;
|
|
10694
|
+
api: "openai-completions";
|
|
10695
|
+
provider: string;
|
|
10696
|
+
baseUrl: string;
|
|
10697
|
+
reasoning: false;
|
|
10698
|
+
input: ("image" | "text")[];
|
|
10699
|
+
cost: {
|
|
10700
|
+
input: number;
|
|
10701
|
+
output: number;
|
|
10702
|
+
cacheRead: number;
|
|
10703
|
+
cacheWrite: number;
|
|
10704
|
+
};
|
|
10705
|
+
contextWindow: number;
|
|
10706
|
+
maxTokens: number;
|
|
10707
|
+
};
|
|
10708
|
+
readonly "mistralai/ministral-3b-2512": {
|
|
10709
|
+
id: string;
|
|
10710
|
+
name: string;
|
|
10711
|
+
api: "openai-completions";
|
|
10712
|
+
provider: string;
|
|
10713
|
+
baseUrl: string;
|
|
10714
|
+
reasoning: false;
|
|
10715
|
+
input: ("image" | "text")[];
|
|
10716
|
+
cost: {
|
|
10717
|
+
input: number;
|
|
10718
|
+
output: number;
|
|
10719
|
+
cacheRead: number;
|
|
10720
|
+
cacheWrite: number;
|
|
10721
|
+
};
|
|
10722
|
+
contextWindow: number;
|
|
10723
|
+
maxTokens: number;
|
|
10724
|
+
};
|
|
10725
|
+
readonly "mistralai/ministral-8b-2512": {
|
|
10726
|
+
id: string;
|
|
10727
|
+
name: string;
|
|
10728
|
+
api: "openai-completions";
|
|
10729
|
+
provider: string;
|
|
10730
|
+
baseUrl: string;
|
|
10731
|
+
reasoning: false;
|
|
10732
|
+
input: ("image" | "text")[];
|
|
10733
|
+
cost: {
|
|
10734
|
+
input: number;
|
|
10735
|
+
output: number;
|
|
10736
|
+
cacheRead: number;
|
|
10737
|
+
cacheWrite: number;
|
|
10738
|
+
};
|
|
10739
|
+
contextWindow: number;
|
|
10740
|
+
maxTokens: number;
|
|
10741
|
+
};
|
|
10742
|
+
readonly "mistralai/mistral-large": {
|
|
9731
10743
|
id: string;
|
|
9732
10744
|
name: string;
|
|
9733
10745
|
api: "openai-completions";
|
|
9734
10746
|
provider: string;
|
|
9735
10747
|
baseUrl: string;
|
|
9736
|
-
reasoning:
|
|
9737
|
-
input:
|
|
10748
|
+
reasoning: false;
|
|
10749
|
+
input: "text"[];
|
|
9738
10750
|
cost: {
|
|
9739
10751
|
input: number;
|
|
9740
10752
|
output: number;
|
|
@@ -9744,14 +10756,14 @@ export declare const MODELS: {
|
|
|
9744
10756
|
contextWindow: number;
|
|
9745
10757
|
maxTokens: number;
|
|
9746
10758
|
};
|
|
9747
|
-
readonly "
|
|
10759
|
+
readonly "mistralai/mistral-large-2407": {
|
|
9748
10760
|
id: string;
|
|
9749
10761
|
name: string;
|
|
9750
10762
|
api: "openai-completions";
|
|
9751
10763
|
provider: string;
|
|
9752
10764
|
baseUrl: string;
|
|
9753
|
-
reasoning:
|
|
9754
|
-
input:
|
|
10765
|
+
reasoning: false;
|
|
10766
|
+
input: "text"[];
|
|
9755
10767
|
cost: {
|
|
9756
10768
|
input: number;
|
|
9757
10769
|
output: number;
|
|
@@ -9761,7 +10773,7 @@ export declare const MODELS: {
|
|
|
9761
10773
|
contextWindow: number;
|
|
9762
10774
|
maxTokens: number;
|
|
9763
10775
|
};
|
|
9764
|
-
readonly "
|
|
10776
|
+
readonly "mistralai/mistral-large-2512": {
|
|
9765
10777
|
id: string;
|
|
9766
10778
|
name: string;
|
|
9767
10779
|
api: "openai-completions";
|
|
@@ -9778,7 +10790,7 @@ export declare const MODELS: {
|
|
|
9778
10790
|
contextWindow: number;
|
|
9779
10791
|
maxTokens: number;
|
|
9780
10792
|
};
|
|
9781
|
-
readonly "
|
|
10793
|
+
readonly "mistralai/mistral-medium-3": {
|
|
9782
10794
|
id: string;
|
|
9783
10795
|
name: string;
|
|
9784
10796
|
api: "openai-completions";
|
|
@@ -9795,7 +10807,7 @@ export declare const MODELS: {
|
|
|
9795
10807
|
contextWindow: number;
|
|
9796
10808
|
maxTokens: number;
|
|
9797
10809
|
};
|
|
9798
|
-
readonly "
|
|
10810
|
+
readonly "mistralai/mistral-medium-3-5": {
|
|
9799
10811
|
id: string;
|
|
9800
10812
|
name: string;
|
|
9801
10813
|
api: "openai-completions";
|
|
@@ -9812,13 +10824,13 @@ export declare const MODELS: {
|
|
|
9812
10824
|
contextWindow: number;
|
|
9813
10825
|
maxTokens: number;
|
|
9814
10826
|
};
|
|
9815
|
-
readonly "
|
|
10827
|
+
readonly "mistralai/mistral-medium-3.1": {
|
|
9816
10828
|
id: string;
|
|
9817
10829
|
name: string;
|
|
9818
10830
|
api: "openai-completions";
|
|
9819
10831
|
provider: string;
|
|
9820
10832
|
baseUrl: string;
|
|
9821
|
-
reasoning:
|
|
10833
|
+
reasoning: false;
|
|
9822
10834
|
input: ("image" | "text")[];
|
|
9823
10835
|
cost: {
|
|
9824
10836
|
input: number;
|
|
@@ -9829,14 +10841,14 @@ export declare const MODELS: {
|
|
|
9829
10841
|
contextWindow: number;
|
|
9830
10842
|
maxTokens: number;
|
|
9831
10843
|
};
|
|
9832
|
-
readonly "
|
|
10844
|
+
readonly "mistralai/mistral-nemo": {
|
|
9833
10845
|
id: string;
|
|
9834
10846
|
name: string;
|
|
9835
10847
|
api: "openai-completions";
|
|
9836
10848
|
provider: string;
|
|
9837
10849
|
baseUrl: string;
|
|
9838
|
-
reasoning:
|
|
9839
|
-
input:
|
|
10850
|
+
reasoning: false;
|
|
10851
|
+
input: "text"[];
|
|
9840
10852
|
cost: {
|
|
9841
10853
|
input: number;
|
|
9842
10854
|
output: number;
|
|
@@ -9846,7 +10858,24 @@ export declare const MODELS: {
|
|
|
9846
10858
|
contextWindow: number;
|
|
9847
10859
|
maxTokens: number;
|
|
9848
10860
|
};
|
|
9849
|
-
readonly "
|
|
10861
|
+
readonly "mistralai/mistral-saba": {
|
|
10862
|
+
id: string;
|
|
10863
|
+
name: string;
|
|
10864
|
+
api: "openai-completions";
|
|
10865
|
+
provider: string;
|
|
10866
|
+
baseUrl: string;
|
|
10867
|
+
reasoning: false;
|
|
10868
|
+
input: "text"[];
|
|
10869
|
+
cost: {
|
|
10870
|
+
input: number;
|
|
10871
|
+
output: number;
|
|
10872
|
+
cacheRead: number;
|
|
10873
|
+
cacheWrite: number;
|
|
10874
|
+
};
|
|
10875
|
+
contextWindow: number;
|
|
10876
|
+
maxTokens: number;
|
|
10877
|
+
};
|
|
10878
|
+
readonly "mistralai/mistral-small-2603": {
|
|
9850
10879
|
id: string;
|
|
9851
10880
|
name: string;
|
|
9852
10881
|
api: "openai-completions";
|
|
@@ -9863,14 +10892,14 @@ export declare const MODELS: {
|
|
|
9863
10892
|
contextWindow: number;
|
|
9864
10893
|
maxTokens: number;
|
|
9865
10894
|
};
|
|
9866
|
-
readonly "
|
|
10895
|
+
readonly "mistralai/mistral-small-3.2-24b-instruct": {
|
|
9867
10896
|
id: string;
|
|
9868
10897
|
name: string;
|
|
9869
10898
|
api: "openai-completions";
|
|
9870
10899
|
provider: string;
|
|
9871
10900
|
baseUrl: string;
|
|
9872
10901
|
reasoning: false;
|
|
9873
|
-
input: "text"[];
|
|
10902
|
+
input: ("image" | "text")[];
|
|
9874
10903
|
cost: {
|
|
9875
10904
|
input: number;
|
|
9876
10905
|
output: number;
|
|
@@ -9880,13 +10909,13 @@ export declare const MODELS: {
|
|
|
9880
10909
|
contextWindow: number;
|
|
9881
10910
|
maxTokens: number;
|
|
9882
10911
|
};
|
|
9883
|
-
readonly "
|
|
10912
|
+
readonly "mistralai/mixtral-8x22b-instruct": {
|
|
9884
10913
|
id: string;
|
|
9885
10914
|
name: string;
|
|
9886
10915
|
api: "openai-completions";
|
|
9887
10916
|
provider: string;
|
|
9888
10917
|
baseUrl: string;
|
|
9889
|
-
reasoning:
|
|
10918
|
+
reasoning: false;
|
|
9890
10919
|
input: "text"[];
|
|
9891
10920
|
cost: {
|
|
9892
10921
|
input: number;
|
|
@@ -9897,7 +10926,7 @@ export declare const MODELS: {
|
|
|
9897
10926
|
contextWindow: number;
|
|
9898
10927
|
maxTokens: number;
|
|
9899
10928
|
};
|
|
9900
|
-
readonly "
|
|
10929
|
+
readonly "mistralai/voxtral-small-24b-2507": {
|
|
9901
10930
|
id: string;
|
|
9902
10931
|
name: string;
|
|
9903
10932
|
api: "openai-completions";
|
|
@@ -9914,7 +10943,7 @@ export declare const MODELS: {
|
|
|
9914
10943
|
contextWindow: number;
|
|
9915
10944
|
maxTokens: number;
|
|
9916
10945
|
};
|
|
9917
|
-
readonly "
|
|
10946
|
+
readonly "moonshotai/kimi-k2": {
|
|
9918
10947
|
id: string;
|
|
9919
10948
|
name: string;
|
|
9920
10949
|
api: "openai-completions";
|
|
@@ -9931,13 +10960,13 @@ export declare const MODELS: {
|
|
|
9931
10960
|
contextWindow: number;
|
|
9932
10961
|
maxTokens: number;
|
|
9933
10962
|
};
|
|
9934
|
-
readonly "
|
|
10963
|
+
readonly "moonshotai/kimi-k2-0905": {
|
|
9935
10964
|
id: string;
|
|
9936
10965
|
name: string;
|
|
9937
10966
|
api: "openai-completions";
|
|
9938
10967
|
provider: string;
|
|
9939
10968
|
baseUrl: string;
|
|
9940
|
-
reasoning:
|
|
10969
|
+
reasoning: false;
|
|
9941
10970
|
input: "text"[];
|
|
9942
10971
|
cost: {
|
|
9943
10972
|
input: number;
|
|
@@ -9948,7 +10977,7 @@ export declare const MODELS: {
|
|
|
9948
10977
|
contextWindow: number;
|
|
9949
10978
|
maxTokens: number;
|
|
9950
10979
|
};
|
|
9951
|
-
readonly "
|
|
10980
|
+
readonly "moonshotai/kimi-k2-thinking": {
|
|
9952
10981
|
id: string;
|
|
9953
10982
|
name: string;
|
|
9954
10983
|
api: "openai-completions";
|
|
@@ -9965,14 +10994,14 @@ export declare const MODELS: {
|
|
|
9965
10994
|
contextWindow: number;
|
|
9966
10995
|
maxTokens: number;
|
|
9967
10996
|
};
|
|
9968
|
-
readonly "
|
|
10997
|
+
readonly "moonshotai/kimi-k2.5": {
|
|
9969
10998
|
id: string;
|
|
9970
10999
|
name: string;
|
|
9971
11000
|
api: "openai-completions";
|
|
9972
11001
|
provider: string;
|
|
9973
11002
|
baseUrl: string;
|
|
9974
|
-
reasoning:
|
|
9975
|
-
input: "text"[];
|
|
11003
|
+
reasoning: true;
|
|
11004
|
+
input: ("image" | "text")[];
|
|
9976
11005
|
cost: {
|
|
9977
11006
|
input: number;
|
|
9978
11007
|
output: number;
|
|
@@ -9982,14 +11011,14 @@ export declare const MODELS: {
|
|
|
9982
11011
|
contextWindow: number;
|
|
9983
11012
|
maxTokens: number;
|
|
9984
11013
|
};
|
|
9985
|
-
readonly "
|
|
11014
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
9986
11015
|
id: string;
|
|
9987
11016
|
name: string;
|
|
9988
11017
|
api: "openai-completions";
|
|
9989
11018
|
provider: string;
|
|
9990
11019
|
baseUrl: string;
|
|
9991
|
-
reasoning:
|
|
9992
|
-
input: "text"[];
|
|
11020
|
+
reasoning: true;
|
|
11021
|
+
input: ("image" | "text")[];
|
|
9993
11022
|
cost: {
|
|
9994
11023
|
input: number;
|
|
9995
11024
|
output: number;
|
|
@@ -9999,14 +11028,14 @@ export declare const MODELS: {
|
|
|
9999
11028
|
contextWindow: number;
|
|
10000
11029
|
maxTokens: number;
|
|
10001
11030
|
};
|
|
10002
|
-
readonly "
|
|
11031
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
10003
11032
|
id: string;
|
|
10004
11033
|
name: string;
|
|
10005
11034
|
api: "openai-completions";
|
|
10006
11035
|
provider: string;
|
|
10007
11036
|
baseUrl: string;
|
|
10008
|
-
reasoning:
|
|
10009
|
-
input: "text"[];
|
|
11037
|
+
reasoning: true;
|
|
11038
|
+
input: ("image" | "text")[];
|
|
10010
11039
|
cost: {
|
|
10011
11040
|
input: number;
|
|
10012
11041
|
output: number;
|
|
@@ -10016,14 +11045,14 @@ export declare const MODELS: {
|
|
|
10016
11045
|
contextWindow: number;
|
|
10017
11046
|
maxTokens: number;
|
|
10018
11047
|
};
|
|
10019
|
-
readonly "
|
|
11048
|
+
readonly "moonshotai/kimi-k2.7-code:batch": {
|
|
10020
11049
|
id: string;
|
|
10021
11050
|
name: string;
|
|
10022
11051
|
api: "openai-completions";
|
|
10023
11052
|
provider: string;
|
|
10024
11053
|
baseUrl: string;
|
|
10025
11054
|
reasoning: true;
|
|
10026
|
-
input: "text"[];
|
|
11055
|
+
input: ("image" | "text")[];
|
|
10027
11056
|
cost: {
|
|
10028
11057
|
input: number;
|
|
10029
11058
|
output: number;
|
|
@@ -10033,14 +11062,14 @@ export declare const MODELS: {
|
|
|
10033
11062
|
contextWindow: number;
|
|
10034
11063
|
maxTokens: number;
|
|
10035
11064
|
};
|
|
10036
|
-
readonly "
|
|
11065
|
+
readonly "moonshotai/kimi-k3": {
|
|
10037
11066
|
id: string;
|
|
10038
11067
|
name: string;
|
|
10039
11068
|
api: "openai-completions";
|
|
10040
11069
|
provider: string;
|
|
10041
11070
|
baseUrl: string;
|
|
10042
|
-
reasoning:
|
|
10043
|
-
input: "text"[];
|
|
11071
|
+
reasoning: true;
|
|
11072
|
+
input: ("image" | "text")[];
|
|
10044
11073
|
cost: {
|
|
10045
11074
|
input: number;
|
|
10046
11075
|
output: number;
|
|
@@ -10050,14 +11079,14 @@ export declare const MODELS: {
|
|
|
10050
11079
|
contextWindow: number;
|
|
10051
11080
|
maxTokens: number;
|
|
10052
11081
|
};
|
|
10053
|
-
readonly "
|
|
11082
|
+
readonly "nex-agi/nex-n2-mini": {
|
|
10054
11083
|
id: string;
|
|
10055
11084
|
name: string;
|
|
10056
11085
|
api: "openai-completions";
|
|
10057
11086
|
provider: string;
|
|
10058
11087
|
baseUrl: string;
|
|
10059
|
-
reasoning:
|
|
10060
|
-
input: "text"[];
|
|
11088
|
+
reasoning: true;
|
|
11089
|
+
input: ("image" | "text")[];
|
|
10061
11090
|
cost: {
|
|
10062
11091
|
input: number;
|
|
10063
11092
|
output: number;
|
|
@@ -10067,14 +11096,14 @@ export declare const MODELS: {
|
|
|
10067
11096
|
contextWindow: number;
|
|
10068
11097
|
maxTokens: number;
|
|
10069
11098
|
};
|
|
10070
|
-
readonly "
|
|
11099
|
+
readonly "nex-agi/nex-n2-pro": {
|
|
10071
11100
|
id: string;
|
|
10072
11101
|
name: string;
|
|
10073
11102
|
api: "openai-completions";
|
|
10074
11103
|
provider: string;
|
|
10075
11104
|
baseUrl: string;
|
|
10076
|
-
reasoning:
|
|
10077
|
-
input: "text"[];
|
|
11105
|
+
reasoning: true;
|
|
11106
|
+
input: ("image" | "text")[];
|
|
10078
11107
|
cost: {
|
|
10079
11108
|
input: number;
|
|
10080
11109
|
output: number;
|
|
@@ -10084,14 +11113,14 @@ export declare const MODELS: {
|
|
|
10084
11113
|
contextWindow: number;
|
|
10085
11114
|
maxTokens: number;
|
|
10086
11115
|
};
|
|
10087
|
-
readonly "
|
|
11116
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
10088
11117
|
id: string;
|
|
10089
11118
|
name: string;
|
|
10090
11119
|
api: "openai-completions";
|
|
10091
11120
|
provider: string;
|
|
10092
11121
|
baseUrl: string;
|
|
10093
|
-
reasoning:
|
|
10094
|
-
input:
|
|
11122
|
+
reasoning: true;
|
|
11123
|
+
input: "text"[];
|
|
10095
11124
|
cost: {
|
|
10096
11125
|
input: number;
|
|
10097
11126
|
output: number;
|
|
@@ -10101,14 +11130,14 @@ export declare const MODELS: {
|
|
|
10101
11130
|
contextWindow: number;
|
|
10102
11131
|
maxTokens: number;
|
|
10103
11132
|
};
|
|
10104
|
-
readonly "
|
|
11133
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b:free": {
|
|
10105
11134
|
id: string;
|
|
10106
11135
|
name: string;
|
|
10107
11136
|
api: "openai-completions";
|
|
10108
11137
|
provider: string;
|
|
10109
11138
|
baseUrl: string;
|
|
10110
|
-
reasoning:
|
|
10111
|
-
input:
|
|
11139
|
+
reasoning: true;
|
|
11140
|
+
input: "text"[];
|
|
10112
11141
|
cost: {
|
|
10113
11142
|
input: number;
|
|
10114
11143
|
output: number;
|
|
@@ -10118,7 +11147,7 @@ export declare const MODELS: {
|
|
|
10118
11147
|
contextWindow: number;
|
|
10119
11148
|
maxTokens: number;
|
|
10120
11149
|
};
|
|
10121
|
-
readonly "
|
|
11150
|
+
readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
10122
11151
|
id: string;
|
|
10123
11152
|
name: string;
|
|
10124
11153
|
api: "openai-completions";
|
|
@@ -10135,7 +11164,7 @@ export declare const MODELS: {
|
|
|
10135
11164
|
contextWindow: number;
|
|
10136
11165
|
maxTokens: number;
|
|
10137
11166
|
};
|
|
10138
|
-
readonly "
|
|
11167
|
+
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
10139
11168
|
id: string;
|
|
10140
11169
|
name: string;
|
|
10141
11170
|
api: "openai-completions";
|
|
@@ -10152,7 +11181,7 @@ export declare const MODELS: {
|
|
|
10152
11181
|
contextWindow: number;
|
|
10153
11182
|
maxTokens: number;
|
|
10154
11183
|
};
|
|
10155
|
-
readonly "
|
|
11184
|
+
readonly "nvidia/nemotron-3-super-120b-a12b:free": {
|
|
10156
11185
|
id: string;
|
|
10157
11186
|
name: string;
|
|
10158
11187
|
api: "openai-completions";
|
|
@@ -10169,7 +11198,7 @@ export declare const MODELS: {
|
|
|
10169
11198
|
contextWindow: number;
|
|
10170
11199
|
maxTokens: number;
|
|
10171
11200
|
};
|
|
10172
|
-
readonly "
|
|
11201
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
10173
11202
|
id: string;
|
|
10174
11203
|
name: string;
|
|
10175
11204
|
api: "openai-completions";
|
|
@@ -10186,7 +11215,7 @@ export declare const MODELS: {
|
|
|
10186
11215
|
contextWindow: number;
|
|
10187
11216
|
maxTokens: number;
|
|
10188
11217
|
};
|
|
10189
|
-
readonly "
|
|
11218
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b:batch": {
|
|
10190
11219
|
id: string;
|
|
10191
11220
|
name: string;
|
|
10192
11221
|
api: "openai-completions";
|
|
@@ -10203,7 +11232,7 @@ export declare const MODELS: {
|
|
|
10203
11232
|
contextWindow: number;
|
|
10204
11233
|
maxTokens: number;
|
|
10205
11234
|
};
|
|
10206
|
-
readonly "
|
|
11235
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
10207
11236
|
id: string;
|
|
10208
11237
|
name: string;
|
|
10209
11238
|
api: "openai-completions";
|
|
@@ -10220,7 +11249,7 @@ export declare const MODELS: {
|
|
|
10220
11249
|
contextWindow: number;
|
|
10221
11250
|
maxTokens: number;
|
|
10222
11251
|
};
|
|
10223
|
-
readonly "
|
|
11252
|
+
readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
10224
11253
|
id: string;
|
|
10225
11254
|
name: string;
|
|
10226
11255
|
api: "openai-completions";
|
|
@@ -10237,13 +11266,13 @@ export declare const MODELS: {
|
|
|
10237
11266
|
contextWindow: number;
|
|
10238
11267
|
maxTokens: number;
|
|
10239
11268
|
};
|
|
10240
|
-
readonly "
|
|
11269
|
+
readonly "nvidia/nemotron-nano-9b-v2:free": {
|
|
10241
11270
|
id: string;
|
|
10242
11271
|
name: string;
|
|
10243
11272
|
api: "openai-completions";
|
|
10244
11273
|
provider: string;
|
|
10245
11274
|
baseUrl: string;
|
|
10246
|
-
reasoning:
|
|
11275
|
+
reasoning: true;
|
|
10247
11276
|
input: "text"[];
|
|
10248
11277
|
cost: {
|
|
10249
11278
|
input: number;
|
|
@@ -10254,14 +11283,14 @@ export declare const MODELS: {
|
|
|
10254
11283
|
contextWindow: number;
|
|
10255
11284
|
maxTokens: number;
|
|
10256
11285
|
};
|
|
10257
|
-
readonly "
|
|
11286
|
+
readonly "openai/gpt-3.5-turbo": {
|
|
10258
11287
|
id: string;
|
|
10259
11288
|
name: string;
|
|
10260
11289
|
api: "openai-completions";
|
|
10261
11290
|
provider: string;
|
|
10262
11291
|
baseUrl: string;
|
|
10263
11292
|
reasoning: false;
|
|
10264
|
-
input:
|
|
11293
|
+
input: "text"[];
|
|
10265
11294
|
cost: {
|
|
10266
11295
|
input: number;
|
|
10267
11296
|
output: number;
|
|
@@ -10271,14 +11300,14 @@ export declare const MODELS: {
|
|
|
10271
11300
|
contextWindow: number;
|
|
10272
11301
|
maxTokens: number;
|
|
10273
11302
|
};
|
|
10274
|
-
readonly "
|
|
11303
|
+
readonly "openai/gpt-3.5-turbo-0613": {
|
|
10275
11304
|
id: string;
|
|
10276
11305
|
name: string;
|
|
10277
11306
|
api: "openai-completions";
|
|
10278
11307
|
provider: string;
|
|
10279
11308
|
baseUrl: string;
|
|
10280
11309
|
reasoning: false;
|
|
10281
|
-
input:
|
|
11310
|
+
input: "text"[];
|
|
10282
11311
|
cost: {
|
|
10283
11312
|
input: number;
|
|
10284
11313
|
output: number;
|
|
@@ -10288,14 +11317,14 @@ export declare const MODELS: {
|
|
|
10288
11317
|
contextWindow: number;
|
|
10289
11318
|
maxTokens: number;
|
|
10290
11319
|
};
|
|
10291
|
-
readonly "
|
|
11320
|
+
readonly "openai/gpt-3.5-turbo-16k": {
|
|
10292
11321
|
id: string;
|
|
10293
11322
|
name: string;
|
|
10294
11323
|
api: "openai-completions";
|
|
10295
11324
|
provider: string;
|
|
10296
11325
|
baseUrl: string;
|
|
10297
11326
|
reasoning: false;
|
|
10298
|
-
input:
|
|
11327
|
+
input: "text"[];
|
|
10299
11328
|
cost: {
|
|
10300
11329
|
input: number;
|
|
10301
11330
|
output: number;
|
|
@@ -10305,7 +11334,7 @@ export declare const MODELS: {
|
|
|
10305
11334
|
contextWindow: number;
|
|
10306
11335
|
maxTokens: number;
|
|
10307
11336
|
};
|
|
10308
|
-
readonly "
|
|
11337
|
+
readonly "openai/gpt-3.5-turbo:batch": {
|
|
10309
11338
|
id: string;
|
|
10310
11339
|
name: string;
|
|
10311
11340
|
api: "openai-completions";
|
|
@@ -10322,7 +11351,7 @@ export declare const MODELS: {
|
|
|
10322
11351
|
contextWindow: number;
|
|
10323
11352
|
maxTokens: number;
|
|
10324
11353
|
};
|
|
10325
|
-
readonly "
|
|
11354
|
+
readonly "openai/gpt-4": {
|
|
10326
11355
|
id: string;
|
|
10327
11356
|
name: string;
|
|
10328
11357
|
api: "openai-completions";
|
|
@@ -10339,7 +11368,7 @@ export declare const MODELS: {
|
|
|
10339
11368
|
contextWindow: number;
|
|
10340
11369
|
maxTokens: number;
|
|
10341
11370
|
};
|
|
10342
|
-
readonly "
|
|
11371
|
+
readonly "openai/gpt-4-turbo": {
|
|
10343
11372
|
id: string;
|
|
10344
11373
|
name: string;
|
|
10345
11374
|
api: "openai-completions";
|
|
@@ -10356,7 +11385,24 @@ export declare const MODELS: {
|
|
|
10356
11385
|
contextWindow: number;
|
|
10357
11386
|
maxTokens: number;
|
|
10358
11387
|
};
|
|
10359
|
-
readonly "
|
|
11388
|
+
readonly "openai/gpt-4-turbo-preview": {
|
|
11389
|
+
id: string;
|
|
11390
|
+
name: string;
|
|
11391
|
+
api: "openai-completions";
|
|
11392
|
+
provider: string;
|
|
11393
|
+
baseUrl: string;
|
|
11394
|
+
reasoning: false;
|
|
11395
|
+
input: "text"[];
|
|
11396
|
+
cost: {
|
|
11397
|
+
input: number;
|
|
11398
|
+
output: number;
|
|
11399
|
+
cacheRead: number;
|
|
11400
|
+
cacheWrite: number;
|
|
11401
|
+
};
|
|
11402
|
+
contextWindow: number;
|
|
11403
|
+
maxTokens: number;
|
|
11404
|
+
};
|
|
11405
|
+
readonly "openai/gpt-4-turbo:batch": {
|
|
10360
11406
|
id: string;
|
|
10361
11407
|
name: string;
|
|
10362
11408
|
api: "openai-completions";
|
|
@@ -10373,13 +11419,13 @@ export declare const MODELS: {
|
|
|
10373
11419
|
contextWindow: number;
|
|
10374
11420
|
maxTokens: number;
|
|
10375
11421
|
};
|
|
10376
|
-
readonly "
|
|
11422
|
+
readonly "openai/gpt-4.1": {
|
|
10377
11423
|
id: string;
|
|
10378
11424
|
name: string;
|
|
10379
11425
|
api: "openai-completions";
|
|
10380
11426
|
provider: string;
|
|
10381
11427
|
baseUrl: string;
|
|
10382
|
-
reasoning:
|
|
11428
|
+
reasoning: false;
|
|
10383
11429
|
input: ("image" | "text")[];
|
|
10384
11430
|
cost: {
|
|
10385
11431
|
input: number;
|
|
@@ -10390,7 +11436,7 @@ export declare const MODELS: {
|
|
|
10390
11436
|
contextWindow: number;
|
|
10391
11437
|
maxTokens: number;
|
|
10392
11438
|
};
|
|
10393
|
-
readonly "
|
|
11439
|
+
readonly "openai/gpt-4.1-mini": {
|
|
10394
11440
|
id: string;
|
|
10395
11441
|
name: string;
|
|
10396
11442
|
api: "openai-completions";
|
|
@@ -10407,14 +11453,14 @@ export declare const MODELS: {
|
|
|
10407
11453
|
contextWindow: number;
|
|
10408
11454
|
maxTokens: number;
|
|
10409
11455
|
};
|
|
10410
|
-
readonly "
|
|
11456
|
+
readonly "openai/gpt-4.1-mini:batch": {
|
|
10411
11457
|
id: string;
|
|
10412
11458
|
name: string;
|
|
10413
11459
|
api: "openai-completions";
|
|
10414
11460
|
provider: string;
|
|
10415
11461
|
baseUrl: string;
|
|
10416
11462
|
reasoning: false;
|
|
10417
|
-
input: "text"[];
|
|
11463
|
+
input: ("image" | "text")[];
|
|
10418
11464
|
cost: {
|
|
10419
11465
|
input: number;
|
|
10420
11466
|
output: number;
|
|
@@ -10424,14 +11470,14 @@ export declare const MODELS: {
|
|
|
10424
11470
|
contextWindow: number;
|
|
10425
11471
|
maxTokens: number;
|
|
10426
11472
|
};
|
|
10427
|
-
readonly "
|
|
11473
|
+
readonly "openai/gpt-4.1-nano": {
|
|
10428
11474
|
id: string;
|
|
10429
11475
|
name: string;
|
|
10430
11476
|
api: "openai-completions";
|
|
10431
11477
|
provider: string;
|
|
10432
11478
|
baseUrl: string;
|
|
10433
11479
|
reasoning: false;
|
|
10434
|
-
input: "text"[];
|
|
11480
|
+
input: ("image" | "text")[];
|
|
10435
11481
|
cost: {
|
|
10436
11482
|
input: number;
|
|
10437
11483
|
output: number;
|
|
@@ -10441,13 +11487,13 @@ export declare const MODELS: {
|
|
|
10441
11487
|
contextWindow: number;
|
|
10442
11488
|
maxTokens: number;
|
|
10443
11489
|
};
|
|
10444
|
-
readonly "
|
|
11490
|
+
readonly "openai/gpt-4.1-nano:batch": {
|
|
10445
11491
|
id: string;
|
|
10446
11492
|
name: string;
|
|
10447
11493
|
api: "openai-completions";
|
|
10448
11494
|
provider: string;
|
|
10449
11495
|
baseUrl: string;
|
|
10450
|
-
reasoning:
|
|
11496
|
+
reasoning: false;
|
|
10451
11497
|
input: ("image" | "text")[];
|
|
10452
11498
|
cost: {
|
|
10453
11499
|
input: number;
|
|
@@ -10458,7 +11504,7 @@ export declare const MODELS: {
|
|
|
10458
11504
|
contextWindow: number;
|
|
10459
11505
|
maxTokens: number;
|
|
10460
11506
|
};
|
|
10461
|
-
readonly "
|
|
11507
|
+
readonly "openai/gpt-4.1:batch": {
|
|
10462
11508
|
id: string;
|
|
10463
11509
|
name: string;
|
|
10464
11510
|
api: "openai-completions";
|
|
@@ -10475,14 +11521,14 @@ export declare const MODELS: {
|
|
|
10475
11521
|
contextWindow: number;
|
|
10476
11522
|
maxTokens: number;
|
|
10477
11523
|
};
|
|
10478
|
-
readonly "
|
|
11524
|
+
readonly "openai/gpt-4o": {
|
|
10479
11525
|
id: string;
|
|
10480
11526
|
name: string;
|
|
10481
11527
|
api: "openai-completions";
|
|
10482
11528
|
provider: string;
|
|
10483
11529
|
baseUrl: string;
|
|
10484
11530
|
reasoning: false;
|
|
10485
|
-
input: "text"[];
|
|
11531
|
+
input: ("image" | "text")[];
|
|
10486
11532
|
cost: {
|
|
10487
11533
|
input: number;
|
|
10488
11534
|
output: number;
|
|
@@ -10492,14 +11538,14 @@ export declare const MODELS: {
|
|
|
10492
11538
|
contextWindow: number;
|
|
10493
11539
|
maxTokens: number;
|
|
10494
11540
|
};
|
|
10495
|
-
readonly "
|
|
11541
|
+
readonly "openai/gpt-4o-2024-05-13": {
|
|
10496
11542
|
id: string;
|
|
10497
11543
|
name: string;
|
|
10498
11544
|
api: "openai-completions";
|
|
10499
11545
|
provider: string;
|
|
10500
11546
|
baseUrl: string;
|
|
10501
11547
|
reasoning: false;
|
|
10502
|
-
input: "text"[];
|
|
11548
|
+
input: ("image" | "text")[];
|
|
10503
11549
|
cost: {
|
|
10504
11550
|
input: number;
|
|
10505
11551
|
output: number;
|
|
@@ -10509,14 +11555,14 @@ export declare const MODELS: {
|
|
|
10509
11555
|
contextWindow: number;
|
|
10510
11556
|
maxTokens: number;
|
|
10511
11557
|
};
|
|
10512
|
-
readonly "
|
|
11558
|
+
readonly "openai/gpt-4o-2024-08-06": {
|
|
10513
11559
|
id: string;
|
|
10514
11560
|
name: string;
|
|
10515
11561
|
api: "openai-completions";
|
|
10516
11562
|
provider: string;
|
|
10517
11563
|
baseUrl: string;
|
|
10518
11564
|
reasoning: false;
|
|
10519
|
-
input: "text"[];
|
|
11565
|
+
input: ("image" | "text")[];
|
|
10520
11566
|
cost: {
|
|
10521
11567
|
input: number;
|
|
10522
11568
|
output: number;
|
|
@@ -10526,14 +11572,14 @@ export declare const MODELS: {
|
|
|
10526
11572
|
contextWindow: number;
|
|
10527
11573
|
maxTokens: number;
|
|
10528
11574
|
};
|
|
10529
|
-
readonly "
|
|
11575
|
+
readonly "openai/gpt-4o-2024-11-20": {
|
|
10530
11576
|
id: string;
|
|
10531
11577
|
name: string;
|
|
10532
11578
|
api: "openai-completions";
|
|
10533
11579
|
provider: string;
|
|
10534
11580
|
baseUrl: string;
|
|
10535
11581
|
reasoning: false;
|
|
10536
|
-
input: "text"[];
|
|
11582
|
+
input: ("image" | "text")[];
|
|
10537
11583
|
cost: {
|
|
10538
11584
|
input: number;
|
|
10539
11585
|
output: number;
|
|
@@ -10543,14 +11589,14 @@ export declare const MODELS: {
|
|
|
10543
11589
|
contextWindow: number;
|
|
10544
11590
|
maxTokens: number;
|
|
10545
11591
|
};
|
|
10546
|
-
readonly "
|
|
11592
|
+
readonly "openai/gpt-4o-mini": {
|
|
10547
11593
|
id: string;
|
|
10548
11594
|
name: string;
|
|
10549
11595
|
api: "openai-completions";
|
|
10550
11596
|
provider: string;
|
|
10551
11597
|
baseUrl: string;
|
|
10552
|
-
reasoning:
|
|
10553
|
-
input: "text"[];
|
|
11598
|
+
reasoning: false;
|
|
11599
|
+
input: ("image" | "text")[];
|
|
10554
11600
|
cost: {
|
|
10555
11601
|
input: number;
|
|
10556
11602
|
output: number;
|
|
@@ -10560,13 +11606,13 @@ export declare const MODELS: {
|
|
|
10560
11606
|
contextWindow: number;
|
|
10561
11607
|
maxTokens: number;
|
|
10562
11608
|
};
|
|
10563
|
-
readonly "
|
|
11609
|
+
readonly "openai/gpt-4o-mini-2024-07-18": {
|
|
10564
11610
|
id: string;
|
|
10565
11611
|
name: string;
|
|
10566
11612
|
api: "openai-completions";
|
|
10567
11613
|
provider: string;
|
|
10568
11614
|
baseUrl: string;
|
|
10569
|
-
reasoning:
|
|
11615
|
+
reasoning: false;
|
|
10570
11616
|
input: ("image" | "text")[];
|
|
10571
11617
|
cost: {
|
|
10572
11618
|
input: number;
|
|
@@ -10577,13 +11623,13 @@ export declare const MODELS: {
|
|
|
10577
11623
|
contextWindow: number;
|
|
10578
11624
|
maxTokens: number;
|
|
10579
11625
|
};
|
|
10580
|
-
readonly "
|
|
11626
|
+
readonly "openai/gpt-4o-mini:batch": {
|
|
10581
11627
|
id: string;
|
|
10582
11628
|
name: string;
|
|
10583
11629
|
api: "openai-completions";
|
|
10584
11630
|
provider: string;
|
|
10585
11631
|
baseUrl: string;
|
|
10586
|
-
reasoning:
|
|
11632
|
+
reasoning: false;
|
|
10587
11633
|
input: ("image" | "text")[];
|
|
10588
11634
|
cost: {
|
|
10589
11635
|
input: number;
|
|
@@ -10594,13 +11640,13 @@ export declare const MODELS: {
|
|
|
10594
11640
|
contextWindow: number;
|
|
10595
11641
|
maxTokens: number;
|
|
10596
11642
|
};
|
|
10597
|
-
readonly "
|
|
11643
|
+
readonly "openai/gpt-4o:batch": {
|
|
10598
11644
|
id: string;
|
|
10599
11645
|
name: string;
|
|
10600
11646
|
api: "openai-completions";
|
|
10601
11647
|
provider: string;
|
|
10602
11648
|
baseUrl: string;
|
|
10603
|
-
reasoning:
|
|
11649
|
+
reasoning: false;
|
|
10604
11650
|
input: ("image" | "text")[];
|
|
10605
11651
|
cost: {
|
|
10606
11652
|
input: number;
|
|
@@ -10611,7 +11657,7 @@ export declare const MODELS: {
|
|
|
10611
11657
|
contextWindow: number;
|
|
10612
11658
|
maxTokens: number;
|
|
10613
11659
|
};
|
|
10614
|
-
readonly "
|
|
11660
|
+
readonly "openai/gpt-5": {
|
|
10615
11661
|
id: string;
|
|
10616
11662
|
name: string;
|
|
10617
11663
|
api: "openai-completions";
|
|
@@ -10628,7 +11674,7 @@ export declare const MODELS: {
|
|
|
10628
11674
|
contextWindow: number;
|
|
10629
11675
|
maxTokens: number;
|
|
10630
11676
|
};
|
|
10631
|
-
readonly "
|
|
11677
|
+
readonly "openai/gpt-5-codex:batch": {
|
|
10632
11678
|
id: string;
|
|
10633
11679
|
name: string;
|
|
10634
11680
|
api: "openai-completions";
|
|
@@ -10645,7 +11691,7 @@ export declare const MODELS: {
|
|
|
10645
11691
|
contextWindow: number;
|
|
10646
11692
|
maxTokens: number;
|
|
10647
11693
|
};
|
|
10648
|
-
readonly "
|
|
11694
|
+
readonly "openai/gpt-5-mini": {
|
|
10649
11695
|
id: string;
|
|
10650
11696
|
name: string;
|
|
10651
11697
|
api: "openai-completions";
|
|
@@ -10662,14 +11708,14 @@ export declare const MODELS: {
|
|
|
10662
11708
|
contextWindow: number;
|
|
10663
11709
|
maxTokens: number;
|
|
10664
11710
|
};
|
|
10665
|
-
readonly "
|
|
11711
|
+
readonly "openai/gpt-5-mini:batch": {
|
|
10666
11712
|
id: string;
|
|
10667
11713
|
name: string;
|
|
10668
11714
|
api: "openai-completions";
|
|
10669
11715
|
provider: string;
|
|
10670
11716
|
baseUrl: string;
|
|
10671
11717
|
reasoning: true;
|
|
10672
|
-
input: "text"[];
|
|
11718
|
+
input: ("image" | "text")[];
|
|
10673
11719
|
cost: {
|
|
10674
11720
|
input: number;
|
|
10675
11721
|
output: number;
|
|
@@ -10679,14 +11725,14 @@ export declare const MODELS: {
|
|
|
10679
11725
|
contextWindow: number;
|
|
10680
11726
|
maxTokens: number;
|
|
10681
11727
|
};
|
|
10682
|
-
readonly "
|
|
11728
|
+
readonly "openai/gpt-5-nano": {
|
|
10683
11729
|
id: string;
|
|
10684
11730
|
name: string;
|
|
10685
11731
|
api: "openai-completions";
|
|
10686
11732
|
provider: string;
|
|
10687
11733
|
baseUrl: string;
|
|
10688
11734
|
reasoning: true;
|
|
10689
|
-
input: "text"[];
|
|
11735
|
+
input: ("image" | "text")[];
|
|
10690
11736
|
cost: {
|
|
10691
11737
|
input: number;
|
|
10692
11738
|
output: number;
|
|
@@ -10696,7 +11742,7 @@ export declare const MODELS: {
|
|
|
10696
11742
|
contextWindow: number;
|
|
10697
11743
|
maxTokens: number;
|
|
10698
11744
|
};
|
|
10699
|
-
readonly "
|
|
11745
|
+
readonly "openai/gpt-5-nano:batch": {
|
|
10700
11746
|
id: string;
|
|
10701
11747
|
name: string;
|
|
10702
11748
|
api: "openai-completions";
|
|
@@ -10713,14 +11759,14 @@ export declare const MODELS: {
|
|
|
10713
11759
|
contextWindow: number;
|
|
10714
11760
|
maxTokens: number;
|
|
10715
11761
|
};
|
|
10716
|
-
readonly "
|
|
11762
|
+
readonly "openai/gpt-5-pro": {
|
|
10717
11763
|
id: string;
|
|
10718
11764
|
name: string;
|
|
10719
11765
|
api: "openai-completions";
|
|
10720
11766
|
provider: string;
|
|
10721
11767
|
baseUrl: string;
|
|
10722
11768
|
reasoning: true;
|
|
10723
|
-
input: "text"[];
|
|
11769
|
+
input: ("image" | "text")[];
|
|
10724
11770
|
cost: {
|
|
10725
11771
|
input: number;
|
|
10726
11772
|
output: number;
|
|
@@ -10730,14 +11776,14 @@ export declare const MODELS: {
|
|
|
10730
11776
|
contextWindow: number;
|
|
10731
11777
|
maxTokens: number;
|
|
10732
11778
|
};
|
|
10733
|
-
readonly "
|
|
11779
|
+
readonly "openai/gpt-5-pro:batch": {
|
|
10734
11780
|
id: string;
|
|
10735
11781
|
name: string;
|
|
10736
11782
|
api: "openai-completions";
|
|
10737
11783
|
provider: string;
|
|
10738
11784
|
baseUrl: string;
|
|
10739
11785
|
reasoning: true;
|
|
10740
|
-
input: "text"[];
|
|
11786
|
+
input: ("image" | "text")[];
|
|
10741
11787
|
cost: {
|
|
10742
11788
|
input: number;
|
|
10743
11789
|
output: number;
|
|
@@ -10747,14 +11793,14 @@ export declare const MODELS: {
|
|
|
10747
11793
|
contextWindow: number;
|
|
10748
11794
|
maxTokens: number;
|
|
10749
11795
|
};
|
|
10750
|
-
readonly "
|
|
11796
|
+
readonly "openai/gpt-5.1": {
|
|
10751
11797
|
id: string;
|
|
10752
11798
|
name: string;
|
|
10753
11799
|
api: "openai-completions";
|
|
10754
11800
|
provider: string;
|
|
10755
11801
|
baseUrl: string;
|
|
10756
11802
|
reasoning: true;
|
|
10757
|
-
input: "text"[];
|
|
11803
|
+
input: ("image" | "text")[];
|
|
10758
11804
|
cost: {
|
|
10759
11805
|
input: number;
|
|
10760
11806
|
output: number;
|
|
@@ -10764,14 +11810,14 @@ export declare const MODELS: {
|
|
|
10764
11810
|
contextWindow: number;
|
|
10765
11811
|
maxTokens: number;
|
|
10766
11812
|
};
|
|
10767
|
-
readonly "
|
|
11813
|
+
readonly "openai/gpt-5.1-codex": {
|
|
10768
11814
|
id: string;
|
|
10769
11815
|
name: string;
|
|
10770
11816
|
api: "openai-completions";
|
|
10771
11817
|
provider: string;
|
|
10772
11818
|
baseUrl: string;
|
|
10773
11819
|
reasoning: true;
|
|
10774
|
-
input: "text"[];
|
|
11820
|
+
input: ("image" | "text")[];
|
|
10775
11821
|
cost: {
|
|
10776
11822
|
input: number;
|
|
10777
11823
|
output: number;
|
|
@@ -10781,7 +11827,7 @@ export declare const MODELS: {
|
|
|
10781
11827
|
contextWindow: number;
|
|
10782
11828
|
maxTokens: number;
|
|
10783
11829
|
};
|
|
10784
|
-
readonly "
|
|
11830
|
+
readonly "openai/gpt-5.1-codex-max": {
|
|
10785
11831
|
id: string;
|
|
10786
11832
|
name: string;
|
|
10787
11833
|
api: "openai-completions";
|
|
@@ -10798,14 +11844,14 @@ export declare const MODELS: {
|
|
|
10798
11844
|
contextWindow: number;
|
|
10799
11845
|
maxTokens: number;
|
|
10800
11846
|
};
|
|
10801
|
-
readonly "
|
|
11847
|
+
readonly "openai/gpt-5.1-codex-mini": {
|
|
10802
11848
|
id: string;
|
|
10803
11849
|
name: string;
|
|
10804
11850
|
api: "openai-completions";
|
|
10805
11851
|
provider: string;
|
|
10806
11852
|
baseUrl: string;
|
|
10807
11853
|
reasoning: true;
|
|
10808
|
-
input: "text"[];
|
|
11854
|
+
input: ("image" | "text")[];
|
|
10809
11855
|
cost: {
|
|
10810
11856
|
input: number;
|
|
10811
11857
|
output: number;
|
|
@@ -10815,14 +11861,14 @@ export declare const MODELS: {
|
|
|
10815
11861
|
contextWindow: number;
|
|
10816
11862
|
maxTokens: number;
|
|
10817
11863
|
};
|
|
10818
|
-
readonly "openai/gpt-
|
|
11864
|
+
readonly "openai/gpt-5.1:batch": {
|
|
10819
11865
|
id: string;
|
|
10820
11866
|
name: string;
|
|
10821
11867
|
api: "openai-completions";
|
|
10822
11868
|
provider: string;
|
|
10823
11869
|
baseUrl: string;
|
|
10824
|
-
reasoning:
|
|
10825
|
-
input: "text"[];
|
|
11870
|
+
reasoning: true;
|
|
11871
|
+
input: ("image" | "text")[];
|
|
10826
11872
|
cost: {
|
|
10827
11873
|
input: number;
|
|
10828
11874
|
output: number;
|
|
@@ -10832,14 +11878,14 @@ export declare const MODELS: {
|
|
|
10832
11878
|
contextWindow: number;
|
|
10833
11879
|
maxTokens: number;
|
|
10834
11880
|
};
|
|
10835
|
-
readonly "openai/gpt-
|
|
11881
|
+
readonly "openai/gpt-5.2": {
|
|
10836
11882
|
id: string;
|
|
10837
11883
|
name: string;
|
|
10838
11884
|
api: "openai-completions";
|
|
10839
11885
|
provider: string;
|
|
10840
11886
|
baseUrl: string;
|
|
10841
|
-
reasoning:
|
|
10842
|
-
input: "text"[];
|
|
11887
|
+
reasoning: true;
|
|
11888
|
+
input: ("image" | "text")[];
|
|
10843
11889
|
cost: {
|
|
10844
11890
|
input: number;
|
|
10845
11891
|
output: number;
|
|
@@ -10849,14 +11895,14 @@ export declare const MODELS: {
|
|
|
10849
11895
|
contextWindow: number;
|
|
10850
11896
|
maxTokens: number;
|
|
10851
11897
|
};
|
|
10852
|
-
readonly "openai/gpt-
|
|
11898
|
+
readonly "openai/gpt-5.2-chat": {
|
|
10853
11899
|
id: string;
|
|
10854
11900
|
name: string;
|
|
10855
11901
|
api: "openai-completions";
|
|
10856
11902
|
provider: string;
|
|
10857
11903
|
baseUrl: string;
|
|
10858
11904
|
reasoning: false;
|
|
10859
|
-
input: "text"[];
|
|
11905
|
+
input: ("image" | "text")[];
|
|
10860
11906
|
cost: {
|
|
10861
11907
|
input: number;
|
|
10862
11908
|
output: number;
|
|
@@ -10866,14 +11912,14 @@ export declare const MODELS: {
|
|
|
10866
11912
|
contextWindow: number;
|
|
10867
11913
|
maxTokens: number;
|
|
10868
11914
|
};
|
|
10869
|
-
readonly "openai/gpt-
|
|
11915
|
+
readonly "openai/gpt-5.2-codex": {
|
|
10870
11916
|
id: string;
|
|
10871
11917
|
name: string;
|
|
10872
11918
|
api: "openai-completions";
|
|
10873
11919
|
provider: string;
|
|
10874
11920
|
baseUrl: string;
|
|
10875
|
-
reasoning:
|
|
10876
|
-
input: "text"[];
|
|
11921
|
+
reasoning: true;
|
|
11922
|
+
input: ("image" | "text")[];
|
|
10877
11923
|
cost: {
|
|
10878
11924
|
input: number;
|
|
10879
11925
|
output: number;
|
|
@@ -10883,13 +11929,13 @@ export declare const MODELS: {
|
|
|
10883
11929
|
contextWindow: number;
|
|
10884
11930
|
maxTokens: number;
|
|
10885
11931
|
};
|
|
10886
|
-
readonly "openai/gpt-
|
|
11932
|
+
readonly "openai/gpt-5.2-pro": {
|
|
10887
11933
|
id: string;
|
|
10888
11934
|
name: string;
|
|
10889
11935
|
api: "openai-completions";
|
|
10890
11936
|
provider: string;
|
|
10891
11937
|
baseUrl: string;
|
|
10892
|
-
reasoning:
|
|
11938
|
+
reasoning: true;
|
|
10893
11939
|
input: ("image" | "text")[];
|
|
10894
11940
|
cost: {
|
|
10895
11941
|
input: number;
|
|
@@ -10900,14 +11946,14 @@ export declare const MODELS: {
|
|
|
10900
11946
|
contextWindow: number;
|
|
10901
11947
|
maxTokens: number;
|
|
10902
11948
|
};
|
|
10903
|
-
readonly "openai/gpt-
|
|
11949
|
+
readonly "openai/gpt-5.2-pro:batch": {
|
|
10904
11950
|
id: string;
|
|
10905
11951
|
name: string;
|
|
10906
11952
|
api: "openai-completions";
|
|
10907
11953
|
provider: string;
|
|
10908
11954
|
baseUrl: string;
|
|
10909
|
-
reasoning:
|
|
10910
|
-
input: "text"[];
|
|
11955
|
+
reasoning: true;
|
|
11956
|
+
input: ("image" | "text")[];
|
|
10911
11957
|
cost: {
|
|
10912
11958
|
input: number;
|
|
10913
11959
|
output: number;
|
|
@@ -10917,13 +11963,13 @@ export declare const MODELS: {
|
|
|
10917
11963
|
contextWindow: number;
|
|
10918
11964
|
maxTokens: number;
|
|
10919
11965
|
};
|
|
10920
|
-
readonly "openai/gpt-
|
|
11966
|
+
readonly "openai/gpt-5.2:batch": {
|
|
10921
11967
|
id: string;
|
|
10922
11968
|
name: string;
|
|
10923
11969
|
api: "openai-completions";
|
|
10924
11970
|
provider: string;
|
|
10925
11971
|
baseUrl: string;
|
|
10926
|
-
reasoning:
|
|
11972
|
+
reasoning: true;
|
|
10927
11973
|
input: ("image" | "text")[];
|
|
10928
11974
|
cost: {
|
|
10929
11975
|
input: number;
|
|
@@ -10934,7 +11980,7 @@ export declare const MODELS: {
|
|
|
10934
11980
|
contextWindow: number;
|
|
10935
11981
|
maxTokens: number;
|
|
10936
11982
|
};
|
|
10937
|
-
readonly "openai/gpt-
|
|
11983
|
+
readonly "openai/gpt-5.3-chat": {
|
|
10938
11984
|
id: string;
|
|
10939
11985
|
name: string;
|
|
10940
11986
|
api: "openai-completions";
|
|
@@ -10951,13 +11997,13 @@ export declare const MODELS: {
|
|
|
10951
11997
|
contextWindow: number;
|
|
10952
11998
|
maxTokens: number;
|
|
10953
11999
|
};
|
|
10954
|
-
readonly "openai/gpt-
|
|
12000
|
+
readonly "openai/gpt-5.3-codex": {
|
|
10955
12001
|
id: string;
|
|
10956
12002
|
name: string;
|
|
10957
12003
|
api: "openai-completions";
|
|
10958
12004
|
provider: string;
|
|
10959
12005
|
baseUrl: string;
|
|
10960
|
-
reasoning:
|
|
12006
|
+
reasoning: true;
|
|
10961
12007
|
input: ("image" | "text")[];
|
|
10962
12008
|
cost: {
|
|
10963
12009
|
input: number;
|
|
@@ -10968,13 +12014,13 @@ export declare const MODELS: {
|
|
|
10968
12014
|
contextWindow: number;
|
|
10969
12015
|
maxTokens: number;
|
|
10970
12016
|
};
|
|
10971
|
-
readonly "openai/gpt-
|
|
12017
|
+
readonly "openai/gpt-5.4": {
|
|
10972
12018
|
id: string;
|
|
10973
12019
|
name: string;
|
|
10974
12020
|
api: "openai-completions";
|
|
10975
12021
|
provider: string;
|
|
10976
12022
|
baseUrl: string;
|
|
10977
|
-
reasoning:
|
|
12023
|
+
reasoning: true;
|
|
10978
12024
|
input: ("image" | "text")[];
|
|
10979
12025
|
cost: {
|
|
10980
12026
|
input: number;
|
|
@@ -10985,13 +12031,13 @@ export declare const MODELS: {
|
|
|
10985
12031
|
contextWindow: number;
|
|
10986
12032
|
maxTokens: number;
|
|
10987
12033
|
};
|
|
10988
|
-
readonly "openai/gpt-
|
|
12034
|
+
readonly "openai/gpt-5.4-mini": {
|
|
10989
12035
|
id: string;
|
|
10990
12036
|
name: string;
|
|
10991
12037
|
api: "openai-completions";
|
|
10992
12038
|
provider: string;
|
|
10993
12039
|
baseUrl: string;
|
|
10994
|
-
reasoning:
|
|
12040
|
+
reasoning: true;
|
|
10995
12041
|
input: ("image" | "text")[];
|
|
10996
12042
|
cost: {
|
|
10997
12043
|
input: number;
|
|
@@ -11002,13 +12048,13 @@ export declare const MODELS: {
|
|
|
11002
12048
|
contextWindow: number;
|
|
11003
12049
|
maxTokens: number;
|
|
11004
12050
|
};
|
|
11005
|
-
readonly "openai/gpt-
|
|
12051
|
+
readonly "openai/gpt-5.4-mini:batch": {
|
|
11006
12052
|
id: string;
|
|
11007
12053
|
name: string;
|
|
11008
12054
|
api: "openai-completions";
|
|
11009
12055
|
provider: string;
|
|
11010
12056
|
baseUrl: string;
|
|
11011
|
-
reasoning:
|
|
12057
|
+
reasoning: true;
|
|
11012
12058
|
input: ("image" | "text")[];
|
|
11013
12059
|
cost: {
|
|
11014
12060
|
input: number;
|
|
@@ -11019,13 +12065,13 @@ export declare const MODELS: {
|
|
|
11019
12065
|
contextWindow: number;
|
|
11020
12066
|
maxTokens: number;
|
|
11021
12067
|
};
|
|
11022
|
-
readonly "openai/gpt-
|
|
12068
|
+
readonly "openai/gpt-5.4-nano": {
|
|
11023
12069
|
id: string;
|
|
11024
12070
|
name: string;
|
|
11025
12071
|
api: "openai-completions";
|
|
11026
12072
|
provider: string;
|
|
11027
12073
|
baseUrl: string;
|
|
11028
|
-
reasoning:
|
|
12074
|
+
reasoning: true;
|
|
11029
12075
|
input: ("image" | "text")[];
|
|
11030
12076
|
cost: {
|
|
11031
12077
|
input: number;
|
|
@@ -11036,13 +12082,13 @@ export declare const MODELS: {
|
|
|
11036
12082
|
contextWindow: number;
|
|
11037
12083
|
maxTokens: number;
|
|
11038
12084
|
};
|
|
11039
|
-
readonly "openai/gpt-
|
|
12085
|
+
readonly "openai/gpt-5.4-nano:batch": {
|
|
11040
12086
|
id: string;
|
|
11041
12087
|
name: string;
|
|
11042
12088
|
api: "openai-completions";
|
|
11043
12089
|
provider: string;
|
|
11044
12090
|
baseUrl: string;
|
|
11045
|
-
reasoning:
|
|
12091
|
+
reasoning: true;
|
|
11046
12092
|
input: ("image" | "text")[];
|
|
11047
12093
|
cost: {
|
|
11048
12094
|
input: number;
|
|
@@ -11053,13 +12099,13 @@ export declare const MODELS: {
|
|
|
11053
12099
|
contextWindow: number;
|
|
11054
12100
|
maxTokens: number;
|
|
11055
12101
|
};
|
|
11056
|
-
readonly "openai/gpt-
|
|
12102
|
+
readonly "openai/gpt-5.4-pro": {
|
|
11057
12103
|
id: string;
|
|
11058
12104
|
name: string;
|
|
11059
12105
|
api: "openai-completions";
|
|
11060
12106
|
provider: string;
|
|
11061
12107
|
baseUrl: string;
|
|
11062
|
-
reasoning:
|
|
12108
|
+
reasoning: true;
|
|
11063
12109
|
input: ("image" | "text")[];
|
|
11064
12110
|
cost: {
|
|
11065
12111
|
input: number;
|
|
@@ -11070,7 +12116,7 @@ export declare const MODELS: {
|
|
|
11070
12116
|
contextWindow: number;
|
|
11071
12117
|
maxTokens: number;
|
|
11072
12118
|
};
|
|
11073
|
-
readonly "openai/gpt-5": {
|
|
12119
|
+
readonly "openai/gpt-5.4-pro:batch": {
|
|
11074
12120
|
id: string;
|
|
11075
12121
|
name: string;
|
|
11076
12122
|
api: "openai-completions";
|
|
@@ -11087,7 +12133,7 @@ export declare const MODELS: {
|
|
|
11087
12133
|
contextWindow: number;
|
|
11088
12134
|
maxTokens: number;
|
|
11089
12135
|
};
|
|
11090
|
-
readonly "openai/gpt-5
|
|
12136
|
+
readonly "openai/gpt-5.4:batch": {
|
|
11091
12137
|
id: string;
|
|
11092
12138
|
name: string;
|
|
11093
12139
|
api: "openai-completions";
|
|
@@ -11104,7 +12150,7 @@ export declare const MODELS: {
|
|
|
11104
12150
|
contextWindow: number;
|
|
11105
12151
|
maxTokens: number;
|
|
11106
12152
|
};
|
|
11107
|
-
readonly "openai/gpt-5
|
|
12153
|
+
readonly "openai/gpt-5.5": {
|
|
11108
12154
|
id: string;
|
|
11109
12155
|
name: string;
|
|
11110
12156
|
api: "openai-completions";
|
|
@@ -11121,7 +12167,7 @@ export declare const MODELS: {
|
|
|
11121
12167
|
contextWindow: number;
|
|
11122
12168
|
maxTokens: number;
|
|
11123
12169
|
};
|
|
11124
|
-
readonly "openai/gpt-5-pro": {
|
|
12170
|
+
readonly "openai/gpt-5.5-pro": {
|
|
11125
12171
|
id: string;
|
|
11126
12172
|
name: string;
|
|
11127
12173
|
api: "openai-completions";
|
|
@@ -11138,7 +12184,7 @@ export declare const MODELS: {
|
|
|
11138
12184
|
contextWindow: number;
|
|
11139
12185
|
maxTokens: number;
|
|
11140
12186
|
};
|
|
11141
|
-
readonly "openai/gpt-5.
|
|
12187
|
+
readonly "openai/gpt-5.5-pro:batch": {
|
|
11142
12188
|
id: string;
|
|
11143
12189
|
name: string;
|
|
11144
12190
|
api: "openai-completions";
|
|
@@ -11155,7 +12201,7 @@ export declare const MODELS: {
|
|
|
11155
12201
|
contextWindow: number;
|
|
11156
12202
|
maxTokens: number;
|
|
11157
12203
|
};
|
|
11158
|
-
readonly "openai/gpt-5.
|
|
12204
|
+
readonly "openai/gpt-5.5:batch": {
|
|
11159
12205
|
id: string;
|
|
11160
12206
|
name: string;
|
|
11161
12207
|
api: "openai-completions";
|
|
@@ -11172,7 +12218,7 @@ export declare const MODELS: {
|
|
|
11172
12218
|
contextWindow: number;
|
|
11173
12219
|
maxTokens: number;
|
|
11174
12220
|
};
|
|
11175
|
-
readonly "openai/gpt-5.
|
|
12221
|
+
readonly "openai/gpt-5.6-luna": {
|
|
11176
12222
|
id: string;
|
|
11177
12223
|
name: string;
|
|
11178
12224
|
api: "openai-completions";
|
|
@@ -11189,7 +12235,7 @@ export declare const MODELS: {
|
|
|
11189
12235
|
contextWindow: number;
|
|
11190
12236
|
maxTokens: number;
|
|
11191
12237
|
};
|
|
11192
|
-
readonly "openai/gpt-5.
|
|
12238
|
+
readonly "openai/gpt-5.6-luna-pro": {
|
|
11193
12239
|
id: string;
|
|
11194
12240
|
name: string;
|
|
11195
12241
|
api: "openai-completions";
|
|
@@ -11206,7 +12252,7 @@ export declare const MODELS: {
|
|
|
11206
12252
|
contextWindow: number;
|
|
11207
12253
|
maxTokens: number;
|
|
11208
12254
|
};
|
|
11209
|
-
readonly "openai/gpt-5.
|
|
12255
|
+
readonly "openai/gpt-5.6-luna-pro:batch": {
|
|
11210
12256
|
id: string;
|
|
11211
12257
|
name: string;
|
|
11212
12258
|
api: "openai-completions";
|
|
@@ -11223,13 +12269,13 @@ export declare const MODELS: {
|
|
|
11223
12269
|
contextWindow: number;
|
|
11224
12270
|
maxTokens: number;
|
|
11225
12271
|
};
|
|
11226
|
-
readonly "openai/gpt-5.
|
|
12272
|
+
readonly "openai/gpt-5.6-luna:batch": {
|
|
11227
12273
|
id: string;
|
|
11228
12274
|
name: string;
|
|
11229
12275
|
api: "openai-completions";
|
|
11230
12276
|
provider: string;
|
|
11231
12277
|
baseUrl: string;
|
|
11232
|
-
reasoning:
|
|
12278
|
+
reasoning: true;
|
|
11233
12279
|
input: ("image" | "text")[];
|
|
11234
12280
|
cost: {
|
|
11235
12281
|
input: number;
|
|
@@ -11240,7 +12286,7 @@ export declare const MODELS: {
|
|
|
11240
12286
|
contextWindow: number;
|
|
11241
12287
|
maxTokens: number;
|
|
11242
12288
|
};
|
|
11243
|
-
readonly "openai/gpt-5.
|
|
12289
|
+
readonly "openai/gpt-5.6-sol": {
|
|
11244
12290
|
id: string;
|
|
11245
12291
|
name: string;
|
|
11246
12292
|
api: "openai-completions";
|
|
@@ -11257,7 +12303,7 @@ export declare const MODELS: {
|
|
|
11257
12303
|
contextWindow: number;
|
|
11258
12304
|
maxTokens: number;
|
|
11259
12305
|
};
|
|
11260
|
-
readonly "openai/gpt-5.
|
|
12306
|
+
readonly "openai/gpt-5.6-sol-pro": {
|
|
11261
12307
|
id: string;
|
|
11262
12308
|
name: string;
|
|
11263
12309
|
api: "openai-completions";
|
|
@@ -11274,13 +12320,13 @@ export declare const MODELS: {
|
|
|
11274
12320
|
contextWindow: number;
|
|
11275
12321
|
maxTokens: number;
|
|
11276
12322
|
};
|
|
11277
|
-
readonly "openai/gpt-5.
|
|
12323
|
+
readonly "openai/gpt-5.6-sol-pro:batch": {
|
|
11278
12324
|
id: string;
|
|
11279
12325
|
name: string;
|
|
11280
12326
|
api: "openai-completions";
|
|
11281
12327
|
provider: string;
|
|
11282
12328
|
baseUrl: string;
|
|
11283
|
-
reasoning:
|
|
12329
|
+
reasoning: true;
|
|
11284
12330
|
input: ("image" | "text")[];
|
|
11285
12331
|
cost: {
|
|
11286
12332
|
input: number;
|
|
@@ -11291,7 +12337,7 @@ export declare const MODELS: {
|
|
|
11291
12337
|
contextWindow: number;
|
|
11292
12338
|
maxTokens: number;
|
|
11293
12339
|
};
|
|
11294
|
-
readonly "openai/gpt-5.
|
|
12340
|
+
readonly "openai/gpt-5.6-sol:batch": {
|
|
11295
12341
|
id: string;
|
|
11296
12342
|
name: string;
|
|
11297
12343
|
api: "openai-completions";
|
|
@@ -11308,7 +12354,7 @@ export declare const MODELS: {
|
|
|
11308
12354
|
contextWindow: number;
|
|
11309
12355
|
maxTokens: number;
|
|
11310
12356
|
};
|
|
11311
|
-
readonly "openai/gpt-5.
|
|
12357
|
+
readonly "openai/gpt-5.6-terra": {
|
|
11312
12358
|
id: string;
|
|
11313
12359
|
name: string;
|
|
11314
12360
|
api: "openai-completions";
|
|
@@ -11325,7 +12371,7 @@ export declare const MODELS: {
|
|
|
11325
12371
|
contextWindow: number;
|
|
11326
12372
|
maxTokens: number;
|
|
11327
12373
|
};
|
|
11328
|
-
readonly "openai/gpt-5.
|
|
12374
|
+
readonly "openai/gpt-5.6-terra-pro": {
|
|
11329
12375
|
id: string;
|
|
11330
12376
|
name: string;
|
|
11331
12377
|
api: "openai-completions";
|
|
@@ -11342,7 +12388,7 @@ export declare const MODELS: {
|
|
|
11342
12388
|
contextWindow: number;
|
|
11343
12389
|
maxTokens: number;
|
|
11344
12390
|
};
|
|
11345
|
-
readonly "openai/gpt-5.
|
|
12391
|
+
readonly "openai/gpt-5.6-terra-pro:batch": {
|
|
11346
12392
|
id: string;
|
|
11347
12393
|
name: string;
|
|
11348
12394
|
api: "openai-completions";
|
|
@@ -11359,7 +12405,7 @@ export declare const MODELS: {
|
|
|
11359
12405
|
contextWindow: number;
|
|
11360
12406
|
maxTokens: number;
|
|
11361
12407
|
};
|
|
11362
|
-
readonly "openai/gpt-5.
|
|
12408
|
+
readonly "openai/gpt-5.6-terra:batch": {
|
|
11363
12409
|
id: string;
|
|
11364
12410
|
name: string;
|
|
11365
12411
|
api: "openai-completions";
|
|
@@ -11376,7 +12422,7 @@ export declare const MODELS: {
|
|
|
11376
12422
|
contextWindow: number;
|
|
11377
12423
|
maxTokens: number;
|
|
11378
12424
|
};
|
|
11379
|
-
readonly "openai/gpt-5
|
|
12425
|
+
readonly "openai/gpt-5:batch": {
|
|
11380
12426
|
id: string;
|
|
11381
12427
|
name: string;
|
|
11382
12428
|
api: "openai-completions";
|
|
@@ -11393,14 +12439,14 @@ export declare const MODELS: {
|
|
|
11393
12439
|
contextWindow: number;
|
|
11394
12440
|
maxTokens: number;
|
|
11395
12441
|
};
|
|
11396
|
-
readonly "openai/gpt-
|
|
12442
|
+
readonly "openai/gpt-audio": {
|
|
11397
12443
|
id: string;
|
|
11398
12444
|
name: string;
|
|
11399
12445
|
api: "openai-completions";
|
|
11400
12446
|
provider: string;
|
|
11401
12447
|
baseUrl: string;
|
|
11402
|
-
reasoning:
|
|
11403
|
-
input:
|
|
12448
|
+
reasoning: false;
|
|
12449
|
+
input: "text"[];
|
|
11404
12450
|
cost: {
|
|
11405
12451
|
input: number;
|
|
11406
12452
|
output: number;
|
|
@@ -11410,14 +12456,14 @@ export declare const MODELS: {
|
|
|
11410
12456
|
contextWindow: number;
|
|
11411
12457
|
maxTokens: number;
|
|
11412
12458
|
};
|
|
11413
|
-
readonly "openai/gpt-
|
|
12459
|
+
readonly "openai/gpt-audio-mini": {
|
|
11414
12460
|
id: string;
|
|
11415
12461
|
name: string;
|
|
11416
12462
|
api: "openai-completions";
|
|
11417
12463
|
provider: string;
|
|
11418
12464
|
baseUrl: string;
|
|
11419
|
-
reasoning:
|
|
11420
|
-
input:
|
|
12465
|
+
reasoning: false;
|
|
12466
|
+
input: "text"[];
|
|
11421
12467
|
cost: {
|
|
11422
12468
|
input: number;
|
|
11423
12469
|
output: number;
|
|
@@ -11427,13 +12473,13 @@ export declare const MODELS: {
|
|
|
11427
12473
|
contextWindow: number;
|
|
11428
12474
|
maxTokens: number;
|
|
11429
12475
|
};
|
|
11430
|
-
readonly "openai/gpt-
|
|
12476
|
+
readonly "openai/gpt-chat-latest": {
|
|
11431
12477
|
id: string;
|
|
11432
12478
|
name: string;
|
|
11433
12479
|
api: "openai-completions";
|
|
11434
12480
|
provider: string;
|
|
11435
12481
|
baseUrl: string;
|
|
11436
|
-
reasoning:
|
|
12482
|
+
reasoning: false;
|
|
11437
12483
|
input: ("image" | "text")[];
|
|
11438
12484
|
cost: {
|
|
11439
12485
|
input: number;
|
|
@@ -11444,14 +12490,14 @@ export declare const MODELS: {
|
|
|
11444
12490
|
contextWindow: number;
|
|
11445
12491
|
maxTokens: number;
|
|
11446
12492
|
};
|
|
11447
|
-
readonly "openai/gpt-
|
|
12493
|
+
readonly "openai/gpt-oss-120b": {
|
|
11448
12494
|
id: string;
|
|
11449
12495
|
name: string;
|
|
11450
12496
|
api: "openai-completions";
|
|
11451
12497
|
provider: string;
|
|
11452
12498
|
baseUrl: string;
|
|
11453
12499
|
reasoning: true;
|
|
11454
|
-
input:
|
|
12500
|
+
input: "text"[];
|
|
11455
12501
|
cost: {
|
|
11456
12502
|
input: number;
|
|
11457
12503
|
output: number;
|
|
@@ -11461,14 +12507,14 @@ export declare const MODELS: {
|
|
|
11461
12507
|
contextWindow: number;
|
|
11462
12508
|
maxTokens: number;
|
|
11463
12509
|
};
|
|
11464
|
-
readonly "openai/gpt-
|
|
12510
|
+
readonly "openai/gpt-oss-20b": {
|
|
11465
12511
|
id: string;
|
|
11466
12512
|
name: string;
|
|
11467
12513
|
api: "openai-completions";
|
|
11468
12514
|
provider: string;
|
|
11469
12515
|
baseUrl: string;
|
|
11470
12516
|
reasoning: true;
|
|
11471
|
-
input:
|
|
12517
|
+
input: "text"[];
|
|
11472
12518
|
cost: {
|
|
11473
12519
|
input: number;
|
|
11474
12520
|
output: number;
|
|
@@ -11478,14 +12524,14 @@ export declare const MODELS: {
|
|
|
11478
12524
|
contextWindow: number;
|
|
11479
12525
|
maxTokens: number;
|
|
11480
12526
|
};
|
|
11481
|
-
readonly "openai/gpt-
|
|
12527
|
+
readonly "openai/gpt-oss-20b:free": {
|
|
11482
12528
|
id: string;
|
|
11483
12529
|
name: string;
|
|
11484
12530
|
api: "openai-completions";
|
|
11485
12531
|
provider: string;
|
|
11486
12532
|
baseUrl: string;
|
|
11487
12533
|
reasoning: true;
|
|
11488
|
-
input:
|
|
12534
|
+
input: "text"[];
|
|
11489
12535
|
cost: {
|
|
11490
12536
|
input: number;
|
|
11491
12537
|
output: number;
|
|
@@ -11495,14 +12541,14 @@ export declare const MODELS: {
|
|
|
11495
12541
|
contextWindow: number;
|
|
11496
12542
|
maxTokens: number;
|
|
11497
12543
|
};
|
|
11498
|
-
readonly "openai/gpt-
|
|
12544
|
+
readonly "openai/gpt-oss-safeguard-20b": {
|
|
11499
12545
|
id: string;
|
|
11500
12546
|
name: string;
|
|
11501
12547
|
api: "openai-completions";
|
|
11502
12548
|
provider: string;
|
|
11503
12549
|
baseUrl: string;
|
|
11504
12550
|
reasoning: true;
|
|
11505
|
-
input:
|
|
12551
|
+
input: "text"[];
|
|
11506
12552
|
cost: {
|
|
11507
12553
|
input: number;
|
|
11508
12554
|
output: number;
|
|
@@ -11512,14 +12558,14 @@ export declare const MODELS: {
|
|
|
11512
12558
|
contextWindow: number;
|
|
11513
12559
|
maxTokens: number;
|
|
11514
12560
|
};
|
|
11515
|
-
readonly "openai/
|
|
12561
|
+
readonly "openai/o1": {
|
|
11516
12562
|
id: string;
|
|
11517
12563
|
name: string;
|
|
11518
12564
|
api: "openai-completions";
|
|
11519
12565
|
provider: string;
|
|
11520
12566
|
baseUrl: string;
|
|
11521
|
-
reasoning:
|
|
11522
|
-
input: "text"[];
|
|
12567
|
+
reasoning: true;
|
|
12568
|
+
input: ("image" | "text")[];
|
|
11523
12569
|
cost: {
|
|
11524
12570
|
input: number;
|
|
11525
12571
|
output: number;
|
|
@@ -11529,14 +12575,14 @@ export declare const MODELS: {
|
|
|
11529
12575
|
contextWindow: number;
|
|
11530
12576
|
maxTokens: number;
|
|
11531
12577
|
};
|
|
11532
|
-
readonly "openai/
|
|
12578
|
+
readonly "openai/o1:batch": {
|
|
11533
12579
|
id: string;
|
|
11534
12580
|
name: string;
|
|
11535
12581
|
api: "openai-completions";
|
|
11536
12582
|
provider: string;
|
|
11537
12583
|
baseUrl: string;
|
|
11538
|
-
reasoning:
|
|
11539
|
-
input: "text"[];
|
|
12584
|
+
reasoning: true;
|
|
12585
|
+
input: ("image" | "text")[];
|
|
11540
12586
|
cost: {
|
|
11541
12587
|
input: number;
|
|
11542
12588
|
output: number;
|
|
@@ -11546,13 +12592,13 @@ export declare const MODELS: {
|
|
|
11546
12592
|
contextWindow: number;
|
|
11547
12593
|
maxTokens: number;
|
|
11548
12594
|
};
|
|
11549
|
-
readonly "openai/
|
|
12595
|
+
readonly "openai/o3": {
|
|
11550
12596
|
id: string;
|
|
11551
12597
|
name: string;
|
|
11552
12598
|
api: "openai-completions";
|
|
11553
12599
|
provider: string;
|
|
11554
12600
|
baseUrl: string;
|
|
11555
|
-
reasoning:
|
|
12601
|
+
reasoning: true;
|
|
11556
12602
|
input: ("image" | "text")[];
|
|
11557
12603
|
cost: {
|
|
11558
12604
|
input: number;
|
|
@@ -11563,7 +12609,7 @@ export declare const MODELS: {
|
|
|
11563
12609
|
contextWindow: number;
|
|
11564
12610
|
maxTokens: number;
|
|
11565
12611
|
};
|
|
11566
|
-
readonly "openai/
|
|
12612
|
+
readonly "openai/o3-mini": {
|
|
11567
12613
|
id: string;
|
|
11568
12614
|
name: string;
|
|
11569
12615
|
api: "openai-completions";
|
|
@@ -11580,7 +12626,7 @@ export declare const MODELS: {
|
|
|
11580
12626
|
contextWindow: number;
|
|
11581
12627
|
maxTokens: number;
|
|
11582
12628
|
};
|
|
11583
|
-
readonly "openai/
|
|
12629
|
+
readonly "openai/o3-mini-high": {
|
|
11584
12630
|
id: string;
|
|
11585
12631
|
name: string;
|
|
11586
12632
|
api: "openai-completions";
|
|
@@ -11597,7 +12643,7 @@ export declare const MODELS: {
|
|
|
11597
12643
|
contextWindow: number;
|
|
11598
12644
|
maxTokens: number;
|
|
11599
12645
|
};
|
|
11600
|
-
readonly "openai/
|
|
12646
|
+
readonly "openai/o3-mini-high:batch": {
|
|
11601
12647
|
id: string;
|
|
11602
12648
|
name: string;
|
|
11603
12649
|
api: "openai-completions";
|
|
@@ -11614,7 +12660,7 @@ export declare const MODELS: {
|
|
|
11614
12660
|
contextWindow: number;
|
|
11615
12661
|
maxTokens: number;
|
|
11616
12662
|
};
|
|
11617
|
-
readonly "openai/
|
|
12663
|
+
readonly "openai/o3-mini:batch": {
|
|
11618
12664
|
id: string;
|
|
11619
12665
|
name: string;
|
|
11620
12666
|
api: "openai-completions";
|
|
@@ -11631,7 +12677,7 @@ export declare const MODELS: {
|
|
|
11631
12677
|
contextWindow: number;
|
|
11632
12678
|
maxTokens: number;
|
|
11633
12679
|
};
|
|
11634
|
-
readonly "openai/
|
|
12680
|
+
readonly "openai/o3-pro": {
|
|
11635
12681
|
id: string;
|
|
11636
12682
|
name: string;
|
|
11637
12683
|
api: "openai-completions";
|
|
@@ -11648,7 +12694,7 @@ export declare const MODELS: {
|
|
|
11648
12694
|
contextWindow: number;
|
|
11649
12695
|
maxTokens: number;
|
|
11650
12696
|
};
|
|
11651
|
-
readonly "openai/o3": {
|
|
12697
|
+
readonly "openai/o3-pro:batch": {
|
|
11652
12698
|
id: string;
|
|
11653
12699
|
name: string;
|
|
11654
12700
|
api: "openai-completions";
|
|
@@ -11665,14 +12711,14 @@ export declare const MODELS: {
|
|
|
11665
12711
|
contextWindow: number;
|
|
11666
12712
|
maxTokens: number;
|
|
11667
12713
|
};
|
|
11668
|
-
readonly "openai/o3
|
|
12714
|
+
readonly "openai/o3:batch": {
|
|
11669
12715
|
id: string;
|
|
11670
12716
|
name: string;
|
|
11671
12717
|
api: "openai-completions";
|
|
11672
12718
|
provider: string;
|
|
11673
12719
|
baseUrl: string;
|
|
11674
12720
|
reasoning: true;
|
|
11675
|
-
input: "text"[];
|
|
12721
|
+
input: ("image" | "text")[];
|
|
11676
12722
|
cost: {
|
|
11677
12723
|
input: number;
|
|
11678
12724
|
output: number;
|
|
@@ -11682,14 +12728,14 @@ export declare const MODELS: {
|
|
|
11682
12728
|
contextWindow: number;
|
|
11683
12729
|
maxTokens: number;
|
|
11684
12730
|
};
|
|
11685
|
-
readonly "openai/
|
|
12731
|
+
readonly "openai/o4-mini": {
|
|
11686
12732
|
id: string;
|
|
11687
12733
|
name: string;
|
|
11688
12734
|
api: "openai-completions";
|
|
11689
12735
|
provider: string;
|
|
11690
12736
|
baseUrl: string;
|
|
11691
12737
|
reasoning: true;
|
|
11692
|
-
input: "text"[];
|
|
12738
|
+
input: ("image" | "text")[];
|
|
11693
12739
|
cost: {
|
|
11694
12740
|
input: number;
|
|
11695
12741
|
output: number;
|
|
@@ -11699,7 +12745,7 @@ export declare const MODELS: {
|
|
|
11699
12745
|
contextWindow: number;
|
|
11700
12746
|
maxTokens: number;
|
|
11701
12747
|
};
|
|
11702
|
-
readonly "openai/
|
|
12748
|
+
readonly "openai/o4-mini-high": {
|
|
11703
12749
|
id: string;
|
|
11704
12750
|
name: string;
|
|
11705
12751
|
api: "openai-completions";
|
|
@@ -11716,7 +12762,7 @@ export declare const MODELS: {
|
|
|
11716
12762
|
contextWindow: number;
|
|
11717
12763
|
maxTokens: number;
|
|
11718
12764
|
};
|
|
11719
|
-
readonly "openai/o4-mini": {
|
|
12765
|
+
readonly "openai/o4-mini-high:batch": {
|
|
11720
12766
|
id: string;
|
|
11721
12767
|
name: string;
|
|
11722
12768
|
api: "openai-completions";
|
|
@@ -11733,7 +12779,7 @@ export declare const MODELS: {
|
|
|
11733
12779
|
contextWindow: number;
|
|
11734
12780
|
maxTokens: number;
|
|
11735
12781
|
};
|
|
11736
|
-
readonly "openai/o4-mini
|
|
12782
|
+
readonly "openai/o4-mini:batch": {
|
|
11737
12783
|
id: string;
|
|
11738
12784
|
name: string;
|
|
11739
12785
|
api: "openai-completions";
|
|
@@ -12855,6 +13901,23 @@ export declare const MODELS: {
|
|
|
12855
13901
|
contextWindow: number;
|
|
12856
13902
|
maxTokens: number;
|
|
12857
13903
|
};
|
|
13904
|
+
readonly "thinkingmachines/inkling:batch": {
|
|
13905
|
+
id: string;
|
|
13906
|
+
name: string;
|
|
13907
|
+
api: "openai-completions";
|
|
13908
|
+
provider: string;
|
|
13909
|
+
baseUrl: string;
|
|
13910
|
+
reasoning: true;
|
|
13911
|
+
input: ("image" | "text")[];
|
|
13912
|
+
cost: {
|
|
13913
|
+
input: number;
|
|
13914
|
+
output: number;
|
|
13915
|
+
cacheRead: number;
|
|
13916
|
+
cacheWrite: number;
|
|
13917
|
+
};
|
|
13918
|
+
contextWindow: number;
|
|
13919
|
+
maxTokens: number;
|
|
13920
|
+
};
|
|
12858
13921
|
readonly "upstage/solar-pro-3": {
|
|
12859
13922
|
id: string;
|
|
12860
13923
|
name: string;
|
|
@@ -13161,6 +14224,23 @@ export declare const MODELS: {
|
|
|
13161
14224
|
contextWindow: number;
|
|
13162
14225
|
maxTokens: number;
|
|
13163
14226
|
};
|
|
14227
|
+
readonly "z-ai/glm-5.2:batch": {
|
|
14228
|
+
id: string;
|
|
14229
|
+
name: string;
|
|
14230
|
+
api: "openai-completions";
|
|
14231
|
+
provider: string;
|
|
14232
|
+
baseUrl: string;
|
|
14233
|
+
reasoning: true;
|
|
14234
|
+
input: "text"[];
|
|
14235
|
+
cost: {
|
|
14236
|
+
input: number;
|
|
14237
|
+
output: number;
|
|
14238
|
+
cacheRead: number;
|
|
14239
|
+
cacheWrite: number;
|
|
14240
|
+
};
|
|
14241
|
+
contextWindow: number;
|
|
14242
|
+
maxTokens: number;
|
|
14243
|
+
};
|
|
13164
14244
|
readonly "z-ai/glm-5v-turbo": {
|
|
13165
14245
|
id: string;
|
|
13166
14246
|
name: string;
|
|
@@ -13945,23 +15025,6 @@ export declare const MODELS: {
|
|
|
13945
15025
|
contextWindow: number;
|
|
13946
15026
|
maxTokens: number;
|
|
13947
15027
|
};
|
|
13948
|
-
readonly "anthropic/claude-opus-4.1": {
|
|
13949
|
-
id: string;
|
|
13950
|
-
name: string;
|
|
13951
|
-
api: "anthropic-messages";
|
|
13952
|
-
provider: string;
|
|
13953
|
-
baseUrl: string;
|
|
13954
|
-
reasoning: true;
|
|
13955
|
-
input: ("image" | "text")[];
|
|
13956
|
-
cost: {
|
|
13957
|
-
input: number;
|
|
13958
|
-
output: number;
|
|
13959
|
-
cacheRead: number;
|
|
13960
|
-
cacheWrite: number;
|
|
13961
|
-
};
|
|
13962
|
-
contextWindow: number;
|
|
13963
|
-
maxTokens: number;
|
|
13964
|
-
};
|
|
13965
15028
|
readonly "anthropic/claude-opus-4.5": {
|
|
13966
15029
|
id: string;
|
|
13967
15030
|
name: string;
|
|
@@ -14064,23 +15127,6 @@ export declare const MODELS: {
|
|
|
14064
15127
|
contextWindow: number;
|
|
14065
15128
|
maxTokens: number;
|
|
14066
15129
|
};
|
|
14067
|
-
readonly "anthropic/claude-opus-5-fast": {
|
|
14068
|
-
id: string;
|
|
14069
|
-
name: string;
|
|
14070
|
-
api: "anthropic-messages";
|
|
14071
|
-
provider: string;
|
|
14072
|
-
baseUrl: string;
|
|
14073
|
-
reasoning: true;
|
|
14074
|
-
input: ("image" | "text")[];
|
|
14075
|
-
cost: {
|
|
14076
|
-
input: number;
|
|
14077
|
-
output: number;
|
|
14078
|
-
cacheRead: number;
|
|
14079
|
-
cacheWrite: number;
|
|
14080
|
-
};
|
|
14081
|
-
contextWindow: number;
|
|
14082
|
-
maxTokens: number;
|
|
14083
|
-
};
|
|
14084
15130
|
readonly "anthropic/claude-sonnet-4": {
|
|
14085
15131
|
id: string;
|
|
14086
15132
|
name: string;
|
|
@@ -14812,6 +15858,40 @@ export declare const MODELS: {
|
|
|
14812
15858
|
contextWindow: number;
|
|
14813
15859
|
maxTokens: number;
|
|
14814
15860
|
};
|
|
15861
|
+
readonly "meta/muse-spark-1.2": {
|
|
15862
|
+
id: string;
|
|
15863
|
+
name: string;
|
|
15864
|
+
api: "anthropic-messages";
|
|
15865
|
+
provider: string;
|
|
15866
|
+
baseUrl: string;
|
|
15867
|
+
reasoning: true;
|
|
15868
|
+
input: ("image" | "text")[];
|
|
15869
|
+
cost: {
|
|
15870
|
+
input: number;
|
|
15871
|
+
output: number;
|
|
15872
|
+
cacheRead: number;
|
|
15873
|
+
cacheWrite: number;
|
|
15874
|
+
};
|
|
15875
|
+
contextWindow: number;
|
|
15876
|
+
maxTokens: number;
|
|
15877
|
+
};
|
|
15878
|
+
readonly "meta/muse-spark-1.2-contributor": {
|
|
15879
|
+
id: string;
|
|
15880
|
+
name: string;
|
|
15881
|
+
api: "anthropic-messages";
|
|
15882
|
+
provider: string;
|
|
15883
|
+
baseUrl: string;
|
|
15884
|
+
reasoning: true;
|
|
15885
|
+
input: ("image" | "text")[];
|
|
15886
|
+
cost: {
|
|
15887
|
+
input: number;
|
|
15888
|
+
output: number;
|
|
15889
|
+
cacheRead: number;
|
|
15890
|
+
cacheWrite: number;
|
|
15891
|
+
};
|
|
15892
|
+
contextWindow: number;
|
|
15893
|
+
maxTokens: number;
|
|
15894
|
+
};
|
|
14815
15895
|
readonly "minimax/minimax-m2": {
|
|
14816
15896
|
id: string;
|
|
14817
15897
|
name: string;
|