@elyracode/ai 0.9.0 → 0.9.2
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/image-models.generated.d.ts +45 -0
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +45 -0
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +512 -130
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +648 -286
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -1130,6 +1130,63 @@ export declare const MODELS: {
|
|
|
1130
1130
|
contextWindow: number;
|
|
1131
1131
|
maxTokens: number;
|
|
1132
1132
|
};
|
|
1133
|
+
readonly "openai.gpt-5.4": {
|
|
1134
|
+
id: string;
|
|
1135
|
+
name: string;
|
|
1136
|
+
api: "bedrock-converse-stream";
|
|
1137
|
+
provider: string;
|
|
1138
|
+
baseUrl: string;
|
|
1139
|
+
reasoning: true;
|
|
1140
|
+
thinkingLevelMap: {
|
|
1141
|
+
xhigh: string;
|
|
1142
|
+
};
|
|
1143
|
+
input: ("image" | "text")[];
|
|
1144
|
+
cost: {
|
|
1145
|
+
input: number;
|
|
1146
|
+
output: number;
|
|
1147
|
+
cacheRead: number;
|
|
1148
|
+
cacheWrite: number;
|
|
1149
|
+
};
|
|
1150
|
+
contextWindow: number;
|
|
1151
|
+
maxTokens: number;
|
|
1152
|
+
};
|
|
1153
|
+
readonly "openai.gpt-5.5": {
|
|
1154
|
+
id: string;
|
|
1155
|
+
name: string;
|
|
1156
|
+
api: "bedrock-converse-stream";
|
|
1157
|
+
provider: string;
|
|
1158
|
+
baseUrl: string;
|
|
1159
|
+
reasoning: true;
|
|
1160
|
+
thinkingLevelMap: {
|
|
1161
|
+
xhigh: string;
|
|
1162
|
+
};
|
|
1163
|
+
input: ("image" | "text")[];
|
|
1164
|
+
cost: {
|
|
1165
|
+
input: number;
|
|
1166
|
+
output: number;
|
|
1167
|
+
cacheRead: number;
|
|
1168
|
+
cacheWrite: number;
|
|
1169
|
+
};
|
|
1170
|
+
contextWindow: number;
|
|
1171
|
+
maxTokens: number;
|
|
1172
|
+
};
|
|
1173
|
+
readonly "openai.gpt-oss-120b": {
|
|
1174
|
+
id: string;
|
|
1175
|
+
name: string;
|
|
1176
|
+
api: "bedrock-converse-stream";
|
|
1177
|
+
provider: string;
|
|
1178
|
+
baseUrl: string;
|
|
1179
|
+
reasoning: false;
|
|
1180
|
+
input: "text"[];
|
|
1181
|
+
cost: {
|
|
1182
|
+
input: number;
|
|
1183
|
+
output: number;
|
|
1184
|
+
cacheRead: number;
|
|
1185
|
+
cacheWrite: number;
|
|
1186
|
+
};
|
|
1187
|
+
contextWindow: number;
|
|
1188
|
+
maxTokens: number;
|
|
1189
|
+
};
|
|
1133
1190
|
readonly "openai.gpt-oss-120b-1:0": {
|
|
1134
1191
|
id: string;
|
|
1135
1192
|
name: string;
|
|
@@ -1147,6 +1204,23 @@ export declare const MODELS: {
|
|
|
1147
1204
|
contextWindow: number;
|
|
1148
1205
|
maxTokens: number;
|
|
1149
1206
|
};
|
|
1207
|
+
readonly "openai.gpt-oss-20b": {
|
|
1208
|
+
id: string;
|
|
1209
|
+
name: string;
|
|
1210
|
+
api: "bedrock-converse-stream";
|
|
1211
|
+
provider: string;
|
|
1212
|
+
baseUrl: string;
|
|
1213
|
+
reasoning: false;
|
|
1214
|
+
input: "text"[];
|
|
1215
|
+
cost: {
|
|
1216
|
+
input: number;
|
|
1217
|
+
output: number;
|
|
1218
|
+
cacheRead: number;
|
|
1219
|
+
cacheWrite: number;
|
|
1220
|
+
};
|
|
1221
|
+
contextWindow: number;
|
|
1222
|
+
maxTokens: number;
|
|
1223
|
+
};
|
|
1150
1224
|
readonly "openai.gpt-oss-20b-1:0": {
|
|
1151
1225
|
id: string;
|
|
1152
1226
|
name: string;
|
|
@@ -3493,26 +3567,6 @@ export declare const MODELS: {
|
|
|
3493
3567
|
contextWindow: number;
|
|
3494
3568
|
maxTokens: number;
|
|
3495
3569
|
};
|
|
3496
|
-
readonly "@cf/moonshotai/kimi-k2.5": {
|
|
3497
|
-
id: string;
|
|
3498
|
-
name: string;
|
|
3499
|
-
api: "openai-completions";
|
|
3500
|
-
provider: string;
|
|
3501
|
-
baseUrl: string;
|
|
3502
|
-
compat: {
|
|
3503
|
-
sendSessionAffinityHeaders: true;
|
|
3504
|
-
};
|
|
3505
|
-
reasoning: true;
|
|
3506
|
-
input: ("image" | "text")[];
|
|
3507
|
-
cost: {
|
|
3508
|
-
input: number;
|
|
3509
|
-
output: number;
|
|
3510
|
-
cacheRead: number;
|
|
3511
|
-
cacheWrite: number;
|
|
3512
|
-
};
|
|
3513
|
-
contextWindow: number;
|
|
3514
|
-
maxTokens: number;
|
|
3515
|
-
};
|
|
3516
3570
|
readonly "@cf/moonshotai/kimi-k2.6": {
|
|
3517
3571
|
id: string;
|
|
3518
3572
|
name: string;
|
|
@@ -3880,6 +3934,23 @@ export declare const MODELS: {
|
|
|
3880
3934
|
contextWindow: number;
|
|
3881
3935
|
maxTokens: number;
|
|
3882
3936
|
};
|
|
3937
|
+
readonly "accounts/fireworks/routers/kimi-k2p6-fast": {
|
|
3938
|
+
id: string;
|
|
3939
|
+
name: string;
|
|
3940
|
+
api: "anthropic-messages";
|
|
3941
|
+
provider: string;
|
|
3942
|
+
baseUrl: string;
|
|
3943
|
+
reasoning: true;
|
|
3944
|
+
input: ("image" | "text")[];
|
|
3945
|
+
cost: {
|
|
3946
|
+
input: number;
|
|
3947
|
+
output: number;
|
|
3948
|
+
cacheRead: number;
|
|
3949
|
+
cacheWrite: number;
|
|
3950
|
+
};
|
|
3951
|
+
contextWindow: number;
|
|
3952
|
+
maxTokens: number;
|
|
3953
|
+
};
|
|
3883
3954
|
readonly "accounts/fireworks/routers/kimi-k2p6-turbo": {
|
|
3884
3955
|
id: string;
|
|
3885
3956
|
name: string;
|
|
@@ -4030,6 +4101,32 @@ export declare const MODELS: {
|
|
|
4030
4101
|
contextWindow: number;
|
|
4031
4102
|
maxTokens: number;
|
|
4032
4103
|
};
|
|
4104
|
+
readonly "claude-sonnet-4": {
|
|
4105
|
+
id: string;
|
|
4106
|
+
name: string;
|
|
4107
|
+
api: "anthropic-messages";
|
|
4108
|
+
provider: string;
|
|
4109
|
+
baseUrl: string;
|
|
4110
|
+
headers: {
|
|
4111
|
+
"User-Agent": string;
|
|
4112
|
+
"Editor-Version": string;
|
|
4113
|
+
"Editor-Plugin-Version": string;
|
|
4114
|
+
"Copilot-Integration-Id": string;
|
|
4115
|
+
};
|
|
4116
|
+
compat: {
|
|
4117
|
+
supportsEagerToolInputStreaming: false;
|
|
4118
|
+
};
|
|
4119
|
+
reasoning: true;
|
|
4120
|
+
input: ("image" | "text")[];
|
|
4121
|
+
cost: {
|
|
4122
|
+
input: number;
|
|
4123
|
+
output: number;
|
|
4124
|
+
cacheRead: number;
|
|
4125
|
+
cacheWrite: number;
|
|
4126
|
+
};
|
|
4127
|
+
contextWindow: number;
|
|
4128
|
+
maxTokens: number;
|
|
4129
|
+
};
|
|
4033
4130
|
readonly "claude-sonnet-4.5": {
|
|
4034
4131
|
id: string;
|
|
4035
4132
|
name: string;
|
|
@@ -4096,7 +4193,7 @@ export declare const MODELS: {
|
|
|
4096
4193
|
supportsDeveloperRole: false;
|
|
4097
4194
|
supportsReasoningEffort: false;
|
|
4098
4195
|
};
|
|
4099
|
-
reasoning:
|
|
4196
|
+
reasoning: true;
|
|
4100
4197
|
input: ("image" | "text")[];
|
|
4101
4198
|
cost: {
|
|
4102
4199
|
input: number;
|
|
@@ -4219,10 +4316,10 @@ export declare const MODELS: {
|
|
|
4219
4316
|
contextWindow: number;
|
|
4220
4317
|
maxTokens: number;
|
|
4221
4318
|
};
|
|
4222
|
-
readonly "gpt-
|
|
4319
|
+
readonly "gpt-5-mini": {
|
|
4223
4320
|
id: string;
|
|
4224
4321
|
name: string;
|
|
4225
|
-
api: "openai-
|
|
4322
|
+
api: "openai-responses";
|
|
4226
4323
|
provider: string;
|
|
4227
4324
|
baseUrl: string;
|
|
4228
4325
|
headers: {
|
|
@@ -4231,12 +4328,10 @@ export declare const MODELS: {
|
|
|
4231
4328
|
"Editor-Plugin-Version": string;
|
|
4232
4329
|
"Copilot-Integration-Id": string;
|
|
4233
4330
|
};
|
|
4234
|
-
|
|
4235
|
-
|
|
4236
|
-
|
|
4237
|
-
supportsReasoningEffort: false;
|
|
4331
|
+
reasoning: true;
|
|
4332
|
+
thinkingLevelMap: {
|
|
4333
|
+
off: null;
|
|
4238
4334
|
};
|
|
4239
|
-
reasoning: false;
|
|
4240
4335
|
input: ("image" | "text")[];
|
|
4241
4336
|
cost: {
|
|
4242
4337
|
input: number;
|
|
@@ -4247,7 +4342,7 @@ export declare const MODELS: {
|
|
|
4247
4342
|
contextWindow: number;
|
|
4248
4343
|
maxTokens: number;
|
|
4249
4344
|
};
|
|
4250
|
-
readonly "gpt-5
|
|
4345
|
+
readonly "gpt-5.2": {
|
|
4251
4346
|
id: string;
|
|
4252
4347
|
name: string;
|
|
4253
4348
|
api: "openai-responses";
|
|
@@ -4262,6 +4357,7 @@ export declare const MODELS: {
|
|
|
4262
4357
|
reasoning: true;
|
|
4263
4358
|
thinkingLevelMap: {
|
|
4264
4359
|
off: null;
|
|
4360
|
+
xhigh: string;
|
|
4265
4361
|
};
|
|
4266
4362
|
input: ("image" | "text")[];
|
|
4267
4363
|
cost: {
|
|
@@ -4273,7 +4369,7 @@ export declare const MODELS: {
|
|
|
4273
4369
|
contextWindow: number;
|
|
4274
4370
|
maxTokens: number;
|
|
4275
4371
|
};
|
|
4276
|
-
readonly "gpt-5.2": {
|
|
4372
|
+
readonly "gpt-5.2-codex": {
|
|
4277
4373
|
id: string;
|
|
4278
4374
|
name: string;
|
|
4279
4375
|
api: "openai-responses";
|
|
@@ -4300,7 +4396,7 @@ export declare const MODELS: {
|
|
|
4300
4396
|
contextWindow: number;
|
|
4301
4397
|
maxTokens: number;
|
|
4302
4398
|
};
|
|
4303
|
-
readonly "gpt-5.
|
|
4399
|
+
readonly "gpt-5.3-codex": {
|
|
4304
4400
|
id: string;
|
|
4305
4401
|
name: string;
|
|
4306
4402
|
api: "openai-responses";
|
|
@@ -4327,7 +4423,7 @@ export declare const MODELS: {
|
|
|
4327
4423
|
contextWindow: number;
|
|
4328
4424
|
maxTokens: number;
|
|
4329
4425
|
};
|
|
4330
|
-
readonly "gpt-5.
|
|
4426
|
+
readonly "gpt-5.4": {
|
|
4331
4427
|
id: string;
|
|
4332
4428
|
name: string;
|
|
4333
4429
|
api: "openai-responses";
|
|
@@ -4354,7 +4450,7 @@ export declare const MODELS: {
|
|
|
4354
4450
|
contextWindow: number;
|
|
4355
4451
|
maxTokens: number;
|
|
4356
4452
|
};
|
|
4357
|
-
readonly "gpt-5.4": {
|
|
4453
|
+
readonly "gpt-5.4-mini": {
|
|
4358
4454
|
id: string;
|
|
4359
4455
|
name: string;
|
|
4360
4456
|
api: "openai-responses";
|
|
@@ -4381,7 +4477,7 @@ export declare const MODELS: {
|
|
|
4381
4477
|
contextWindow: number;
|
|
4382
4478
|
maxTokens: number;
|
|
4383
4479
|
};
|
|
4384
|
-
readonly "gpt-5.4-
|
|
4480
|
+
readonly "gpt-5.4-nano": {
|
|
4385
4481
|
id: string;
|
|
4386
4482
|
name: string;
|
|
4387
4483
|
api: "openai-responses";
|
|
@@ -4435,7 +4531,7 @@ export declare const MODELS: {
|
|
|
4435
4531
|
contextWindow: number;
|
|
4436
4532
|
maxTokens: number;
|
|
4437
4533
|
};
|
|
4438
|
-
readonly "
|
|
4534
|
+
readonly "raptor-mini": {
|
|
4439
4535
|
id: string;
|
|
4440
4536
|
name: string;
|
|
4441
4537
|
api: "openai-completions";
|
|
@@ -4453,7 +4549,7 @@ export declare const MODELS: {
|
|
|
4453
4549
|
supportsReasoningEffort: false;
|
|
4454
4550
|
};
|
|
4455
4551
|
reasoning: true;
|
|
4456
|
-
input: "text"[];
|
|
4552
|
+
input: ("image" | "text")[];
|
|
4457
4553
|
cost: {
|
|
4458
4554
|
input: number;
|
|
4459
4555
|
output: number;
|
|
@@ -5917,6 +6013,23 @@ export declare const MODELS: {
|
|
|
5917
6013
|
contextWindow: number;
|
|
5918
6014
|
maxTokens: number;
|
|
5919
6015
|
};
|
|
6016
|
+
readonly "devstral-latest": {
|
|
6017
|
+
id: string;
|
|
6018
|
+
name: string;
|
|
6019
|
+
api: "mistral-conversations";
|
|
6020
|
+
provider: string;
|
|
6021
|
+
baseUrl: string;
|
|
6022
|
+
reasoning: false;
|
|
6023
|
+
input: "text"[];
|
|
6024
|
+
cost: {
|
|
6025
|
+
input: number;
|
|
6026
|
+
output: number;
|
|
6027
|
+
cacheRead: number;
|
|
6028
|
+
cacheWrite: number;
|
|
6029
|
+
};
|
|
6030
|
+
contextWindow: number;
|
|
6031
|
+
maxTokens: number;
|
|
6032
|
+
};
|
|
5920
6033
|
readonly "devstral-medium-2507": {
|
|
5921
6034
|
id: string;
|
|
5922
6035
|
name: string;
|
|
@@ -6195,7 +6308,7 @@ export declare const MODELS: {
|
|
|
6195
6308
|
api: "mistral-conversations";
|
|
6196
6309
|
provider: string;
|
|
6197
6310
|
baseUrl: string;
|
|
6198
|
-
reasoning:
|
|
6311
|
+
reasoning: false;
|
|
6199
6312
|
input: ("image" | "text")[];
|
|
6200
6313
|
cost: {
|
|
6201
6314
|
input: number;
|
|
@@ -6291,6 +6404,23 @@ export declare const MODELS: {
|
|
|
6291
6404
|
contextWindow: number;
|
|
6292
6405
|
maxTokens: number;
|
|
6293
6406
|
};
|
|
6407
|
+
readonly "open-mistral-nemo": {
|
|
6408
|
+
id: string;
|
|
6409
|
+
name: string;
|
|
6410
|
+
api: "mistral-conversations";
|
|
6411
|
+
provider: string;
|
|
6412
|
+
baseUrl: string;
|
|
6413
|
+
reasoning: false;
|
|
6414
|
+
input: "text"[];
|
|
6415
|
+
cost: {
|
|
6416
|
+
input: number;
|
|
6417
|
+
output: number;
|
|
6418
|
+
cacheRead: number;
|
|
6419
|
+
cacheWrite: number;
|
|
6420
|
+
};
|
|
6421
|
+
contextWindow: number;
|
|
6422
|
+
maxTokens: number;
|
|
6423
|
+
};
|
|
6294
6424
|
readonly "open-mixtral-8x22b": {
|
|
6295
6425
|
id: string;
|
|
6296
6426
|
name: string;
|
|
@@ -7823,6 +7953,34 @@ export declare const MODELS: {
|
|
|
7823
7953
|
contextWindow: number;
|
|
7824
7954
|
maxTokens: number;
|
|
7825
7955
|
};
|
|
7956
|
+
readonly "deepseek-v4-flash": {
|
|
7957
|
+
id: string;
|
|
7958
|
+
name: string;
|
|
7959
|
+
api: "openai-completions";
|
|
7960
|
+
provider: string;
|
|
7961
|
+
baseUrl: string;
|
|
7962
|
+
compat: {
|
|
7963
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
7964
|
+
thinkingFormat: "deepseek";
|
|
7965
|
+
};
|
|
7966
|
+
reasoning: true;
|
|
7967
|
+
thinkingLevelMap: {
|
|
7968
|
+
minimal: null;
|
|
7969
|
+
low: null;
|
|
7970
|
+
medium: null;
|
|
7971
|
+
high: string;
|
|
7972
|
+
xhigh: string;
|
|
7973
|
+
};
|
|
7974
|
+
input: "text"[];
|
|
7975
|
+
cost: {
|
|
7976
|
+
input: number;
|
|
7977
|
+
output: number;
|
|
7978
|
+
cacheRead: number;
|
|
7979
|
+
cacheWrite: number;
|
|
7980
|
+
};
|
|
7981
|
+
contextWindow: number;
|
|
7982
|
+
maxTokens: number;
|
|
7983
|
+
};
|
|
7826
7984
|
readonly "deepseek-v4-flash-free": {
|
|
7827
7985
|
id: string;
|
|
7828
7986
|
name: string;
|
|
@@ -8380,7 +8538,24 @@ export declare const MODELS: {
|
|
|
8380
8538
|
contextWindow: number;
|
|
8381
8539
|
maxTokens: number;
|
|
8382
8540
|
};
|
|
8383
|
-
readonly "
|
|
8541
|
+
readonly "minimax-m3-free": {
|
|
8542
|
+
id: string;
|
|
8543
|
+
name: string;
|
|
8544
|
+
api: "anthropic-messages";
|
|
8545
|
+
provider: string;
|
|
8546
|
+
baseUrl: string;
|
|
8547
|
+
reasoning: true;
|
|
8548
|
+
input: ("image" | "text")[];
|
|
8549
|
+
cost: {
|
|
8550
|
+
input: number;
|
|
8551
|
+
output: number;
|
|
8552
|
+
cacheRead: number;
|
|
8553
|
+
cacheWrite: number;
|
|
8554
|
+
};
|
|
8555
|
+
contextWindow: number;
|
|
8556
|
+
maxTokens: number;
|
|
8557
|
+
};
|
|
8558
|
+
readonly "nemotron-3-ultra-free": {
|
|
8384
8559
|
id: string;
|
|
8385
8560
|
name: string;
|
|
8386
8561
|
api: "openai-completions";
|
|
@@ -8625,6 +8800,23 @@ export declare const MODELS: {
|
|
|
8625
8800
|
contextWindow: number;
|
|
8626
8801
|
maxTokens: number;
|
|
8627
8802
|
};
|
|
8803
|
+
readonly "minimax-m3": {
|
|
8804
|
+
id: string;
|
|
8805
|
+
name: string;
|
|
8806
|
+
api: "anthropic-messages";
|
|
8807
|
+
provider: string;
|
|
8808
|
+
baseUrl: string;
|
|
8809
|
+
reasoning: true;
|
|
8810
|
+
input: ("image" | "text")[];
|
|
8811
|
+
cost: {
|
|
8812
|
+
input: number;
|
|
8813
|
+
output: number;
|
|
8814
|
+
cacheRead: number;
|
|
8815
|
+
cacheWrite: number;
|
|
8816
|
+
};
|
|
8817
|
+
contextWindow: number;
|
|
8818
|
+
maxTokens: number;
|
|
8819
|
+
};
|
|
8628
8820
|
readonly "qwen3.6-plus": {
|
|
8629
8821
|
id: string;
|
|
8630
8822
|
name: string;
|
|
@@ -8662,7 +8854,24 @@ export declare const MODELS: {
|
|
|
8662
8854
|
contextWindow: number;
|
|
8663
8855
|
maxTokens: number;
|
|
8664
8856
|
};
|
|
8665
|
-
|
|
8857
|
+
readonly "qwen3.7-plus": {
|
|
8858
|
+
id: string;
|
|
8859
|
+
name: string;
|
|
8860
|
+
api: "anthropic-messages";
|
|
8861
|
+
provider: string;
|
|
8862
|
+
baseUrl: string;
|
|
8863
|
+
reasoning: true;
|
|
8864
|
+
input: ("image" | "text")[];
|
|
8865
|
+
cost: {
|
|
8866
|
+
input: number;
|
|
8867
|
+
output: number;
|
|
8868
|
+
cacheRead: number;
|
|
8869
|
+
cacheWrite: number;
|
|
8870
|
+
};
|
|
8871
|
+
contextWindow: number;
|
|
8872
|
+
maxTokens: number;
|
|
8873
|
+
};
|
|
8874
|
+
};
|
|
8666
8875
|
readonly openrouter: {
|
|
8667
8876
|
readonly "ai21/jamba-large-1.7": {
|
|
8668
8877
|
id: string;
|
|
@@ -9381,34 +9590,6 @@ export declare const MODELS: {
|
|
|
9381
9590
|
contextWindow: number;
|
|
9382
9591
|
maxTokens: number;
|
|
9383
9592
|
};
|
|
9384
|
-
readonly "deepseek/deepseek-v4-flash:free": {
|
|
9385
|
-
id: string;
|
|
9386
|
-
name: string;
|
|
9387
|
-
api: "openai-completions";
|
|
9388
|
-
provider: string;
|
|
9389
|
-
baseUrl: string;
|
|
9390
|
-
compat: {
|
|
9391
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
9392
|
-
thinkingFormat: "deepseek";
|
|
9393
|
-
};
|
|
9394
|
-
reasoning: true;
|
|
9395
|
-
thinkingLevelMap: {
|
|
9396
|
-
minimal: null;
|
|
9397
|
-
low: null;
|
|
9398
|
-
medium: null;
|
|
9399
|
-
high: string;
|
|
9400
|
-
xhigh: string;
|
|
9401
|
-
};
|
|
9402
|
-
input: "text"[];
|
|
9403
|
-
cost: {
|
|
9404
|
-
input: number;
|
|
9405
|
-
output: number;
|
|
9406
|
-
cacheRead: number;
|
|
9407
|
-
cacheWrite: number;
|
|
9408
|
-
};
|
|
9409
|
-
contextWindow: number;
|
|
9410
|
-
maxTokens: number;
|
|
9411
|
-
};
|
|
9412
9593
|
readonly "deepseek/deepseek-v4-pro": {
|
|
9413
9594
|
id: string;
|
|
9414
9595
|
name: string;
|
|
@@ -9454,40 +9635,6 @@ export declare const MODELS: {
|
|
|
9454
9635
|
contextWindow: number;
|
|
9455
9636
|
maxTokens: number;
|
|
9456
9637
|
};
|
|
9457
|
-
readonly "google/gemini-2.0-flash-001": {
|
|
9458
|
-
id: string;
|
|
9459
|
-
name: string;
|
|
9460
|
-
api: "openai-completions";
|
|
9461
|
-
provider: string;
|
|
9462
|
-
baseUrl: string;
|
|
9463
|
-
reasoning: false;
|
|
9464
|
-
input: ("image" | "text")[];
|
|
9465
|
-
cost: {
|
|
9466
|
-
input: number;
|
|
9467
|
-
output: number;
|
|
9468
|
-
cacheRead: number;
|
|
9469
|
-
cacheWrite: number;
|
|
9470
|
-
};
|
|
9471
|
-
contextWindow: number;
|
|
9472
|
-
maxTokens: number;
|
|
9473
|
-
};
|
|
9474
|
-
readonly "google/gemini-2.0-flash-lite-001": {
|
|
9475
|
-
id: string;
|
|
9476
|
-
name: string;
|
|
9477
|
-
api: "openai-completions";
|
|
9478
|
-
provider: string;
|
|
9479
|
-
baseUrl: string;
|
|
9480
|
-
reasoning: false;
|
|
9481
|
-
input: ("image" | "text")[];
|
|
9482
|
-
cost: {
|
|
9483
|
-
input: number;
|
|
9484
|
-
output: number;
|
|
9485
|
-
cacheRead: number;
|
|
9486
|
-
cacheWrite: number;
|
|
9487
|
-
};
|
|
9488
|
-
contextWindow: number;
|
|
9489
|
-
maxTokens: number;
|
|
9490
|
-
};
|
|
9491
9638
|
readonly "google/gemini-2.5-flash": {
|
|
9492
9639
|
id: string;
|
|
9493
9640
|
name: string;
|
|
@@ -10083,6 +10230,23 @@ export declare const MODELS: {
|
|
|
10083
10230
|
contextWindow: number;
|
|
10084
10231
|
maxTokens: number;
|
|
10085
10232
|
};
|
|
10233
|
+
readonly "minimax/minimax-m3": {
|
|
10234
|
+
id: string;
|
|
10235
|
+
name: string;
|
|
10236
|
+
api: "openai-completions";
|
|
10237
|
+
provider: string;
|
|
10238
|
+
baseUrl: string;
|
|
10239
|
+
reasoning: true;
|
|
10240
|
+
input: ("image" | "text")[];
|
|
10241
|
+
cost: {
|
|
10242
|
+
input: number;
|
|
10243
|
+
output: number;
|
|
10244
|
+
cacheRead: number;
|
|
10245
|
+
cacheWrite: number;
|
|
10246
|
+
};
|
|
10247
|
+
contextWindow: number;
|
|
10248
|
+
maxTokens: number;
|
|
10249
|
+
};
|
|
10086
10250
|
readonly "mistralai/codestral-2508": {
|
|
10087
10251
|
id: string;
|
|
10088
10252
|
name: string;
|
|
@@ -10593,14 +10757,14 @@ export declare const MODELS: {
|
|
|
10593
10757
|
contextWindow: number;
|
|
10594
10758
|
maxTokens: number;
|
|
10595
10759
|
};
|
|
10596
|
-
readonly "nvidia/nemotron-
|
|
10760
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
10597
10761
|
id: string;
|
|
10598
10762
|
name: string;
|
|
10599
10763
|
api: "openai-completions";
|
|
10600
10764
|
provider: string;
|
|
10601
10765
|
baseUrl: string;
|
|
10602
10766
|
reasoning: true;
|
|
10603
|
-
input:
|
|
10767
|
+
input: "text"[];
|
|
10604
10768
|
cost: {
|
|
10605
10769
|
input: number;
|
|
10606
10770
|
output: number;
|
|
@@ -10610,7 +10774,7 @@ export declare const MODELS: {
|
|
|
10610
10774
|
contextWindow: number;
|
|
10611
10775
|
maxTokens: number;
|
|
10612
10776
|
};
|
|
10613
|
-
readonly "nvidia/nemotron-
|
|
10777
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
10614
10778
|
id: string;
|
|
10615
10779
|
name: string;
|
|
10616
10780
|
api: "openai-completions";
|
|
@@ -10627,7 +10791,24 @@ export declare const MODELS: {
|
|
|
10627
10791
|
contextWindow: number;
|
|
10628
10792
|
maxTokens: number;
|
|
10629
10793
|
};
|
|
10630
|
-
readonly "nvidia/nemotron-nano-
|
|
10794
|
+
readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
10795
|
+
id: string;
|
|
10796
|
+
name: string;
|
|
10797
|
+
api: "openai-completions";
|
|
10798
|
+
provider: string;
|
|
10799
|
+
baseUrl: string;
|
|
10800
|
+
reasoning: true;
|
|
10801
|
+
input: ("image" | "text")[];
|
|
10802
|
+
cost: {
|
|
10803
|
+
input: number;
|
|
10804
|
+
output: number;
|
|
10805
|
+
cacheRead: number;
|
|
10806
|
+
cacheWrite: number;
|
|
10807
|
+
};
|
|
10808
|
+
contextWindow: number;
|
|
10809
|
+
maxTokens: number;
|
|
10810
|
+
};
|
|
10811
|
+
readonly "nvidia/nemotron-nano-9b-v2": {
|
|
10631
10812
|
id: string;
|
|
10632
10813
|
name: string;
|
|
10633
10814
|
api: "openai-completions";
|
|
@@ -10644,13 +10825,13 @@ export declare const MODELS: {
|
|
|
10644
10825
|
contextWindow: number;
|
|
10645
10826
|
maxTokens: number;
|
|
10646
10827
|
};
|
|
10647
|
-
readonly "
|
|
10828
|
+
readonly "nvidia/nemotron-nano-9b-v2:free": {
|
|
10648
10829
|
id: string;
|
|
10649
10830
|
name: string;
|
|
10650
10831
|
api: "openai-completions";
|
|
10651
10832
|
provider: string;
|
|
10652
10833
|
baseUrl: string;
|
|
10653
|
-
reasoning:
|
|
10834
|
+
reasoning: true;
|
|
10654
10835
|
input: "text"[];
|
|
10655
10836
|
cost: {
|
|
10656
10837
|
input: number;
|
|
@@ -10661,7 +10842,7 @@ export declare const MODELS: {
|
|
|
10661
10842
|
contextWindow: number;
|
|
10662
10843
|
maxTokens: number;
|
|
10663
10844
|
};
|
|
10664
|
-
readonly "openai/gpt-3.5-turbo
|
|
10845
|
+
readonly "openai/gpt-3.5-turbo": {
|
|
10665
10846
|
id: string;
|
|
10666
10847
|
name: string;
|
|
10667
10848
|
api: "openai-completions";
|
|
@@ -10678,7 +10859,7 @@ export declare const MODELS: {
|
|
|
10678
10859
|
contextWindow: number;
|
|
10679
10860
|
maxTokens: number;
|
|
10680
10861
|
};
|
|
10681
|
-
readonly "openai/gpt-3.5-turbo-
|
|
10862
|
+
readonly "openai/gpt-3.5-turbo-0613": {
|
|
10682
10863
|
id: string;
|
|
10683
10864
|
name: string;
|
|
10684
10865
|
api: "openai-completions";
|
|
@@ -10695,7 +10876,7 @@ export declare const MODELS: {
|
|
|
10695
10876
|
contextWindow: number;
|
|
10696
10877
|
maxTokens: number;
|
|
10697
10878
|
};
|
|
10698
|
-
readonly "openai/gpt-
|
|
10879
|
+
readonly "openai/gpt-3.5-turbo-16k": {
|
|
10699
10880
|
id: string;
|
|
10700
10881
|
name: string;
|
|
10701
10882
|
api: "openai-completions";
|
|
@@ -10712,7 +10893,7 @@ export declare const MODELS: {
|
|
|
10712
10893
|
contextWindow: number;
|
|
10713
10894
|
maxTokens: number;
|
|
10714
10895
|
};
|
|
10715
|
-
readonly "openai/gpt-4
|
|
10896
|
+
readonly "openai/gpt-4": {
|
|
10716
10897
|
id: string;
|
|
10717
10898
|
name: string;
|
|
10718
10899
|
api: "openai-completions";
|
|
@@ -12397,13 +12578,13 @@ export declare const MODELS: {
|
|
|
12397
12578
|
contextWindow: number;
|
|
12398
12579
|
maxTokens: number;
|
|
12399
12580
|
};
|
|
12400
|
-
readonly "
|
|
12581
|
+
readonly "qwen/qwen3.7-plus": {
|
|
12401
12582
|
id: string;
|
|
12402
12583
|
name: string;
|
|
12403
12584
|
api: "openai-completions";
|
|
12404
12585
|
provider: string;
|
|
12405
12586
|
baseUrl: string;
|
|
12406
|
-
reasoning:
|
|
12587
|
+
reasoning: true;
|
|
12407
12588
|
input: ("image" | "text")[];
|
|
12408
12589
|
cost: {
|
|
12409
12590
|
input: number;
|
|
@@ -12414,14 +12595,14 @@ export declare const MODELS: {
|
|
|
12414
12595
|
contextWindow: number;
|
|
12415
12596
|
maxTokens: number;
|
|
12416
12597
|
};
|
|
12417
|
-
readonly "
|
|
12598
|
+
readonly "rekaai/reka-edge": {
|
|
12418
12599
|
id: string;
|
|
12419
12600
|
name: string;
|
|
12420
12601
|
api: "openai-completions";
|
|
12421
12602
|
provider: string;
|
|
12422
12603
|
baseUrl: string;
|
|
12423
12604
|
reasoning: false;
|
|
12424
|
-
input: "text"[];
|
|
12605
|
+
input: ("image" | "text")[];
|
|
12425
12606
|
cost: {
|
|
12426
12607
|
input: number;
|
|
12427
12608
|
output: number;
|
|
@@ -12431,7 +12612,7 @@ export declare const MODELS: {
|
|
|
12431
12612
|
contextWindow: number;
|
|
12432
12613
|
maxTokens: number;
|
|
12433
12614
|
};
|
|
12434
|
-
readonly "
|
|
12615
|
+
readonly "relace/relace-search": {
|
|
12435
12616
|
id: string;
|
|
12436
12617
|
name: string;
|
|
12437
12618
|
api: "openai-completions";
|
|
@@ -12533,6 +12714,23 @@ export declare const MODELS: {
|
|
|
12533
12714
|
contextWindow: number;
|
|
12534
12715
|
maxTokens: number;
|
|
12535
12716
|
};
|
|
12717
|
+
readonly "upstage/solar-pro-3": {
|
|
12718
|
+
id: string;
|
|
12719
|
+
name: string;
|
|
12720
|
+
api: "openai-completions";
|
|
12721
|
+
provider: string;
|
|
12722
|
+
baseUrl: string;
|
|
12723
|
+
reasoning: true;
|
|
12724
|
+
input: "text"[];
|
|
12725
|
+
cost: {
|
|
12726
|
+
input: number;
|
|
12727
|
+
output: number;
|
|
12728
|
+
cacheRead: number;
|
|
12729
|
+
cacheWrite: number;
|
|
12730
|
+
};
|
|
12731
|
+
contextWindow: number;
|
|
12732
|
+
maxTokens: number;
|
|
12733
|
+
};
|
|
12536
12734
|
readonly "x-ai/grok-4.20": {
|
|
12537
12735
|
id: string;
|
|
12538
12736
|
name: string;
|
|
@@ -13457,6 +13655,37 @@ export declare const MODELS: {
|
|
|
13457
13655
|
contextWindow: number;
|
|
13458
13656
|
maxTokens: number;
|
|
13459
13657
|
};
|
|
13658
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
13659
|
+
id: string;
|
|
13660
|
+
name: string;
|
|
13661
|
+
api: "openai-completions";
|
|
13662
|
+
provider: string;
|
|
13663
|
+
baseUrl: string;
|
|
13664
|
+
compat: {
|
|
13665
|
+
supportsStore: false;
|
|
13666
|
+
supportsDeveloperRole: false;
|
|
13667
|
+
supportsReasoningEffort: false;
|
|
13668
|
+
maxTokensField: "max_tokens";
|
|
13669
|
+
supportsStrictMode: false;
|
|
13670
|
+
supportsLongCacheRetention: false;
|
|
13671
|
+
thinkingFormat: "together";
|
|
13672
|
+
};
|
|
13673
|
+
reasoning: true;
|
|
13674
|
+
thinkingLevelMap: {
|
|
13675
|
+
minimal: null;
|
|
13676
|
+
low: null;
|
|
13677
|
+
medium: null;
|
|
13678
|
+
};
|
|
13679
|
+
input: "text"[];
|
|
13680
|
+
cost: {
|
|
13681
|
+
input: number;
|
|
13682
|
+
output: number;
|
|
13683
|
+
cacheRead: number;
|
|
13684
|
+
cacheWrite: number;
|
|
13685
|
+
};
|
|
13686
|
+
contextWindow: number;
|
|
13687
|
+
maxTokens: number;
|
|
13688
|
+
};
|
|
13460
13689
|
readonly "openai/gpt-oss-120b": {
|
|
13461
13690
|
id: string;
|
|
13462
13691
|
name: string;
|
|
@@ -13543,7 +13772,7 @@ export declare const MODELS: {
|
|
|
13543
13772
|
api: "anthropic-messages";
|
|
13544
13773
|
provider: string;
|
|
13545
13774
|
baseUrl: string;
|
|
13546
|
-
reasoning:
|
|
13775
|
+
reasoning: true;
|
|
13547
13776
|
input: "text"[];
|
|
13548
13777
|
cost: {
|
|
13549
13778
|
input: number;
|
|
@@ -13595,7 +13824,7 @@ export declare const MODELS: {
|
|
|
13595
13824
|
provider: string;
|
|
13596
13825
|
baseUrl: string;
|
|
13597
13826
|
reasoning: true;
|
|
13598
|
-
input:
|
|
13827
|
+
input: "text"[];
|
|
13599
13828
|
cost: {
|
|
13600
13829
|
input: number;
|
|
13601
13830
|
output: number;
|
|
@@ -13628,7 +13857,7 @@ export declare const MODELS: {
|
|
|
13628
13857
|
api: "anthropic-messages";
|
|
13629
13858
|
provider: string;
|
|
13630
13859
|
baseUrl: string;
|
|
13631
|
-
reasoning:
|
|
13860
|
+
reasoning: true;
|
|
13632
13861
|
input: "text"[];
|
|
13633
13862
|
cost: {
|
|
13634
13863
|
input: number;
|
|
@@ -13662,7 +13891,7 @@ export declare const MODELS: {
|
|
|
13662
13891
|
api: "anthropic-messages";
|
|
13663
13892
|
provider: string;
|
|
13664
13893
|
baseUrl: string;
|
|
13665
|
-
reasoning:
|
|
13894
|
+
reasoning: true;
|
|
13666
13895
|
input: "text"[];
|
|
13667
13896
|
cost: {
|
|
13668
13897
|
input: number;
|
|
@@ -13741,6 +13970,40 @@ export declare const MODELS: {
|
|
|
13741
13970
|
contextWindow: number;
|
|
13742
13971
|
maxTokens: number;
|
|
13743
13972
|
};
|
|
13973
|
+
readonly "alibaba/qwen3-next-80b-a3b-instruct": {
|
|
13974
|
+
id: string;
|
|
13975
|
+
name: string;
|
|
13976
|
+
api: "anthropic-messages";
|
|
13977
|
+
provider: string;
|
|
13978
|
+
baseUrl: string;
|
|
13979
|
+
reasoning: false;
|
|
13980
|
+
input: "text"[];
|
|
13981
|
+
cost: {
|
|
13982
|
+
input: number;
|
|
13983
|
+
output: number;
|
|
13984
|
+
cacheRead: number;
|
|
13985
|
+
cacheWrite: number;
|
|
13986
|
+
};
|
|
13987
|
+
contextWindow: number;
|
|
13988
|
+
maxTokens: number;
|
|
13989
|
+
};
|
|
13990
|
+
readonly "alibaba/qwen3-next-80b-a3b-thinking": {
|
|
13991
|
+
id: string;
|
|
13992
|
+
name: string;
|
|
13993
|
+
api: "anthropic-messages";
|
|
13994
|
+
provider: string;
|
|
13995
|
+
baseUrl: string;
|
|
13996
|
+
reasoning: true;
|
|
13997
|
+
input: "text"[];
|
|
13998
|
+
cost: {
|
|
13999
|
+
input: number;
|
|
14000
|
+
output: number;
|
|
14001
|
+
cacheRead: number;
|
|
14002
|
+
cacheWrite: number;
|
|
14003
|
+
};
|
|
14004
|
+
contextWindow: number;
|
|
14005
|
+
maxTokens: number;
|
|
14006
|
+
};
|
|
13744
14007
|
readonly "alibaba/qwen3-vl-thinking": {
|
|
13745
14008
|
id: string;
|
|
13746
14009
|
name: string;
|
|
@@ -13827,6 +14090,23 @@ export declare const MODELS: {
|
|
|
13827
14090
|
maxTokens: number;
|
|
13828
14091
|
};
|
|
13829
14092
|
readonly "alibaba/qwen3.7-max": {
|
|
14093
|
+
id: string;
|
|
14094
|
+
name: string;
|
|
14095
|
+
api: "anthropic-messages";
|
|
14096
|
+
provider: string;
|
|
14097
|
+
baseUrl: string;
|
|
14098
|
+
reasoning: true;
|
|
14099
|
+
input: "text"[];
|
|
14100
|
+
cost: {
|
|
14101
|
+
input: number;
|
|
14102
|
+
output: number;
|
|
14103
|
+
cacheRead: number;
|
|
14104
|
+
cacheWrite: number;
|
|
14105
|
+
};
|
|
14106
|
+
contextWindow: number;
|
|
14107
|
+
maxTokens: number;
|
|
14108
|
+
};
|
|
14109
|
+
readonly "alibaba/qwen3.7-plus": {
|
|
13830
14110
|
id: string;
|
|
13831
14111
|
name: string;
|
|
13832
14112
|
api: "anthropic-messages";
|
|
@@ -14185,8 +14465,8 @@ export declare const MODELS: {
|
|
|
14185
14465
|
api: "anthropic-messages";
|
|
14186
14466
|
provider: string;
|
|
14187
14467
|
baseUrl: string;
|
|
14188
|
-
reasoning:
|
|
14189
|
-
input: "text"[];
|
|
14468
|
+
reasoning: true;
|
|
14469
|
+
input: ("image" | "text")[];
|
|
14190
14470
|
cost: {
|
|
14191
14471
|
input: number;
|
|
14192
14472
|
output: number;
|
|
@@ -14202,8 +14482,8 @@ export declare const MODELS: {
|
|
|
14202
14482
|
api: "anthropic-messages";
|
|
14203
14483
|
provider: string;
|
|
14204
14484
|
baseUrl: string;
|
|
14205
|
-
reasoning:
|
|
14206
|
-
input: "text"[];
|
|
14485
|
+
reasoning: true;
|
|
14486
|
+
input: ("image" | "text")[];
|
|
14207
14487
|
cost: {
|
|
14208
14488
|
input: number;
|
|
14209
14489
|
output: number;
|
|
@@ -14220,7 +14500,7 @@ export declare const MODELS: {
|
|
|
14220
14500
|
provider: string;
|
|
14221
14501
|
baseUrl: string;
|
|
14222
14502
|
reasoning: true;
|
|
14223
|
-
input: "text"[];
|
|
14503
|
+
input: ("image" | "text")[];
|
|
14224
14504
|
cost: {
|
|
14225
14505
|
input: number;
|
|
14226
14506
|
output: number;
|
|
@@ -14440,7 +14720,7 @@ export declare const MODELS: {
|
|
|
14440
14720
|
api: "anthropic-messages";
|
|
14441
14721
|
provider: string;
|
|
14442
14722
|
baseUrl: string;
|
|
14443
|
-
reasoning:
|
|
14723
|
+
reasoning: true;
|
|
14444
14724
|
input: ("image" | "text")[];
|
|
14445
14725
|
cost: {
|
|
14446
14726
|
input: number;
|
|
@@ -14747,7 +15027,7 @@ export declare const MODELS: {
|
|
|
14747
15027
|
provider: string;
|
|
14748
15028
|
baseUrl: string;
|
|
14749
15029
|
reasoning: true;
|
|
14750
|
-
input:
|
|
15030
|
+
input: "text"[];
|
|
14751
15031
|
cost: {
|
|
14752
15032
|
input: number;
|
|
14753
15033
|
output: number;
|
|
@@ -14758,6 +15038,23 @@ export declare const MODELS: {
|
|
|
14758
15038
|
maxTokens: number;
|
|
14759
15039
|
};
|
|
14760
15040
|
readonly "minimax/minimax-m2.7-highspeed": {
|
|
15041
|
+
id: string;
|
|
15042
|
+
name: string;
|
|
15043
|
+
api: "anthropic-messages";
|
|
15044
|
+
provider: string;
|
|
15045
|
+
baseUrl: string;
|
|
15046
|
+
reasoning: true;
|
|
15047
|
+
input: "text"[];
|
|
15048
|
+
cost: {
|
|
15049
|
+
input: number;
|
|
15050
|
+
output: number;
|
|
15051
|
+
cacheRead: number;
|
|
15052
|
+
cacheWrite: number;
|
|
15053
|
+
};
|
|
15054
|
+
contextWindow: number;
|
|
15055
|
+
maxTokens: number;
|
|
15056
|
+
};
|
|
15057
|
+
readonly "minimax/minimax-m3": {
|
|
14761
15058
|
id: string;
|
|
14762
15059
|
name: string;
|
|
14763
15060
|
api: "anthropic-messages";
|
|
@@ -14910,6 +15207,23 @@ export declare const MODELS: {
|
|
|
14910
15207
|
contextWindow: number;
|
|
14911
15208
|
maxTokens: number;
|
|
14912
15209
|
};
|
|
15210
|
+
readonly "mistral/mistral-nemo": {
|
|
15211
|
+
id: string;
|
|
15212
|
+
name: string;
|
|
15213
|
+
api: "anthropic-messages";
|
|
15214
|
+
provider: string;
|
|
15215
|
+
baseUrl: string;
|
|
15216
|
+
reasoning: false;
|
|
15217
|
+
input: "text"[];
|
|
15218
|
+
cost: {
|
|
15219
|
+
input: number;
|
|
15220
|
+
output: number;
|
|
15221
|
+
cacheRead: number;
|
|
15222
|
+
cacheWrite: number;
|
|
15223
|
+
};
|
|
15224
|
+
contextWindow: number;
|
|
15225
|
+
maxTokens: number;
|
|
15226
|
+
};
|
|
14913
15227
|
readonly "mistral/mistral-small": {
|
|
14914
15228
|
id: string;
|
|
14915
15229
|
name: string;
|
|
@@ -15063,6 +15377,40 @@ export declare const MODELS: {
|
|
|
15063
15377
|
contextWindow: number;
|
|
15064
15378
|
maxTokens: number;
|
|
15065
15379
|
};
|
|
15380
|
+
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
15381
|
+
id: string;
|
|
15382
|
+
name: string;
|
|
15383
|
+
api: "anthropic-messages";
|
|
15384
|
+
provider: string;
|
|
15385
|
+
baseUrl: string;
|
|
15386
|
+
reasoning: true;
|
|
15387
|
+
input: "text"[];
|
|
15388
|
+
cost: {
|
|
15389
|
+
input: number;
|
|
15390
|
+
output: number;
|
|
15391
|
+
cacheRead: number;
|
|
15392
|
+
cacheWrite: number;
|
|
15393
|
+
};
|
|
15394
|
+
contextWindow: number;
|
|
15395
|
+
maxTokens: number;
|
|
15396
|
+
};
|
|
15397
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
15398
|
+
id: string;
|
|
15399
|
+
name: string;
|
|
15400
|
+
api: "anthropic-messages";
|
|
15401
|
+
provider: string;
|
|
15402
|
+
baseUrl: string;
|
|
15403
|
+
reasoning: true;
|
|
15404
|
+
input: "text"[];
|
|
15405
|
+
cost: {
|
|
15406
|
+
input: number;
|
|
15407
|
+
output: number;
|
|
15408
|
+
cacheRead: number;
|
|
15409
|
+
cacheWrite: number;
|
|
15410
|
+
};
|
|
15411
|
+
contextWindow: number;
|
|
15412
|
+
maxTokens: number;
|
|
15413
|
+
};
|
|
15066
15414
|
readonly "nvidia/nemotron-nano-12b-v2-vl": {
|
|
15067
15415
|
id: string;
|
|
15068
15416
|
name: string;
|
|
@@ -15223,7 +15571,7 @@ export declare const MODELS: {
|
|
|
15223
15571
|
provider: string;
|
|
15224
15572
|
baseUrl: string;
|
|
15225
15573
|
reasoning: true;
|
|
15226
|
-
input: "text"[];
|
|
15574
|
+
input: ("image" | "text")[];
|
|
15227
15575
|
cost: {
|
|
15228
15576
|
input: number;
|
|
15229
15577
|
output: number;
|
|
@@ -15609,6 +15957,23 @@ export declare const MODELS: {
|
|
|
15609
15957
|
contextWindow: number;
|
|
15610
15958
|
maxTokens: number;
|
|
15611
15959
|
};
|
|
15960
|
+
readonly "openai/gpt-oss-120b": {
|
|
15961
|
+
id: string;
|
|
15962
|
+
name: string;
|
|
15963
|
+
api: "anthropic-messages";
|
|
15964
|
+
provider: string;
|
|
15965
|
+
baseUrl: string;
|
|
15966
|
+
reasoning: true;
|
|
15967
|
+
input: "text"[];
|
|
15968
|
+
cost: {
|
|
15969
|
+
input: number;
|
|
15970
|
+
output: number;
|
|
15971
|
+
cacheRead: number;
|
|
15972
|
+
cacheWrite: number;
|
|
15973
|
+
};
|
|
15974
|
+
contextWindow: number;
|
|
15975
|
+
maxTokens: number;
|
|
15976
|
+
};
|
|
15612
15977
|
readonly "openai/gpt-oss-20b": {
|
|
15613
15978
|
id: string;
|
|
15614
15979
|
name: string;
|
|
@@ -15779,6 +16144,23 @@ export declare const MODELS: {
|
|
|
15779
16144
|
contextWindow: number;
|
|
15780
16145
|
maxTokens: number;
|
|
15781
16146
|
};
|
|
16147
|
+
readonly "stepfun/step-3.5-flash": {
|
|
16148
|
+
id: string;
|
|
16149
|
+
name: string;
|
|
16150
|
+
api: "anthropic-messages";
|
|
16151
|
+
provider: string;
|
|
16152
|
+
baseUrl: string;
|
|
16153
|
+
reasoning: true;
|
|
16154
|
+
input: "text"[];
|
|
16155
|
+
cost: {
|
|
16156
|
+
input: number;
|
|
16157
|
+
output: number;
|
|
16158
|
+
cacheRead: number;
|
|
16159
|
+
cacheWrite: number;
|
|
16160
|
+
};
|
|
16161
|
+
contextWindow: number;
|
|
16162
|
+
maxTokens: number;
|
|
16163
|
+
};
|
|
15782
16164
|
readonly "stepfun/step-3.7-flash": {
|
|
15783
16165
|
id: string;
|
|
15784
16166
|
name: string;
|
|
@@ -16040,7 +16422,7 @@ export declare const MODELS: {
|
|
|
16040
16422
|
api: "anthropic-messages";
|
|
16041
16423
|
provider: string;
|
|
16042
16424
|
baseUrl: string;
|
|
16043
|
-
reasoning:
|
|
16425
|
+
reasoning: true;
|
|
16044
16426
|
input: ("image" | "text")[];
|
|
16045
16427
|
cost: {
|
|
16046
16428
|
input: number;
|
|
@@ -16194,7 +16576,7 @@ export declare const MODELS: {
|
|
|
16194
16576
|
provider: string;
|
|
16195
16577
|
baseUrl: string;
|
|
16196
16578
|
reasoning: true;
|
|
16197
|
-
input: "text"[];
|
|
16579
|
+
input: ("image" | "text")[];
|
|
16198
16580
|
cost: {
|
|
16199
16581
|
input: number;
|
|
16200
16582
|
output: number;
|