@dreb/ai 2.53.1 → 2.55.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 +1471 -363
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +1255 -162
- 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;
|
|
@@ -3638,6 +3604,34 @@ export declare const MODELS: {
|
|
|
3638
3604
|
contextWindow: number;
|
|
3639
3605
|
maxTokens: number;
|
|
3640
3606
|
};
|
|
3607
|
+
readonly "kimi-k3": {
|
|
3608
|
+
id: string;
|
|
3609
|
+
name: string;
|
|
3610
|
+
api: "openai-completions";
|
|
3611
|
+
provider: string;
|
|
3612
|
+
baseUrl: string;
|
|
3613
|
+
headers: {
|
|
3614
|
+
"User-Agent": string;
|
|
3615
|
+
"Editor-Version": string;
|
|
3616
|
+
"Editor-Plugin-Version": string;
|
|
3617
|
+
"Copilot-Integration-Id": string;
|
|
3618
|
+
};
|
|
3619
|
+
compat: {
|
|
3620
|
+
supportsStore: false;
|
|
3621
|
+
supportsDeveloperRole: false;
|
|
3622
|
+
supportsReasoningEffort: false;
|
|
3623
|
+
};
|
|
3624
|
+
reasoning: true;
|
|
3625
|
+
input: ("image" | "text")[];
|
|
3626
|
+
cost: {
|
|
3627
|
+
input: number;
|
|
3628
|
+
output: number;
|
|
3629
|
+
cacheRead: number;
|
|
3630
|
+
cacheWrite: number;
|
|
3631
|
+
};
|
|
3632
|
+
contextWindow: number;
|
|
3633
|
+
maxTokens: number;
|
|
3634
|
+
};
|
|
3641
3635
|
readonly "mai-code-1-flash-picker": {
|
|
3642
3636
|
id: string;
|
|
3643
3637
|
name: string;
|
|
@@ -4767,6 +4761,26 @@ export declare const MODELS: {
|
|
|
4767
4761
|
contextWindow: number;
|
|
4768
4762
|
maxTokens: number;
|
|
4769
4763
|
};
|
|
4764
|
+
readonly "Qwen/Qwen3-235B-A22B-Instruct-2507": {
|
|
4765
|
+
id: string;
|
|
4766
|
+
name: string;
|
|
4767
|
+
api: "openai-completions";
|
|
4768
|
+
provider: string;
|
|
4769
|
+
baseUrl: string;
|
|
4770
|
+
compat: {
|
|
4771
|
+
supportsDeveloperRole: false;
|
|
4772
|
+
};
|
|
4773
|
+
reasoning: false;
|
|
4774
|
+
input: "text"[];
|
|
4775
|
+
cost: {
|
|
4776
|
+
input: number;
|
|
4777
|
+
output: number;
|
|
4778
|
+
cacheRead: number;
|
|
4779
|
+
cacheWrite: number;
|
|
4780
|
+
};
|
|
4781
|
+
contextWindow: number;
|
|
4782
|
+
maxTokens: number;
|
|
4783
|
+
};
|
|
4770
4784
|
readonly "Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
4771
4785
|
id: string;
|
|
4772
4786
|
name: string;
|
|
@@ -5147,6 +5161,46 @@ export declare const MODELS: {
|
|
|
5147
5161
|
contextWindow: number;
|
|
5148
5162
|
maxTokens: number;
|
|
5149
5163
|
};
|
|
5164
|
+
readonly "deepseek-ai/DeepSeek-V3": {
|
|
5165
|
+
id: string;
|
|
5166
|
+
name: string;
|
|
5167
|
+
api: "openai-completions";
|
|
5168
|
+
provider: string;
|
|
5169
|
+
baseUrl: string;
|
|
5170
|
+
compat: {
|
|
5171
|
+
supportsDeveloperRole: false;
|
|
5172
|
+
};
|
|
5173
|
+
reasoning: false;
|
|
5174
|
+
input: "text"[];
|
|
5175
|
+
cost: {
|
|
5176
|
+
input: number;
|
|
5177
|
+
output: number;
|
|
5178
|
+
cacheRead: number;
|
|
5179
|
+
cacheWrite: number;
|
|
5180
|
+
};
|
|
5181
|
+
contextWindow: number;
|
|
5182
|
+
maxTokens: number;
|
|
5183
|
+
};
|
|
5184
|
+
readonly "deepseek-ai/DeepSeek-V3.1": {
|
|
5185
|
+
id: string;
|
|
5186
|
+
name: string;
|
|
5187
|
+
api: "openai-completions";
|
|
5188
|
+
provider: string;
|
|
5189
|
+
baseUrl: string;
|
|
5190
|
+
compat: {
|
|
5191
|
+
supportsDeveloperRole: false;
|
|
5192
|
+
};
|
|
5193
|
+
reasoning: true;
|
|
5194
|
+
input: "text"[];
|
|
5195
|
+
cost: {
|
|
5196
|
+
input: number;
|
|
5197
|
+
output: number;
|
|
5198
|
+
cacheRead: number;
|
|
5199
|
+
cacheWrite: number;
|
|
5200
|
+
};
|
|
5201
|
+
contextWindow: number;
|
|
5202
|
+
maxTokens: number;
|
|
5203
|
+
};
|
|
5150
5204
|
readonly "deepseek-ai/DeepSeek-V3.2": {
|
|
5151
5205
|
id: string;
|
|
5152
5206
|
name: string;
|
|
@@ -7462,23 +7516,6 @@ export declare const MODELS: {
|
|
|
7462
7516
|
contextWindow: number;
|
|
7463
7517
|
maxTokens: number;
|
|
7464
7518
|
};
|
|
7465
|
-
readonly "claude-opus-4-1": {
|
|
7466
|
-
id: string;
|
|
7467
|
-
name: string;
|
|
7468
|
-
api: "anthropic-messages";
|
|
7469
|
-
provider: string;
|
|
7470
|
-
baseUrl: string;
|
|
7471
|
-
reasoning: true;
|
|
7472
|
-
input: ("image" | "text")[];
|
|
7473
|
-
cost: {
|
|
7474
|
-
input: number;
|
|
7475
|
-
output: number;
|
|
7476
|
-
cacheRead: number;
|
|
7477
|
-
cacheWrite: number;
|
|
7478
|
-
};
|
|
7479
|
-
contextWindow: number;
|
|
7480
|
-
maxTokens: number;
|
|
7481
|
-
};
|
|
7482
7519
|
readonly "claude-opus-4-5": {
|
|
7483
7520
|
id: string;
|
|
7484
7521
|
name: string;
|
|
@@ -8162,7 +8199,7 @@ export declare const MODELS: {
|
|
|
8162
8199
|
readonly "grok-build-0.1": {
|
|
8163
8200
|
id: string;
|
|
8164
8201
|
name: string;
|
|
8165
|
-
api: "openai-
|
|
8202
|
+
api: "openai-responses";
|
|
8166
8203
|
provider: string;
|
|
8167
8204
|
baseUrl: string;
|
|
8168
8205
|
reasoning: true;
|
|
@@ -8261,7 +8298,24 @@ export declare const MODELS: {
|
|
|
8261
8298
|
contextWindow: number;
|
|
8262
8299
|
maxTokens: number;
|
|
8263
8300
|
};
|
|
8264
|
-
readonly "ling-3.0-
|
|
8301
|
+
readonly "ling-3.0-tiny-free": {
|
|
8302
|
+
id: string;
|
|
8303
|
+
name: string;
|
|
8304
|
+
api: "openai-completions";
|
|
8305
|
+
provider: string;
|
|
8306
|
+
baseUrl: string;
|
|
8307
|
+
reasoning: true;
|
|
8308
|
+
input: "text"[];
|
|
8309
|
+
cost: {
|
|
8310
|
+
input: number;
|
|
8311
|
+
output: number;
|
|
8312
|
+
cacheRead: number;
|
|
8313
|
+
cacheWrite: number;
|
|
8314
|
+
};
|
|
8315
|
+
contextWindow: number;
|
|
8316
|
+
maxTokens: number;
|
|
8317
|
+
};
|
|
8318
|
+
readonly "longcat-2.0-free": {
|
|
8265
8319
|
id: string;
|
|
8266
8320
|
name: string;
|
|
8267
8321
|
api: "openai-completions";
|
|
@@ -8911,7 +8965,7 @@ export declare const MODELS: {
|
|
|
8911
8965
|
contextWindow: number;
|
|
8912
8966
|
maxTokens: number;
|
|
8913
8967
|
};
|
|
8914
|
-
readonly "anthropic/claude-
|
|
8968
|
+
readonly "anthropic/claude-fable-5:batch": {
|
|
8915
8969
|
id: string;
|
|
8916
8970
|
name: string;
|
|
8917
8971
|
api: "openai-completions";
|
|
@@ -8928,7 +8982,7 @@ export declare const MODELS: {
|
|
|
8928
8982
|
contextWindow: number;
|
|
8929
8983
|
maxTokens: number;
|
|
8930
8984
|
};
|
|
8931
|
-
readonly "anthropic/claude-
|
|
8985
|
+
readonly "anthropic/claude-haiku-4.5": {
|
|
8932
8986
|
id: string;
|
|
8933
8987
|
name: string;
|
|
8934
8988
|
api: "openai-completions";
|
|
@@ -8945,7 +8999,7 @@ export declare const MODELS: {
|
|
|
8945
8999
|
contextWindow: number;
|
|
8946
9000
|
maxTokens: number;
|
|
8947
9001
|
};
|
|
8948
|
-
readonly "anthropic/claude-
|
|
9002
|
+
readonly "anthropic/claude-haiku-4.5:batch": {
|
|
8949
9003
|
id: string;
|
|
8950
9004
|
name: string;
|
|
8951
9005
|
api: "openai-completions";
|
|
@@ -8962,7 +9016,7 @@ export declare const MODELS: {
|
|
|
8962
9016
|
contextWindow: number;
|
|
8963
9017
|
maxTokens: number;
|
|
8964
9018
|
};
|
|
8965
|
-
readonly "anthropic/claude-opus-4
|
|
9019
|
+
readonly "anthropic/claude-opus-4": {
|
|
8966
9020
|
id: string;
|
|
8967
9021
|
name: string;
|
|
8968
9022
|
api: "openai-completions";
|
|
@@ -8979,7 +9033,7 @@ export declare const MODELS: {
|
|
|
8979
9033
|
contextWindow: number;
|
|
8980
9034
|
maxTokens: number;
|
|
8981
9035
|
};
|
|
8982
|
-
readonly "anthropic/claude-opus-4.
|
|
9036
|
+
readonly "anthropic/claude-opus-4.1": {
|
|
8983
9037
|
id: string;
|
|
8984
9038
|
name: string;
|
|
8985
9039
|
api: "openai-completions";
|
|
@@ -8996,7 +9050,7 @@ export declare const MODELS: {
|
|
|
8996
9050
|
contextWindow: number;
|
|
8997
9051
|
maxTokens: number;
|
|
8998
9052
|
};
|
|
8999
|
-
readonly "anthropic/claude-opus-4.
|
|
9053
|
+
readonly "anthropic/claude-opus-4.1:batch": {
|
|
9000
9054
|
id: string;
|
|
9001
9055
|
name: string;
|
|
9002
9056
|
api: "openai-completions";
|
|
@@ -9013,7 +9067,7 @@ export declare const MODELS: {
|
|
|
9013
9067
|
contextWindow: number;
|
|
9014
9068
|
maxTokens: number;
|
|
9015
9069
|
};
|
|
9016
|
-
readonly "anthropic/claude-opus-4.
|
|
9070
|
+
readonly "anthropic/claude-opus-4.5": {
|
|
9017
9071
|
id: string;
|
|
9018
9072
|
name: string;
|
|
9019
9073
|
api: "openai-completions";
|
|
@@ -9030,7 +9084,7 @@ export declare const MODELS: {
|
|
|
9030
9084
|
contextWindow: number;
|
|
9031
9085
|
maxTokens: number;
|
|
9032
9086
|
};
|
|
9033
|
-
readonly "anthropic/claude-opus-4.
|
|
9087
|
+
readonly "anthropic/claude-opus-4.5:batch": {
|
|
9034
9088
|
id: string;
|
|
9035
9089
|
name: string;
|
|
9036
9090
|
api: "openai-completions";
|
|
@@ -9047,7 +9101,7 @@ export declare const MODELS: {
|
|
|
9047
9101
|
contextWindow: number;
|
|
9048
9102
|
maxTokens: number;
|
|
9049
9103
|
};
|
|
9050
|
-
readonly "anthropic/claude-opus-4.
|
|
9104
|
+
readonly "anthropic/claude-opus-4.6": {
|
|
9051
9105
|
id: string;
|
|
9052
9106
|
name: string;
|
|
9053
9107
|
api: "openai-completions";
|
|
@@ -9064,7 +9118,7 @@ export declare const MODELS: {
|
|
|
9064
9118
|
contextWindow: number;
|
|
9065
9119
|
maxTokens: number;
|
|
9066
9120
|
};
|
|
9067
|
-
readonly "anthropic/claude-opus-
|
|
9121
|
+
readonly "anthropic/claude-opus-4.6:batch": {
|
|
9068
9122
|
id: string;
|
|
9069
9123
|
name: string;
|
|
9070
9124
|
api: "openai-completions";
|
|
@@ -9081,7 +9135,7 @@ export declare const MODELS: {
|
|
|
9081
9135
|
contextWindow: number;
|
|
9082
9136
|
maxTokens: number;
|
|
9083
9137
|
};
|
|
9084
|
-
readonly "anthropic/claude-opus-
|
|
9138
|
+
readonly "anthropic/claude-opus-4.7": {
|
|
9085
9139
|
id: string;
|
|
9086
9140
|
name: string;
|
|
9087
9141
|
api: "openai-completions";
|
|
@@ -9098,7 +9152,7 @@ export declare const MODELS: {
|
|
|
9098
9152
|
contextWindow: number;
|
|
9099
9153
|
maxTokens: number;
|
|
9100
9154
|
};
|
|
9101
|
-
readonly "anthropic/claude-
|
|
9155
|
+
readonly "anthropic/claude-opus-4.7-fast": {
|
|
9102
9156
|
id: string;
|
|
9103
9157
|
name: string;
|
|
9104
9158
|
api: "openai-completions";
|
|
@@ -9115,7 +9169,7 @@ export declare const MODELS: {
|
|
|
9115
9169
|
contextWindow: number;
|
|
9116
9170
|
maxTokens: number;
|
|
9117
9171
|
};
|
|
9118
|
-
readonly "anthropic/claude-
|
|
9172
|
+
readonly "anthropic/claude-opus-4.7:batch": {
|
|
9119
9173
|
id: string;
|
|
9120
9174
|
name: string;
|
|
9121
9175
|
api: "openai-completions";
|
|
@@ -9132,7 +9186,7 @@ export declare const MODELS: {
|
|
|
9132
9186
|
contextWindow: number;
|
|
9133
9187
|
maxTokens: number;
|
|
9134
9188
|
};
|
|
9135
|
-
readonly "anthropic/claude-
|
|
9189
|
+
readonly "anthropic/claude-opus-4.8": {
|
|
9136
9190
|
id: string;
|
|
9137
9191
|
name: string;
|
|
9138
9192
|
api: "openai-completions";
|
|
@@ -9149,7 +9203,7 @@ export declare const MODELS: {
|
|
|
9149
9203
|
contextWindow: number;
|
|
9150
9204
|
maxTokens: number;
|
|
9151
9205
|
};
|
|
9152
|
-
readonly "anthropic/claude-
|
|
9206
|
+
readonly "anthropic/claude-opus-4.8-fast": {
|
|
9153
9207
|
id: string;
|
|
9154
9208
|
name: string;
|
|
9155
9209
|
api: "openai-completions";
|
|
@@ -9166,14 +9220,14 @@ export declare const MODELS: {
|
|
|
9166
9220
|
contextWindow: number;
|
|
9167
9221
|
maxTokens: number;
|
|
9168
9222
|
};
|
|
9169
|
-
readonly "
|
|
9223
|
+
readonly "anthropic/claude-opus-4.8:batch": {
|
|
9170
9224
|
id: string;
|
|
9171
9225
|
name: string;
|
|
9172
9226
|
api: "openai-completions";
|
|
9173
9227
|
provider: string;
|
|
9174
9228
|
baseUrl: string;
|
|
9175
9229
|
reasoning: true;
|
|
9176
|
-
input: "text"[];
|
|
9230
|
+
input: ("image" | "text")[];
|
|
9177
9231
|
cost: {
|
|
9178
9232
|
input: number;
|
|
9179
9233
|
output: number;
|
|
@@ -9183,14 +9237,14 @@ export declare const MODELS: {
|
|
|
9183
9237
|
contextWindow: number;
|
|
9184
9238
|
maxTokens: number;
|
|
9185
9239
|
};
|
|
9186
|
-
readonly "
|
|
9240
|
+
readonly "anthropic/claude-opus-5": {
|
|
9187
9241
|
id: string;
|
|
9188
9242
|
name: string;
|
|
9189
9243
|
api: "openai-completions";
|
|
9190
9244
|
provider: string;
|
|
9191
9245
|
baseUrl: string;
|
|
9192
|
-
reasoning:
|
|
9193
|
-
input: "text"[];
|
|
9246
|
+
reasoning: true;
|
|
9247
|
+
input: ("image" | "text")[];
|
|
9194
9248
|
cost: {
|
|
9195
9249
|
input: number;
|
|
9196
9250
|
output: number;
|
|
@@ -9200,7 +9254,7 @@ export declare const MODELS: {
|
|
|
9200
9254
|
contextWindow: number;
|
|
9201
9255
|
maxTokens: number;
|
|
9202
9256
|
};
|
|
9203
|
-
readonly
|
|
9257
|
+
readonly "anthropic/claude-opus-5-fast": {
|
|
9204
9258
|
id: string;
|
|
9205
9259
|
name: string;
|
|
9206
9260
|
api: "openai-completions";
|
|
@@ -9217,7 +9271,7 @@ export declare const MODELS: {
|
|
|
9217
9271
|
contextWindow: number;
|
|
9218
9272
|
maxTokens: number;
|
|
9219
9273
|
};
|
|
9220
|
-
readonly "
|
|
9274
|
+
readonly "anthropic/claude-opus-5:batch": {
|
|
9221
9275
|
id: string;
|
|
9222
9276
|
name: string;
|
|
9223
9277
|
api: "openai-completions";
|
|
@@ -9234,7 +9288,7 @@ export declare const MODELS: {
|
|
|
9234
9288
|
contextWindow: number;
|
|
9235
9289
|
maxTokens: number;
|
|
9236
9290
|
};
|
|
9237
|
-
readonly "
|
|
9291
|
+
readonly "anthropic/claude-sonnet-4": {
|
|
9238
9292
|
id: string;
|
|
9239
9293
|
name: string;
|
|
9240
9294
|
api: "openai-completions";
|
|
@@ -9251,7 +9305,7 @@ export declare const MODELS: {
|
|
|
9251
9305
|
contextWindow: number;
|
|
9252
9306
|
maxTokens: number;
|
|
9253
9307
|
};
|
|
9254
|
-
readonly "
|
|
9308
|
+
readonly "anthropic/claude-sonnet-4.5": {
|
|
9255
9309
|
id: string;
|
|
9256
9310
|
name: string;
|
|
9257
9311
|
api: "openai-completions";
|
|
@@ -9268,7 +9322,7 @@ export declare const MODELS: {
|
|
|
9268
9322
|
contextWindow: number;
|
|
9269
9323
|
maxTokens: number;
|
|
9270
9324
|
};
|
|
9271
|
-
readonly "
|
|
9325
|
+
readonly "anthropic/claude-sonnet-4.5:batch": {
|
|
9272
9326
|
id: string;
|
|
9273
9327
|
name: string;
|
|
9274
9328
|
api: "openai-completions";
|
|
@@ -9285,14 +9339,14 @@ export declare const MODELS: {
|
|
|
9285
9339
|
contextWindow: number;
|
|
9286
9340
|
maxTokens: number;
|
|
9287
9341
|
};
|
|
9288
|
-
readonly "
|
|
9342
|
+
readonly "anthropic/claude-sonnet-4.6": {
|
|
9289
9343
|
id: string;
|
|
9290
9344
|
name: string;
|
|
9291
9345
|
api: "openai-completions";
|
|
9292
9346
|
provider: string;
|
|
9293
9347
|
baseUrl: string;
|
|
9294
|
-
reasoning:
|
|
9295
|
-
input: "text"[];
|
|
9348
|
+
reasoning: true;
|
|
9349
|
+
input: ("image" | "text")[];
|
|
9296
9350
|
cost: {
|
|
9297
9351
|
input: number;
|
|
9298
9352
|
output: number;
|
|
@@ -9302,14 +9356,14 @@ export declare const MODELS: {
|
|
|
9302
9356
|
contextWindow: number;
|
|
9303
9357
|
maxTokens: number;
|
|
9304
9358
|
};
|
|
9305
|
-
readonly "
|
|
9359
|
+
readonly "anthropic/claude-sonnet-4.6:batch": {
|
|
9306
9360
|
id: string;
|
|
9307
9361
|
name: string;
|
|
9308
9362
|
api: "openai-completions";
|
|
9309
9363
|
provider: string;
|
|
9310
9364
|
baseUrl: string;
|
|
9311
|
-
reasoning:
|
|
9312
|
-
input: "text"[];
|
|
9365
|
+
reasoning: true;
|
|
9366
|
+
input: ("image" | "text")[];
|
|
9313
9367
|
cost: {
|
|
9314
9368
|
input: number;
|
|
9315
9369
|
output: number;
|
|
@@ -9319,14 +9373,14 @@ export declare const MODELS: {
|
|
|
9319
9373
|
contextWindow: number;
|
|
9320
9374
|
maxTokens: number;
|
|
9321
9375
|
};
|
|
9322
|
-
readonly "
|
|
9376
|
+
readonly "anthropic/claude-sonnet-5": {
|
|
9323
9377
|
id: string;
|
|
9324
9378
|
name: string;
|
|
9325
9379
|
api: "openai-completions";
|
|
9326
9380
|
provider: string;
|
|
9327
9381
|
baseUrl: string;
|
|
9328
9382
|
reasoning: true;
|
|
9329
|
-
input: "text"[];
|
|
9383
|
+
input: ("image" | "text")[];
|
|
9330
9384
|
cost: {
|
|
9331
9385
|
input: number;
|
|
9332
9386
|
output: number;
|
|
@@ -9336,14 +9390,14 @@ export declare const MODELS: {
|
|
|
9336
9390
|
contextWindow: number;
|
|
9337
9391
|
maxTokens: number;
|
|
9338
9392
|
};
|
|
9339
|
-
readonly "
|
|
9393
|
+
readonly "anthropic/claude-sonnet-5:batch": {
|
|
9340
9394
|
id: string;
|
|
9341
9395
|
name: string;
|
|
9342
9396
|
api: "openai-completions";
|
|
9343
9397
|
provider: string;
|
|
9344
9398
|
baseUrl: string;
|
|
9345
|
-
reasoning:
|
|
9346
|
-
input: "text"[];
|
|
9399
|
+
reasoning: true;
|
|
9400
|
+
input: ("image" | "text")[];
|
|
9347
9401
|
cost: {
|
|
9348
9402
|
input: number;
|
|
9349
9403
|
output: number;
|
|
@@ -9353,13 +9407,13 @@ export declare const MODELS: {
|
|
|
9353
9407
|
contextWindow: number;
|
|
9354
9408
|
maxTokens: number;
|
|
9355
9409
|
};
|
|
9356
|
-
readonly "
|
|
9410
|
+
readonly "arcee-ai/trinity-large-thinking": {
|
|
9357
9411
|
id: string;
|
|
9358
9412
|
name: string;
|
|
9359
9413
|
api: "openai-completions";
|
|
9360
9414
|
provider: string;
|
|
9361
9415
|
baseUrl: string;
|
|
9362
|
-
reasoning:
|
|
9416
|
+
reasoning: true;
|
|
9363
9417
|
input: "text"[];
|
|
9364
9418
|
cost: {
|
|
9365
9419
|
input: number;
|
|
@@ -9370,13 +9424,13 @@ export declare const MODELS: {
|
|
|
9370
9424
|
contextWindow: number;
|
|
9371
9425
|
maxTokens: number;
|
|
9372
9426
|
};
|
|
9373
|
-
readonly "
|
|
9427
|
+
readonly "arcee-ai/virtuoso-large": {
|
|
9374
9428
|
id: string;
|
|
9375
9429
|
name: string;
|
|
9376
9430
|
api: "openai-completions";
|
|
9377
9431
|
provider: string;
|
|
9378
9432
|
baseUrl: string;
|
|
9379
|
-
reasoning:
|
|
9433
|
+
reasoning: false;
|
|
9380
9434
|
input: "text"[];
|
|
9381
9435
|
cost: {
|
|
9382
9436
|
input: number;
|
|
@@ -9387,14 +9441,14 @@ export declare const MODELS: {
|
|
|
9387
9441
|
contextWindow: number;
|
|
9388
9442
|
maxTokens: number;
|
|
9389
9443
|
};
|
|
9390
|
-
readonly
|
|
9444
|
+
readonly auto: {
|
|
9391
9445
|
id: string;
|
|
9392
9446
|
name: string;
|
|
9393
9447
|
api: "openai-completions";
|
|
9394
9448
|
provider: string;
|
|
9395
9449
|
baseUrl: string;
|
|
9396
9450
|
reasoning: true;
|
|
9397
|
-
input: "text"[];
|
|
9451
|
+
input: ("image" | "text")[];
|
|
9398
9452
|
cost: {
|
|
9399
9453
|
input: number;
|
|
9400
9454
|
output: number;
|
|
@@ -9404,14 +9458,14 @@ export declare const MODELS: {
|
|
|
9404
9458
|
contextWindow: number;
|
|
9405
9459
|
maxTokens: number;
|
|
9406
9460
|
};
|
|
9407
|
-
readonly "
|
|
9461
|
+
readonly "bytedance-seed/seed-1.6": {
|
|
9408
9462
|
id: string;
|
|
9409
9463
|
name: string;
|
|
9410
9464
|
api: "openai-completions";
|
|
9411
9465
|
provider: string;
|
|
9412
9466
|
baseUrl: string;
|
|
9413
9467
|
reasoning: true;
|
|
9414
|
-
input: "text"[];
|
|
9468
|
+
input: ("image" | "text")[];
|
|
9415
9469
|
cost: {
|
|
9416
9470
|
input: number;
|
|
9417
9471
|
output: number;
|
|
@@ -9421,14 +9475,14 @@ export declare const MODELS: {
|
|
|
9421
9475
|
contextWindow: number;
|
|
9422
9476
|
maxTokens: number;
|
|
9423
9477
|
};
|
|
9424
|
-
readonly "
|
|
9478
|
+
readonly "bytedance-seed/seed-1.6-flash": {
|
|
9425
9479
|
id: string;
|
|
9426
9480
|
name: string;
|
|
9427
9481
|
api: "openai-completions";
|
|
9428
9482
|
provider: string;
|
|
9429
9483
|
baseUrl: string;
|
|
9430
9484
|
reasoning: true;
|
|
9431
|
-
input: "text"[];
|
|
9485
|
+
input: ("image" | "text")[];
|
|
9432
9486
|
cost: {
|
|
9433
9487
|
input: number;
|
|
9434
9488
|
output: number;
|
|
@@ -9438,14 +9492,14 @@ export declare const MODELS: {
|
|
|
9438
9492
|
contextWindow: number;
|
|
9439
9493
|
maxTokens: number;
|
|
9440
9494
|
};
|
|
9441
|
-
readonly "
|
|
9495
|
+
readonly "bytedance-seed/seed-2.0-lite": {
|
|
9442
9496
|
id: string;
|
|
9443
9497
|
name: string;
|
|
9444
9498
|
api: "openai-completions";
|
|
9445
9499
|
provider: string;
|
|
9446
9500
|
baseUrl: string;
|
|
9447
9501
|
reasoning: true;
|
|
9448
|
-
input: "text"[];
|
|
9502
|
+
input: ("image" | "text")[];
|
|
9449
9503
|
cost: {
|
|
9450
9504
|
input: number;
|
|
9451
9505
|
output: number;
|
|
@@ -9455,14 +9509,14 @@ export declare const MODELS: {
|
|
|
9455
9509
|
contextWindow: number;
|
|
9456
9510
|
maxTokens: number;
|
|
9457
9511
|
};
|
|
9458
|
-
readonly "
|
|
9512
|
+
readonly "bytedance-seed/seed-2.0-mini": {
|
|
9459
9513
|
id: string;
|
|
9460
9514
|
name: string;
|
|
9461
9515
|
api: "openai-completions";
|
|
9462
9516
|
provider: string;
|
|
9463
9517
|
baseUrl: string;
|
|
9464
9518
|
reasoning: true;
|
|
9465
|
-
input: "text"[];
|
|
9519
|
+
input: ("image" | "text")[];
|
|
9466
9520
|
cost: {
|
|
9467
9521
|
input: number;
|
|
9468
9522
|
output: number;
|
|
@@ -9472,13 +9526,13 @@ export declare const MODELS: {
|
|
|
9472
9526
|
contextWindow: number;
|
|
9473
9527
|
maxTokens: number;
|
|
9474
9528
|
};
|
|
9475
|
-
readonly "
|
|
9529
|
+
readonly "cohere/command-r-08-2024": {
|
|
9476
9530
|
id: string;
|
|
9477
9531
|
name: string;
|
|
9478
9532
|
api: "openai-completions";
|
|
9479
9533
|
provider: string;
|
|
9480
9534
|
baseUrl: string;
|
|
9481
|
-
reasoning:
|
|
9535
|
+
reasoning: false;
|
|
9482
9536
|
input: "text"[];
|
|
9483
9537
|
cost: {
|
|
9484
9538
|
input: number;
|
|
@@ -9489,13 +9543,13 @@ export declare const MODELS: {
|
|
|
9489
9543
|
contextWindow: number;
|
|
9490
9544
|
maxTokens: number;
|
|
9491
9545
|
};
|
|
9492
|
-
readonly "
|
|
9546
|
+
readonly "cohere/command-r-plus-08-2024": {
|
|
9493
9547
|
id: string;
|
|
9494
9548
|
name: string;
|
|
9495
9549
|
api: "openai-completions";
|
|
9496
9550
|
provider: string;
|
|
9497
9551
|
baseUrl: string;
|
|
9498
|
-
reasoning:
|
|
9552
|
+
reasoning: false;
|
|
9499
9553
|
input: "text"[];
|
|
9500
9554
|
cost: {
|
|
9501
9555
|
input: number;
|
|
@@ -9506,7 +9560,7 @@ export declare const MODELS: {
|
|
|
9506
9560
|
contextWindow: number;
|
|
9507
9561
|
maxTokens: number;
|
|
9508
9562
|
};
|
|
9509
|
-
readonly "
|
|
9563
|
+
readonly "cohere/north-mini-code:free": {
|
|
9510
9564
|
id: string;
|
|
9511
9565
|
name: string;
|
|
9512
9566
|
api: "openai-completions";
|
|
@@ -9523,14 +9577,201 @@ export declare const MODELS: {
|
|
|
9523
9577
|
contextWindow: number;
|
|
9524
9578
|
maxTokens: number;
|
|
9525
9579
|
};
|
|
9526
|
-
readonly "
|
|
9580
|
+
readonly "deepseek/deepseek-chat": {
|
|
9527
9581
|
id: string;
|
|
9528
9582
|
name: string;
|
|
9529
9583
|
api: "openai-completions";
|
|
9530
9584
|
provider: string;
|
|
9531
9585
|
baseUrl: string;
|
|
9532
|
-
reasoning:
|
|
9533
|
-
input:
|
|
9586
|
+
reasoning: false;
|
|
9587
|
+
input: "text"[];
|
|
9588
|
+
cost: {
|
|
9589
|
+
input: number;
|
|
9590
|
+
output: number;
|
|
9591
|
+
cacheRead: number;
|
|
9592
|
+
cacheWrite: number;
|
|
9593
|
+
};
|
|
9594
|
+
contextWindow: number;
|
|
9595
|
+
maxTokens: number;
|
|
9596
|
+
};
|
|
9597
|
+
readonly "deepseek/deepseek-chat-v3-0324": {
|
|
9598
|
+
id: string;
|
|
9599
|
+
name: string;
|
|
9600
|
+
api: "openai-completions";
|
|
9601
|
+
provider: string;
|
|
9602
|
+
baseUrl: string;
|
|
9603
|
+
reasoning: false;
|
|
9604
|
+
input: "text"[];
|
|
9605
|
+
cost: {
|
|
9606
|
+
input: number;
|
|
9607
|
+
output: number;
|
|
9608
|
+
cacheRead: number;
|
|
9609
|
+
cacheWrite: number;
|
|
9610
|
+
};
|
|
9611
|
+
contextWindow: number;
|
|
9612
|
+
maxTokens: number;
|
|
9613
|
+
};
|
|
9614
|
+
readonly "deepseek/deepseek-chat-v3.1": {
|
|
9615
|
+
id: string;
|
|
9616
|
+
name: string;
|
|
9617
|
+
api: "openai-completions";
|
|
9618
|
+
provider: string;
|
|
9619
|
+
baseUrl: string;
|
|
9620
|
+
reasoning: true;
|
|
9621
|
+
input: "text"[];
|
|
9622
|
+
cost: {
|
|
9623
|
+
input: number;
|
|
9624
|
+
output: number;
|
|
9625
|
+
cacheRead: number;
|
|
9626
|
+
cacheWrite: number;
|
|
9627
|
+
};
|
|
9628
|
+
contextWindow: number;
|
|
9629
|
+
maxTokens: number;
|
|
9630
|
+
};
|
|
9631
|
+
readonly "deepseek/deepseek-r1": {
|
|
9632
|
+
id: string;
|
|
9633
|
+
name: string;
|
|
9634
|
+
api: "openai-completions";
|
|
9635
|
+
provider: string;
|
|
9636
|
+
baseUrl: string;
|
|
9637
|
+
reasoning: true;
|
|
9638
|
+
input: "text"[];
|
|
9639
|
+
cost: {
|
|
9640
|
+
input: number;
|
|
9641
|
+
output: number;
|
|
9642
|
+
cacheRead: number;
|
|
9643
|
+
cacheWrite: number;
|
|
9644
|
+
};
|
|
9645
|
+
contextWindow: number;
|
|
9646
|
+
maxTokens: number;
|
|
9647
|
+
};
|
|
9648
|
+
readonly "deepseek/deepseek-r1-0528": {
|
|
9649
|
+
id: string;
|
|
9650
|
+
name: string;
|
|
9651
|
+
api: "openai-completions";
|
|
9652
|
+
provider: string;
|
|
9653
|
+
baseUrl: string;
|
|
9654
|
+
reasoning: true;
|
|
9655
|
+
input: "text"[];
|
|
9656
|
+
cost: {
|
|
9657
|
+
input: number;
|
|
9658
|
+
output: number;
|
|
9659
|
+
cacheRead: number;
|
|
9660
|
+
cacheWrite: number;
|
|
9661
|
+
};
|
|
9662
|
+
contextWindow: number;
|
|
9663
|
+
maxTokens: number;
|
|
9664
|
+
};
|
|
9665
|
+
readonly "deepseek/deepseek-v3.1-terminus": {
|
|
9666
|
+
id: string;
|
|
9667
|
+
name: string;
|
|
9668
|
+
api: "openai-completions";
|
|
9669
|
+
provider: string;
|
|
9670
|
+
baseUrl: string;
|
|
9671
|
+
reasoning: true;
|
|
9672
|
+
input: "text"[];
|
|
9673
|
+
cost: {
|
|
9674
|
+
input: number;
|
|
9675
|
+
output: number;
|
|
9676
|
+
cacheRead: number;
|
|
9677
|
+
cacheWrite: number;
|
|
9678
|
+
};
|
|
9679
|
+
contextWindow: number;
|
|
9680
|
+
maxTokens: number;
|
|
9681
|
+
};
|
|
9682
|
+
readonly "deepseek/deepseek-v3.2": {
|
|
9683
|
+
id: string;
|
|
9684
|
+
name: string;
|
|
9685
|
+
api: "openai-completions";
|
|
9686
|
+
provider: string;
|
|
9687
|
+
baseUrl: string;
|
|
9688
|
+
reasoning: true;
|
|
9689
|
+
input: "text"[];
|
|
9690
|
+
cost: {
|
|
9691
|
+
input: number;
|
|
9692
|
+
output: number;
|
|
9693
|
+
cacheRead: number;
|
|
9694
|
+
cacheWrite: number;
|
|
9695
|
+
};
|
|
9696
|
+
contextWindow: number;
|
|
9697
|
+
maxTokens: number;
|
|
9698
|
+
};
|
|
9699
|
+
readonly "deepseek/deepseek-v3.2-exp": {
|
|
9700
|
+
id: string;
|
|
9701
|
+
name: string;
|
|
9702
|
+
api: "openai-completions";
|
|
9703
|
+
provider: string;
|
|
9704
|
+
baseUrl: string;
|
|
9705
|
+
reasoning: true;
|
|
9706
|
+
input: "text"[];
|
|
9707
|
+
cost: {
|
|
9708
|
+
input: number;
|
|
9709
|
+
output: number;
|
|
9710
|
+
cacheRead: number;
|
|
9711
|
+
cacheWrite: number;
|
|
9712
|
+
};
|
|
9713
|
+
contextWindow: number;
|
|
9714
|
+
maxTokens: number;
|
|
9715
|
+
};
|
|
9716
|
+
readonly "deepseek/deepseek-v4-flash": {
|
|
9717
|
+
id: string;
|
|
9718
|
+
name: string;
|
|
9719
|
+
api: "openai-completions";
|
|
9720
|
+
provider: string;
|
|
9721
|
+
baseUrl: string;
|
|
9722
|
+
reasoning: true;
|
|
9723
|
+
input: "text"[];
|
|
9724
|
+
cost: {
|
|
9725
|
+
input: number;
|
|
9726
|
+
output: number;
|
|
9727
|
+
cacheRead: number;
|
|
9728
|
+
cacheWrite: number;
|
|
9729
|
+
};
|
|
9730
|
+
contextWindow: number;
|
|
9731
|
+
maxTokens: number;
|
|
9732
|
+
};
|
|
9733
|
+
readonly "deepseek/deepseek-v4-flash-0731": {
|
|
9734
|
+
id: string;
|
|
9735
|
+
name: string;
|
|
9736
|
+
api: "openai-completions";
|
|
9737
|
+
provider: string;
|
|
9738
|
+
baseUrl: string;
|
|
9739
|
+
reasoning: true;
|
|
9740
|
+
input: "text"[];
|
|
9741
|
+
cost: {
|
|
9742
|
+
input: number;
|
|
9743
|
+
output: number;
|
|
9744
|
+
cacheRead: number;
|
|
9745
|
+
cacheWrite: number;
|
|
9746
|
+
};
|
|
9747
|
+
contextWindow: number;
|
|
9748
|
+
maxTokens: number;
|
|
9749
|
+
};
|
|
9750
|
+
readonly "deepseek/deepseek-v4-pro": {
|
|
9751
|
+
id: string;
|
|
9752
|
+
name: string;
|
|
9753
|
+
api: "openai-completions";
|
|
9754
|
+
provider: string;
|
|
9755
|
+
baseUrl: string;
|
|
9756
|
+
reasoning: true;
|
|
9757
|
+
input: "text"[];
|
|
9758
|
+
cost: {
|
|
9759
|
+
input: number;
|
|
9760
|
+
output: number;
|
|
9761
|
+
cacheRead: number;
|
|
9762
|
+
cacheWrite: number;
|
|
9763
|
+
};
|
|
9764
|
+
contextWindow: number;
|
|
9765
|
+
maxTokens: number;
|
|
9766
|
+
};
|
|
9767
|
+
readonly "google/gemini-2.5-flash": {
|
|
9768
|
+
id: string;
|
|
9769
|
+
name: string;
|
|
9770
|
+
api: "openai-completions";
|
|
9771
|
+
provider: string;
|
|
9772
|
+
baseUrl: string;
|
|
9773
|
+
reasoning: true;
|
|
9774
|
+
input: ("image" | "text")[];
|
|
9534
9775
|
cost: {
|
|
9535
9776
|
input: number;
|
|
9536
9777
|
output: number;
|
|
@@ -9557,6 +9798,40 @@ export declare const MODELS: {
|
|
|
9557
9798
|
contextWindow: number;
|
|
9558
9799
|
maxTokens: number;
|
|
9559
9800
|
};
|
|
9801
|
+
readonly "google/gemini-2.5-flash-lite:batch": {
|
|
9802
|
+
id: string;
|
|
9803
|
+
name: string;
|
|
9804
|
+
api: "openai-completions";
|
|
9805
|
+
provider: string;
|
|
9806
|
+
baseUrl: string;
|
|
9807
|
+
reasoning: true;
|
|
9808
|
+
input: ("image" | "text")[];
|
|
9809
|
+
cost: {
|
|
9810
|
+
input: number;
|
|
9811
|
+
output: number;
|
|
9812
|
+
cacheRead: number;
|
|
9813
|
+
cacheWrite: number;
|
|
9814
|
+
};
|
|
9815
|
+
contextWindow: number;
|
|
9816
|
+
maxTokens: number;
|
|
9817
|
+
};
|
|
9818
|
+
readonly "google/gemini-2.5-flash:batch": {
|
|
9819
|
+
id: string;
|
|
9820
|
+
name: string;
|
|
9821
|
+
api: "openai-completions";
|
|
9822
|
+
provider: string;
|
|
9823
|
+
baseUrl: string;
|
|
9824
|
+
reasoning: true;
|
|
9825
|
+
input: ("image" | "text")[];
|
|
9826
|
+
cost: {
|
|
9827
|
+
input: number;
|
|
9828
|
+
output: number;
|
|
9829
|
+
cacheRead: number;
|
|
9830
|
+
cacheWrite: number;
|
|
9831
|
+
};
|
|
9832
|
+
contextWindow: number;
|
|
9833
|
+
maxTokens: number;
|
|
9834
|
+
};
|
|
9560
9835
|
readonly "google/gemini-2.5-pro": {
|
|
9561
9836
|
id: string;
|
|
9562
9837
|
name: string;
|
|
@@ -9608,6 +9883,23 @@ export declare const MODELS: {
|
|
|
9608
9883
|
contextWindow: number;
|
|
9609
9884
|
maxTokens: number;
|
|
9610
9885
|
};
|
|
9886
|
+
readonly "google/gemini-2.5-pro:batch": {
|
|
9887
|
+
id: string;
|
|
9888
|
+
name: string;
|
|
9889
|
+
api: "openai-completions";
|
|
9890
|
+
provider: string;
|
|
9891
|
+
baseUrl: string;
|
|
9892
|
+
reasoning: true;
|
|
9893
|
+
input: ("image" | "text")[];
|
|
9894
|
+
cost: {
|
|
9895
|
+
input: number;
|
|
9896
|
+
output: number;
|
|
9897
|
+
cacheRead: number;
|
|
9898
|
+
cacheWrite: number;
|
|
9899
|
+
};
|
|
9900
|
+
contextWindow: number;
|
|
9901
|
+
maxTokens: number;
|
|
9902
|
+
};
|
|
9611
9903
|
readonly "google/gemini-3-flash-preview": {
|
|
9612
9904
|
id: string;
|
|
9613
9905
|
name: string;
|
|
@@ -9625,6 +9917,23 @@ export declare const MODELS: {
|
|
|
9625
9917
|
contextWindow: number;
|
|
9626
9918
|
maxTokens: number;
|
|
9627
9919
|
};
|
|
9920
|
+
readonly "google/gemini-3-flash-preview:batch": {
|
|
9921
|
+
id: string;
|
|
9922
|
+
name: string;
|
|
9923
|
+
api: "openai-completions";
|
|
9924
|
+
provider: string;
|
|
9925
|
+
baseUrl: string;
|
|
9926
|
+
reasoning: true;
|
|
9927
|
+
input: ("image" | "text")[];
|
|
9928
|
+
cost: {
|
|
9929
|
+
input: number;
|
|
9930
|
+
output: number;
|
|
9931
|
+
cacheRead: number;
|
|
9932
|
+
cacheWrite: number;
|
|
9933
|
+
};
|
|
9934
|
+
contextWindow: number;
|
|
9935
|
+
maxTokens: number;
|
|
9936
|
+
};
|
|
9628
9937
|
readonly "google/gemini-3-pro-image": {
|
|
9629
9938
|
id: string;
|
|
9630
9939
|
name: string;
|
|
@@ -9665,7 +9974,755 @@ export declare const MODELS: {
|
|
|
9665
9974
|
api: "openai-completions";
|
|
9666
9975
|
provider: string;
|
|
9667
9976
|
baseUrl: string;
|
|
9668
|
-
reasoning: true;
|
|
9977
|
+
reasoning: true;
|
|
9978
|
+
input: ("image" | "text")[];
|
|
9979
|
+
cost: {
|
|
9980
|
+
input: number;
|
|
9981
|
+
output: number;
|
|
9982
|
+
cacheRead: number;
|
|
9983
|
+
cacheWrite: number;
|
|
9984
|
+
};
|
|
9985
|
+
contextWindow: number;
|
|
9986
|
+
maxTokens: number;
|
|
9987
|
+
};
|
|
9988
|
+
readonly "google/gemini-3.1-flash-lite:batch": {
|
|
9989
|
+
id: string;
|
|
9990
|
+
name: string;
|
|
9991
|
+
api: "openai-completions";
|
|
9992
|
+
provider: string;
|
|
9993
|
+
baseUrl: string;
|
|
9994
|
+
reasoning: true;
|
|
9995
|
+
input: ("image" | "text")[];
|
|
9996
|
+
cost: {
|
|
9997
|
+
input: number;
|
|
9998
|
+
output: number;
|
|
9999
|
+
cacheRead: number;
|
|
10000
|
+
cacheWrite: number;
|
|
10001
|
+
};
|
|
10002
|
+
contextWindow: number;
|
|
10003
|
+
maxTokens: number;
|
|
10004
|
+
};
|
|
10005
|
+
readonly "google/gemini-3.1-pro-preview": {
|
|
10006
|
+
id: string;
|
|
10007
|
+
name: string;
|
|
10008
|
+
api: "openai-completions";
|
|
10009
|
+
provider: string;
|
|
10010
|
+
baseUrl: string;
|
|
10011
|
+
reasoning: true;
|
|
10012
|
+
input: ("image" | "text")[];
|
|
10013
|
+
cost: {
|
|
10014
|
+
input: number;
|
|
10015
|
+
output: number;
|
|
10016
|
+
cacheRead: number;
|
|
10017
|
+
cacheWrite: number;
|
|
10018
|
+
};
|
|
10019
|
+
contextWindow: number;
|
|
10020
|
+
maxTokens: number;
|
|
10021
|
+
};
|
|
10022
|
+
readonly "google/gemini-3.1-pro-preview-customtools": {
|
|
10023
|
+
id: string;
|
|
10024
|
+
name: string;
|
|
10025
|
+
api: "openai-completions";
|
|
10026
|
+
provider: string;
|
|
10027
|
+
baseUrl: string;
|
|
10028
|
+
reasoning: true;
|
|
10029
|
+
input: ("image" | "text")[];
|
|
10030
|
+
cost: {
|
|
10031
|
+
input: number;
|
|
10032
|
+
output: number;
|
|
10033
|
+
cacheRead: number;
|
|
10034
|
+
cacheWrite: number;
|
|
10035
|
+
};
|
|
10036
|
+
contextWindow: number;
|
|
10037
|
+
maxTokens: number;
|
|
10038
|
+
};
|
|
10039
|
+
readonly "google/gemini-3.1-pro-preview:batch": {
|
|
10040
|
+
id: string;
|
|
10041
|
+
name: string;
|
|
10042
|
+
api: "openai-completions";
|
|
10043
|
+
provider: string;
|
|
10044
|
+
baseUrl: string;
|
|
10045
|
+
reasoning: true;
|
|
10046
|
+
input: ("image" | "text")[];
|
|
10047
|
+
cost: {
|
|
10048
|
+
input: number;
|
|
10049
|
+
output: number;
|
|
10050
|
+
cacheRead: number;
|
|
10051
|
+
cacheWrite: number;
|
|
10052
|
+
};
|
|
10053
|
+
contextWindow: number;
|
|
10054
|
+
maxTokens: number;
|
|
10055
|
+
};
|
|
10056
|
+
readonly "google/gemini-3.5-flash": {
|
|
10057
|
+
id: string;
|
|
10058
|
+
name: string;
|
|
10059
|
+
api: "openai-completions";
|
|
10060
|
+
provider: string;
|
|
10061
|
+
baseUrl: string;
|
|
10062
|
+
reasoning: true;
|
|
10063
|
+
input: ("image" | "text")[];
|
|
10064
|
+
cost: {
|
|
10065
|
+
input: number;
|
|
10066
|
+
output: number;
|
|
10067
|
+
cacheRead: number;
|
|
10068
|
+
cacheWrite: number;
|
|
10069
|
+
};
|
|
10070
|
+
contextWindow: number;
|
|
10071
|
+
maxTokens: number;
|
|
10072
|
+
};
|
|
10073
|
+
readonly "google/gemini-3.5-flash-lite": {
|
|
10074
|
+
id: string;
|
|
10075
|
+
name: string;
|
|
10076
|
+
api: "openai-completions";
|
|
10077
|
+
provider: string;
|
|
10078
|
+
baseUrl: string;
|
|
10079
|
+
reasoning: true;
|
|
10080
|
+
input: ("image" | "text")[];
|
|
10081
|
+
cost: {
|
|
10082
|
+
input: number;
|
|
10083
|
+
output: number;
|
|
10084
|
+
cacheRead: number;
|
|
10085
|
+
cacheWrite: number;
|
|
10086
|
+
};
|
|
10087
|
+
contextWindow: number;
|
|
10088
|
+
maxTokens: number;
|
|
10089
|
+
};
|
|
10090
|
+
readonly "google/gemini-3.5-flash-lite:batch": {
|
|
10091
|
+
id: string;
|
|
10092
|
+
name: string;
|
|
10093
|
+
api: "openai-completions";
|
|
10094
|
+
provider: string;
|
|
10095
|
+
baseUrl: string;
|
|
10096
|
+
reasoning: true;
|
|
10097
|
+
input: ("image" | "text")[];
|
|
10098
|
+
cost: {
|
|
10099
|
+
input: number;
|
|
10100
|
+
output: number;
|
|
10101
|
+
cacheRead: number;
|
|
10102
|
+
cacheWrite: number;
|
|
10103
|
+
};
|
|
10104
|
+
contextWindow: number;
|
|
10105
|
+
maxTokens: number;
|
|
10106
|
+
};
|
|
10107
|
+
readonly "google/gemini-3.5-flash:batch": {
|
|
10108
|
+
id: string;
|
|
10109
|
+
name: string;
|
|
10110
|
+
api: "openai-completions";
|
|
10111
|
+
provider: string;
|
|
10112
|
+
baseUrl: string;
|
|
10113
|
+
reasoning: true;
|
|
10114
|
+
input: ("image" | "text")[];
|
|
10115
|
+
cost: {
|
|
10116
|
+
input: number;
|
|
10117
|
+
output: number;
|
|
10118
|
+
cacheRead: number;
|
|
10119
|
+
cacheWrite: number;
|
|
10120
|
+
};
|
|
10121
|
+
contextWindow: number;
|
|
10122
|
+
maxTokens: number;
|
|
10123
|
+
};
|
|
10124
|
+
readonly "google/gemini-3.6-flash": {
|
|
10125
|
+
id: string;
|
|
10126
|
+
name: string;
|
|
10127
|
+
api: "openai-completions";
|
|
10128
|
+
provider: string;
|
|
10129
|
+
baseUrl: string;
|
|
10130
|
+
reasoning: true;
|
|
10131
|
+
input: ("image" | "text")[];
|
|
10132
|
+
cost: {
|
|
10133
|
+
input: number;
|
|
10134
|
+
output: number;
|
|
10135
|
+
cacheRead: number;
|
|
10136
|
+
cacheWrite: number;
|
|
10137
|
+
};
|
|
10138
|
+
contextWindow: number;
|
|
10139
|
+
maxTokens: number;
|
|
10140
|
+
};
|
|
10141
|
+
readonly "google/gemini-3.6-flash:batch": {
|
|
10142
|
+
id: string;
|
|
10143
|
+
name: string;
|
|
10144
|
+
api: "openai-completions";
|
|
10145
|
+
provider: string;
|
|
10146
|
+
baseUrl: string;
|
|
10147
|
+
reasoning: true;
|
|
10148
|
+
input: ("image" | "text")[];
|
|
10149
|
+
cost: {
|
|
10150
|
+
input: number;
|
|
10151
|
+
output: number;
|
|
10152
|
+
cacheRead: number;
|
|
10153
|
+
cacheWrite: number;
|
|
10154
|
+
};
|
|
10155
|
+
contextWindow: number;
|
|
10156
|
+
maxTokens: number;
|
|
10157
|
+
};
|
|
10158
|
+
readonly "google/gemma-3-12b-it": {
|
|
10159
|
+
id: string;
|
|
10160
|
+
name: string;
|
|
10161
|
+
api: "openai-completions";
|
|
10162
|
+
provider: string;
|
|
10163
|
+
baseUrl: string;
|
|
10164
|
+
reasoning: false;
|
|
10165
|
+
input: ("image" | "text")[];
|
|
10166
|
+
cost: {
|
|
10167
|
+
input: number;
|
|
10168
|
+
output: number;
|
|
10169
|
+
cacheRead: number;
|
|
10170
|
+
cacheWrite: number;
|
|
10171
|
+
};
|
|
10172
|
+
contextWindow: number;
|
|
10173
|
+
maxTokens: number;
|
|
10174
|
+
};
|
|
10175
|
+
readonly "google/gemma-3-27b-it": {
|
|
10176
|
+
id: string;
|
|
10177
|
+
name: string;
|
|
10178
|
+
api: "openai-completions";
|
|
10179
|
+
provider: string;
|
|
10180
|
+
baseUrl: string;
|
|
10181
|
+
reasoning: false;
|
|
10182
|
+
input: ("image" | "text")[];
|
|
10183
|
+
cost: {
|
|
10184
|
+
input: number;
|
|
10185
|
+
output: number;
|
|
10186
|
+
cacheRead: number;
|
|
10187
|
+
cacheWrite: number;
|
|
10188
|
+
};
|
|
10189
|
+
contextWindow: number;
|
|
10190
|
+
maxTokens: number;
|
|
10191
|
+
};
|
|
10192
|
+
readonly "google/gemma-4-26b-a4b-it": {
|
|
10193
|
+
id: string;
|
|
10194
|
+
name: string;
|
|
10195
|
+
api: "openai-completions";
|
|
10196
|
+
provider: string;
|
|
10197
|
+
baseUrl: string;
|
|
10198
|
+
reasoning: true;
|
|
10199
|
+
input: ("image" | "text")[];
|
|
10200
|
+
cost: {
|
|
10201
|
+
input: number;
|
|
10202
|
+
output: number;
|
|
10203
|
+
cacheRead: number;
|
|
10204
|
+
cacheWrite: number;
|
|
10205
|
+
};
|
|
10206
|
+
contextWindow: number;
|
|
10207
|
+
maxTokens: number;
|
|
10208
|
+
};
|
|
10209
|
+
readonly "google/gemma-4-26b-a4b-it:free": {
|
|
10210
|
+
id: string;
|
|
10211
|
+
name: string;
|
|
10212
|
+
api: "openai-completions";
|
|
10213
|
+
provider: string;
|
|
10214
|
+
baseUrl: string;
|
|
10215
|
+
reasoning: true;
|
|
10216
|
+
input: ("image" | "text")[];
|
|
10217
|
+
cost: {
|
|
10218
|
+
input: number;
|
|
10219
|
+
output: number;
|
|
10220
|
+
cacheRead: number;
|
|
10221
|
+
cacheWrite: number;
|
|
10222
|
+
};
|
|
10223
|
+
contextWindow: number;
|
|
10224
|
+
maxTokens: number;
|
|
10225
|
+
};
|
|
10226
|
+
readonly "google/gemma-4-31b-it": {
|
|
10227
|
+
id: string;
|
|
10228
|
+
name: string;
|
|
10229
|
+
api: "openai-completions";
|
|
10230
|
+
provider: string;
|
|
10231
|
+
baseUrl: string;
|
|
10232
|
+
reasoning: true;
|
|
10233
|
+
input: ("image" | "text")[];
|
|
10234
|
+
cost: {
|
|
10235
|
+
input: number;
|
|
10236
|
+
output: number;
|
|
10237
|
+
cacheRead: number;
|
|
10238
|
+
cacheWrite: number;
|
|
10239
|
+
};
|
|
10240
|
+
contextWindow: number;
|
|
10241
|
+
maxTokens: number;
|
|
10242
|
+
};
|
|
10243
|
+
readonly "google/gemma-4-31b-it:free": {
|
|
10244
|
+
id: string;
|
|
10245
|
+
name: string;
|
|
10246
|
+
api: "openai-completions";
|
|
10247
|
+
provider: string;
|
|
10248
|
+
baseUrl: string;
|
|
10249
|
+
reasoning: true;
|
|
10250
|
+
input: ("image" | "text")[];
|
|
10251
|
+
cost: {
|
|
10252
|
+
input: number;
|
|
10253
|
+
output: number;
|
|
10254
|
+
cacheRead: number;
|
|
10255
|
+
cacheWrite: number;
|
|
10256
|
+
};
|
|
10257
|
+
contextWindow: number;
|
|
10258
|
+
maxTokens: number;
|
|
10259
|
+
};
|
|
10260
|
+
readonly "ibm-granite/granite-4.1-8b": {
|
|
10261
|
+
id: string;
|
|
10262
|
+
name: string;
|
|
10263
|
+
api: "openai-completions";
|
|
10264
|
+
provider: string;
|
|
10265
|
+
baseUrl: string;
|
|
10266
|
+
reasoning: false;
|
|
10267
|
+
input: "text"[];
|
|
10268
|
+
cost: {
|
|
10269
|
+
input: number;
|
|
10270
|
+
output: number;
|
|
10271
|
+
cacheRead: number;
|
|
10272
|
+
cacheWrite: number;
|
|
10273
|
+
};
|
|
10274
|
+
contextWindow: number;
|
|
10275
|
+
maxTokens: number;
|
|
10276
|
+
};
|
|
10277
|
+
readonly "inception/mercury-2": {
|
|
10278
|
+
id: string;
|
|
10279
|
+
name: string;
|
|
10280
|
+
api: "openai-completions";
|
|
10281
|
+
provider: string;
|
|
10282
|
+
baseUrl: string;
|
|
10283
|
+
reasoning: true;
|
|
10284
|
+
input: "text"[];
|
|
10285
|
+
cost: {
|
|
10286
|
+
input: number;
|
|
10287
|
+
output: number;
|
|
10288
|
+
cacheRead: number;
|
|
10289
|
+
cacheWrite: number;
|
|
10290
|
+
};
|
|
10291
|
+
contextWindow: number;
|
|
10292
|
+
maxTokens: number;
|
|
10293
|
+
};
|
|
10294
|
+
readonly "inclusionai/ling-2.6-1t": {
|
|
10295
|
+
id: string;
|
|
10296
|
+
name: string;
|
|
10297
|
+
api: "openai-completions";
|
|
10298
|
+
provider: string;
|
|
10299
|
+
baseUrl: string;
|
|
10300
|
+
reasoning: false;
|
|
10301
|
+
input: "text"[];
|
|
10302
|
+
cost: {
|
|
10303
|
+
input: number;
|
|
10304
|
+
output: number;
|
|
10305
|
+
cacheRead: number;
|
|
10306
|
+
cacheWrite: number;
|
|
10307
|
+
};
|
|
10308
|
+
contextWindow: number;
|
|
10309
|
+
maxTokens: number;
|
|
10310
|
+
};
|
|
10311
|
+
readonly "inclusionai/ling-2.6-flash": {
|
|
10312
|
+
id: string;
|
|
10313
|
+
name: string;
|
|
10314
|
+
api: "openai-completions";
|
|
10315
|
+
provider: string;
|
|
10316
|
+
baseUrl: string;
|
|
10317
|
+
reasoning: false;
|
|
10318
|
+
input: "text"[];
|
|
10319
|
+
cost: {
|
|
10320
|
+
input: number;
|
|
10321
|
+
output: number;
|
|
10322
|
+
cacheRead: number;
|
|
10323
|
+
cacheWrite: number;
|
|
10324
|
+
};
|
|
10325
|
+
contextWindow: number;
|
|
10326
|
+
maxTokens: number;
|
|
10327
|
+
};
|
|
10328
|
+
readonly "inclusionai/ling-3.0-flash": {
|
|
10329
|
+
id: string;
|
|
10330
|
+
name: string;
|
|
10331
|
+
api: "openai-completions";
|
|
10332
|
+
provider: string;
|
|
10333
|
+
baseUrl: string;
|
|
10334
|
+
reasoning: true;
|
|
10335
|
+
input: "text"[];
|
|
10336
|
+
cost: {
|
|
10337
|
+
input: number;
|
|
10338
|
+
output: number;
|
|
10339
|
+
cacheRead: number;
|
|
10340
|
+
cacheWrite: number;
|
|
10341
|
+
};
|
|
10342
|
+
contextWindow: number;
|
|
10343
|
+
maxTokens: number;
|
|
10344
|
+
};
|
|
10345
|
+
readonly "inclusionai/ling-3.0-tiny:free": {
|
|
10346
|
+
id: string;
|
|
10347
|
+
name: string;
|
|
10348
|
+
api: "openai-completions";
|
|
10349
|
+
provider: string;
|
|
10350
|
+
baseUrl: string;
|
|
10351
|
+
reasoning: true;
|
|
10352
|
+
input: "text"[];
|
|
10353
|
+
cost: {
|
|
10354
|
+
input: number;
|
|
10355
|
+
output: number;
|
|
10356
|
+
cacheRead: number;
|
|
10357
|
+
cacheWrite: number;
|
|
10358
|
+
};
|
|
10359
|
+
contextWindow: number;
|
|
10360
|
+
maxTokens: number;
|
|
10361
|
+
};
|
|
10362
|
+
readonly "inclusionai/ring-2.6-1t": {
|
|
10363
|
+
id: string;
|
|
10364
|
+
name: string;
|
|
10365
|
+
api: "openai-completions";
|
|
10366
|
+
provider: string;
|
|
10367
|
+
baseUrl: string;
|
|
10368
|
+
reasoning: true;
|
|
10369
|
+
input: "text"[];
|
|
10370
|
+
cost: {
|
|
10371
|
+
input: number;
|
|
10372
|
+
output: number;
|
|
10373
|
+
cacheRead: number;
|
|
10374
|
+
cacheWrite: number;
|
|
10375
|
+
};
|
|
10376
|
+
contextWindow: number;
|
|
10377
|
+
maxTokens: number;
|
|
10378
|
+
};
|
|
10379
|
+
readonly "kwaipilot/kat-coder-air-v2.5": {
|
|
10380
|
+
id: string;
|
|
10381
|
+
name: string;
|
|
10382
|
+
api: "openai-completions";
|
|
10383
|
+
provider: string;
|
|
10384
|
+
baseUrl: string;
|
|
10385
|
+
reasoning: false;
|
|
10386
|
+
input: "text"[];
|
|
10387
|
+
cost: {
|
|
10388
|
+
input: number;
|
|
10389
|
+
output: number;
|
|
10390
|
+
cacheRead: number;
|
|
10391
|
+
cacheWrite: number;
|
|
10392
|
+
};
|
|
10393
|
+
contextWindow: number;
|
|
10394
|
+
maxTokens: number;
|
|
10395
|
+
};
|
|
10396
|
+
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
10397
|
+
id: string;
|
|
10398
|
+
name: string;
|
|
10399
|
+
api: "openai-completions";
|
|
10400
|
+
provider: string;
|
|
10401
|
+
baseUrl: string;
|
|
10402
|
+
reasoning: false;
|
|
10403
|
+
input: "text"[];
|
|
10404
|
+
cost: {
|
|
10405
|
+
input: number;
|
|
10406
|
+
output: number;
|
|
10407
|
+
cacheRead: number;
|
|
10408
|
+
cacheWrite: number;
|
|
10409
|
+
};
|
|
10410
|
+
contextWindow: number;
|
|
10411
|
+
maxTokens: number;
|
|
10412
|
+
};
|
|
10413
|
+
readonly "kwaipilot/kat-coder-pro-v2.5": {
|
|
10414
|
+
id: string;
|
|
10415
|
+
name: string;
|
|
10416
|
+
api: "openai-completions";
|
|
10417
|
+
provider: string;
|
|
10418
|
+
baseUrl: string;
|
|
10419
|
+
reasoning: false;
|
|
10420
|
+
input: "text"[];
|
|
10421
|
+
cost: {
|
|
10422
|
+
input: number;
|
|
10423
|
+
output: number;
|
|
10424
|
+
cacheRead: number;
|
|
10425
|
+
cacheWrite: number;
|
|
10426
|
+
};
|
|
10427
|
+
contextWindow: number;
|
|
10428
|
+
maxTokens: number;
|
|
10429
|
+
};
|
|
10430
|
+
readonly "meituan/longcat-2.0": {
|
|
10431
|
+
id: string;
|
|
10432
|
+
name: string;
|
|
10433
|
+
api: "openai-completions";
|
|
10434
|
+
provider: string;
|
|
10435
|
+
baseUrl: string;
|
|
10436
|
+
reasoning: true;
|
|
10437
|
+
input: "text"[];
|
|
10438
|
+
cost: {
|
|
10439
|
+
input: number;
|
|
10440
|
+
output: number;
|
|
10441
|
+
cacheRead: number;
|
|
10442
|
+
cacheWrite: number;
|
|
10443
|
+
};
|
|
10444
|
+
contextWindow: number;
|
|
10445
|
+
maxTokens: number;
|
|
10446
|
+
};
|
|
10447
|
+
readonly "meta-llama/llama-3.1-70b-instruct": {
|
|
10448
|
+
id: string;
|
|
10449
|
+
name: string;
|
|
10450
|
+
api: "openai-completions";
|
|
10451
|
+
provider: string;
|
|
10452
|
+
baseUrl: string;
|
|
10453
|
+
reasoning: false;
|
|
10454
|
+
input: "text"[];
|
|
10455
|
+
cost: {
|
|
10456
|
+
input: number;
|
|
10457
|
+
output: number;
|
|
10458
|
+
cacheRead: number;
|
|
10459
|
+
cacheWrite: number;
|
|
10460
|
+
};
|
|
10461
|
+
contextWindow: number;
|
|
10462
|
+
maxTokens: number;
|
|
10463
|
+
};
|
|
10464
|
+
readonly "meta-llama/llama-3.1-8b-instruct": {
|
|
10465
|
+
id: string;
|
|
10466
|
+
name: string;
|
|
10467
|
+
api: "openai-completions";
|
|
10468
|
+
provider: string;
|
|
10469
|
+
baseUrl: string;
|
|
10470
|
+
reasoning: false;
|
|
10471
|
+
input: "text"[];
|
|
10472
|
+
cost: {
|
|
10473
|
+
input: number;
|
|
10474
|
+
output: number;
|
|
10475
|
+
cacheRead: number;
|
|
10476
|
+
cacheWrite: number;
|
|
10477
|
+
};
|
|
10478
|
+
contextWindow: number;
|
|
10479
|
+
maxTokens: number;
|
|
10480
|
+
};
|
|
10481
|
+
readonly "meta-llama/llama-3.3-70b-instruct": {
|
|
10482
|
+
id: string;
|
|
10483
|
+
name: string;
|
|
10484
|
+
api: "openai-completions";
|
|
10485
|
+
provider: string;
|
|
10486
|
+
baseUrl: string;
|
|
10487
|
+
reasoning: false;
|
|
10488
|
+
input: "text"[];
|
|
10489
|
+
cost: {
|
|
10490
|
+
input: number;
|
|
10491
|
+
output: number;
|
|
10492
|
+
cacheRead: number;
|
|
10493
|
+
cacheWrite: number;
|
|
10494
|
+
};
|
|
10495
|
+
contextWindow: number;
|
|
10496
|
+
maxTokens: number;
|
|
10497
|
+
};
|
|
10498
|
+
readonly "meta-llama/llama-4-maverick": {
|
|
10499
|
+
id: string;
|
|
10500
|
+
name: string;
|
|
10501
|
+
api: "openai-completions";
|
|
10502
|
+
provider: string;
|
|
10503
|
+
baseUrl: string;
|
|
10504
|
+
reasoning: false;
|
|
10505
|
+
input: ("image" | "text")[];
|
|
10506
|
+
cost: {
|
|
10507
|
+
input: number;
|
|
10508
|
+
output: number;
|
|
10509
|
+
cacheRead: number;
|
|
10510
|
+
cacheWrite: number;
|
|
10511
|
+
};
|
|
10512
|
+
contextWindow: number;
|
|
10513
|
+
maxTokens: number;
|
|
10514
|
+
};
|
|
10515
|
+
readonly "meta-llama/llama-4-scout": {
|
|
10516
|
+
id: string;
|
|
10517
|
+
name: string;
|
|
10518
|
+
api: "openai-completions";
|
|
10519
|
+
provider: string;
|
|
10520
|
+
baseUrl: string;
|
|
10521
|
+
reasoning: false;
|
|
10522
|
+
input: ("image" | "text")[];
|
|
10523
|
+
cost: {
|
|
10524
|
+
input: number;
|
|
10525
|
+
output: number;
|
|
10526
|
+
cacheRead: number;
|
|
10527
|
+
cacheWrite: number;
|
|
10528
|
+
};
|
|
10529
|
+
contextWindow: number;
|
|
10530
|
+
maxTokens: number;
|
|
10531
|
+
};
|
|
10532
|
+
readonly "meta/muse-spark-1.1": {
|
|
10533
|
+
id: string;
|
|
10534
|
+
name: string;
|
|
10535
|
+
api: "openai-completions";
|
|
10536
|
+
provider: string;
|
|
10537
|
+
baseUrl: string;
|
|
10538
|
+
reasoning: true;
|
|
10539
|
+
input: ("image" | "text")[];
|
|
10540
|
+
cost: {
|
|
10541
|
+
input: number;
|
|
10542
|
+
output: number;
|
|
10543
|
+
cacheRead: number;
|
|
10544
|
+
cacheWrite: number;
|
|
10545
|
+
};
|
|
10546
|
+
contextWindow: number;
|
|
10547
|
+
maxTokens: number;
|
|
10548
|
+
};
|
|
10549
|
+
readonly "meta/muse-spark-1.2": {
|
|
10550
|
+
id: string;
|
|
10551
|
+
name: string;
|
|
10552
|
+
api: "openai-completions";
|
|
10553
|
+
provider: string;
|
|
10554
|
+
baseUrl: string;
|
|
10555
|
+
reasoning: true;
|
|
10556
|
+
input: ("image" | "text")[];
|
|
10557
|
+
cost: {
|
|
10558
|
+
input: number;
|
|
10559
|
+
output: number;
|
|
10560
|
+
cacheRead: number;
|
|
10561
|
+
cacheWrite: number;
|
|
10562
|
+
};
|
|
10563
|
+
contextWindow: number;
|
|
10564
|
+
maxTokens: number;
|
|
10565
|
+
};
|
|
10566
|
+
readonly "minimax/minimax-m1": {
|
|
10567
|
+
id: string;
|
|
10568
|
+
name: string;
|
|
10569
|
+
api: "openai-completions";
|
|
10570
|
+
provider: string;
|
|
10571
|
+
baseUrl: string;
|
|
10572
|
+
reasoning: true;
|
|
10573
|
+
input: "text"[];
|
|
10574
|
+
cost: {
|
|
10575
|
+
input: number;
|
|
10576
|
+
output: number;
|
|
10577
|
+
cacheRead: number;
|
|
10578
|
+
cacheWrite: number;
|
|
10579
|
+
};
|
|
10580
|
+
contextWindow: number;
|
|
10581
|
+
maxTokens: number;
|
|
10582
|
+
};
|
|
10583
|
+
readonly "minimax/minimax-m2": {
|
|
10584
|
+
id: string;
|
|
10585
|
+
name: string;
|
|
10586
|
+
api: "openai-completions";
|
|
10587
|
+
provider: string;
|
|
10588
|
+
baseUrl: string;
|
|
10589
|
+
reasoning: true;
|
|
10590
|
+
input: "text"[];
|
|
10591
|
+
cost: {
|
|
10592
|
+
input: number;
|
|
10593
|
+
output: number;
|
|
10594
|
+
cacheRead: number;
|
|
10595
|
+
cacheWrite: number;
|
|
10596
|
+
};
|
|
10597
|
+
contextWindow: number;
|
|
10598
|
+
maxTokens: number;
|
|
10599
|
+
};
|
|
10600
|
+
readonly "minimax/minimax-m2.1": {
|
|
10601
|
+
id: string;
|
|
10602
|
+
name: string;
|
|
10603
|
+
api: "openai-completions";
|
|
10604
|
+
provider: string;
|
|
10605
|
+
baseUrl: string;
|
|
10606
|
+
reasoning: true;
|
|
10607
|
+
input: "text"[];
|
|
10608
|
+
cost: {
|
|
10609
|
+
input: number;
|
|
10610
|
+
output: number;
|
|
10611
|
+
cacheRead: number;
|
|
10612
|
+
cacheWrite: number;
|
|
10613
|
+
};
|
|
10614
|
+
contextWindow: number;
|
|
10615
|
+
maxTokens: number;
|
|
10616
|
+
};
|
|
10617
|
+
readonly "minimax/minimax-m2.5": {
|
|
10618
|
+
id: string;
|
|
10619
|
+
name: string;
|
|
10620
|
+
api: "openai-completions";
|
|
10621
|
+
provider: string;
|
|
10622
|
+
baseUrl: string;
|
|
10623
|
+
reasoning: true;
|
|
10624
|
+
input: "text"[];
|
|
10625
|
+
cost: {
|
|
10626
|
+
input: number;
|
|
10627
|
+
output: number;
|
|
10628
|
+
cacheRead: number;
|
|
10629
|
+
cacheWrite: number;
|
|
10630
|
+
};
|
|
10631
|
+
contextWindow: number;
|
|
10632
|
+
maxTokens: number;
|
|
10633
|
+
};
|
|
10634
|
+
readonly "minimax/minimax-m2.7": {
|
|
10635
|
+
id: string;
|
|
10636
|
+
name: string;
|
|
10637
|
+
api: "openai-completions";
|
|
10638
|
+
provider: string;
|
|
10639
|
+
baseUrl: string;
|
|
10640
|
+
reasoning: true;
|
|
10641
|
+
input: "text"[];
|
|
10642
|
+
cost: {
|
|
10643
|
+
input: number;
|
|
10644
|
+
output: number;
|
|
10645
|
+
cacheRead: number;
|
|
10646
|
+
cacheWrite: number;
|
|
10647
|
+
};
|
|
10648
|
+
contextWindow: number;
|
|
10649
|
+
maxTokens: number;
|
|
10650
|
+
};
|
|
10651
|
+
readonly "minimax/minimax-m3": {
|
|
10652
|
+
id: string;
|
|
10653
|
+
name: string;
|
|
10654
|
+
api: "openai-completions";
|
|
10655
|
+
provider: string;
|
|
10656
|
+
baseUrl: string;
|
|
10657
|
+
reasoning: true;
|
|
10658
|
+
input: ("image" | "text")[];
|
|
10659
|
+
cost: {
|
|
10660
|
+
input: number;
|
|
10661
|
+
output: number;
|
|
10662
|
+
cacheRead: number;
|
|
10663
|
+
cacheWrite: number;
|
|
10664
|
+
};
|
|
10665
|
+
contextWindow: number;
|
|
10666
|
+
maxTokens: number;
|
|
10667
|
+
};
|
|
10668
|
+
readonly "minimax/minimax-m3:batch": {
|
|
10669
|
+
id: string;
|
|
10670
|
+
name: string;
|
|
10671
|
+
api: "openai-completions";
|
|
10672
|
+
provider: string;
|
|
10673
|
+
baseUrl: string;
|
|
10674
|
+
reasoning: true;
|
|
10675
|
+
input: ("image" | "text")[];
|
|
10676
|
+
cost: {
|
|
10677
|
+
input: number;
|
|
10678
|
+
output: number;
|
|
10679
|
+
cacheRead: number;
|
|
10680
|
+
cacheWrite: number;
|
|
10681
|
+
};
|
|
10682
|
+
contextWindow: number;
|
|
10683
|
+
maxTokens: number;
|
|
10684
|
+
};
|
|
10685
|
+
readonly "mistralai/codestral-2508": {
|
|
10686
|
+
id: string;
|
|
10687
|
+
name: string;
|
|
10688
|
+
api: "openai-completions";
|
|
10689
|
+
provider: string;
|
|
10690
|
+
baseUrl: string;
|
|
10691
|
+
reasoning: false;
|
|
10692
|
+
input: "text"[];
|
|
10693
|
+
cost: {
|
|
10694
|
+
input: number;
|
|
10695
|
+
output: number;
|
|
10696
|
+
cacheRead: number;
|
|
10697
|
+
cacheWrite: number;
|
|
10698
|
+
};
|
|
10699
|
+
contextWindow: number;
|
|
10700
|
+
maxTokens: number;
|
|
10701
|
+
};
|
|
10702
|
+
readonly "mistralai/ministral-14b-2512": {
|
|
10703
|
+
id: string;
|
|
10704
|
+
name: string;
|
|
10705
|
+
api: "openai-completions";
|
|
10706
|
+
provider: string;
|
|
10707
|
+
baseUrl: string;
|
|
10708
|
+
reasoning: false;
|
|
10709
|
+
input: ("image" | "text")[];
|
|
10710
|
+
cost: {
|
|
10711
|
+
input: number;
|
|
10712
|
+
output: number;
|
|
10713
|
+
cacheRead: number;
|
|
10714
|
+
cacheWrite: number;
|
|
10715
|
+
};
|
|
10716
|
+
contextWindow: number;
|
|
10717
|
+
maxTokens: number;
|
|
10718
|
+
};
|
|
10719
|
+
readonly "mistralai/ministral-3b-2512": {
|
|
10720
|
+
id: string;
|
|
10721
|
+
name: string;
|
|
10722
|
+
api: "openai-completions";
|
|
10723
|
+
provider: string;
|
|
10724
|
+
baseUrl: string;
|
|
10725
|
+
reasoning: false;
|
|
9669
10726
|
input: ("image" | "text")[];
|
|
9670
10727
|
cost: {
|
|
9671
10728
|
input: number;
|
|
@@ -9676,13 +10733,13 @@ export declare const MODELS: {
|
|
|
9676
10733
|
contextWindow: number;
|
|
9677
10734
|
maxTokens: number;
|
|
9678
10735
|
};
|
|
9679
|
-
readonly "
|
|
10736
|
+
readonly "mistralai/ministral-8b-2512": {
|
|
9680
10737
|
id: string;
|
|
9681
10738
|
name: string;
|
|
9682
10739
|
api: "openai-completions";
|
|
9683
10740
|
provider: string;
|
|
9684
10741
|
baseUrl: string;
|
|
9685
|
-
reasoning:
|
|
10742
|
+
reasoning: false;
|
|
9686
10743
|
input: ("image" | "text")[];
|
|
9687
10744
|
cost: {
|
|
9688
10745
|
input: number;
|
|
@@ -9693,14 +10750,14 @@ export declare const MODELS: {
|
|
|
9693
10750
|
contextWindow: number;
|
|
9694
10751
|
maxTokens: number;
|
|
9695
10752
|
};
|
|
9696
|
-
readonly "
|
|
10753
|
+
readonly "mistralai/mistral-large": {
|
|
9697
10754
|
id: string;
|
|
9698
10755
|
name: string;
|
|
9699
10756
|
api: "openai-completions";
|
|
9700
10757
|
provider: string;
|
|
9701
10758
|
baseUrl: string;
|
|
9702
|
-
reasoning:
|
|
9703
|
-
input:
|
|
10759
|
+
reasoning: false;
|
|
10760
|
+
input: "text"[];
|
|
9704
10761
|
cost: {
|
|
9705
10762
|
input: number;
|
|
9706
10763
|
output: number;
|
|
@@ -9710,14 +10767,14 @@ export declare const MODELS: {
|
|
|
9710
10767
|
contextWindow: number;
|
|
9711
10768
|
maxTokens: number;
|
|
9712
10769
|
};
|
|
9713
|
-
readonly "
|
|
10770
|
+
readonly "mistralai/mistral-large-2407": {
|
|
9714
10771
|
id: string;
|
|
9715
10772
|
name: string;
|
|
9716
10773
|
api: "openai-completions";
|
|
9717
10774
|
provider: string;
|
|
9718
10775
|
baseUrl: string;
|
|
9719
|
-
reasoning:
|
|
9720
|
-
input:
|
|
10776
|
+
reasoning: false;
|
|
10777
|
+
input: "text"[];
|
|
9721
10778
|
cost: {
|
|
9722
10779
|
input: number;
|
|
9723
10780
|
output: number;
|
|
@@ -9727,13 +10784,13 @@ export declare const MODELS: {
|
|
|
9727
10784
|
contextWindow: number;
|
|
9728
10785
|
maxTokens: number;
|
|
9729
10786
|
};
|
|
9730
|
-
readonly "
|
|
10787
|
+
readonly "mistralai/mistral-large-2512": {
|
|
9731
10788
|
id: string;
|
|
9732
10789
|
name: string;
|
|
9733
10790
|
api: "openai-completions";
|
|
9734
10791
|
provider: string;
|
|
9735
10792
|
baseUrl: string;
|
|
9736
|
-
reasoning:
|
|
10793
|
+
reasoning: false;
|
|
9737
10794
|
input: ("image" | "text")[];
|
|
9738
10795
|
cost: {
|
|
9739
10796
|
input: number;
|
|
@@ -9744,13 +10801,13 @@ export declare const MODELS: {
|
|
|
9744
10801
|
contextWindow: number;
|
|
9745
10802
|
maxTokens: number;
|
|
9746
10803
|
};
|
|
9747
|
-
readonly "
|
|
10804
|
+
readonly "mistralai/mistral-medium-3": {
|
|
9748
10805
|
id: string;
|
|
9749
10806
|
name: string;
|
|
9750
10807
|
api: "openai-completions";
|
|
9751
10808
|
provider: string;
|
|
9752
10809
|
baseUrl: string;
|
|
9753
|
-
reasoning:
|
|
10810
|
+
reasoning: false;
|
|
9754
10811
|
input: ("image" | "text")[];
|
|
9755
10812
|
cost: {
|
|
9756
10813
|
input: number;
|
|
@@ -9761,13 +10818,13 @@ export declare const MODELS: {
|
|
|
9761
10818
|
contextWindow: number;
|
|
9762
10819
|
maxTokens: number;
|
|
9763
10820
|
};
|
|
9764
|
-
readonly "
|
|
10821
|
+
readonly "mistralai/mistral-medium-3-5": {
|
|
9765
10822
|
id: string;
|
|
9766
10823
|
name: string;
|
|
9767
10824
|
api: "openai-completions";
|
|
9768
10825
|
provider: string;
|
|
9769
10826
|
baseUrl: string;
|
|
9770
|
-
reasoning:
|
|
10827
|
+
reasoning: true;
|
|
9771
10828
|
input: ("image" | "text")[];
|
|
9772
10829
|
cost: {
|
|
9773
10830
|
input: number;
|
|
@@ -9778,7 +10835,7 @@ export declare const MODELS: {
|
|
|
9778
10835
|
contextWindow: number;
|
|
9779
10836
|
maxTokens: number;
|
|
9780
10837
|
};
|
|
9781
|
-
readonly "
|
|
10838
|
+
readonly "mistralai/mistral-medium-3.1": {
|
|
9782
10839
|
id: string;
|
|
9783
10840
|
name: string;
|
|
9784
10841
|
api: "openai-completions";
|
|
@@ -9795,14 +10852,14 @@ export declare const MODELS: {
|
|
|
9795
10852
|
contextWindow: number;
|
|
9796
10853
|
maxTokens: number;
|
|
9797
10854
|
};
|
|
9798
|
-
readonly "
|
|
10855
|
+
readonly "mistralai/mistral-nemo": {
|
|
9799
10856
|
id: string;
|
|
9800
10857
|
name: string;
|
|
9801
10858
|
api: "openai-completions";
|
|
9802
10859
|
provider: string;
|
|
9803
10860
|
baseUrl: string;
|
|
9804
|
-
reasoning:
|
|
9805
|
-
input:
|
|
10861
|
+
reasoning: false;
|
|
10862
|
+
input: "text"[];
|
|
9806
10863
|
cost: {
|
|
9807
10864
|
input: number;
|
|
9808
10865
|
output: number;
|
|
@@ -9812,14 +10869,14 @@ export declare const MODELS: {
|
|
|
9812
10869
|
contextWindow: number;
|
|
9813
10870
|
maxTokens: number;
|
|
9814
10871
|
};
|
|
9815
|
-
readonly "
|
|
10872
|
+
readonly "mistralai/mistral-saba": {
|
|
9816
10873
|
id: string;
|
|
9817
10874
|
name: string;
|
|
9818
10875
|
api: "openai-completions";
|
|
9819
10876
|
provider: string;
|
|
9820
10877
|
baseUrl: string;
|
|
9821
|
-
reasoning:
|
|
9822
|
-
input:
|
|
10878
|
+
reasoning: false;
|
|
10879
|
+
input: "text"[];
|
|
9823
10880
|
cost: {
|
|
9824
10881
|
input: number;
|
|
9825
10882
|
output: number;
|
|
@@ -9829,7 +10886,7 @@ export declare const MODELS: {
|
|
|
9829
10886
|
contextWindow: number;
|
|
9830
10887
|
maxTokens: number;
|
|
9831
10888
|
};
|
|
9832
|
-
readonly "
|
|
10889
|
+
readonly "mistralai/mistral-small-2603": {
|
|
9833
10890
|
id: string;
|
|
9834
10891
|
name: string;
|
|
9835
10892
|
api: "openai-completions";
|
|
@@ -9846,13 +10903,13 @@ export declare const MODELS: {
|
|
|
9846
10903
|
contextWindow: number;
|
|
9847
10904
|
maxTokens: number;
|
|
9848
10905
|
};
|
|
9849
|
-
readonly "
|
|
10906
|
+
readonly "mistralai/mistral-small-3.2-24b-instruct": {
|
|
9850
10907
|
id: string;
|
|
9851
10908
|
name: string;
|
|
9852
10909
|
api: "openai-completions";
|
|
9853
10910
|
provider: string;
|
|
9854
10911
|
baseUrl: string;
|
|
9855
|
-
reasoning:
|
|
10912
|
+
reasoning: false;
|
|
9856
10913
|
input: ("image" | "text")[];
|
|
9857
10914
|
cost: {
|
|
9858
10915
|
input: number;
|
|
@@ -9863,7 +10920,7 @@ export declare const MODELS: {
|
|
|
9863
10920
|
contextWindow: number;
|
|
9864
10921
|
maxTokens: number;
|
|
9865
10922
|
};
|
|
9866
|
-
readonly "
|
|
10923
|
+
readonly "mistralai/mixtral-8x22b-instruct": {
|
|
9867
10924
|
id: string;
|
|
9868
10925
|
name: string;
|
|
9869
10926
|
api: "openai-completions";
|
|
@@ -9880,13 +10937,13 @@ export declare const MODELS: {
|
|
|
9880
10937
|
contextWindow: number;
|
|
9881
10938
|
maxTokens: number;
|
|
9882
10939
|
};
|
|
9883
|
-
readonly "
|
|
10940
|
+
readonly "mistralai/voxtral-small-24b-2507": {
|
|
9884
10941
|
id: string;
|
|
9885
10942
|
name: string;
|
|
9886
10943
|
api: "openai-completions";
|
|
9887
10944
|
provider: string;
|
|
9888
10945
|
baseUrl: string;
|
|
9889
|
-
reasoning:
|
|
10946
|
+
reasoning: false;
|
|
9890
10947
|
input: "text"[];
|
|
9891
10948
|
cost: {
|
|
9892
10949
|
input: number;
|
|
@@ -9897,7 +10954,7 @@ export declare const MODELS: {
|
|
|
9897
10954
|
contextWindow: number;
|
|
9898
10955
|
maxTokens: number;
|
|
9899
10956
|
};
|
|
9900
|
-
readonly "
|
|
10957
|
+
readonly "moonshotai/kimi-k2": {
|
|
9901
10958
|
id: string;
|
|
9902
10959
|
name: string;
|
|
9903
10960
|
api: "openai-completions";
|
|
@@ -9914,7 +10971,7 @@ export declare const MODELS: {
|
|
|
9914
10971
|
contextWindow: number;
|
|
9915
10972
|
maxTokens: number;
|
|
9916
10973
|
};
|
|
9917
|
-
readonly "
|
|
10974
|
+
readonly "moonshotai/kimi-k2-0905": {
|
|
9918
10975
|
id: string;
|
|
9919
10976
|
name: string;
|
|
9920
10977
|
api: "openai-completions";
|
|
@@ -9931,7 +10988,7 @@ export declare const MODELS: {
|
|
|
9931
10988
|
contextWindow: number;
|
|
9932
10989
|
maxTokens: number;
|
|
9933
10990
|
};
|
|
9934
|
-
readonly "
|
|
10991
|
+
readonly "moonshotai/kimi-k2-thinking": {
|
|
9935
10992
|
id: string;
|
|
9936
10993
|
name: string;
|
|
9937
10994
|
api: "openai-completions";
|
|
@@ -9948,14 +11005,14 @@ export declare const MODELS: {
|
|
|
9948
11005
|
contextWindow: number;
|
|
9949
11006
|
maxTokens: number;
|
|
9950
11007
|
};
|
|
9951
|
-
readonly "
|
|
11008
|
+
readonly "moonshotai/kimi-k2.5": {
|
|
9952
11009
|
id: string;
|
|
9953
11010
|
name: string;
|
|
9954
11011
|
api: "openai-completions";
|
|
9955
11012
|
provider: string;
|
|
9956
11013
|
baseUrl: string;
|
|
9957
11014
|
reasoning: true;
|
|
9958
|
-
input: "text"[];
|
|
11015
|
+
input: ("image" | "text")[];
|
|
9959
11016
|
cost: {
|
|
9960
11017
|
input: number;
|
|
9961
11018
|
output: number;
|
|
@@ -9965,14 +11022,14 @@ export declare const MODELS: {
|
|
|
9965
11022
|
contextWindow: number;
|
|
9966
11023
|
maxTokens: number;
|
|
9967
11024
|
};
|
|
9968
|
-
readonly "
|
|
11025
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
9969
11026
|
id: string;
|
|
9970
11027
|
name: string;
|
|
9971
11028
|
api: "openai-completions";
|
|
9972
11029
|
provider: string;
|
|
9973
11030
|
baseUrl: string;
|
|
9974
|
-
reasoning:
|
|
9975
|
-
input: "text"[];
|
|
11031
|
+
reasoning: true;
|
|
11032
|
+
input: ("image" | "text")[];
|
|
9976
11033
|
cost: {
|
|
9977
11034
|
input: number;
|
|
9978
11035
|
output: number;
|
|
@@ -9982,14 +11039,14 @@ export declare const MODELS: {
|
|
|
9982
11039
|
contextWindow: number;
|
|
9983
11040
|
maxTokens: number;
|
|
9984
11041
|
};
|
|
9985
|
-
readonly "
|
|
11042
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
9986
11043
|
id: string;
|
|
9987
11044
|
name: string;
|
|
9988
11045
|
api: "openai-completions";
|
|
9989
11046
|
provider: string;
|
|
9990
11047
|
baseUrl: string;
|
|
9991
|
-
reasoning:
|
|
9992
|
-
input: "text"[];
|
|
11048
|
+
reasoning: true;
|
|
11049
|
+
input: ("image" | "text")[];
|
|
9993
11050
|
cost: {
|
|
9994
11051
|
input: number;
|
|
9995
11052
|
output: number;
|
|
@@ -9999,14 +11056,14 @@ export declare const MODELS: {
|
|
|
9999
11056
|
contextWindow: number;
|
|
10000
11057
|
maxTokens: number;
|
|
10001
11058
|
};
|
|
10002
|
-
readonly "
|
|
11059
|
+
readonly "moonshotai/kimi-k2.7-code:batch": {
|
|
10003
11060
|
id: string;
|
|
10004
11061
|
name: string;
|
|
10005
11062
|
api: "openai-completions";
|
|
10006
11063
|
provider: string;
|
|
10007
11064
|
baseUrl: string;
|
|
10008
|
-
reasoning:
|
|
10009
|
-
input: "text"[];
|
|
11065
|
+
reasoning: true;
|
|
11066
|
+
input: ("image" | "text")[];
|
|
10010
11067
|
cost: {
|
|
10011
11068
|
input: number;
|
|
10012
11069
|
output: number;
|
|
@@ -10016,14 +11073,14 @@ export declare const MODELS: {
|
|
|
10016
11073
|
contextWindow: number;
|
|
10017
11074
|
maxTokens: number;
|
|
10018
11075
|
};
|
|
10019
|
-
readonly "
|
|
11076
|
+
readonly "moonshotai/kimi-k3": {
|
|
10020
11077
|
id: string;
|
|
10021
11078
|
name: string;
|
|
10022
11079
|
api: "openai-completions";
|
|
10023
11080
|
provider: string;
|
|
10024
11081
|
baseUrl: string;
|
|
10025
11082
|
reasoning: true;
|
|
10026
|
-
input: "text"[];
|
|
11083
|
+
input: ("image" | "text")[];
|
|
10027
11084
|
cost: {
|
|
10028
11085
|
input: number;
|
|
10029
11086
|
output: number;
|
|
@@ -10033,14 +11090,14 @@ export declare const MODELS: {
|
|
|
10033
11090
|
contextWindow: number;
|
|
10034
11091
|
maxTokens: number;
|
|
10035
11092
|
};
|
|
10036
|
-
readonly "
|
|
11093
|
+
readonly "nex-agi/nex-n2-mini": {
|
|
10037
11094
|
id: string;
|
|
10038
11095
|
name: string;
|
|
10039
11096
|
api: "openai-completions";
|
|
10040
11097
|
provider: string;
|
|
10041
11098
|
baseUrl: string;
|
|
10042
|
-
reasoning:
|
|
10043
|
-
input: "text"[];
|
|
11099
|
+
reasoning: true;
|
|
11100
|
+
input: ("image" | "text")[];
|
|
10044
11101
|
cost: {
|
|
10045
11102
|
input: number;
|
|
10046
11103
|
output: number;
|
|
@@ -10050,14 +11107,14 @@ export declare const MODELS: {
|
|
|
10050
11107
|
contextWindow: number;
|
|
10051
11108
|
maxTokens: number;
|
|
10052
11109
|
};
|
|
10053
|
-
readonly "
|
|
11110
|
+
readonly "nex-agi/nex-n2-pro": {
|
|
10054
11111
|
id: string;
|
|
10055
11112
|
name: string;
|
|
10056
11113
|
api: "openai-completions";
|
|
10057
11114
|
provider: string;
|
|
10058
11115
|
baseUrl: string;
|
|
10059
|
-
reasoning:
|
|
10060
|
-
input: "text"[];
|
|
11116
|
+
reasoning: true;
|
|
11117
|
+
input: ("image" | "text")[];
|
|
10061
11118
|
cost: {
|
|
10062
11119
|
input: number;
|
|
10063
11120
|
output: number;
|
|
@@ -10067,13 +11124,13 @@ export declare const MODELS: {
|
|
|
10067
11124
|
contextWindow: number;
|
|
10068
11125
|
maxTokens: number;
|
|
10069
11126
|
};
|
|
10070
|
-
readonly "
|
|
11127
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
10071
11128
|
id: string;
|
|
10072
11129
|
name: string;
|
|
10073
11130
|
api: "openai-completions";
|
|
10074
11131
|
provider: string;
|
|
10075
11132
|
baseUrl: string;
|
|
10076
|
-
reasoning:
|
|
11133
|
+
reasoning: true;
|
|
10077
11134
|
input: "text"[];
|
|
10078
11135
|
cost: {
|
|
10079
11136
|
input: number;
|
|
@@ -10084,14 +11141,14 @@ export declare const MODELS: {
|
|
|
10084
11141
|
contextWindow: number;
|
|
10085
11142
|
maxTokens: number;
|
|
10086
11143
|
};
|
|
10087
|
-
readonly "
|
|
11144
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b:free": {
|
|
10088
11145
|
id: string;
|
|
10089
11146
|
name: string;
|
|
10090
11147
|
api: "openai-completions";
|
|
10091
11148
|
provider: string;
|
|
10092
11149
|
baseUrl: string;
|
|
10093
|
-
reasoning:
|
|
10094
|
-
input:
|
|
11150
|
+
reasoning: true;
|
|
11151
|
+
input: "text"[];
|
|
10095
11152
|
cost: {
|
|
10096
11153
|
input: number;
|
|
10097
11154
|
output: number;
|
|
@@ -10101,13 +11158,13 @@ export declare const MODELS: {
|
|
|
10101
11158
|
contextWindow: number;
|
|
10102
11159
|
maxTokens: number;
|
|
10103
11160
|
};
|
|
10104
|
-
readonly "
|
|
11161
|
+
readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
10105
11162
|
id: string;
|
|
10106
11163
|
name: string;
|
|
10107
11164
|
api: "openai-completions";
|
|
10108
11165
|
provider: string;
|
|
10109
11166
|
baseUrl: string;
|
|
10110
|
-
reasoning:
|
|
11167
|
+
reasoning: true;
|
|
10111
11168
|
input: ("image" | "text")[];
|
|
10112
11169
|
cost: {
|
|
10113
11170
|
input: number;
|
|
@@ -10118,14 +11175,14 @@ export declare const MODELS: {
|
|
|
10118
11175
|
contextWindow: number;
|
|
10119
11176
|
maxTokens: number;
|
|
10120
11177
|
};
|
|
10121
|
-
readonly "
|
|
11178
|
+
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
10122
11179
|
id: string;
|
|
10123
11180
|
name: string;
|
|
10124
11181
|
api: "openai-completions";
|
|
10125
11182
|
provider: string;
|
|
10126
11183
|
baseUrl: string;
|
|
10127
11184
|
reasoning: true;
|
|
10128
|
-
input:
|
|
11185
|
+
input: "text"[];
|
|
10129
11186
|
cost: {
|
|
10130
11187
|
input: number;
|
|
10131
11188
|
output: number;
|
|
@@ -10135,7 +11192,7 @@ export declare const MODELS: {
|
|
|
10135
11192
|
contextWindow: number;
|
|
10136
11193
|
maxTokens: number;
|
|
10137
11194
|
};
|
|
10138
|
-
readonly "
|
|
11195
|
+
readonly "nvidia/nemotron-3-super-120b-a12b:free": {
|
|
10139
11196
|
id: string;
|
|
10140
11197
|
name: string;
|
|
10141
11198
|
api: "openai-completions";
|
|
@@ -10152,7 +11209,7 @@ export declare const MODELS: {
|
|
|
10152
11209
|
contextWindow: number;
|
|
10153
11210
|
maxTokens: number;
|
|
10154
11211
|
};
|
|
10155
|
-
readonly "
|
|
11212
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
10156
11213
|
id: string;
|
|
10157
11214
|
name: string;
|
|
10158
11215
|
api: "openai-completions";
|
|
@@ -10169,7 +11226,7 @@ export declare const MODELS: {
|
|
|
10169
11226
|
contextWindow: number;
|
|
10170
11227
|
maxTokens: number;
|
|
10171
11228
|
};
|
|
10172
|
-
readonly "
|
|
11229
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b:batch": {
|
|
10173
11230
|
id: string;
|
|
10174
11231
|
name: string;
|
|
10175
11232
|
api: "openai-completions";
|
|
@@ -10186,7 +11243,7 @@ export declare const MODELS: {
|
|
|
10186
11243
|
contextWindow: number;
|
|
10187
11244
|
maxTokens: number;
|
|
10188
11245
|
};
|
|
10189
|
-
readonly "
|
|
11246
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
10190
11247
|
id: string;
|
|
10191
11248
|
name: string;
|
|
10192
11249
|
api: "openai-completions";
|
|
@@ -10203,14 +11260,14 @@ export declare const MODELS: {
|
|
|
10203
11260
|
contextWindow: number;
|
|
10204
11261
|
maxTokens: number;
|
|
10205
11262
|
};
|
|
10206
|
-
readonly "
|
|
11263
|
+
readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
10207
11264
|
id: string;
|
|
10208
11265
|
name: string;
|
|
10209
11266
|
api: "openai-completions";
|
|
10210
11267
|
provider: string;
|
|
10211
11268
|
baseUrl: string;
|
|
10212
11269
|
reasoning: true;
|
|
10213
|
-
input: "text"[];
|
|
11270
|
+
input: ("image" | "text")[];
|
|
10214
11271
|
cost: {
|
|
10215
11272
|
input: number;
|
|
10216
11273
|
output: number;
|
|
@@ -10220,14 +11277,14 @@ export declare const MODELS: {
|
|
|
10220
11277
|
contextWindow: number;
|
|
10221
11278
|
maxTokens: number;
|
|
10222
11279
|
};
|
|
10223
|
-
readonly "
|
|
11280
|
+
readonly "nvidia/nemotron-nano-9b-v2:free": {
|
|
10224
11281
|
id: string;
|
|
10225
11282
|
name: string;
|
|
10226
11283
|
api: "openai-completions";
|
|
10227
11284
|
provider: string;
|
|
10228
11285
|
baseUrl: string;
|
|
10229
11286
|
reasoning: true;
|
|
10230
|
-
input:
|
|
11287
|
+
input: "text"[];
|
|
10231
11288
|
cost: {
|
|
10232
11289
|
input: number;
|
|
10233
11290
|
output: number;
|
|
@@ -10237,7 +11294,7 @@ export declare const MODELS: {
|
|
|
10237
11294
|
contextWindow: number;
|
|
10238
11295
|
maxTokens: number;
|
|
10239
11296
|
};
|
|
10240
|
-
readonly "
|
|
11297
|
+
readonly "openai/gpt-3.5-turbo": {
|
|
10241
11298
|
id: string;
|
|
10242
11299
|
name: string;
|
|
10243
11300
|
api: "openai-completions";
|
|
@@ -10254,14 +11311,14 @@ export declare const MODELS: {
|
|
|
10254
11311
|
contextWindow: number;
|
|
10255
11312
|
maxTokens: number;
|
|
10256
11313
|
};
|
|
10257
|
-
readonly "
|
|
11314
|
+
readonly "openai/gpt-3.5-turbo-0613": {
|
|
10258
11315
|
id: string;
|
|
10259
11316
|
name: string;
|
|
10260
11317
|
api: "openai-completions";
|
|
10261
11318
|
provider: string;
|
|
10262
11319
|
baseUrl: string;
|
|
10263
11320
|
reasoning: false;
|
|
10264
|
-
input:
|
|
11321
|
+
input: "text"[];
|
|
10265
11322
|
cost: {
|
|
10266
11323
|
input: number;
|
|
10267
11324
|
output: number;
|
|
@@ -10271,14 +11328,14 @@ export declare const MODELS: {
|
|
|
10271
11328
|
contextWindow: number;
|
|
10272
11329
|
maxTokens: number;
|
|
10273
11330
|
};
|
|
10274
|
-
readonly "
|
|
11331
|
+
readonly "openai/gpt-3.5-turbo-16k": {
|
|
10275
11332
|
id: string;
|
|
10276
11333
|
name: string;
|
|
10277
11334
|
api: "openai-completions";
|
|
10278
11335
|
provider: string;
|
|
10279
11336
|
baseUrl: string;
|
|
10280
11337
|
reasoning: false;
|
|
10281
|
-
input:
|
|
11338
|
+
input: "text"[];
|
|
10282
11339
|
cost: {
|
|
10283
11340
|
input: number;
|
|
10284
11341
|
output: number;
|
|
@@ -10288,14 +11345,14 @@ export declare const MODELS: {
|
|
|
10288
11345
|
contextWindow: number;
|
|
10289
11346
|
maxTokens: number;
|
|
10290
11347
|
};
|
|
10291
|
-
readonly "
|
|
11348
|
+
readonly "openai/gpt-3.5-turbo:batch": {
|
|
10292
11349
|
id: string;
|
|
10293
11350
|
name: string;
|
|
10294
11351
|
api: "openai-completions";
|
|
10295
11352
|
provider: string;
|
|
10296
11353
|
baseUrl: string;
|
|
10297
11354
|
reasoning: false;
|
|
10298
|
-
input:
|
|
11355
|
+
input: "text"[];
|
|
10299
11356
|
cost: {
|
|
10300
11357
|
input: number;
|
|
10301
11358
|
output: number;
|
|
@@ -10305,7 +11362,7 @@ export declare const MODELS: {
|
|
|
10305
11362
|
contextWindow: number;
|
|
10306
11363
|
maxTokens: number;
|
|
10307
11364
|
};
|
|
10308
|
-
readonly "
|
|
11365
|
+
readonly "openai/gpt-4": {
|
|
10309
11366
|
id: string;
|
|
10310
11367
|
name: string;
|
|
10311
11368
|
api: "openai-completions";
|
|
@@ -10322,14 +11379,14 @@ export declare const MODELS: {
|
|
|
10322
11379
|
contextWindow: number;
|
|
10323
11380
|
maxTokens: number;
|
|
10324
11381
|
};
|
|
10325
|
-
readonly "
|
|
11382
|
+
readonly "openai/gpt-4-turbo": {
|
|
10326
11383
|
id: string;
|
|
10327
11384
|
name: string;
|
|
10328
11385
|
api: "openai-completions";
|
|
10329
11386
|
provider: string;
|
|
10330
11387
|
baseUrl: string;
|
|
10331
11388
|
reasoning: false;
|
|
10332
|
-
input: "text"[];
|
|
11389
|
+
input: ("image" | "text")[];
|
|
10333
11390
|
cost: {
|
|
10334
11391
|
input: number;
|
|
10335
11392
|
output: number;
|
|
@@ -10339,14 +11396,14 @@ export declare const MODELS: {
|
|
|
10339
11396
|
contextWindow: number;
|
|
10340
11397
|
maxTokens: number;
|
|
10341
11398
|
};
|
|
10342
|
-
readonly "
|
|
11399
|
+
readonly "openai/gpt-4-turbo-preview": {
|
|
10343
11400
|
id: string;
|
|
10344
11401
|
name: string;
|
|
10345
11402
|
api: "openai-completions";
|
|
10346
11403
|
provider: string;
|
|
10347
11404
|
baseUrl: string;
|
|
10348
11405
|
reasoning: false;
|
|
10349
|
-
input:
|
|
11406
|
+
input: "text"[];
|
|
10350
11407
|
cost: {
|
|
10351
11408
|
input: number;
|
|
10352
11409
|
output: number;
|
|
@@ -10356,7 +11413,7 @@ export declare const MODELS: {
|
|
|
10356
11413
|
contextWindow: number;
|
|
10357
11414
|
maxTokens: number;
|
|
10358
11415
|
};
|
|
10359
|
-
readonly "
|
|
11416
|
+
readonly "openai/gpt-4-turbo:batch": {
|
|
10360
11417
|
id: string;
|
|
10361
11418
|
name: string;
|
|
10362
11419
|
api: "openai-completions";
|
|
@@ -10373,13 +11430,13 @@ export declare const MODELS: {
|
|
|
10373
11430
|
contextWindow: number;
|
|
10374
11431
|
maxTokens: number;
|
|
10375
11432
|
};
|
|
10376
|
-
readonly "
|
|
11433
|
+
readonly "openai/gpt-4.1": {
|
|
10377
11434
|
id: string;
|
|
10378
11435
|
name: string;
|
|
10379
11436
|
api: "openai-completions";
|
|
10380
11437
|
provider: string;
|
|
10381
11438
|
baseUrl: string;
|
|
10382
|
-
reasoning:
|
|
11439
|
+
reasoning: false;
|
|
10383
11440
|
input: ("image" | "text")[];
|
|
10384
11441
|
cost: {
|
|
10385
11442
|
input: number;
|
|
@@ -10390,7 +11447,7 @@ export declare const MODELS: {
|
|
|
10390
11447
|
contextWindow: number;
|
|
10391
11448
|
maxTokens: number;
|
|
10392
11449
|
};
|
|
10393
|
-
readonly "
|
|
11450
|
+
readonly "openai/gpt-4.1-mini": {
|
|
10394
11451
|
id: string;
|
|
10395
11452
|
name: string;
|
|
10396
11453
|
api: "openai-completions";
|
|
@@ -10407,14 +11464,14 @@ export declare const MODELS: {
|
|
|
10407
11464
|
contextWindow: number;
|
|
10408
11465
|
maxTokens: number;
|
|
10409
11466
|
};
|
|
10410
|
-
readonly "
|
|
11467
|
+
readonly "openai/gpt-4.1-mini:batch": {
|
|
10411
11468
|
id: string;
|
|
10412
11469
|
name: string;
|
|
10413
11470
|
api: "openai-completions";
|
|
10414
11471
|
provider: string;
|
|
10415
11472
|
baseUrl: string;
|
|
10416
11473
|
reasoning: false;
|
|
10417
|
-
input: "text"[];
|
|
11474
|
+
input: ("image" | "text")[];
|
|
10418
11475
|
cost: {
|
|
10419
11476
|
input: number;
|
|
10420
11477
|
output: number;
|
|
@@ -10424,14 +11481,14 @@ export declare const MODELS: {
|
|
|
10424
11481
|
contextWindow: number;
|
|
10425
11482
|
maxTokens: number;
|
|
10426
11483
|
};
|
|
10427
|
-
readonly "
|
|
11484
|
+
readonly "openai/gpt-4.1-nano": {
|
|
10428
11485
|
id: string;
|
|
10429
11486
|
name: string;
|
|
10430
11487
|
api: "openai-completions";
|
|
10431
11488
|
provider: string;
|
|
10432
11489
|
baseUrl: string;
|
|
10433
11490
|
reasoning: false;
|
|
10434
|
-
input: "text"[];
|
|
11491
|
+
input: ("image" | "text")[];
|
|
10435
11492
|
cost: {
|
|
10436
11493
|
input: number;
|
|
10437
11494
|
output: number;
|
|
@@ -10441,13 +11498,13 @@ export declare const MODELS: {
|
|
|
10441
11498
|
contextWindow: number;
|
|
10442
11499
|
maxTokens: number;
|
|
10443
11500
|
};
|
|
10444
|
-
readonly "
|
|
11501
|
+
readonly "openai/gpt-4.1-nano:batch": {
|
|
10445
11502
|
id: string;
|
|
10446
11503
|
name: string;
|
|
10447
11504
|
api: "openai-completions";
|
|
10448
11505
|
provider: string;
|
|
10449
11506
|
baseUrl: string;
|
|
10450
|
-
reasoning:
|
|
11507
|
+
reasoning: false;
|
|
10451
11508
|
input: ("image" | "text")[];
|
|
10452
11509
|
cost: {
|
|
10453
11510
|
input: number;
|
|
@@ -10458,7 +11515,7 @@ export declare const MODELS: {
|
|
|
10458
11515
|
contextWindow: number;
|
|
10459
11516
|
maxTokens: number;
|
|
10460
11517
|
};
|
|
10461
|
-
readonly "
|
|
11518
|
+
readonly "openai/gpt-4.1:batch": {
|
|
10462
11519
|
id: string;
|
|
10463
11520
|
name: string;
|
|
10464
11521
|
api: "openai-completions";
|
|
@@ -10475,14 +11532,14 @@ export declare const MODELS: {
|
|
|
10475
11532
|
contextWindow: number;
|
|
10476
11533
|
maxTokens: number;
|
|
10477
11534
|
};
|
|
10478
|
-
readonly "
|
|
11535
|
+
readonly "openai/gpt-4o": {
|
|
10479
11536
|
id: string;
|
|
10480
11537
|
name: string;
|
|
10481
11538
|
api: "openai-completions";
|
|
10482
11539
|
provider: string;
|
|
10483
11540
|
baseUrl: string;
|
|
10484
11541
|
reasoning: false;
|
|
10485
|
-
input: "text"[];
|
|
11542
|
+
input: ("image" | "text")[];
|
|
10486
11543
|
cost: {
|
|
10487
11544
|
input: number;
|
|
10488
11545
|
output: number;
|
|
@@ -10492,14 +11549,14 @@ export declare const MODELS: {
|
|
|
10492
11549
|
contextWindow: number;
|
|
10493
11550
|
maxTokens: number;
|
|
10494
11551
|
};
|
|
10495
|
-
readonly "
|
|
11552
|
+
readonly "openai/gpt-4o-2024-05-13": {
|
|
10496
11553
|
id: string;
|
|
10497
11554
|
name: string;
|
|
10498
11555
|
api: "openai-completions";
|
|
10499
11556
|
provider: string;
|
|
10500
11557
|
baseUrl: string;
|
|
10501
11558
|
reasoning: false;
|
|
10502
|
-
input: "text"[];
|
|
11559
|
+
input: ("image" | "text")[];
|
|
10503
11560
|
cost: {
|
|
10504
11561
|
input: number;
|
|
10505
11562
|
output: number;
|
|
@@ -10509,14 +11566,14 @@ export declare const MODELS: {
|
|
|
10509
11566
|
contextWindow: number;
|
|
10510
11567
|
maxTokens: number;
|
|
10511
11568
|
};
|
|
10512
|
-
readonly "
|
|
11569
|
+
readonly "openai/gpt-4o-2024-08-06": {
|
|
10513
11570
|
id: string;
|
|
10514
11571
|
name: string;
|
|
10515
11572
|
api: "openai-completions";
|
|
10516
11573
|
provider: string;
|
|
10517
11574
|
baseUrl: string;
|
|
10518
11575
|
reasoning: false;
|
|
10519
|
-
input: "text"[];
|
|
11576
|
+
input: ("image" | "text")[];
|
|
10520
11577
|
cost: {
|
|
10521
11578
|
input: number;
|
|
10522
11579
|
output: number;
|
|
@@ -10526,14 +11583,14 @@ export declare const MODELS: {
|
|
|
10526
11583
|
contextWindow: number;
|
|
10527
11584
|
maxTokens: number;
|
|
10528
11585
|
};
|
|
10529
|
-
readonly "
|
|
11586
|
+
readonly "openai/gpt-4o-2024-11-20": {
|
|
10530
11587
|
id: string;
|
|
10531
11588
|
name: string;
|
|
10532
11589
|
api: "openai-completions";
|
|
10533
11590
|
provider: string;
|
|
10534
11591
|
baseUrl: string;
|
|
10535
11592
|
reasoning: false;
|
|
10536
|
-
input: "text"[];
|
|
11593
|
+
input: ("image" | "text")[];
|
|
10537
11594
|
cost: {
|
|
10538
11595
|
input: number;
|
|
10539
11596
|
output: number;
|
|
@@ -10543,14 +11600,14 @@ export declare const MODELS: {
|
|
|
10543
11600
|
contextWindow: number;
|
|
10544
11601
|
maxTokens: number;
|
|
10545
11602
|
};
|
|
10546
|
-
readonly "
|
|
11603
|
+
readonly "openai/gpt-4o-mini": {
|
|
10547
11604
|
id: string;
|
|
10548
11605
|
name: string;
|
|
10549
11606
|
api: "openai-completions";
|
|
10550
11607
|
provider: string;
|
|
10551
11608
|
baseUrl: string;
|
|
10552
|
-
reasoning:
|
|
10553
|
-
input: "text"[];
|
|
11609
|
+
reasoning: false;
|
|
11610
|
+
input: ("image" | "text")[];
|
|
10554
11611
|
cost: {
|
|
10555
11612
|
input: number;
|
|
10556
11613
|
output: number;
|
|
@@ -10560,13 +11617,13 @@ export declare const MODELS: {
|
|
|
10560
11617
|
contextWindow: number;
|
|
10561
11618
|
maxTokens: number;
|
|
10562
11619
|
};
|
|
10563
|
-
readonly "
|
|
11620
|
+
readonly "openai/gpt-4o-mini-2024-07-18": {
|
|
10564
11621
|
id: string;
|
|
10565
11622
|
name: string;
|
|
10566
11623
|
api: "openai-completions";
|
|
10567
11624
|
provider: string;
|
|
10568
11625
|
baseUrl: string;
|
|
10569
|
-
reasoning:
|
|
11626
|
+
reasoning: false;
|
|
10570
11627
|
input: ("image" | "text")[];
|
|
10571
11628
|
cost: {
|
|
10572
11629
|
input: number;
|
|
@@ -10577,13 +11634,13 @@ export declare const MODELS: {
|
|
|
10577
11634
|
contextWindow: number;
|
|
10578
11635
|
maxTokens: number;
|
|
10579
11636
|
};
|
|
10580
|
-
readonly "
|
|
11637
|
+
readonly "openai/gpt-4o-mini:batch": {
|
|
10581
11638
|
id: string;
|
|
10582
11639
|
name: string;
|
|
10583
11640
|
api: "openai-completions";
|
|
10584
11641
|
provider: string;
|
|
10585
11642
|
baseUrl: string;
|
|
10586
|
-
reasoning:
|
|
11643
|
+
reasoning: false;
|
|
10587
11644
|
input: ("image" | "text")[];
|
|
10588
11645
|
cost: {
|
|
10589
11646
|
input: number;
|
|
@@ -10594,13 +11651,13 @@ export declare const MODELS: {
|
|
|
10594
11651
|
contextWindow: number;
|
|
10595
11652
|
maxTokens: number;
|
|
10596
11653
|
};
|
|
10597
|
-
readonly "
|
|
11654
|
+
readonly "openai/gpt-4o:batch": {
|
|
10598
11655
|
id: string;
|
|
10599
11656
|
name: string;
|
|
10600
11657
|
api: "openai-completions";
|
|
10601
11658
|
provider: string;
|
|
10602
11659
|
baseUrl: string;
|
|
10603
|
-
reasoning:
|
|
11660
|
+
reasoning: false;
|
|
10604
11661
|
input: ("image" | "text")[];
|
|
10605
11662
|
cost: {
|
|
10606
11663
|
input: number;
|
|
@@ -10611,7 +11668,7 @@ export declare const MODELS: {
|
|
|
10611
11668
|
contextWindow: number;
|
|
10612
11669
|
maxTokens: number;
|
|
10613
11670
|
};
|
|
10614
|
-
readonly "
|
|
11671
|
+
readonly "openai/gpt-5": {
|
|
10615
11672
|
id: string;
|
|
10616
11673
|
name: string;
|
|
10617
11674
|
api: "openai-completions";
|
|
@@ -10628,7 +11685,7 @@ export declare const MODELS: {
|
|
|
10628
11685
|
contextWindow: number;
|
|
10629
11686
|
maxTokens: number;
|
|
10630
11687
|
};
|
|
10631
|
-
readonly "
|
|
11688
|
+
readonly "openai/gpt-5-codex:batch": {
|
|
10632
11689
|
id: string;
|
|
10633
11690
|
name: string;
|
|
10634
11691
|
api: "openai-completions";
|
|
@@ -10645,7 +11702,7 @@ export declare const MODELS: {
|
|
|
10645
11702
|
contextWindow: number;
|
|
10646
11703
|
maxTokens: number;
|
|
10647
11704
|
};
|
|
10648
|
-
readonly "
|
|
11705
|
+
readonly "openai/gpt-5-mini": {
|
|
10649
11706
|
id: string;
|
|
10650
11707
|
name: string;
|
|
10651
11708
|
api: "openai-completions";
|
|
@@ -10662,14 +11719,14 @@ export declare const MODELS: {
|
|
|
10662
11719
|
contextWindow: number;
|
|
10663
11720
|
maxTokens: number;
|
|
10664
11721
|
};
|
|
10665
|
-
readonly "
|
|
11722
|
+
readonly "openai/gpt-5-mini:batch": {
|
|
10666
11723
|
id: string;
|
|
10667
11724
|
name: string;
|
|
10668
11725
|
api: "openai-completions";
|
|
10669
11726
|
provider: string;
|
|
10670
11727
|
baseUrl: string;
|
|
10671
11728
|
reasoning: true;
|
|
10672
|
-
input: "text"[];
|
|
11729
|
+
input: ("image" | "text")[];
|
|
10673
11730
|
cost: {
|
|
10674
11731
|
input: number;
|
|
10675
11732
|
output: number;
|
|
@@ -10679,14 +11736,14 @@ export declare const MODELS: {
|
|
|
10679
11736
|
contextWindow: number;
|
|
10680
11737
|
maxTokens: number;
|
|
10681
11738
|
};
|
|
10682
|
-
readonly "
|
|
11739
|
+
readonly "openai/gpt-5-nano": {
|
|
10683
11740
|
id: string;
|
|
10684
11741
|
name: string;
|
|
10685
11742
|
api: "openai-completions";
|
|
10686
11743
|
provider: string;
|
|
10687
11744
|
baseUrl: string;
|
|
10688
11745
|
reasoning: true;
|
|
10689
|
-
input: "text"[];
|
|
11746
|
+
input: ("image" | "text")[];
|
|
10690
11747
|
cost: {
|
|
10691
11748
|
input: number;
|
|
10692
11749
|
output: number;
|
|
@@ -10696,7 +11753,7 @@ export declare const MODELS: {
|
|
|
10696
11753
|
contextWindow: number;
|
|
10697
11754
|
maxTokens: number;
|
|
10698
11755
|
};
|
|
10699
|
-
readonly "
|
|
11756
|
+
readonly "openai/gpt-5-nano:batch": {
|
|
10700
11757
|
id: string;
|
|
10701
11758
|
name: string;
|
|
10702
11759
|
api: "openai-completions";
|
|
@@ -10713,14 +11770,14 @@ export declare const MODELS: {
|
|
|
10713
11770
|
contextWindow: number;
|
|
10714
11771
|
maxTokens: number;
|
|
10715
11772
|
};
|
|
10716
|
-
readonly "
|
|
11773
|
+
readonly "openai/gpt-5-pro": {
|
|
10717
11774
|
id: string;
|
|
10718
11775
|
name: string;
|
|
10719
11776
|
api: "openai-completions";
|
|
10720
11777
|
provider: string;
|
|
10721
11778
|
baseUrl: string;
|
|
10722
11779
|
reasoning: true;
|
|
10723
|
-
input: "text"[];
|
|
11780
|
+
input: ("image" | "text")[];
|
|
10724
11781
|
cost: {
|
|
10725
11782
|
input: number;
|
|
10726
11783
|
output: number;
|
|
@@ -10730,14 +11787,14 @@ export declare const MODELS: {
|
|
|
10730
11787
|
contextWindow: number;
|
|
10731
11788
|
maxTokens: number;
|
|
10732
11789
|
};
|
|
10733
|
-
readonly "
|
|
11790
|
+
readonly "openai/gpt-5-pro:batch": {
|
|
10734
11791
|
id: string;
|
|
10735
11792
|
name: string;
|
|
10736
11793
|
api: "openai-completions";
|
|
10737
11794
|
provider: string;
|
|
10738
11795
|
baseUrl: string;
|
|
10739
11796
|
reasoning: true;
|
|
10740
|
-
input: "text"[];
|
|
11797
|
+
input: ("image" | "text")[];
|
|
10741
11798
|
cost: {
|
|
10742
11799
|
input: number;
|
|
10743
11800
|
output: number;
|
|
@@ -10747,14 +11804,14 @@ export declare const MODELS: {
|
|
|
10747
11804
|
contextWindow: number;
|
|
10748
11805
|
maxTokens: number;
|
|
10749
11806
|
};
|
|
10750
|
-
readonly "
|
|
11807
|
+
readonly "openai/gpt-5.1": {
|
|
10751
11808
|
id: string;
|
|
10752
11809
|
name: string;
|
|
10753
11810
|
api: "openai-completions";
|
|
10754
11811
|
provider: string;
|
|
10755
11812
|
baseUrl: string;
|
|
10756
11813
|
reasoning: true;
|
|
10757
|
-
input: "text"[];
|
|
11814
|
+
input: ("image" | "text")[];
|
|
10758
11815
|
cost: {
|
|
10759
11816
|
input: number;
|
|
10760
11817
|
output: number;
|
|
@@ -10764,14 +11821,14 @@ export declare const MODELS: {
|
|
|
10764
11821
|
contextWindow: number;
|
|
10765
11822
|
maxTokens: number;
|
|
10766
11823
|
};
|
|
10767
|
-
readonly "
|
|
11824
|
+
readonly "openai/gpt-5.1-codex": {
|
|
10768
11825
|
id: string;
|
|
10769
11826
|
name: string;
|
|
10770
11827
|
api: "openai-completions";
|
|
10771
11828
|
provider: string;
|
|
10772
11829
|
baseUrl: string;
|
|
10773
11830
|
reasoning: true;
|
|
10774
|
-
input: "text"[];
|
|
11831
|
+
input: ("image" | "text")[];
|
|
10775
11832
|
cost: {
|
|
10776
11833
|
input: number;
|
|
10777
11834
|
output: number;
|
|
@@ -10781,7 +11838,7 @@ export declare const MODELS: {
|
|
|
10781
11838
|
contextWindow: number;
|
|
10782
11839
|
maxTokens: number;
|
|
10783
11840
|
};
|
|
10784
|
-
readonly "
|
|
11841
|
+
readonly "openai/gpt-5.1-codex-max": {
|
|
10785
11842
|
id: string;
|
|
10786
11843
|
name: string;
|
|
10787
11844
|
api: "openai-completions";
|
|
@@ -10798,14 +11855,14 @@ export declare const MODELS: {
|
|
|
10798
11855
|
contextWindow: number;
|
|
10799
11856
|
maxTokens: number;
|
|
10800
11857
|
};
|
|
10801
|
-
readonly "
|
|
11858
|
+
readonly "openai/gpt-5.1-codex-mini": {
|
|
10802
11859
|
id: string;
|
|
10803
11860
|
name: string;
|
|
10804
11861
|
api: "openai-completions";
|
|
10805
11862
|
provider: string;
|
|
10806
11863
|
baseUrl: string;
|
|
10807
11864
|
reasoning: true;
|
|
10808
|
-
input: "text"[];
|
|
11865
|
+
input: ("image" | "text")[];
|
|
10809
11866
|
cost: {
|
|
10810
11867
|
input: number;
|
|
10811
11868
|
output: number;
|
|
@@ -10815,14 +11872,14 @@ export declare const MODELS: {
|
|
|
10815
11872
|
contextWindow: number;
|
|
10816
11873
|
maxTokens: number;
|
|
10817
11874
|
};
|
|
10818
|
-
readonly "openai/gpt-
|
|
11875
|
+
readonly "openai/gpt-5.1:batch": {
|
|
10819
11876
|
id: string;
|
|
10820
11877
|
name: string;
|
|
10821
11878
|
api: "openai-completions";
|
|
10822
11879
|
provider: string;
|
|
10823
11880
|
baseUrl: string;
|
|
10824
|
-
reasoning:
|
|
10825
|
-
input: "text"[];
|
|
11881
|
+
reasoning: true;
|
|
11882
|
+
input: ("image" | "text")[];
|
|
10826
11883
|
cost: {
|
|
10827
11884
|
input: number;
|
|
10828
11885
|
output: number;
|
|
@@ -10832,14 +11889,14 @@ export declare const MODELS: {
|
|
|
10832
11889
|
contextWindow: number;
|
|
10833
11890
|
maxTokens: number;
|
|
10834
11891
|
};
|
|
10835
|
-
readonly "openai/gpt-
|
|
11892
|
+
readonly "openai/gpt-5.2": {
|
|
10836
11893
|
id: string;
|
|
10837
11894
|
name: string;
|
|
10838
11895
|
api: "openai-completions";
|
|
10839
11896
|
provider: string;
|
|
10840
11897
|
baseUrl: string;
|
|
10841
|
-
reasoning:
|
|
10842
|
-
input: "text"[];
|
|
11898
|
+
reasoning: true;
|
|
11899
|
+
input: ("image" | "text")[];
|
|
10843
11900
|
cost: {
|
|
10844
11901
|
input: number;
|
|
10845
11902
|
output: number;
|
|
@@ -10849,14 +11906,14 @@ export declare const MODELS: {
|
|
|
10849
11906
|
contextWindow: number;
|
|
10850
11907
|
maxTokens: number;
|
|
10851
11908
|
};
|
|
10852
|
-
readonly "openai/gpt-
|
|
11909
|
+
readonly "openai/gpt-5.2-chat": {
|
|
10853
11910
|
id: string;
|
|
10854
11911
|
name: string;
|
|
10855
11912
|
api: "openai-completions";
|
|
10856
11913
|
provider: string;
|
|
10857
11914
|
baseUrl: string;
|
|
10858
11915
|
reasoning: false;
|
|
10859
|
-
input: "text"[];
|
|
11916
|
+
input: ("image" | "text")[];
|
|
10860
11917
|
cost: {
|
|
10861
11918
|
input: number;
|
|
10862
11919
|
output: number;
|
|
@@ -10866,14 +11923,14 @@ export declare const MODELS: {
|
|
|
10866
11923
|
contextWindow: number;
|
|
10867
11924
|
maxTokens: number;
|
|
10868
11925
|
};
|
|
10869
|
-
readonly "openai/gpt-
|
|
11926
|
+
readonly "openai/gpt-5.2-codex": {
|
|
10870
11927
|
id: string;
|
|
10871
11928
|
name: string;
|
|
10872
11929
|
api: "openai-completions";
|
|
10873
11930
|
provider: string;
|
|
10874
11931
|
baseUrl: string;
|
|
10875
|
-
reasoning:
|
|
10876
|
-
input: "text"[];
|
|
11932
|
+
reasoning: true;
|
|
11933
|
+
input: ("image" | "text")[];
|
|
10877
11934
|
cost: {
|
|
10878
11935
|
input: number;
|
|
10879
11936
|
output: number;
|
|
@@ -10883,13 +11940,13 @@ export declare const MODELS: {
|
|
|
10883
11940
|
contextWindow: number;
|
|
10884
11941
|
maxTokens: number;
|
|
10885
11942
|
};
|
|
10886
|
-
readonly "openai/gpt-
|
|
11943
|
+
readonly "openai/gpt-5.2-pro": {
|
|
10887
11944
|
id: string;
|
|
10888
11945
|
name: string;
|
|
10889
11946
|
api: "openai-completions";
|
|
10890
11947
|
provider: string;
|
|
10891
11948
|
baseUrl: string;
|
|
10892
|
-
reasoning:
|
|
11949
|
+
reasoning: true;
|
|
10893
11950
|
input: ("image" | "text")[];
|
|
10894
11951
|
cost: {
|
|
10895
11952
|
input: number;
|
|
@@ -10900,14 +11957,14 @@ export declare const MODELS: {
|
|
|
10900
11957
|
contextWindow: number;
|
|
10901
11958
|
maxTokens: number;
|
|
10902
11959
|
};
|
|
10903
|
-
readonly "openai/gpt-
|
|
11960
|
+
readonly "openai/gpt-5.2-pro:batch": {
|
|
10904
11961
|
id: string;
|
|
10905
11962
|
name: string;
|
|
10906
11963
|
api: "openai-completions";
|
|
10907
11964
|
provider: string;
|
|
10908
11965
|
baseUrl: string;
|
|
10909
|
-
reasoning:
|
|
10910
|
-
input: "text"[];
|
|
11966
|
+
reasoning: true;
|
|
11967
|
+
input: ("image" | "text")[];
|
|
10911
11968
|
cost: {
|
|
10912
11969
|
input: number;
|
|
10913
11970
|
output: number;
|
|
@@ -10917,13 +11974,13 @@ export declare const MODELS: {
|
|
|
10917
11974
|
contextWindow: number;
|
|
10918
11975
|
maxTokens: number;
|
|
10919
11976
|
};
|
|
10920
|
-
readonly "openai/gpt-
|
|
11977
|
+
readonly "openai/gpt-5.2:batch": {
|
|
10921
11978
|
id: string;
|
|
10922
11979
|
name: string;
|
|
10923
11980
|
api: "openai-completions";
|
|
10924
11981
|
provider: string;
|
|
10925
11982
|
baseUrl: string;
|
|
10926
|
-
reasoning:
|
|
11983
|
+
reasoning: true;
|
|
10927
11984
|
input: ("image" | "text")[];
|
|
10928
11985
|
cost: {
|
|
10929
11986
|
input: number;
|
|
@@ -10934,7 +11991,7 @@ export declare const MODELS: {
|
|
|
10934
11991
|
contextWindow: number;
|
|
10935
11992
|
maxTokens: number;
|
|
10936
11993
|
};
|
|
10937
|
-
readonly "openai/gpt-
|
|
11994
|
+
readonly "openai/gpt-5.3-chat": {
|
|
10938
11995
|
id: string;
|
|
10939
11996
|
name: string;
|
|
10940
11997
|
api: "openai-completions";
|
|
@@ -10951,13 +12008,13 @@ export declare const MODELS: {
|
|
|
10951
12008
|
contextWindow: number;
|
|
10952
12009
|
maxTokens: number;
|
|
10953
12010
|
};
|
|
10954
|
-
readonly "openai/gpt-
|
|
12011
|
+
readonly "openai/gpt-5.3-codex": {
|
|
10955
12012
|
id: string;
|
|
10956
12013
|
name: string;
|
|
10957
12014
|
api: "openai-completions";
|
|
10958
12015
|
provider: string;
|
|
10959
12016
|
baseUrl: string;
|
|
10960
|
-
reasoning:
|
|
12017
|
+
reasoning: true;
|
|
10961
12018
|
input: ("image" | "text")[];
|
|
10962
12019
|
cost: {
|
|
10963
12020
|
input: number;
|
|
@@ -10968,13 +12025,13 @@ export declare const MODELS: {
|
|
|
10968
12025
|
contextWindow: number;
|
|
10969
12026
|
maxTokens: number;
|
|
10970
12027
|
};
|
|
10971
|
-
readonly "openai/gpt-
|
|
12028
|
+
readonly "openai/gpt-5.4": {
|
|
10972
12029
|
id: string;
|
|
10973
12030
|
name: string;
|
|
10974
12031
|
api: "openai-completions";
|
|
10975
12032
|
provider: string;
|
|
10976
12033
|
baseUrl: string;
|
|
10977
|
-
reasoning:
|
|
12034
|
+
reasoning: true;
|
|
10978
12035
|
input: ("image" | "text")[];
|
|
10979
12036
|
cost: {
|
|
10980
12037
|
input: number;
|
|
@@ -10985,13 +12042,13 @@ export declare const MODELS: {
|
|
|
10985
12042
|
contextWindow: number;
|
|
10986
12043
|
maxTokens: number;
|
|
10987
12044
|
};
|
|
10988
|
-
readonly "openai/gpt-
|
|
12045
|
+
readonly "openai/gpt-5.4-mini": {
|
|
10989
12046
|
id: string;
|
|
10990
12047
|
name: string;
|
|
10991
12048
|
api: "openai-completions";
|
|
10992
12049
|
provider: string;
|
|
10993
12050
|
baseUrl: string;
|
|
10994
|
-
reasoning:
|
|
12051
|
+
reasoning: true;
|
|
10995
12052
|
input: ("image" | "text")[];
|
|
10996
12053
|
cost: {
|
|
10997
12054
|
input: number;
|
|
@@ -11002,13 +12059,13 @@ export declare const MODELS: {
|
|
|
11002
12059
|
contextWindow: number;
|
|
11003
12060
|
maxTokens: number;
|
|
11004
12061
|
};
|
|
11005
|
-
readonly "openai/gpt-
|
|
12062
|
+
readonly "openai/gpt-5.4-mini:batch": {
|
|
11006
12063
|
id: string;
|
|
11007
12064
|
name: string;
|
|
11008
12065
|
api: "openai-completions";
|
|
11009
12066
|
provider: string;
|
|
11010
12067
|
baseUrl: string;
|
|
11011
|
-
reasoning:
|
|
12068
|
+
reasoning: true;
|
|
11012
12069
|
input: ("image" | "text")[];
|
|
11013
12070
|
cost: {
|
|
11014
12071
|
input: number;
|
|
@@ -11019,13 +12076,13 @@ export declare const MODELS: {
|
|
|
11019
12076
|
contextWindow: number;
|
|
11020
12077
|
maxTokens: number;
|
|
11021
12078
|
};
|
|
11022
|
-
readonly "openai/gpt-
|
|
12079
|
+
readonly "openai/gpt-5.4-nano": {
|
|
11023
12080
|
id: string;
|
|
11024
12081
|
name: string;
|
|
11025
12082
|
api: "openai-completions";
|
|
11026
12083
|
provider: string;
|
|
11027
12084
|
baseUrl: string;
|
|
11028
|
-
reasoning:
|
|
12085
|
+
reasoning: true;
|
|
11029
12086
|
input: ("image" | "text")[];
|
|
11030
12087
|
cost: {
|
|
11031
12088
|
input: number;
|
|
@@ -11036,13 +12093,13 @@ export declare const MODELS: {
|
|
|
11036
12093
|
contextWindow: number;
|
|
11037
12094
|
maxTokens: number;
|
|
11038
12095
|
};
|
|
11039
|
-
readonly "openai/gpt-
|
|
12096
|
+
readonly "openai/gpt-5.4-nano:batch": {
|
|
11040
12097
|
id: string;
|
|
11041
12098
|
name: string;
|
|
11042
12099
|
api: "openai-completions";
|
|
11043
12100
|
provider: string;
|
|
11044
12101
|
baseUrl: string;
|
|
11045
|
-
reasoning:
|
|
12102
|
+
reasoning: true;
|
|
11046
12103
|
input: ("image" | "text")[];
|
|
11047
12104
|
cost: {
|
|
11048
12105
|
input: number;
|
|
@@ -11053,13 +12110,13 @@ export declare const MODELS: {
|
|
|
11053
12110
|
contextWindow: number;
|
|
11054
12111
|
maxTokens: number;
|
|
11055
12112
|
};
|
|
11056
|
-
readonly "openai/gpt-
|
|
12113
|
+
readonly "openai/gpt-5.4-pro": {
|
|
11057
12114
|
id: string;
|
|
11058
12115
|
name: string;
|
|
11059
12116
|
api: "openai-completions";
|
|
11060
12117
|
provider: string;
|
|
11061
12118
|
baseUrl: string;
|
|
11062
|
-
reasoning:
|
|
12119
|
+
reasoning: true;
|
|
11063
12120
|
input: ("image" | "text")[];
|
|
11064
12121
|
cost: {
|
|
11065
12122
|
input: number;
|
|
@@ -11070,7 +12127,7 @@ export declare const MODELS: {
|
|
|
11070
12127
|
contextWindow: number;
|
|
11071
12128
|
maxTokens: number;
|
|
11072
12129
|
};
|
|
11073
|
-
readonly "openai/gpt-5": {
|
|
12130
|
+
readonly "openai/gpt-5.4-pro:batch": {
|
|
11074
12131
|
id: string;
|
|
11075
12132
|
name: string;
|
|
11076
12133
|
api: "openai-completions";
|
|
@@ -11087,7 +12144,7 @@ export declare const MODELS: {
|
|
|
11087
12144
|
contextWindow: number;
|
|
11088
12145
|
maxTokens: number;
|
|
11089
12146
|
};
|
|
11090
|
-
readonly "openai/gpt-5
|
|
12147
|
+
readonly "openai/gpt-5.4:batch": {
|
|
11091
12148
|
id: string;
|
|
11092
12149
|
name: string;
|
|
11093
12150
|
api: "openai-completions";
|
|
@@ -11104,7 +12161,7 @@ export declare const MODELS: {
|
|
|
11104
12161
|
contextWindow: number;
|
|
11105
12162
|
maxTokens: number;
|
|
11106
12163
|
};
|
|
11107
|
-
readonly "openai/gpt-5
|
|
12164
|
+
readonly "openai/gpt-5.5": {
|
|
11108
12165
|
id: string;
|
|
11109
12166
|
name: string;
|
|
11110
12167
|
api: "openai-completions";
|
|
@@ -11121,7 +12178,7 @@ export declare const MODELS: {
|
|
|
11121
12178
|
contextWindow: number;
|
|
11122
12179
|
maxTokens: number;
|
|
11123
12180
|
};
|
|
11124
|
-
readonly "openai/gpt-5-pro": {
|
|
12181
|
+
readonly "openai/gpt-5.5-pro": {
|
|
11125
12182
|
id: string;
|
|
11126
12183
|
name: string;
|
|
11127
12184
|
api: "openai-completions";
|
|
@@ -11138,7 +12195,7 @@ export declare const MODELS: {
|
|
|
11138
12195
|
contextWindow: number;
|
|
11139
12196
|
maxTokens: number;
|
|
11140
12197
|
};
|
|
11141
|
-
readonly "openai/gpt-5.
|
|
12198
|
+
readonly "openai/gpt-5.5-pro:batch": {
|
|
11142
12199
|
id: string;
|
|
11143
12200
|
name: string;
|
|
11144
12201
|
api: "openai-completions";
|
|
@@ -11155,7 +12212,7 @@ export declare const MODELS: {
|
|
|
11155
12212
|
contextWindow: number;
|
|
11156
12213
|
maxTokens: number;
|
|
11157
12214
|
};
|
|
11158
|
-
readonly "openai/gpt-5.
|
|
12215
|
+
readonly "openai/gpt-5.5:batch": {
|
|
11159
12216
|
id: string;
|
|
11160
12217
|
name: string;
|
|
11161
12218
|
api: "openai-completions";
|
|
@@ -11172,7 +12229,7 @@ export declare const MODELS: {
|
|
|
11172
12229
|
contextWindow: number;
|
|
11173
12230
|
maxTokens: number;
|
|
11174
12231
|
};
|
|
11175
|
-
readonly "openai/gpt-5.
|
|
12232
|
+
readonly "openai/gpt-5.6-luna": {
|
|
11176
12233
|
id: string;
|
|
11177
12234
|
name: string;
|
|
11178
12235
|
api: "openai-completions";
|
|
@@ -11189,7 +12246,7 @@ export declare const MODELS: {
|
|
|
11189
12246
|
contextWindow: number;
|
|
11190
12247
|
maxTokens: number;
|
|
11191
12248
|
};
|
|
11192
|
-
readonly "openai/gpt-5.
|
|
12249
|
+
readonly "openai/gpt-5.6-luna-pro": {
|
|
11193
12250
|
id: string;
|
|
11194
12251
|
name: string;
|
|
11195
12252
|
api: "openai-completions";
|
|
@@ -11206,7 +12263,7 @@ export declare const MODELS: {
|
|
|
11206
12263
|
contextWindow: number;
|
|
11207
12264
|
maxTokens: number;
|
|
11208
12265
|
};
|
|
11209
|
-
readonly "openai/gpt-5.
|
|
12266
|
+
readonly "openai/gpt-5.6-luna-pro:batch": {
|
|
11210
12267
|
id: string;
|
|
11211
12268
|
name: string;
|
|
11212
12269
|
api: "openai-completions";
|
|
@@ -11223,13 +12280,13 @@ export declare const MODELS: {
|
|
|
11223
12280
|
contextWindow: number;
|
|
11224
12281
|
maxTokens: number;
|
|
11225
12282
|
};
|
|
11226
|
-
readonly "openai/gpt-5.
|
|
12283
|
+
readonly "openai/gpt-5.6-luna:batch": {
|
|
11227
12284
|
id: string;
|
|
11228
12285
|
name: string;
|
|
11229
12286
|
api: "openai-completions";
|
|
11230
12287
|
provider: string;
|
|
11231
12288
|
baseUrl: string;
|
|
11232
|
-
reasoning:
|
|
12289
|
+
reasoning: true;
|
|
11233
12290
|
input: ("image" | "text")[];
|
|
11234
12291
|
cost: {
|
|
11235
12292
|
input: number;
|
|
@@ -11240,7 +12297,7 @@ export declare const MODELS: {
|
|
|
11240
12297
|
contextWindow: number;
|
|
11241
12298
|
maxTokens: number;
|
|
11242
12299
|
};
|
|
11243
|
-
readonly "openai/gpt-5.
|
|
12300
|
+
readonly "openai/gpt-5.6-sol": {
|
|
11244
12301
|
id: string;
|
|
11245
12302
|
name: string;
|
|
11246
12303
|
api: "openai-completions";
|
|
@@ -11257,7 +12314,7 @@ export declare const MODELS: {
|
|
|
11257
12314
|
contextWindow: number;
|
|
11258
12315
|
maxTokens: number;
|
|
11259
12316
|
};
|
|
11260
|
-
readonly "openai/gpt-5.
|
|
12317
|
+
readonly "openai/gpt-5.6-sol-pro": {
|
|
11261
12318
|
id: string;
|
|
11262
12319
|
name: string;
|
|
11263
12320
|
api: "openai-completions";
|
|
@@ -11274,13 +12331,13 @@ export declare const MODELS: {
|
|
|
11274
12331
|
contextWindow: number;
|
|
11275
12332
|
maxTokens: number;
|
|
11276
12333
|
};
|
|
11277
|
-
readonly "openai/gpt-5.
|
|
12334
|
+
readonly "openai/gpt-5.6-sol-pro:batch": {
|
|
11278
12335
|
id: string;
|
|
11279
12336
|
name: string;
|
|
11280
12337
|
api: "openai-completions";
|
|
11281
12338
|
provider: string;
|
|
11282
12339
|
baseUrl: string;
|
|
11283
|
-
reasoning:
|
|
12340
|
+
reasoning: true;
|
|
11284
12341
|
input: ("image" | "text")[];
|
|
11285
12342
|
cost: {
|
|
11286
12343
|
input: number;
|
|
@@ -11291,7 +12348,7 @@ export declare const MODELS: {
|
|
|
11291
12348
|
contextWindow: number;
|
|
11292
12349
|
maxTokens: number;
|
|
11293
12350
|
};
|
|
11294
|
-
readonly "openai/gpt-5.
|
|
12351
|
+
readonly "openai/gpt-5.6-sol:batch": {
|
|
11295
12352
|
id: string;
|
|
11296
12353
|
name: string;
|
|
11297
12354
|
api: "openai-completions";
|
|
@@ -11308,7 +12365,7 @@ export declare const MODELS: {
|
|
|
11308
12365
|
contextWindow: number;
|
|
11309
12366
|
maxTokens: number;
|
|
11310
12367
|
};
|
|
11311
|
-
readonly "openai/gpt-5.
|
|
12368
|
+
readonly "openai/gpt-5.6-terra": {
|
|
11312
12369
|
id: string;
|
|
11313
12370
|
name: string;
|
|
11314
12371
|
api: "openai-completions";
|
|
@@ -11325,7 +12382,7 @@ export declare const MODELS: {
|
|
|
11325
12382
|
contextWindow: number;
|
|
11326
12383
|
maxTokens: number;
|
|
11327
12384
|
};
|
|
11328
|
-
readonly "openai/gpt-5.
|
|
12385
|
+
readonly "openai/gpt-5.6-terra-pro": {
|
|
11329
12386
|
id: string;
|
|
11330
12387
|
name: string;
|
|
11331
12388
|
api: "openai-completions";
|
|
@@ -11342,7 +12399,7 @@ export declare const MODELS: {
|
|
|
11342
12399
|
contextWindow: number;
|
|
11343
12400
|
maxTokens: number;
|
|
11344
12401
|
};
|
|
11345
|
-
readonly "openai/gpt-5.
|
|
12402
|
+
readonly "openai/gpt-5.6-terra-pro:batch": {
|
|
11346
12403
|
id: string;
|
|
11347
12404
|
name: string;
|
|
11348
12405
|
api: "openai-completions";
|
|
@@ -11359,7 +12416,7 @@ export declare const MODELS: {
|
|
|
11359
12416
|
contextWindow: number;
|
|
11360
12417
|
maxTokens: number;
|
|
11361
12418
|
};
|
|
11362
|
-
readonly "openai/gpt-5.
|
|
12419
|
+
readonly "openai/gpt-5.6-terra:batch": {
|
|
11363
12420
|
id: string;
|
|
11364
12421
|
name: string;
|
|
11365
12422
|
api: "openai-completions";
|
|
@@ -11376,7 +12433,7 @@ export declare const MODELS: {
|
|
|
11376
12433
|
contextWindow: number;
|
|
11377
12434
|
maxTokens: number;
|
|
11378
12435
|
};
|
|
11379
|
-
readonly "openai/gpt-5
|
|
12436
|
+
readonly "openai/gpt-5:batch": {
|
|
11380
12437
|
id: string;
|
|
11381
12438
|
name: string;
|
|
11382
12439
|
api: "openai-completions";
|
|
@@ -11393,14 +12450,14 @@ export declare const MODELS: {
|
|
|
11393
12450
|
contextWindow: number;
|
|
11394
12451
|
maxTokens: number;
|
|
11395
12452
|
};
|
|
11396
|
-
readonly "openai/gpt-
|
|
12453
|
+
readonly "openai/gpt-audio": {
|
|
11397
12454
|
id: string;
|
|
11398
12455
|
name: string;
|
|
11399
12456
|
api: "openai-completions";
|
|
11400
12457
|
provider: string;
|
|
11401
12458
|
baseUrl: string;
|
|
11402
|
-
reasoning:
|
|
11403
|
-
input:
|
|
12459
|
+
reasoning: false;
|
|
12460
|
+
input: "text"[];
|
|
11404
12461
|
cost: {
|
|
11405
12462
|
input: number;
|
|
11406
12463
|
output: number;
|
|
@@ -11410,14 +12467,14 @@ export declare const MODELS: {
|
|
|
11410
12467
|
contextWindow: number;
|
|
11411
12468
|
maxTokens: number;
|
|
11412
12469
|
};
|
|
11413
|
-
readonly "openai/gpt-
|
|
12470
|
+
readonly "openai/gpt-audio-mini": {
|
|
11414
12471
|
id: string;
|
|
11415
12472
|
name: string;
|
|
11416
12473
|
api: "openai-completions";
|
|
11417
12474
|
provider: string;
|
|
11418
12475
|
baseUrl: string;
|
|
11419
|
-
reasoning:
|
|
11420
|
-
input:
|
|
12476
|
+
reasoning: false;
|
|
12477
|
+
input: "text"[];
|
|
11421
12478
|
cost: {
|
|
11422
12479
|
input: number;
|
|
11423
12480
|
output: number;
|
|
@@ -11427,13 +12484,13 @@ export declare const MODELS: {
|
|
|
11427
12484
|
contextWindow: number;
|
|
11428
12485
|
maxTokens: number;
|
|
11429
12486
|
};
|
|
11430
|
-
readonly "openai/gpt-
|
|
12487
|
+
readonly "openai/gpt-chat-latest": {
|
|
11431
12488
|
id: string;
|
|
11432
12489
|
name: string;
|
|
11433
12490
|
api: "openai-completions";
|
|
11434
12491
|
provider: string;
|
|
11435
12492
|
baseUrl: string;
|
|
11436
|
-
reasoning:
|
|
12493
|
+
reasoning: false;
|
|
11437
12494
|
input: ("image" | "text")[];
|
|
11438
12495
|
cost: {
|
|
11439
12496
|
input: number;
|
|
@@ -11444,14 +12501,14 @@ export declare const MODELS: {
|
|
|
11444
12501
|
contextWindow: number;
|
|
11445
12502
|
maxTokens: number;
|
|
11446
12503
|
};
|
|
11447
|
-
readonly "openai/gpt-
|
|
12504
|
+
readonly "openai/gpt-oss-120b": {
|
|
11448
12505
|
id: string;
|
|
11449
12506
|
name: string;
|
|
11450
12507
|
api: "openai-completions";
|
|
11451
12508
|
provider: string;
|
|
11452
12509
|
baseUrl: string;
|
|
11453
12510
|
reasoning: true;
|
|
11454
|
-
input:
|
|
12511
|
+
input: "text"[];
|
|
11455
12512
|
cost: {
|
|
11456
12513
|
input: number;
|
|
11457
12514
|
output: number;
|
|
@@ -11461,14 +12518,14 @@ export declare const MODELS: {
|
|
|
11461
12518
|
contextWindow: number;
|
|
11462
12519
|
maxTokens: number;
|
|
11463
12520
|
};
|
|
11464
|
-
readonly "openai/gpt-
|
|
12521
|
+
readonly "openai/gpt-oss-20b": {
|
|
11465
12522
|
id: string;
|
|
11466
12523
|
name: string;
|
|
11467
12524
|
api: "openai-completions";
|
|
11468
12525
|
provider: string;
|
|
11469
12526
|
baseUrl: string;
|
|
11470
12527
|
reasoning: true;
|
|
11471
|
-
input:
|
|
12528
|
+
input: "text"[];
|
|
11472
12529
|
cost: {
|
|
11473
12530
|
input: number;
|
|
11474
12531
|
output: number;
|
|
@@ -11478,14 +12535,14 @@ export declare const MODELS: {
|
|
|
11478
12535
|
contextWindow: number;
|
|
11479
12536
|
maxTokens: number;
|
|
11480
12537
|
};
|
|
11481
|
-
readonly "openai/gpt-
|
|
12538
|
+
readonly "openai/gpt-oss-20b:free": {
|
|
11482
12539
|
id: string;
|
|
11483
12540
|
name: string;
|
|
11484
12541
|
api: "openai-completions";
|
|
11485
12542
|
provider: string;
|
|
11486
12543
|
baseUrl: string;
|
|
11487
12544
|
reasoning: true;
|
|
11488
|
-
input:
|
|
12545
|
+
input: "text"[];
|
|
11489
12546
|
cost: {
|
|
11490
12547
|
input: number;
|
|
11491
12548
|
output: number;
|
|
@@ -11495,14 +12552,14 @@ export declare const MODELS: {
|
|
|
11495
12552
|
contextWindow: number;
|
|
11496
12553
|
maxTokens: number;
|
|
11497
12554
|
};
|
|
11498
|
-
readonly "openai/gpt-
|
|
12555
|
+
readonly "openai/gpt-oss-safeguard-20b": {
|
|
11499
12556
|
id: string;
|
|
11500
12557
|
name: string;
|
|
11501
12558
|
api: "openai-completions";
|
|
11502
12559
|
provider: string;
|
|
11503
12560
|
baseUrl: string;
|
|
11504
12561
|
reasoning: true;
|
|
11505
|
-
input:
|
|
12562
|
+
input: "text"[];
|
|
11506
12563
|
cost: {
|
|
11507
12564
|
input: number;
|
|
11508
12565
|
output: number;
|
|
@@ -11512,14 +12569,14 @@ export declare const MODELS: {
|
|
|
11512
12569
|
contextWindow: number;
|
|
11513
12570
|
maxTokens: number;
|
|
11514
12571
|
};
|
|
11515
|
-
readonly "openai/
|
|
12572
|
+
readonly "openai/o1": {
|
|
11516
12573
|
id: string;
|
|
11517
12574
|
name: string;
|
|
11518
12575
|
api: "openai-completions";
|
|
11519
12576
|
provider: string;
|
|
11520
12577
|
baseUrl: string;
|
|
11521
|
-
reasoning:
|
|
11522
|
-
input: "text"[];
|
|
12578
|
+
reasoning: true;
|
|
12579
|
+
input: ("image" | "text")[];
|
|
11523
12580
|
cost: {
|
|
11524
12581
|
input: number;
|
|
11525
12582
|
output: number;
|
|
@@ -11529,14 +12586,14 @@ export declare const MODELS: {
|
|
|
11529
12586
|
contextWindow: number;
|
|
11530
12587
|
maxTokens: number;
|
|
11531
12588
|
};
|
|
11532
|
-
readonly "openai/
|
|
12589
|
+
readonly "openai/o1:batch": {
|
|
11533
12590
|
id: string;
|
|
11534
12591
|
name: string;
|
|
11535
12592
|
api: "openai-completions";
|
|
11536
12593
|
provider: string;
|
|
11537
12594
|
baseUrl: string;
|
|
11538
|
-
reasoning:
|
|
11539
|
-
input: "text"[];
|
|
12595
|
+
reasoning: true;
|
|
12596
|
+
input: ("image" | "text")[];
|
|
11540
12597
|
cost: {
|
|
11541
12598
|
input: number;
|
|
11542
12599
|
output: number;
|
|
@@ -11546,13 +12603,13 @@ export declare const MODELS: {
|
|
|
11546
12603
|
contextWindow: number;
|
|
11547
12604
|
maxTokens: number;
|
|
11548
12605
|
};
|
|
11549
|
-
readonly "openai/
|
|
12606
|
+
readonly "openai/o3": {
|
|
11550
12607
|
id: string;
|
|
11551
12608
|
name: string;
|
|
11552
12609
|
api: "openai-completions";
|
|
11553
12610
|
provider: string;
|
|
11554
12611
|
baseUrl: string;
|
|
11555
|
-
reasoning:
|
|
12612
|
+
reasoning: true;
|
|
11556
12613
|
input: ("image" | "text")[];
|
|
11557
12614
|
cost: {
|
|
11558
12615
|
input: number;
|
|
@@ -11563,7 +12620,7 @@ export declare const MODELS: {
|
|
|
11563
12620
|
contextWindow: number;
|
|
11564
12621
|
maxTokens: number;
|
|
11565
12622
|
};
|
|
11566
|
-
readonly "openai/
|
|
12623
|
+
readonly "openai/o3-mini": {
|
|
11567
12624
|
id: string;
|
|
11568
12625
|
name: string;
|
|
11569
12626
|
api: "openai-completions";
|
|
@@ -11580,7 +12637,7 @@ export declare const MODELS: {
|
|
|
11580
12637
|
contextWindow: number;
|
|
11581
12638
|
maxTokens: number;
|
|
11582
12639
|
};
|
|
11583
|
-
readonly "openai/
|
|
12640
|
+
readonly "openai/o3-mini-high": {
|
|
11584
12641
|
id: string;
|
|
11585
12642
|
name: string;
|
|
11586
12643
|
api: "openai-completions";
|
|
@@ -11597,7 +12654,7 @@ export declare const MODELS: {
|
|
|
11597
12654
|
contextWindow: number;
|
|
11598
12655
|
maxTokens: number;
|
|
11599
12656
|
};
|
|
11600
|
-
readonly "openai/
|
|
12657
|
+
readonly "openai/o3-mini-high:batch": {
|
|
11601
12658
|
id: string;
|
|
11602
12659
|
name: string;
|
|
11603
12660
|
api: "openai-completions";
|
|
@@ -11614,7 +12671,7 @@ export declare const MODELS: {
|
|
|
11614
12671
|
contextWindow: number;
|
|
11615
12672
|
maxTokens: number;
|
|
11616
12673
|
};
|
|
11617
|
-
readonly "openai/
|
|
12674
|
+
readonly "openai/o3-mini:batch": {
|
|
11618
12675
|
id: string;
|
|
11619
12676
|
name: string;
|
|
11620
12677
|
api: "openai-completions";
|
|
@@ -11631,7 +12688,7 @@ export declare const MODELS: {
|
|
|
11631
12688
|
contextWindow: number;
|
|
11632
12689
|
maxTokens: number;
|
|
11633
12690
|
};
|
|
11634
|
-
readonly "openai/
|
|
12691
|
+
readonly "openai/o3-pro": {
|
|
11635
12692
|
id: string;
|
|
11636
12693
|
name: string;
|
|
11637
12694
|
api: "openai-completions";
|
|
@@ -11648,7 +12705,7 @@ export declare const MODELS: {
|
|
|
11648
12705
|
contextWindow: number;
|
|
11649
12706
|
maxTokens: number;
|
|
11650
12707
|
};
|
|
11651
|
-
readonly "openai/o3": {
|
|
12708
|
+
readonly "openai/o3-pro:batch": {
|
|
11652
12709
|
id: string;
|
|
11653
12710
|
name: string;
|
|
11654
12711
|
api: "openai-completions";
|
|
@@ -11665,14 +12722,14 @@ export declare const MODELS: {
|
|
|
11665
12722
|
contextWindow: number;
|
|
11666
12723
|
maxTokens: number;
|
|
11667
12724
|
};
|
|
11668
|
-
readonly "openai/o3
|
|
12725
|
+
readonly "openai/o3:batch": {
|
|
11669
12726
|
id: string;
|
|
11670
12727
|
name: string;
|
|
11671
12728
|
api: "openai-completions";
|
|
11672
12729
|
provider: string;
|
|
11673
12730
|
baseUrl: string;
|
|
11674
12731
|
reasoning: true;
|
|
11675
|
-
input: "text"[];
|
|
12732
|
+
input: ("image" | "text")[];
|
|
11676
12733
|
cost: {
|
|
11677
12734
|
input: number;
|
|
11678
12735
|
output: number;
|
|
@@ -11682,14 +12739,14 @@ export declare const MODELS: {
|
|
|
11682
12739
|
contextWindow: number;
|
|
11683
12740
|
maxTokens: number;
|
|
11684
12741
|
};
|
|
11685
|
-
readonly "openai/
|
|
12742
|
+
readonly "openai/o4-mini": {
|
|
11686
12743
|
id: string;
|
|
11687
12744
|
name: string;
|
|
11688
12745
|
api: "openai-completions";
|
|
11689
12746
|
provider: string;
|
|
11690
12747
|
baseUrl: string;
|
|
11691
12748
|
reasoning: true;
|
|
11692
|
-
input: "text"[];
|
|
12749
|
+
input: ("image" | "text")[];
|
|
11693
12750
|
cost: {
|
|
11694
12751
|
input: number;
|
|
11695
12752
|
output: number;
|
|
@@ -11699,7 +12756,7 @@ export declare const MODELS: {
|
|
|
11699
12756
|
contextWindow: number;
|
|
11700
12757
|
maxTokens: number;
|
|
11701
12758
|
};
|
|
11702
|
-
readonly "openai/
|
|
12759
|
+
readonly "openai/o4-mini-high": {
|
|
11703
12760
|
id: string;
|
|
11704
12761
|
name: string;
|
|
11705
12762
|
api: "openai-completions";
|
|
@@ -11716,7 +12773,7 @@ export declare const MODELS: {
|
|
|
11716
12773
|
contextWindow: number;
|
|
11717
12774
|
maxTokens: number;
|
|
11718
12775
|
};
|
|
11719
|
-
readonly "openai/o4-mini": {
|
|
12776
|
+
readonly "openai/o4-mini-high:batch": {
|
|
11720
12777
|
id: string;
|
|
11721
12778
|
name: string;
|
|
11722
12779
|
api: "openai-completions";
|
|
@@ -11733,7 +12790,7 @@ export declare const MODELS: {
|
|
|
11733
12790
|
contextWindow: number;
|
|
11734
12791
|
maxTokens: number;
|
|
11735
12792
|
};
|
|
11736
|
-
readonly "openai/o4-mini
|
|
12793
|
+
readonly "openai/o4-mini:batch": {
|
|
11737
12794
|
id: string;
|
|
11738
12795
|
name: string;
|
|
11739
12796
|
api: "openai-completions";
|
|
@@ -12855,6 +13912,23 @@ export declare const MODELS: {
|
|
|
12855
13912
|
contextWindow: number;
|
|
12856
13913
|
maxTokens: number;
|
|
12857
13914
|
};
|
|
13915
|
+
readonly "thinkingmachines/inkling:batch": {
|
|
13916
|
+
id: string;
|
|
13917
|
+
name: string;
|
|
13918
|
+
api: "openai-completions";
|
|
13919
|
+
provider: string;
|
|
13920
|
+
baseUrl: string;
|
|
13921
|
+
reasoning: true;
|
|
13922
|
+
input: ("image" | "text")[];
|
|
13923
|
+
cost: {
|
|
13924
|
+
input: number;
|
|
13925
|
+
output: number;
|
|
13926
|
+
cacheRead: number;
|
|
13927
|
+
cacheWrite: number;
|
|
13928
|
+
};
|
|
13929
|
+
contextWindow: number;
|
|
13930
|
+
maxTokens: number;
|
|
13931
|
+
};
|
|
12858
13932
|
readonly "upstage/solar-pro-3": {
|
|
12859
13933
|
id: string;
|
|
12860
13934
|
name: string;
|
|
@@ -13161,6 +14235,23 @@ export declare const MODELS: {
|
|
|
13161
14235
|
contextWindow: number;
|
|
13162
14236
|
maxTokens: number;
|
|
13163
14237
|
};
|
|
14238
|
+
readonly "z-ai/glm-5.2:batch": {
|
|
14239
|
+
id: string;
|
|
14240
|
+
name: string;
|
|
14241
|
+
api: "openai-completions";
|
|
14242
|
+
provider: string;
|
|
14243
|
+
baseUrl: string;
|
|
14244
|
+
reasoning: true;
|
|
14245
|
+
input: "text"[];
|
|
14246
|
+
cost: {
|
|
14247
|
+
input: number;
|
|
14248
|
+
output: number;
|
|
14249
|
+
cacheRead: number;
|
|
14250
|
+
cacheWrite: number;
|
|
14251
|
+
};
|
|
14252
|
+
contextWindow: number;
|
|
14253
|
+
maxTokens: number;
|
|
14254
|
+
};
|
|
13164
14255
|
readonly "z-ai/glm-5v-turbo": {
|
|
13165
14256
|
id: string;
|
|
13166
14257
|
name: string;
|
|
@@ -13945,23 +15036,6 @@ export declare const MODELS: {
|
|
|
13945
15036
|
contextWindow: number;
|
|
13946
15037
|
maxTokens: number;
|
|
13947
15038
|
};
|
|
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
15039
|
readonly "anthropic/claude-opus-4.5": {
|
|
13966
15040
|
id: string;
|
|
13967
15041
|
name: string;
|
|
@@ -14064,23 +15138,6 @@ export declare const MODELS: {
|
|
|
14064
15138
|
contextWindow: number;
|
|
14065
15139
|
maxTokens: number;
|
|
14066
15140
|
};
|
|
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
15141
|
readonly "anthropic/claude-sonnet-4": {
|
|
14085
15142
|
id: string;
|
|
14086
15143
|
name: string;
|
|
@@ -14608,7 +15665,24 @@ export declare const MODELS: {
|
|
|
14608
15665
|
contextWindow: number;
|
|
14609
15666
|
maxTokens: number;
|
|
14610
15667
|
};
|
|
14611
|
-
readonly "inclusionai/ling-3.0-flash
|
|
15668
|
+
readonly "inclusionai/ling-3.0-flash": {
|
|
15669
|
+
id: string;
|
|
15670
|
+
name: string;
|
|
15671
|
+
api: "anthropic-messages";
|
|
15672
|
+
provider: string;
|
|
15673
|
+
baseUrl: string;
|
|
15674
|
+
reasoning: true;
|
|
15675
|
+
input: "text"[];
|
|
15676
|
+
cost: {
|
|
15677
|
+
input: number;
|
|
15678
|
+
output: number;
|
|
15679
|
+
cacheRead: number;
|
|
15680
|
+
cacheWrite: number;
|
|
15681
|
+
};
|
|
15682
|
+
contextWindow: number;
|
|
15683
|
+
maxTokens: number;
|
|
15684
|
+
};
|
|
15685
|
+
readonly "inclusionai/ling-3.0-tiny-free": {
|
|
14612
15686
|
id: string;
|
|
14613
15687
|
name: string;
|
|
14614
15688
|
api: "anthropic-messages";
|
|
@@ -14812,6 +15886,40 @@ export declare const MODELS: {
|
|
|
14812
15886
|
contextWindow: number;
|
|
14813
15887
|
maxTokens: number;
|
|
14814
15888
|
};
|
|
15889
|
+
readonly "meta/muse-spark-1.2": {
|
|
15890
|
+
id: string;
|
|
15891
|
+
name: string;
|
|
15892
|
+
api: "anthropic-messages";
|
|
15893
|
+
provider: string;
|
|
15894
|
+
baseUrl: string;
|
|
15895
|
+
reasoning: true;
|
|
15896
|
+
input: ("image" | "text")[];
|
|
15897
|
+
cost: {
|
|
15898
|
+
input: number;
|
|
15899
|
+
output: number;
|
|
15900
|
+
cacheRead: number;
|
|
15901
|
+
cacheWrite: number;
|
|
15902
|
+
};
|
|
15903
|
+
contextWindow: number;
|
|
15904
|
+
maxTokens: number;
|
|
15905
|
+
};
|
|
15906
|
+
readonly "meta/muse-spark-1.2-contributor": {
|
|
15907
|
+
id: string;
|
|
15908
|
+
name: string;
|
|
15909
|
+
api: "anthropic-messages";
|
|
15910
|
+
provider: string;
|
|
15911
|
+
baseUrl: string;
|
|
15912
|
+
reasoning: true;
|
|
15913
|
+
input: ("image" | "text")[];
|
|
15914
|
+
cost: {
|
|
15915
|
+
input: number;
|
|
15916
|
+
output: number;
|
|
15917
|
+
cacheRead: number;
|
|
15918
|
+
cacheWrite: number;
|
|
15919
|
+
};
|
|
15920
|
+
contextWindow: number;
|
|
15921
|
+
maxTokens: number;
|
|
15922
|
+
};
|
|
14815
15923
|
readonly "minimax/minimax-m2": {
|
|
14816
15924
|
id: string;
|
|
14817
15925
|
name: string;
|