@dreb/ai 2.31.1 → 2.32.1
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 +819 -124
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +814 -163
- package/dist/models.generated.js.map +1 -1
- package/package.json +2 -2
|
@@ -4211,6 +4211,26 @@ export declare const MODELS: {
|
|
|
4211
4211
|
};
|
|
4212
4212
|
};
|
|
4213
4213
|
readonly huggingface: {
|
|
4214
|
+
readonly "MiniMaxAI/MiniMax-M2": {
|
|
4215
|
+
id: string;
|
|
4216
|
+
name: string;
|
|
4217
|
+
api: "openai-completions";
|
|
4218
|
+
provider: string;
|
|
4219
|
+
baseUrl: string;
|
|
4220
|
+
compat: {
|
|
4221
|
+
supportsDeveloperRole: false;
|
|
4222
|
+
};
|
|
4223
|
+
reasoning: true;
|
|
4224
|
+
input: "text"[];
|
|
4225
|
+
cost: {
|
|
4226
|
+
input: number;
|
|
4227
|
+
output: number;
|
|
4228
|
+
cacheRead: number;
|
|
4229
|
+
cacheWrite: number;
|
|
4230
|
+
};
|
|
4231
|
+
contextWindow: number;
|
|
4232
|
+
maxTokens: number;
|
|
4233
|
+
};
|
|
4214
4234
|
readonly "MiniMaxAI/MiniMax-M2.1": {
|
|
4215
4235
|
id: string;
|
|
4216
4236
|
name: string;
|
|
@@ -4231,7 +4251,387 @@ export declare const MODELS: {
|
|
|
4231
4251
|
contextWindow: number;
|
|
4232
4252
|
maxTokens: number;
|
|
4233
4253
|
};
|
|
4234
|
-
readonly "MiniMaxAI/MiniMax-M2.5": {
|
|
4254
|
+
readonly "MiniMaxAI/MiniMax-M2.5": {
|
|
4255
|
+
id: string;
|
|
4256
|
+
name: string;
|
|
4257
|
+
api: "openai-completions";
|
|
4258
|
+
provider: string;
|
|
4259
|
+
baseUrl: string;
|
|
4260
|
+
compat: {
|
|
4261
|
+
supportsDeveloperRole: false;
|
|
4262
|
+
};
|
|
4263
|
+
reasoning: true;
|
|
4264
|
+
input: "text"[];
|
|
4265
|
+
cost: {
|
|
4266
|
+
input: number;
|
|
4267
|
+
output: number;
|
|
4268
|
+
cacheRead: number;
|
|
4269
|
+
cacheWrite: number;
|
|
4270
|
+
};
|
|
4271
|
+
contextWindow: number;
|
|
4272
|
+
maxTokens: number;
|
|
4273
|
+
};
|
|
4274
|
+
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
4275
|
+
id: string;
|
|
4276
|
+
name: string;
|
|
4277
|
+
api: "openai-completions";
|
|
4278
|
+
provider: string;
|
|
4279
|
+
baseUrl: string;
|
|
4280
|
+
compat: {
|
|
4281
|
+
supportsDeveloperRole: false;
|
|
4282
|
+
};
|
|
4283
|
+
reasoning: true;
|
|
4284
|
+
input: "text"[];
|
|
4285
|
+
cost: {
|
|
4286
|
+
input: number;
|
|
4287
|
+
output: number;
|
|
4288
|
+
cacheRead: number;
|
|
4289
|
+
cacheWrite: number;
|
|
4290
|
+
};
|
|
4291
|
+
contextWindow: number;
|
|
4292
|
+
maxTokens: number;
|
|
4293
|
+
};
|
|
4294
|
+
readonly "MiniMaxAI/MiniMax-M3": {
|
|
4295
|
+
id: string;
|
|
4296
|
+
name: string;
|
|
4297
|
+
api: "openai-completions";
|
|
4298
|
+
provider: string;
|
|
4299
|
+
baseUrl: string;
|
|
4300
|
+
compat: {
|
|
4301
|
+
supportsDeveloperRole: false;
|
|
4302
|
+
};
|
|
4303
|
+
reasoning: true;
|
|
4304
|
+
input: ("image" | "text")[];
|
|
4305
|
+
cost: {
|
|
4306
|
+
input: number;
|
|
4307
|
+
output: number;
|
|
4308
|
+
cacheRead: number;
|
|
4309
|
+
cacheWrite: number;
|
|
4310
|
+
};
|
|
4311
|
+
contextWindow: number;
|
|
4312
|
+
maxTokens: number;
|
|
4313
|
+
};
|
|
4314
|
+
readonly "Qwen/Qwen3-235B-A22B": {
|
|
4315
|
+
id: string;
|
|
4316
|
+
name: string;
|
|
4317
|
+
api: "openai-completions";
|
|
4318
|
+
provider: string;
|
|
4319
|
+
baseUrl: string;
|
|
4320
|
+
compat: {
|
|
4321
|
+
supportsDeveloperRole: false;
|
|
4322
|
+
};
|
|
4323
|
+
reasoning: true;
|
|
4324
|
+
input: "text"[];
|
|
4325
|
+
cost: {
|
|
4326
|
+
input: number;
|
|
4327
|
+
output: number;
|
|
4328
|
+
cacheRead: number;
|
|
4329
|
+
cacheWrite: number;
|
|
4330
|
+
};
|
|
4331
|
+
contextWindow: number;
|
|
4332
|
+
maxTokens: number;
|
|
4333
|
+
};
|
|
4334
|
+
readonly "Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
4335
|
+
id: string;
|
|
4336
|
+
name: string;
|
|
4337
|
+
api: "openai-completions";
|
|
4338
|
+
provider: string;
|
|
4339
|
+
baseUrl: string;
|
|
4340
|
+
compat: {
|
|
4341
|
+
supportsDeveloperRole: false;
|
|
4342
|
+
};
|
|
4343
|
+
reasoning: true;
|
|
4344
|
+
input: "text"[];
|
|
4345
|
+
cost: {
|
|
4346
|
+
input: number;
|
|
4347
|
+
output: number;
|
|
4348
|
+
cacheRead: number;
|
|
4349
|
+
cacheWrite: number;
|
|
4350
|
+
};
|
|
4351
|
+
contextWindow: number;
|
|
4352
|
+
maxTokens: number;
|
|
4353
|
+
};
|
|
4354
|
+
readonly "Qwen/Qwen3-32B": {
|
|
4355
|
+
id: string;
|
|
4356
|
+
name: string;
|
|
4357
|
+
api: "openai-completions";
|
|
4358
|
+
provider: string;
|
|
4359
|
+
baseUrl: string;
|
|
4360
|
+
compat: {
|
|
4361
|
+
supportsDeveloperRole: false;
|
|
4362
|
+
};
|
|
4363
|
+
reasoning: true;
|
|
4364
|
+
input: "text"[];
|
|
4365
|
+
cost: {
|
|
4366
|
+
input: number;
|
|
4367
|
+
output: number;
|
|
4368
|
+
cacheRead: number;
|
|
4369
|
+
cacheWrite: number;
|
|
4370
|
+
};
|
|
4371
|
+
contextWindow: number;
|
|
4372
|
+
maxTokens: number;
|
|
4373
|
+
};
|
|
4374
|
+
readonly "Qwen/Qwen3-Coder-30B-A3B-Instruct": {
|
|
4375
|
+
id: string;
|
|
4376
|
+
name: string;
|
|
4377
|
+
api: "openai-completions";
|
|
4378
|
+
provider: string;
|
|
4379
|
+
baseUrl: string;
|
|
4380
|
+
compat: {
|
|
4381
|
+
supportsDeveloperRole: false;
|
|
4382
|
+
};
|
|
4383
|
+
reasoning: false;
|
|
4384
|
+
input: "text"[];
|
|
4385
|
+
cost: {
|
|
4386
|
+
input: number;
|
|
4387
|
+
output: number;
|
|
4388
|
+
cacheRead: number;
|
|
4389
|
+
cacheWrite: number;
|
|
4390
|
+
};
|
|
4391
|
+
contextWindow: number;
|
|
4392
|
+
maxTokens: number;
|
|
4393
|
+
};
|
|
4394
|
+
readonly "Qwen/Qwen3-Coder-480B-A35B-Instruct": {
|
|
4395
|
+
id: string;
|
|
4396
|
+
name: string;
|
|
4397
|
+
api: "openai-completions";
|
|
4398
|
+
provider: string;
|
|
4399
|
+
baseUrl: string;
|
|
4400
|
+
compat: {
|
|
4401
|
+
supportsDeveloperRole: false;
|
|
4402
|
+
};
|
|
4403
|
+
reasoning: false;
|
|
4404
|
+
input: "text"[];
|
|
4405
|
+
cost: {
|
|
4406
|
+
input: number;
|
|
4407
|
+
output: number;
|
|
4408
|
+
cacheRead: number;
|
|
4409
|
+
cacheWrite: number;
|
|
4410
|
+
};
|
|
4411
|
+
contextWindow: number;
|
|
4412
|
+
maxTokens: number;
|
|
4413
|
+
};
|
|
4414
|
+
readonly "Qwen/Qwen3-Coder-Next": {
|
|
4415
|
+
id: string;
|
|
4416
|
+
name: string;
|
|
4417
|
+
api: "openai-completions";
|
|
4418
|
+
provider: string;
|
|
4419
|
+
baseUrl: string;
|
|
4420
|
+
compat: {
|
|
4421
|
+
supportsDeveloperRole: false;
|
|
4422
|
+
};
|
|
4423
|
+
reasoning: false;
|
|
4424
|
+
input: "text"[];
|
|
4425
|
+
cost: {
|
|
4426
|
+
input: number;
|
|
4427
|
+
output: number;
|
|
4428
|
+
cacheRead: number;
|
|
4429
|
+
cacheWrite: number;
|
|
4430
|
+
};
|
|
4431
|
+
contextWindow: number;
|
|
4432
|
+
maxTokens: number;
|
|
4433
|
+
};
|
|
4434
|
+
readonly "Qwen/Qwen3-Next-80B-A3B-Instruct": {
|
|
4435
|
+
id: string;
|
|
4436
|
+
name: string;
|
|
4437
|
+
api: "openai-completions";
|
|
4438
|
+
provider: string;
|
|
4439
|
+
baseUrl: string;
|
|
4440
|
+
compat: {
|
|
4441
|
+
supportsDeveloperRole: false;
|
|
4442
|
+
};
|
|
4443
|
+
reasoning: false;
|
|
4444
|
+
input: "text"[];
|
|
4445
|
+
cost: {
|
|
4446
|
+
input: number;
|
|
4447
|
+
output: number;
|
|
4448
|
+
cacheRead: number;
|
|
4449
|
+
cacheWrite: number;
|
|
4450
|
+
};
|
|
4451
|
+
contextWindow: number;
|
|
4452
|
+
maxTokens: number;
|
|
4453
|
+
};
|
|
4454
|
+
readonly "Qwen/Qwen3-Next-80B-A3B-Thinking": {
|
|
4455
|
+
id: string;
|
|
4456
|
+
name: string;
|
|
4457
|
+
api: "openai-completions";
|
|
4458
|
+
provider: string;
|
|
4459
|
+
baseUrl: string;
|
|
4460
|
+
compat: {
|
|
4461
|
+
supportsDeveloperRole: false;
|
|
4462
|
+
};
|
|
4463
|
+
reasoning: false;
|
|
4464
|
+
input: "text"[];
|
|
4465
|
+
cost: {
|
|
4466
|
+
input: number;
|
|
4467
|
+
output: number;
|
|
4468
|
+
cacheRead: number;
|
|
4469
|
+
cacheWrite: number;
|
|
4470
|
+
};
|
|
4471
|
+
contextWindow: number;
|
|
4472
|
+
maxTokens: number;
|
|
4473
|
+
};
|
|
4474
|
+
readonly "Qwen/Qwen3.5-122B-A10B": {
|
|
4475
|
+
id: string;
|
|
4476
|
+
name: string;
|
|
4477
|
+
api: "openai-completions";
|
|
4478
|
+
provider: string;
|
|
4479
|
+
baseUrl: string;
|
|
4480
|
+
compat: {
|
|
4481
|
+
supportsDeveloperRole: false;
|
|
4482
|
+
};
|
|
4483
|
+
reasoning: true;
|
|
4484
|
+
input: ("image" | "text")[];
|
|
4485
|
+
cost: {
|
|
4486
|
+
input: number;
|
|
4487
|
+
output: number;
|
|
4488
|
+
cacheRead: number;
|
|
4489
|
+
cacheWrite: number;
|
|
4490
|
+
};
|
|
4491
|
+
contextWindow: number;
|
|
4492
|
+
maxTokens: number;
|
|
4493
|
+
};
|
|
4494
|
+
readonly "Qwen/Qwen3.5-27B": {
|
|
4495
|
+
id: string;
|
|
4496
|
+
name: string;
|
|
4497
|
+
api: "openai-completions";
|
|
4498
|
+
provider: string;
|
|
4499
|
+
baseUrl: string;
|
|
4500
|
+
compat: {
|
|
4501
|
+
supportsDeveloperRole: false;
|
|
4502
|
+
};
|
|
4503
|
+
reasoning: true;
|
|
4504
|
+
input: ("image" | "text")[];
|
|
4505
|
+
cost: {
|
|
4506
|
+
input: number;
|
|
4507
|
+
output: number;
|
|
4508
|
+
cacheRead: number;
|
|
4509
|
+
cacheWrite: number;
|
|
4510
|
+
};
|
|
4511
|
+
contextWindow: number;
|
|
4512
|
+
maxTokens: number;
|
|
4513
|
+
};
|
|
4514
|
+
readonly "Qwen/Qwen3.5-35B-A3B": {
|
|
4515
|
+
id: string;
|
|
4516
|
+
name: string;
|
|
4517
|
+
api: "openai-completions";
|
|
4518
|
+
provider: string;
|
|
4519
|
+
baseUrl: string;
|
|
4520
|
+
compat: {
|
|
4521
|
+
supportsDeveloperRole: false;
|
|
4522
|
+
};
|
|
4523
|
+
reasoning: true;
|
|
4524
|
+
input: ("image" | "text")[];
|
|
4525
|
+
cost: {
|
|
4526
|
+
input: number;
|
|
4527
|
+
output: number;
|
|
4528
|
+
cacheRead: number;
|
|
4529
|
+
cacheWrite: number;
|
|
4530
|
+
};
|
|
4531
|
+
contextWindow: number;
|
|
4532
|
+
maxTokens: number;
|
|
4533
|
+
};
|
|
4534
|
+
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
4535
|
+
id: string;
|
|
4536
|
+
name: string;
|
|
4537
|
+
api: "openai-completions";
|
|
4538
|
+
provider: string;
|
|
4539
|
+
baseUrl: string;
|
|
4540
|
+
compat: {
|
|
4541
|
+
supportsDeveloperRole: false;
|
|
4542
|
+
};
|
|
4543
|
+
reasoning: true;
|
|
4544
|
+
input: ("image" | "text")[];
|
|
4545
|
+
cost: {
|
|
4546
|
+
input: number;
|
|
4547
|
+
output: number;
|
|
4548
|
+
cacheRead: number;
|
|
4549
|
+
cacheWrite: number;
|
|
4550
|
+
};
|
|
4551
|
+
contextWindow: number;
|
|
4552
|
+
maxTokens: number;
|
|
4553
|
+
};
|
|
4554
|
+
readonly "Qwen/Qwen3.5-9B": {
|
|
4555
|
+
id: string;
|
|
4556
|
+
name: string;
|
|
4557
|
+
api: "openai-completions";
|
|
4558
|
+
provider: string;
|
|
4559
|
+
baseUrl: string;
|
|
4560
|
+
compat: {
|
|
4561
|
+
supportsDeveloperRole: false;
|
|
4562
|
+
};
|
|
4563
|
+
reasoning: true;
|
|
4564
|
+
input: ("image" | "text")[];
|
|
4565
|
+
cost: {
|
|
4566
|
+
input: number;
|
|
4567
|
+
output: number;
|
|
4568
|
+
cacheRead: number;
|
|
4569
|
+
cacheWrite: number;
|
|
4570
|
+
};
|
|
4571
|
+
contextWindow: number;
|
|
4572
|
+
maxTokens: number;
|
|
4573
|
+
};
|
|
4574
|
+
readonly "Qwen/Qwen3.6-35B-A3B": {
|
|
4575
|
+
id: string;
|
|
4576
|
+
name: string;
|
|
4577
|
+
api: "openai-completions";
|
|
4578
|
+
provider: string;
|
|
4579
|
+
baseUrl: string;
|
|
4580
|
+
compat: {
|
|
4581
|
+
supportsDeveloperRole: false;
|
|
4582
|
+
};
|
|
4583
|
+
reasoning: true;
|
|
4584
|
+
input: ("image" | "text")[];
|
|
4585
|
+
cost: {
|
|
4586
|
+
input: number;
|
|
4587
|
+
output: number;
|
|
4588
|
+
cacheRead: number;
|
|
4589
|
+
cacheWrite: number;
|
|
4590
|
+
};
|
|
4591
|
+
contextWindow: number;
|
|
4592
|
+
maxTokens: number;
|
|
4593
|
+
};
|
|
4594
|
+
readonly "XiaomiMiMo/MiMo-V2-Flash": {
|
|
4595
|
+
id: string;
|
|
4596
|
+
name: string;
|
|
4597
|
+
api: "openai-completions";
|
|
4598
|
+
provider: string;
|
|
4599
|
+
baseUrl: string;
|
|
4600
|
+
compat: {
|
|
4601
|
+
supportsDeveloperRole: false;
|
|
4602
|
+
};
|
|
4603
|
+
reasoning: true;
|
|
4604
|
+
input: "text"[];
|
|
4605
|
+
cost: {
|
|
4606
|
+
input: number;
|
|
4607
|
+
output: number;
|
|
4608
|
+
cacheRead: number;
|
|
4609
|
+
cacheWrite: number;
|
|
4610
|
+
};
|
|
4611
|
+
contextWindow: number;
|
|
4612
|
+
maxTokens: number;
|
|
4613
|
+
};
|
|
4614
|
+
readonly "deepseek-ai/DeepSeek-R1": {
|
|
4615
|
+
id: string;
|
|
4616
|
+
name: string;
|
|
4617
|
+
api: "openai-completions";
|
|
4618
|
+
provider: string;
|
|
4619
|
+
baseUrl: string;
|
|
4620
|
+
compat: {
|
|
4621
|
+
supportsDeveloperRole: false;
|
|
4622
|
+
};
|
|
4623
|
+
reasoning: true;
|
|
4624
|
+
input: "text"[];
|
|
4625
|
+
cost: {
|
|
4626
|
+
input: number;
|
|
4627
|
+
output: number;
|
|
4628
|
+
cacheRead: number;
|
|
4629
|
+
cacheWrite: number;
|
|
4630
|
+
};
|
|
4631
|
+
contextWindow: number;
|
|
4632
|
+
maxTokens: number;
|
|
4633
|
+
};
|
|
4634
|
+
readonly "deepseek-ai/DeepSeek-R1-0528": {
|
|
4235
4635
|
id: string;
|
|
4236
4636
|
name: string;
|
|
4237
4637
|
api: "openai-completions";
|
|
@@ -4251,7 +4651,7 @@ export declare const MODELS: {
|
|
|
4251
4651
|
contextWindow: number;
|
|
4252
4652
|
maxTokens: number;
|
|
4253
4653
|
};
|
|
4254
|
-
readonly "
|
|
4654
|
+
readonly "deepseek-ai/DeepSeek-V3.2": {
|
|
4255
4655
|
id: string;
|
|
4256
4656
|
name: string;
|
|
4257
4657
|
api: "openai-completions";
|
|
@@ -4271,7 +4671,7 @@ export declare const MODELS: {
|
|
|
4271
4671
|
contextWindow: number;
|
|
4272
4672
|
maxTokens: number;
|
|
4273
4673
|
};
|
|
4274
|
-
readonly "
|
|
4674
|
+
readonly "deepseek-ai/DeepSeek-V4-Flash": {
|
|
4275
4675
|
id: string;
|
|
4276
4676
|
name: string;
|
|
4277
4677
|
api: "openai-completions";
|
|
@@ -4291,7 +4691,7 @@ export declare const MODELS: {
|
|
|
4291
4691
|
contextWindow: number;
|
|
4292
4692
|
maxTokens: number;
|
|
4293
4693
|
};
|
|
4294
|
-
readonly "
|
|
4694
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
4295
4695
|
id: string;
|
|
4296
4696
|
name: string;
|
|
4297
4697
|
api: "openai-completions";
|
|
@@ -4300,7 +4700,7 @@ export declare const MODELS: {
|
|
|
4300
4700
|
compat: {
|
|
4301
4701
|
supportsDeveloperRole: false;
|
|
4302
4702
|
};
|
|
4303
|
-
reasoning:
|
|
4703
|
+
reasoning: true;
|
|
4304
4704
|
input: "text"[];
|
|
4305
4705
|
cost: {
|
|
4306
4706
|
input: number;
|
|
@@ -4311,7 +4711,7 @@ export declare const MODELS: {
|
|
|
4311
4711
|
contextWindow: number;
|
|
4312
4712
|
maxTokens: number;
|
|
4313
4713
|
};
|
|
4314
|
-
readonly "
|
|
4714
|
+
readonly "google/gemma-4-26B-A4B-it": {
|
|
4315
4715
|
id: string;
|
|
4316
4716
|
name: string;
|
|
4317
4717
|
api: "openai-completions";
|
|
@@ -4320,8 +4720,8 @@ export declare const MODELS: {
|
|
|
4320
4720
|
compat: {
|
|
4321
4721
|
supportsDeveloperRole: false;
|
|
4322
4722
|
};
|
|
4323
|
-
reasoning:
|
|
4324
|
-
input: "text"[];
|
|
4723
|
+
reasoning: true;
|
|
4724
|
+
input: ("image" | "text")[];
|
|
4325
4725
|
cost: {
|
|
4326
4726
|
input: number;
|
|
4327
4727
|
output: number;
|
|
@@ -4331,7 +4731,27 @@ export declare const MODELS: {
|
|
|
4331
4731
|
contextWindow: number;
|
|
4332
4732
|
maxTokens: number;
|
|
4333
4733
|
};
|
|
4334
|
-
readonly "
|
|
4734
|
+
readonly "google/gemma-4-31B-it": {
|
|
4735
|
+
id: string;
|
|
4736
|
+
name: string;
|
|
4737
|
+
api: "openai-completions";
|
|
4738
|
+
provider: string;
|
|
4739
|
+
baseUrl: string;
|
|
4740
|
+
compat: {
|
|
4741
|
+
supportsDeveloperRole: false;
|
|
4742
|
+
};
|
|
4743
|
+
reasoning: true;
|
|
4744
|
+
input: ("image" | "text")[];
|
|
4745
|
+
cost: {
|
|
4746
|
+
input: number;
|
|
4747
|
+
output: number;
|
|
4748
|
+
cacheRead: number;
|
|
4749
|
+
cacheWrite: number;
|
|
4750
|
+
};
|
|
4751
|
+
contextWindow: number;
|
|
4752
|
+
maxTokens: number;
|
|
4753
|
+
};
|
|
4754
|
+
readonly "meta-llama/Llama-3.3-70B-Instruct": {
|
|
4335
4755
|
id: string;
|
|
4336
4756
|
name: string;
|
|
4337
4757
|
api: "openai-completions";
|
|
@@ -4351,7 +4771,7 @@ export declare const MODELS: {
|
|
|
4351
4771
|
contextWindow: number;
|
|
4352
4772
|
maxTokens: number;
|
|
4353
4773
|
};
|
|
4354
|
-
readonly "
|
|
4774
|
+
readonly "moonshotai/Kimi-K2-Instruct": {
|
|
4355
4775
|
id: string;
|
|
4356
4776
|
name: string;
|
|
4357
4777
|
api: "openai-completions";
|
|
@@ -4371,7 +4791,7 @@ export declare const MODELS: {
|
|
|
4371
4791
|
contextWindow: number;
|
|
4372
4792
|
maxTokens: number;
|
|
4373
4793
|
};
|
|
4374
|
-
readonly "
|
|
4794
|
+
readonly "moonshotai/Kimi-K2-Instruct-0905": {
|
|
4375
4795
|
id: string;
|
|
4376
4796
|
name: string;
|
|
4377
4797
|
api: "openai-completions";
|
|
@@ -4380,8 +4800,8 @@ export declare const MODELS: {
|
|
|
4380
4800
|
compat: {
|
|
4381
4801
|
supportsDeveloperRole: false;
|
|
4382
4802
|
};
|
|
4383
|
-
reasoning:
|
|
4384
|
-
input:
|
|
4803
|
+
reasoning: false;
|
|
4804
|
+
input: "text"[];
|
|
4385
4805
|
cost: {
|
|
4386
4806
|
input: number;
|
|
4387
4807
|
output: number;
|
|
@@ -4391,7 +4811,7 @@ export declare const MODELS: {
|
|
|
4391
4811
|
contextWindow: number;
|
|
4392
4812
|
maxTokens: number;
|
|
4393
4813
|
};
|
|
4394
|
-
readonly "
|
|
4814
|
+
readonly "moonshotai/Kimi-K2-Thinking": {
|
|
4395
4815
|
id: string;
|
|
4396
4816
|
name: string;
|
|
4397
4817
|
api: "openai-completions";
|
|
@@ -4411,7 +4831,7 @@ export declare const MODELS: {
|
|
|
4411
4831
|
contextWindow: number;
|
|
4412
4832
|
maxTokens: number;
|
|
4413
4833
|
};
|
|
4414
|
-
readonly "
|
|
4834
|
+
readonly "moonshotai/Kimi-K2.5": {
|
|
4415
4835
|
id: string;
|
|
4416
4836
|
name: string;
|
|
4417
4837
|
api: "openai-completions";
|
|
@@ -4421,7 +4841,7 @@ export declare const MODELS: {
|
|
|
4421
4841
|
supportsDeveloperRole: false;
|
|
4422
4842
|
};
|
|
4423
4843
|
reasoning: true;
|
|
4424
|
-
input: "text"[];
|
|
4844
|
+
input: ("image" | "text")[];
|
|
4425
4845
|
cost: {
|
|
4426
4846
|
input: number;
|
|
4427
4847
|
output: number;
|
|
@@ -4431,7 +4851,7 @@ export declare const MODELS: {
|
|
|
4431
4851
|
contextWindow: number;
|
|
4432
4852
|
maxTokens: number;
|
|
4433
4853
|
};
|
|
4434
|
-
readonly "
|
|
4854
|
+
readonly "moonshotai/Kimi-K2.6": {
|
|
4435
4855
|
id: string;
|
|
4436
4856
|
name: string;
|
|
4437
4857
|
api: "openai-completions";
|
|
@@ -4441,7 +4861,7 @@ export declare const MODELS: {
|
|
|
4441
4861
|
supportsDeveloperRole: false;
|
|
4442
4862
|
};
|
|
4443
4863
|
reasoning: true;
|
|
4444
|
-
input: "text"[];
|
|
4864
|
+
input: ("image" | "text")[];
|
|
4445
4865
|
cost: {
|
|
4446
4866
|
input: number;
|
|
4447
4867
|
output: number;
|
|
@@ -4451,7 +4871,7 @@ export declare const MODELS: {
|
|
|
4451
4871
|
contextWindow: number;
|
|
4452
4872
|
maxTokens: number;
|
|
4453
4873
|
};
|
|
4454
|
-
readonly "
|
|
4874
|
+
readonly "moonshotai/Kimi-K2.7-Code": {
|
|
4455
4875
|
id: string;
|
|
4456
4876
|
name: string;
|
|
4457
4877
|
api: "openai-completions";
|
|
@@ -4461,7 +4881,7 @@ export declare const MODELS: {
|
|
|
4461
4881
|
supportsDeveloperRole: false;
|
|
4462
4882
|
};
|
|
4463
4883
|
reasoning: true;
|
|
4464
|
-
input: "text"[];
|
|
4884
|
+
input: ("image" | "text")[];
|
|
4465
4885
|
cost: {
|
|
4466
4886
|
input: number;
|
|
4467
4887
|
output: number;
|
|
@@ -4471,7 +4891,7 @@ export declare const MODELS: {
|
|
|
4471
4891
|
contextWindow: number;
|
|
4472
4892
|
maxTokens: number;
|
|
4473
4893
|
};
|
|
4474
|
-
readonly "
|
|
4894
|
+
readonly "stepfun-ai/Step-3.5-Flash": {
|
|
4475
4895
|
id: string;
|
|
4476
4896
|
name: string;
|
|
4477
4897
|
api: "openai-completions";
|
|
@@ -4480,7 +4900,7 @@ export declare const MODELS: {
|
|
|
4480
4900
|
compat: {
|
|
4481
4901
|
supportsDeveloperRole: false;
|
|
4482
4902
|
};
|
|
4483
|
-
reasoning:
|
|
4903
|
+
reasoning: true;
|
|
4484
4904
|
input: "text"[];
|
|
4485
4905
|
cost: {
|
|
4486
4906
|
input: number;
|
|
@@ -4491,7 +4911,7 @@ export declare const MODELS: {
|
|
|
4491
4911
|
contextWindow: number;
|
|
4492
4912
|
maxTokens: number;
|
|
4493
4913
|
};
|
|
4494
|
-
readonly "
|
|
4914
|
+
readonly "zai-org/GLM-4.5": {
|
|
4495
4915
|
id: string;
|
|
4496
4916
|
name: string;
|
|
4497
4917
|
api: "openai-completions";
|
|
@@ -4500,7 +4920,7 @@ export declare const MODELS: {
|
|
|
4500
4920
|
compat: {
|
|
4501
4921
|
supportsDeveloperRole: false;
|
|
4502
4922
|
};
|
|
4503
|
-
reasoning:
|
|
4923
|
+
reasoning: true;
|
|
4504
4924
|
input: "text"[];
|
|
4505
4925
|
cost: {
|
|
4506
4926
|
input: number;
|
|
@@ -4511,7 +4931,7 @@ export declare const MODELS: {
|
|
|
4511
4931
|
contextWindow: number;
|
|
4512
4932
|
maxTokens: number;
|
|
4513
4933
|
};
|
|
4514
|
-
readonly "
|
|
4934
|
+
readonly "zai-org/GLM-4.5-Air": {
|
|
4515
4935
|
id: string;
|
|
4516
4936
|
name: string;
|
|
4517
4937
|
api: "openai-completions";
|
|
@@ -4531,7 +4951,7 @@ export declare const MODELS: {
|
|
|
4531
4951
|
contextWindow: number;
|
|
4532
4952
|
maxTokens: number;
|
|
4533
4953
|
};
|
|
4534
|
-
readonly "
|
|
4954
|
+
readonly "zai-org/GLM-4.5V": {
|
|
4535
4955
|
id: string;
|
|
4536
4956
|
name: string;
|
|
4537
4957
|
api: "openai-completions";
|
|
@@ -4551,7 +4971,7 @@ export declare const MODELS: {
|
|
|
4551
4971
|
contextWindow: number;
|
|
4552
4972
|
maxTokens: number;
|
|
4553
4973
|
};
|
|
4554
|
-
readonly "
|
|
4974
|
+
readonly "zai-org/GLM-4.6": {
|
|
4555
4975
|
id: string;
|
|
4556
4976
|
name: string;
|
|
4557
4977
|
api: "openai-completions";
|
|
@@ -4561,7 +4981,7 @@ export declare const MODELS: {
|
|
|
4561
4981
|
supportsDeveloperRole: false;
|
|
4562
4982
|
};
|
|
4563
4983
|
reasoning: true;
|
|
4564
|
-
input:
|
|
4984
|
+
input: "text"[];
|
|
4565
4985
|
cost: {
|
|
4566
4986
|
input: number;
|
|
4567
4987
|
output: number;
|
|
@@ -4651,6 +5071,26 @@ export declare const MODELS: {
|
|
|
4651
5071
|
contextWindow: number;
|
|
4652
5072
|
maxTokens: number;
|
|
4653
5073
|
};
|
|
5074
|
+
readonly "zai-org/GLM-5.2": {
|
|
5075
|
+
id: string;
|
|
5076
|
+
name: string;
|
|
5077
|
+
api: "openai-completions";
|
|
5078
|
+
provider: string;
|
|
5079
|
+
baseUrl: string;
|
|
5080
|
+
compat: {
|
|
5081
|
+
supportsDeveloperRole: false;
|
|
5082
|
+
};
|
|
5083
|
+
reasoning: true;
|
|
5084
|
+
input: "text"[];
|
|
5085
|
+
cost: {
|
|
5086
|
+
input: number;
|
|
5087
|
+
output: number;
|
|
5088
|
+
cacheRead: number;
|
|
5089
|
+
cacheWrite: number;
|
|
5090
|
+
};
|
|
5091
|
+
contextWindow: number;
|
|
5092
|
+
maxTokens: number;
|
|
5093
|
+
};
|
|
4654
5094
|
};
|
|
4655
5095
|
readonly "kimi-coding": {
|
|
4656
5096
|
readonly k2p5: {
|
|
@@ -6473,6 +6913,23 @@ export declare const MODELS: {
|
|
|
6473
6913
|
contextWindow: number;
|
|
6474
6914
|
maxTokens: number;
|
|
6475
6915
|
};
|
|
6916
|
+
readonly "glm-5.2": {
|
|
6917
|
+
id: string;
|
|
6918
|
+
name: string;
|
|
6919
|
+
api: "openai-completions";
|
|
6920
|
+
provider: string;
|
|
6921
|
+
baseUrl: string;
|
|
6922
|
+
reasoning: true;
|
|
6923
|
+
input: "text"[];
|
|
6924
|
+
cost: {
|
|
6925
|
+
input: number;
|
|
6926
|
+
output: number;
|
|
6927
|
+
cacheRead: number;
|
|
6928
|
+
cacheWrite: number;
|
|
6929
|
+
};
|
|
6930
|
+
contextWindow: number;
|
|
6931
|
+
maxTokens: number;
|
|
6932
|
+
};
|
|
6476
6933
|
readonly "gpt-5": {
|
|
6477
6934
|
id: string;
|
|
6478
6935
|
name: string;
|
|
@@ -7854,23 +8311,6 @@ export declare const MODELS: {
|
|
|
7854
8311
|
contextWindow: number;
|
|
7855
8312
|
maxTokens: number;
|
|
7856
8313
|
};
|
|
7857
|
-
readonly "essentialai/rnj-1-instruct": {
|
|
7858
|
-
id: string;
|
|
7859
|
-
name: string;
|
|
7860
|
-
api: "openai-completions";
|
|
7861
|
-
provider: string;
|
|
7862
|
-
baseUrl: string;
|
|
7863
|
-
reasoning: false;
|
|
7864
|
-
input: "text"[];
|
|
7865
|
-
cost: {
|
|
7866
|
-
input: number;
|
|
7867
|
-
output: number;
|
|
7868
|
-
cacheRead: number;
|
|
7869
|
-
cacheWrite: number;
|
|
7870
|
-
};
|
|
7871
|
-
contextWindow: number;
|
|
7872
|
-
maxTokens: number;
|
|
7873
|
-
};
|
|
7874
8314
|
readonly "google/gemini-2.5-flash": {
|
|
7875
8315
|
id: string;
|
|
7876
8316
|
name: string;
|
|
@@ -10115,23 +10555,6 @@ export declare const MODELS: {
|
|
|
10115
10555
|
contextWindow: number;
|
|
10116
10556
|
maxTokens: number;
|
|
10117
10557
|
};
|
|
10118
|
-
readonly "prime-intellect/intellect-3": {
|
|
10119
|
-
id: string;
|
|
10120
|
-
name: string;
|
|
10121
|
-
api: "openai-completions";
|
|
10122
|
-
provider: string;
|
|
10123
|
-
baseUrl: string;
|
|
10124
|
-
reasoning: true;
|
|
10125
|
-
input: "text"[];
|
|
10126
|
-
cost: {
|
|
10127
|
-
input: number;
|
|
10128
|
-
output: number;
|
|
10129
|
-
cacheRead: number;
|
|
10130
|
-
cacheWrite: number;
|
|
10131
|
-
};
|
|
10132
|
-
contextWindow: number;
|
|
10133
|
-
maxTokens: number;
|
|
10134
|
-
};
|
|
10135
10558
|
readonly "qwen/qwen-2.5-72b-instruct": {
|
|
10136
10559
|
id: string;
|
|
10137
10560
|
name: string;
|
|
@@ -10965,14 +11388,14 @@ export declare const MODELS: {
|
|
|
10965
11388
|
contextWindow: number;
|
|
10966
11389
|
maxTokens: number;
|
|
10967
11390
|
};
|
|
10968
|
-
readonly "
|
|
11391
|
+
readonly "sakana/fugu-ultra": {
|
|
10969
11392
|
id: string;
|
|
10970
11393
|
name: string;
|
|
10971
11394
|
api: "openai-completions";
|
|
10972
11395
|
provider: string;
|
|
10973
11396
|
baseUrl: string;
|
|
10974
|
-
reasoning:
|
|
10975
|
-
input: "text"[];
|
|
11397
|
+
reasoning: true;
|
|
11398
|
+
input: ("image" | "text")[];
|
|
10976
11399
|
cost: {
|
|
10977
11400
|
input: number;
|
|
10978
11401
|
output: number;
|
|
@@ -10982,13 +11405,13 @@ export declare const MODELS: {
|
|
|
10982
11405
|
contextWindow: number;
|
|
10983
11406
|
maxTokens: number;
|
|
10984
11407
|
};
|
|
10985
|
-
readonly "
|
|
11408
|
+
readonly "sao10k/l3.1-euryale-70b": {
|
|
10986
11409
|
id: string;
|
|
10987
11410
|
name: string;
|
|
10988
11411
|
api: "openai-completions";
|
|
10989
11412
|
provider: string;
|
|
10990
11413
|
baseUrl: string;
|
|
10991
|
-
reasoning:
|
|
11414
|
+
reasoning: false;
|
|
10992
11415
|
input: "text"[];
|
|
10993
11416
|
cost: {
|
|
10994
11417
|
input: number;
|
|
@@ -10999,14 +11422,14 @@ export declare const MODELS: {
|
|
|
10999
11422
|
contextWindow: number;
|
|
11000
11423
|
maxTokens: number;
|
|
11001
11424
|
};
|
|
11002
|
-
readonly "stepfun/step-3.
|
|
11425
|
+
readonly "stepfun/step-3.5-flash": {
|
|
11003
11426
|
id: string;
|
|
11004
11427
|
name: string;
|
|
11005
11428
|
api: "openai-completions";
|
|
11006
11429
|
provider: string;
|
|
11007
11430
|
baseUrl: string;
|
|
11008
11431
|
reasoning: true;
|
|
11009
|
-
input:
|
|
11432
|
+
input: "text"[];
|
|
11010
11433
|
cost: {
|
|
11011
11434
|
input: number;
|
|
11012
11435
|
output: number;
|
|
@@ -11016,14 +11439,14 @@ export declare const MODELS: {
|
|
|
11016
11439
|
contextWindow: number;
|
|
11017
11440
|
maxTokens: number;
|
|
11018
11441
|
};
|
|
11019
|
-
readonly "
|
|
11442
|
+
readonly "stepfun/step-3.7-flash": {
|
|
11020
11443
|
id: string;
|
|
11021
11444
|
name: string;
|
|
11022
11445
|
api: "openai-completions";
|
|
11023
11446
|
provider: string;
|
|
11024
11447
|
baseUrl: string;
|
|
11025
11448
|
reasoning: true;
|
|
11026
|
-
input: "text"[];
|
|
11449
|
+
input: ("image" | "text")[];
|
|
11027
11450
|
cost: {
|
|
11028
11451
|
input: number;
|
|
11029
11452
|
output: number;
|
|
@@ -11033,13 +11456,13 @@ export declare const MODELS: {
|
|
|
11033
11456
|
contextWindow: number;
|
|
11034
11457
|
maxTokens: number;
|
|
11035
11458
|
};
|
|
11036
|
-
readonly "
|
|
11459
|
+
readonly "tencent/hy3-preview": {
|
|
11037
11460
|
id: string;
|
|
11038
11461
|
name: string;
|
|
11039
11462
|
api: "openai-completions";
|
|
11040
11463
|
provider: string;
|
|
11041
11464
|
baseUrl: string;
|
|
11042
|
-
reasoning:
|
|
11465
|
+
reasoning: true;
|
|
11043
11466
|
input: "text"[];
|
|
11044
11467
|
cost: {
|
|
11045
11468
|
input: number;
|
|
@@ -11636,7 +12059,7 @@ export declare const MODELS: {
|
|
|
11636
12059
|
api: "anthropic-messages";
|
|
11637
12060
|
provider: string;
|
|
11638
12061
|
baseUrl: string;
|
|
11639
|
-
reasoning:
|
|
12062
|
+
reasoning: false;
|
|
11640
12063
|
input: "text"[];
|
|
11641
12064
|
cost: {
|
|
11642
12065
|
input: number;
|
|
@@ -11653,7 +12076,7 @@ export declare const MODELS: {
|
|
|
11653
12076
|
api: "anthropic-messages";
|
|
11654
12077
|
provider: string;
|
|
11655
12078
|
baseUrl: string;
|
|
11656
|
-
reasoning:
|
|
12079
|
+
reasoning: false;
|
|
11657
12080
|
input: "text"[];
|
|
11658
12081
|
cost: {
|
|
11659
12082
|
input: number;
|
|
@@ -11670,7 +12093,7 @@ export declare const MODELS: {
|
|
|
11670
12093
|
api: "anthropic-messages";
|
|
11671
12094
|
provider: string;
|
|
11672
12095
|
baseUrl: string;
|
|
11673
|
-
reasoning:
|
|
12096
|
+
reasoning: false;
|
|
11674
12097
|
input: "text"[];
|
|
11675
12098
|
cost: {
|
|
11676
12099
|
input: number;
|
|
@@ -11783,6 +12206,40 @@ export declare const MODELS: {
|
|
|
11783
12206
|
contextWindow: number;
|
|
11784
12207
|
maxTokens: number;
|
|
11785
12208
|
};
|
|
12209
|
+
readonly "alibaba/qwen3-vl-235b-a22b-instruct": {
|
|
12210
|
+
id: string;
|
|
12211
|
+
name: string;
|
|
12212
|
+
api: "anthropic-messages";
|
|
12213
|
+
provider: string;
|
|
12214
|
+
baseUrl: string;
|
|
12215
|
+
reasoning: false;
|
|
12216
|
+
input: ("image" | "text")[];
|
|
12217
|
+
cost: {
|
|
12218
|
+
input: number;
|
|
12219
|
+
output: number;
|
|
12220
|
+
cacheRead: number;
|
|
12221
|
+
cacheWrite: number;
|
|
12222
|
+
};
|
|
12223
|
+
contextWindow: number;
|
|
12224
|
+
maxTokens: number;
|
|
12225
|
+
};
|
|
12226
|
+
readonly "alibaba/qwen3-vl-instruct": {
|
|
12227
|
+
id: string;
|
|
12228
|
+
name: string;
|
|
12229
|
+
api: "anthropic-messages";
|
|
12230
|
+
provider: string;
|
|
12231
|
+
baseUrl: string;
|
|
12232
|
+
reasoning: false;
|
|
12233
|
+
input: ("image" | "text")[];
|
|
12234
|
+
cost: {
|
|
12235
|
+
input: number;
|
|
12236
|
+
output: number;
|
|
12237
|
+
cacheRead: number;
|
|
12238
|
+
cacheWrite: number;
|
|
12239
|
+
};
|
|
12240
|
+
contextWindow: number;
|
|
12241
|
+
maxTokens: number;
|
|
12242
|
+
};
|
|
11786
12243
|
readonly "alibaba/qwen3-vl-thinking": {
|
|
11787
12244
|
id: string;
|
|
11788
12245
|
name: string;
|
|
@@ -11902,6 +12359,74 @@ export declare const MODELS: {
|
|
|
11902
12359
|
contextWindow: number;
|
|
11903
12360
|
maxTokens: number;
|
|
11904
12361
|
};
|
|
12362
|
+
readonly "amazon/nova-2-lite": {
|
|
12363
|
+
id: string;
|
|
12364
|
+
name: string;
|
|
12365
|
+
api: "anthropic-messages";
|
|
12366
|
+
provider: string;
|
|
12367
|
+
baseUrl: string;
|
|
12368
|
+
reasoning: true;
|
|
12369
|
+
input: ("image" | "text")[];
|
|
12370
|
+
cost: {
|
|
12371
|
+
input: number;
|
|
12372
|
+
output: number;
|
|
12373
|
+
cacheRead: number;
|
|
12374
|
+
cacheWrite: number;
|
|
12375
|
+
};
|
|
12376
|
+
contextWindow: number;
|
|
12377
|
+
maxTokens: number;
|
|
12378
|
+
};
|
|
12379
|
+
readonly "amazon/nova-lite": {
|
|
12380
|
+
id: string;
|
|
12381
|
+
name: string;
|
|
12382
|
+
api: "anthropic-messages";
|
|
12383
|
+
provider: string;
|
|
12384
|
+
baseUrl: string;
|
|
12385
|
+
reasoning: false;
|
|
12386
|
+
input: ("image" | "text")[];
|
|
12387
|
+
cost: {
|
|
12388
|
+
input: number;
|
|
12389
|
+
output: number;
|
|
12390
|
+
cacheRead: number;
|
|
12391
|
+
cacheWrite: number;
|
|
12392
|
+
};
|
|
12393
|
+
contextWindow: number;
|
|
12394
|
+
maxTokens: number;
|
|
12395
|
+
};
|
|
12396
|
+
readonly "amazon/nova-micro": {
|
|
12397
|
+
id: string;
|
|
12398
|
+
name: string;
|
|
12399
|
+
api: "anthropic-messages";
|
|
12400
|
+
provider: string;
|
|
12401
|
+
baseUrl: string;
|
|
12402
|
+
reasoning: false;
|
|
12403
|
+
input: "text"[];
|
|
12404
|
+
cost: {
|
|
12405
|
+
input: number;
|
|
12406
|
+
output: number;
|
|
12407
|
+
cacheRead: number;
|
|
12408
|
+
cacheWrite: number;
|
|
12409
|
+
};
|
|
12410
|
+
contextWindow: number;
|
|
12411
|
+
maxTokens: number;
|
|
12412
|
+
};
|
|
12413
|
+
readonly "amazon/nova-pro": {
|
|
12414
|
+
id: string;
|
|
12415
|
+
name: string;
|
|
12416
|
+
api: "anthropic-messages";
|
|
12417
|
+
provider: string;
|
|
12418
|
+
baseUrl: string;
|
|
12419
|
+
reasoning: false;
|
|
12420
|
+
input: ("image" | "text")[];
|
|
12421
|
+
cost: {
|
|
12422
|
+
input: number;
|
|
12423
|
+
output: number;
|
|
12424
|
+
cacheRead: number;
|
|
12425
|
+
cacheWrite: number;
|
|
12426
|
+
};
|
|
12427
|
+
contextWindow: number;
|
|
12428
|
+
maxTokens: number;
|
|
12429
|
+
};
|
|
11905
12430
|
readonly "anthropic/claude-3-haiku": {
|
|
11906
12431
|
id: string;
|
|
11907
12432
|
name: string;
|
|
@@ -12140,6 +12665,23 @@ export declare const MODELS: {
|
|
|
12140
12665
|
contextWindow: number;
|
|
12141
12666
|
maxTokens: number;
|
|
12142
12667
|
};
|
|
12668
|
+
readonly "arcee-ai/trinity-mini": {
|
|
12669
|
+
id: string;
|
|
12670
|
+
name: string;
|
|
12671
|
+
api: "anthropic-messages";
|
|
12672
|
+
provider: string;
|
|
12673
|
+
baseUrl: string;
|
|
12674
|
+
reasoning: false;
|
|
12675
|
+
input: "text"[];
|
|
12676
|
+
cost: {
|
|
12677
|
+
input: number;
|
|
12678
|
+
output: number;
|
|
12679
|
+
cacheRead: number;
|
|
12680
|
+
cacheWrite: number;
|
|
12681
|
+
};
|
|
12682
|
+
contextWindow: number;
|
|
12683
|
+
maxTokens: number;
|
|
12684
|
+
};
|
|
12143
12685
|
readonly "bytedance/seed-1.6": {
|
|
12144
12686
|
id: string;
|
|
12145
12687
|
name: string;
|
|
@@ -12147,7 +12689,24 @@ export declare const MODELS: {
|
|
|
12147
12689
|
provider: string;
|
|
12148
12690
|
baseUrl: string;
|
|
12149
12691
|
reasoning: true;
|
|
12150
|
-
input: "text"[];
|
|
12692
|
+
input: ("image" | "text")[];
|
|
12693
|
+
cost: {
|
|
12694
|
+
input: number;
|
|
12695
|
+
output: number;
|
|
12696
|
+
cacheRead: number;
|
|
12697
|
+
cacheWrite: number;
|
|
12698
|
+
};
|
|
12699
|
+
contextWindow: number;
|
|
12700
|
+
maxTokens: number;
|
|
12701
|
+
};
|
|
12702
|
+
readonly "bytedance/seed-1.8": {
|
|
12703
|
+
id: string;
|
|
12704
|
+
name: string;
|
|
12705
|
+
api: "anthropic-messages";
|
|
12706
|
+
provider: string;
|
|
12707
|
+
baseUrl: string;
|
|
12708
|
+
reasoning: true;
|
|
12709
|
+
input: ("image" | "text")[];
|
|
12151
12710
|
cost: {
|
|
12152
12711
|
input: number;
|
|
12153
12712
|
output: number;
|
|
@@ -12248,8 +12807,8 @@ export declare const MODELS: {
|
|
|
12248
12807
|
api: "anthropic-messages";
|
|
12249
12808
|
provider: string;
|
|
12250
12809
|
baseUrl: string;
|
|
12251
|
-
reasoning:
|
|
12252
|
-
input:
|
|
12810
|
+
reasoning: false;
|
|
12811
|
+
input: "text"[];
|
|
12253
12812
|
cost: {
|
|
12254
12813
|
input: number;
|
|
12255
12814
|
output: number;
|
|
@@ -12266,7 +12825,7 @@ export declare const MODELS: {
|
|
|
12266
12825
|
provider: string;
|
|
12267
12826
|
baseUrl: string;
|
|
12268
12827
|
reasoning: true;
|
|
12269
|
-
input:
|
|
12828
|
+
input: "text"[];
|
|
12270
12829
|
cost: {
|
|
12271
12830
|
input: number;
|
|
12272
12831
|
output: number;
|
|
@@ -12283,7 +12842,7 @@ export declare const MODELS: {
|
|
|
12283
12842
|
provider: string;
|
|
12284
12843
|
baseUrl: string;
|
|
12285
12844
|
reasoning: true;
|
|
12286
|
-
input:
|
|
12845
|
+
input: "text"[];
|
|
12287
12846
|
cost: {
|
|
12288
12847
|
input: number;
|
|
12289
12848
|
output: number;
|
|
@@ -12486,7 +13045,7 @@ export declare const MODELS: {
|
|
|
12486
13045
|
api: "anthropic-messages";
|
|
12487
13046
|
provider: string;
|
|
12488
13047
|
baseUrl: string;
|
|
12489
|
-
reasoning:
|
|
13048
|
+
reasoning: true;
|
|
12490
13049
|
input: ("image" | "text")[];
|
|
12491
13050
|
cost: {
|
|
12492
13051
|
input: number;
|
|
@@ -12531,6 +13090,40 @@ export declare const MODELS: {
|
|
|
12531
13090
|
contextWindow: number;
|
|
12532
13091
|
maxTokens: number;
|
|
12533
13092
|
};
|
|
13093
|
+
readonly "interfaze/interfaze-beta": {
|
|
13094
|
+
id: string;
|
|
13095
|
+
name: string;
|
|
13096
|
+
api: "anthropic-messages";
|
|
13097
|
+
provider: string;
|
|
13098
|
+
baseUrl: string;
|
|
13099
|
+
reasoning: true;
|
|
13100
|
+
input: ("image" | "text")[];
|
|
13101
|
+
cost: {
|
|
13102
|
+
input: number;
|
|
13103
|
+
output: number;
|
|
13104
|
+
cacheRead: number;
|
|
13105
|
+
cacheWrite: number;
|
|
13106
|
+
};
|
|
13107
|
+
contextWindow: number;
|
|
13108
|
+
maxTokens: number;
|
|
13109
|
+
};
|
|
13110
|
+
readonly "kwaipilot/kat-coder-pro-v1": {
|
|
13111
|
+
id: string;
|
|
13112
|
+
name: string;
|
|
13113
|
+
api: "anthropic-messages";
|
|
13114
|
+
provider: string;
|
|
13115
|
+
baseUrl: string;
|
|
13116
|
+
reasoning: false;
|
|
13117
|
+
input: "text"[];
|
|
13118
|
+
cost: {
|
|
13119
|
+
input: number;
|
|
13120
|
+
output: number;
|
|
13121
|
+
cacheRead: number;
|
|
13122
|
+
cacheWrite: number;
|
|
13123
|
+
};
|
|
13124
|
+
contextWindow: number;
|
|
13125
|
+
maxTokens: number;
|
|
13126
|
+
};
|
|
12534
13127
|
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
12535
13128
|
id: string;
|
|
12536
13129
|
name: string;
|
|
@@ -12565,6 +13158,23 @@ export declare const MODELS: {
|
|
|
12565
13158
|
contextWindow: number;
|
|
12566
13159
|
maxTokens: number;
|
|
12567
13160
|
};
|
|
13161
|
+
readonly "meituan/longcat-flash-thinking-2601": {
|
|
13162
|
+
id: string;
|
|
13163
|
+
name: string;
|
|
13164
|
+
api: "anthropic-messages";
|
|
13165
|
+
provider: string;
|
|
13166
|
+
baseUrl: string;
|
|
13167
|
+
reasoning: true;
|
|
13168
|
+
input: "text"[];
|
|
13169
|
+
cost: {
|
|
13170
|
+
input: number;
|
|
13171
|
+
output: number;
|
|
13172
|
+
cacheRead: number;
|
|
13173
|
+
cacheWrite: number;
|
|
13174
|
+
};
|
|
13175
|
+
contextWindow: number;
|
|
13176
|
+
maxTokens: number;
|
|
13177
|
+
};
|
|
12568
13178
|
readonly "meta/llama-3.1-70b": {
|
|
12569
13179
|
id: string;
|
|
12570
13180
|
name: string;
|
|
@@ -12878,7 +13488,58 @@ export declare const MODELS: {
|
|
|
12878
13488
|
provider: string;
|
|
12879
13489
|
baseUrl: string;
|
|
12880
13490
|
reasoning: false;
|
|
12881
|
-
input: "text"[];
|
|
13491
|
+
input: ("image" | "text")[];
|
|
13492
|
+
cost: {
|
|
13493
|
+
input: number;
|
|
13494
|
+
output: number;
|
|
13495
|
+
cacheRead: number;
|
|
13496
|
+
cacheWrite: number;
|
|
13497
|
+
};
|
|
13498
|
+
contextWindow: number;
|
|
13499
|
+
maxTokens: number;
|
|
13500
|
+
};
|
|
13501
|
+
readonly "mistral/magistral-medium": {
|
|
13502
|
+
id: string;
|
|
13503
|
+
name: string;
|
|
13504
|
+
api: "anthropic-messages";
|
|
13505
|
+
provider: string;
|
|
13506
|
+
baseUrl: string;
|
|
13507
|
+
reasoning: true;
|
|
13508
|
+
input: ("image" | "text")[];
|
|
13509
|
+
cost: {
|
|
13510
|
+
input: number;
|
|
13511
|
+
output: number;
|
|
13512
|
+
cacheRead: number;
|
|
13513
|
+
cacheWrite: number;
|
|
13514
|
+
};
|
|
13515
|
+
contextWindow: number;
|
|
13516
|
+
maxTokens: number;
|
|
13517
|
+
};
|
|
13518
|
+
readonly "mistral/magistral-small": {
|
|
13519
|
+
id: string;
|
|
13520
|
+
name: string;
|
|
13521
|
+
api: "anthropic-messages";
|
|
13522
|
+
provider: string;
|
|
13523
|
+
baseUrl: string;
|
|
13524
|
+
reasoning: true;
|
|
13525
|
+
input: ("image" | "text")[];
|
|
13526
|
+
cost: {
|
|
13527
|
+
input: number;
|
|
13528
|
+
output: number;
|
|
13529
|
+
cacheRead: number;
|
|
13530
|
+
cacheWrite: number;
|
|
13531
|
+
};
|
|
13532
|
+
contextWindow: number;
|
|
13533
|
+
maxTokens: number;
|
|
13534
|
+
};
|
|
13535
|
+
readonly "mistral/ministral-14b": {
|
|
13536
|
+
id: string;
|
|
13537
|
+
name: string;
|
|
13538
|
+
api: "anthropic-messages";
|
|
13539
|
+
provider: string;
|
|
13540
|
+
baseUrl: string;
|
|
13541
|
+
reasoning: false;
|
|
13542
|
+
input: ("image" | "text")[];
|
|
12882
13543
|
cost: {
|
|
12883
13544
|
input: number;
|
|
12884
13545
|
output: number;
|
|
@@ -12922,6 +13583,23 @@ export declare const MODELS: {
|
|
|
12922
13583
|
contextWindow: number;
|
|
12923
13584
|
maxTokens: number;
|
|
12924
13585
|
};
|
|
13586
|
+
readonly "mistral/mistral-large-3": {
|
|
13587
|
+
id: string;
|
|
13588
|
+
name: string;
|
|
13589
|
+
api: "anthropic-messages";
|
|
13590
|
+
provider: string;
|
|
13591
|
+
baseUrl: string;
|
|
13592
|
+
reasoning: false;
|
|
13593
|
+
input: ("image" | "text")[];
|
|
13594
|
+
cost: {
|
|
13595
|
+
input: number;
|
|
13596
|
+
output: number;
|
|
13597
|
+
cacheRead: number;
|
|
13598
|
+
cacheWrite: number;
|
|
13599
|
+
};
|
|
13600
|
+
contextWindow: number;
|
|
13601
|
+
maxTokens: number;
|
|
13602
|
+
};
|
|
12925
13603
|
readonly "mistral/mistral-medium": {
|
|
12926
13604
|
id: string;
|
|
12927
13605
|
name: string;
|
|
@@ -12946,7 +13624,7 @@ export declare const MODELS: {
|
|
|
12946
13624
|
provider: string;
|
|
12947
13625
|
baseUrl: string;
|
|
12948
13626
|
reasoning: true;
|
|
12949
|
-
input: "text"[];
|
|
13627
|
+
input: ("image" | "text")[];
|
|
12950
13628
|
cost: {
|
|
12951
13629
|
input: number;
|
|
12952
13630
|
output: number;
|
|
@@ -13126,6 +13804,23 @@ export declare const MODELS: {
|
|
|
13126
13804
|
contextWindow: number;
|
|
13127
13805
|
maxTokens: number;
|
|
13128
13806
|
};
|
|
13807
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
13808
|
+
id: string;
|
|
13809
|
+
name: string;
|
|
13810
|
+
api: "anthropic-messages";
|
|
13811
|
+
provider: string;
|
|
13812
|
+
baseUrl: string;
|
|
13813
|
+
reasoning: true;
|
|
13814
|
+
input: "text"[];
|
|
13815
|
+
cost: {
|
|
13816
|
+
input: number;
|
|
13817
|
+
output: number;
|
|
13818
|
+
cacheRead: number;
|
|
13819
|
+
cacheWrite: number;
|
|
13820
|
+
};
|
|
13821
|
+
contextWindow: number;
|
|
13822
|
+
maxTokens: number;
|
|
13823
|
+
};
|
|
13129
13824
|
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
13130
13825
|
id: string;
|
|
13131
13826
|
name: string;
|
|
@@ -13194,6 +13889,23 @@ export declare const MODELS: {
|
|
|
13194
13889
|
contextWindow: number;
|
|
13195
13890
|
maxTokens: number;
|
|
13196
13891
|
};
|
|
13892
|
+
readonly "openai/gpt-3.5-turbo": {
|
|
13893
|
+
id: string;
|
|
13894
|
+
name: string;
|
|
13895
|
+
api: "anthropic-messages";
|
|
13896
|
+
provider: string;
|
|
13897
|
+
baseUrl: string;
|
|
13898
|
+
reasoning: false;
|
|
13899
|
+
input: "text"[];
|
|
13900
|
+
cost: {
|
|
13901
|
+
input: number;
|
|
13902
|
+
output: number;
|
|
13903
|
+
cacheRead: number;
|
|
13904
|
+
cacheWrite: number;
|
|
13905
|
+
};
|
|
13906
|
+
contextWindow: number;
|
|
13907
|
+
maxTokens: number;
|
|
13908
|
+
};
|
|
13197
13909
|
readonly "openai/gpt-4-turbo": {
|
|
13198
13910
|
id: string;
|
|
13199
13911
|
name: string;
|
|
@@ -13319,7 +14031,7 @@ export declare const MODELS: {
|
|
|
13319
14031
|
api: "anthropic-messages";
|
|
13320
14032
|
provider: string;
|
|
13321
14033
|
baseUrl: string;
|
|
13322
|
-
reasoning:
|
|
14034
|
+
reasoning: false;
|
|
13323
14035
|
input: ("image" | "text")[];
|
|
13324
14036
|
cost: {
|
|
13325
14037
|
input: number;
|
|
@@ -13455,7 +14167,7 @@ export declare const MODELS: {
|
|
|
13455
14167
|
api: "anthropic-messages";
|
|
13456
14168
|
provider: string;
|
|
13457
14169
|
baseUrl: string;
|
|
13458
|
-
reasoning:
|
|
14170
|
+
reasoning: false;
|
|
13459
14171
|
input: ("image" | "text")[];
|
|
13460
14172
|
cost: {
|
|
13461
14173
|
input: number;
|
|
@@ -13506,7 +14218,7 @@ export declare const MODELS: {
|
|
|
13506
14218
|
api: "anthropic-messages";
|
|
13507
14219
|
provider: string;
|
|
13508
14220
|
baseUrl: string;
|
|
13509
|
-
reasoning:
|
|
14221
|
+
reasoning: false;
|
|
13510
14222
|
input: ("image" | "text")[];
|
|
13511
14223
|
cost: {
|
|
13512
14224
|
input: number;
|
|
@@ -13557,7 +14269,7 @@ export declare const MODELS: {
|
|
|
13557
14269
|
api: "anthropic-messages";
|
|
13558
14270
|
provider: string;
|
|
13559
14271
|
baseUrl: string;
|
|
13560
|
-
reasoning:
|
|
14272
|
+
reasoning: false;
|
|
13561
14273
|
input: ("image" | "text")[];
|
|
13562
14274
|
cost: {
|
|
13563
14275
|
input: number;
|
|
@@ -13840,40 +14552,6 @@ export declare const MODELS: {
|
|
|
13840
14552
|
contextWindow: number;
|
|
13841
14553
|
maxTokens: number;
|
|
13842
14554
|
};
|
|
13843
|
-
readonly "perplexity/sonar": {
|
|
13844
|
-
id: string;
|
|
13845
|
-
name: string;
|
|
13846
|
-
api: "anthropic-messages";
|
|
13847
|
-
provider: string;
|
|
13848
|
-
baseUrl: string;
|
|
13849
|
-
reasoning: false;
|
|
13850
|
-
input: ("image" | "text")[];
|
|
13851
|
-
cost: {
|
|
13852
|
-
input: number;
|
|
13853
|
-
output: number;
|
|
13854
|
-
cacheRead: number;
|
|
13855
|
-
cacheWrite: number;
|
|
13856
|
-
};
|
|
13857
|
-
contextWindow: number;
|
|
13858
|
-
maxTokens: number;
|
|
13859
|
-
};
|
|
13860
|
-
readonly "perplexity/sonar-pro": {
|
|
13861
|
-
id: string;
|
|
13862
|
-
name: string;
|
|
13863
|
-
api: "anthropic-messages";
|
|
13864
|
-
provider: string;
|
|
13865
|
-
baseUrl: string;
|
|
13866
|
-
reasoning: false;
|
|
13867
|
-
input: ("image" | "text")[];
|
|
13868
|
-
cost: {
|
|
13869
|
-
input: number;
|
|
13870
|
-
output: number;
|
|
13871
|
-
cacheRead: number;
|
|
13872
|
-
cacheWrite: number;
|
|
13873
|
-
};
|
|
13874
|
-
contextWindow: number;
|
|
13875
|
-
maxTokens: number;
|
|
13876
|
-
};
|
|
13877
14555
|
readonly "sakana/fugu-ultra": {
|
|
13878
14556
|
id: string;
|
|
13879
14557
|
name: string;
|
|
@@ -14153,7 +14831,7 @@ export declare const MODELS: {
|
|
|
14153
14831
|
provider: string;
|
|
14154
14832
|
baseUrl: string;
|
|
14155
14833
|
reasoning: true;
|
|
14156
|
-
input:
|
|
14834
|
+
input: "text"[];
|
|
14157
14835
|
cost: {
|
|
14158
14836
|
input: number;
|
|
14159
14837
|
output: number;
|
|
@@ -14357,7 +15035,7 @@ export declare const MODELS: {
|
|
|
14357
15035
|
provider: string;
|
|
14358
15036
|
baseUrl: string;
|
|
14359
15037
|
reasoning: true;
|
|
14360
|
-
input:
|
|
15038
|
+
input: "text"[];
|
|
14361
15039
|
cost: {
|
|
14362
15040
|
input: number;
|
|
14363
15041
|
output: number;
|
|
@@ -14384,6 +15062,23 @@ export declare const MODELS: {
|
|
|
14384
15062
|
contextWindow: number;
|
|
14385
15063
|
maxTokens: number;
|
|
14386
15064
|
};
|
|
15065
|
+
readonly "zai/glm-5.2-fast": {
|
|
15066
|
+
id: string;
|
|
15067
|
+
name: string;
|
|
15068
|
+
api: "anthropic-messages";
|
|
15069
|
+
provider: string;
|
|
15070
|
+
baseUrl: string;
|
|
15071
|
+
reasoning: true;
|
|
15072
|
+
input: "text"[];
|
|
15073
|
+
cost: {
|
|
15074
|
+
input: number;
|
|
15075
|
+
output: number;
|
|
15076
|
+
cacheRead: number;
|
|
15077
|
+
cacheWrite: number;
|
|
15078
|
+
};
|
|
15079
|
+
contextWindow: number;
|
|
15080
|
+
maxTokens: number;
|
|
15081
|
+
};
|
|
14387
15082
|
readonly "zai/glm-5v-turbo": {
|
|
14388
15083
|
id: string;
|
|
14389
15084
|
name: string;
|