@dreb/ai 2.31.0 → 2.32.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 +839 -178
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +825 -208
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -3623,40 +3623,6 @@ export declare const MODELS: {
|
|
|
3623
3623
|
contextWindow: number;
|
|
3624
3624
|
maxTokens: number;
|
|
3625
3625
|
};
|
|
3626
|
-
readonly "gemma-4-E2B-it": {
|
|
3627
|
-
id: string;
|
|
3628
|
-
name: string;
|
|
3629
|
-
api: "google-generative-ai";
|
|
3630
|
-
provider: string;
|
|
3631
|
-
baseUrl: string;
|
|
3632
|
-
reasoning: true;
|
|
3633
|
-
input: ("image" | "text")[];
|
|
3634
|
-
cost: {
|
|
3635
|
-
input: number;
|
|
3636
|
-
output: number;
|
|
3637
|
-
cacheRead: number;
|
|
3638
|
-
cacheWrite: number;
|
|
3639
|
-
};
|
|
3640
|
-
contextWindow: number;
|
|
3641
|
-
maxTokens: number;
|
|
3642
|
-
};
|
|
3643
|
-
readonly "gemma-4-E4B-it": {
|
|
3644
|
-
id: string;
|
|
3645
|
-
name: string;
|
|
3646
|
-
api: "google-generative-ai";
|
|
3647
|
-
provider: string;
|
|
3648
|
-
baseUrl: string;
|
|
3649
|
-
reasoning: true;
|
|
3650
|
-
input: ("image" | "text")[];
|
|
3651
|
-
cost: {
|
|
3652
|
-
input: number;
|
|
3653
|
-
output: number;
|
|
3654
|
-
cacheRead: number;
|
|
3655
|
-
cacheWrite: number;
|
|
3656
|
-
};
|
|
3657
|
-
contextWindow: number;
|
|
3658
|
-
maxTokens: number;
|
|
3659
|
-
};
|
|
3660
3626
|
};
|
|
3661
3627
|
readonly "google-antigravity": {
|
|
3662
3628
|
readonly "claude-opus-4-5-thinking": {
|
|
@@ -4245,6 +4211,26 @@ export declare const MODELS: {
|
|
|
4245
4211
|
};
|
|
4246
4212
|
};
|
|
4247
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
|
+
};
|
|
4248
4234
|
readonly "MiniMaxAI/MiniMax-M2.1": {
|
|
4249
4235
|
id: string;
|
|
4250
4236
|
name: string;
|
|
@@ -4305,6 +4291,46 @@ export declare const MODELS: {
|
|
|
4305
4291
|
contextWindow: number;
|
|
4306
4292
|
maxTokens: number;
|
|
4307
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
|
+
};
|
|
4308
4334
|
readonly "Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
4309
4335
|
id: string;
|
|
4310
4336
|
name: string;
|
|
@@ -4325,6 +4351,46 @@ export declare const MODELS: {
|
|
|
4325
4351
|
contextWindow: number;
|
|
4326
4352
|
maxTokens: number;
|
|
4327
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
|
+
};
|
|
4328
4394
|
readonly "Qwen/Qwen3-Coder-480B-A35B-Instruct": {
|
|
4329
4395
|
id: string;
|
|
4330
4396
|
name: string;
|
|
@@ -4405,6 +4471,66 @@ export declare const MODELS: {
|
|
|
4405
4471
|
contextWindow: number;
|
|
4406
4472
|
maxTokens: number;
|
|
4407
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
|
+
};
|
|
4408
4534
|
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
4409
4535
|
id: string;
|
|
4410
4536
|
name: string;
|
|
@@ -4425,6 +4551,46 @@ export declare const MODELS: {
|
|
|
4425
4551
|
contextWindow: number;
|
|
4426
4552
|
maxTokens: number;
|
|
4427
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
|
+
};
|
|
4428
4594
|
readonly "XiaomiMiMo/MiMo-V2-Flash": {
|
|
4429
4595
|
id: string;
|
|
4430
4596
|
name: string;
|
|
@@ -4435,7 +4601,247 @@ export declare const MODELS: {
|
|
|
4435
4601
|
supportsDeveloperRole: false;
|
|
4436
4602
|
};
|
|
4437
4603
|
reasoning: true;
|
|
4438
|
-
input: "text"[];
|
|
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": {
|
|
4635
|
+
id: string;
|
|
4636
|
+
name: string;
|
|
4637
|
+
api: "openai-completions";
|
|
4638
|
+
provider: string;
|
|
4639
|
+
baseUrl: string;
|
|
4640
|
+
compat: {
|
|
4641
|
+
supportsDeveloperRole: false;
|
|
4642
|
+
};
|
|
4643
|
+
reasoning: true;
|
|
4644
|
+
input: "text"[];
|
|
4645
|
+
cost: {
|
|
4646
|
+
input: number;
|
|
4647
|
+
output: number;
|
|
4648
|
+
cacheRead: number;
|
|
4649
|
+
cacheWrite: number;
|
|
4650
|
+
};
|
|
4651
|
+
contextWindow: number;
|
|
4652
|
+
maxTokens: number;
|
|
4653
|
+
};
|
|
4654
|
+
readonly "deepseek-ai/DeepSeek-V3.2": {
|
|
4655
|
+
id: string;
|
|
4656
|
+
name: string;
|
|
4657
|
+
api: "openai-completions";
|
|
4658
|
+
provider: string;
|
|
4659
|
+
baseUrl: string;
|
|
4660
|
+
compat: {
|
|
4661
|
+
supportsDeveloperRole: false;
|
|
4662
|
+
};
|
|
4663
|
+
reasoning: true;
|
|
4664
|
+
input: "text"[];
|
|
4665
|
+
cost: {
|
|
4666
|
+
input: number;
|
|
4667
|
+
output: number;
|
|
4668
|
+
cacheRead: number;
|
|
4669
|
+
cacheWrite: number;
|
|
4670
|
+
};
|
|
4671
|
+
contextWindow: number;
|
|
4672
|
+
maxTokens: number;
|
|
4673
|
+
};
|
|
4674
|
+
readonly "deepseek-ai/DeepSeek-V4-Flash": {
|
|
4675
|
+
id: string;
|
|
4676
|
+
name: string;
|
|
4677
|
+
api: "openai-completions";
|
|
4678
|
+
provider: string;
|
|
4679
|
+
baseUrl: string;
|
|
4680
|
+
compat: {
|
|
4681
|
+
supportsDeveloperRole: false;
|
|
4682
|
+
};
|
|
4683
|
+
reasoning: true;
|
|
4684
|
+
input: "text"[];
|
|
4685
|
+
cost: {
|
|
4686
|
+
input: number;
|
|
4687
|
+
output: number;
|
|
4688
|
+
cacheRead: number;
|
|
4689
|
+
cacheWrite: number;
|
|
4690
|
+
};
|
|
4691
|
+
contextWindow: number;
|
|
4692
|
+
maxTokens: number;
|
|
4693
|
+
};
|
|
4694
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
4695
|
+
id: string;
|
|
4696
|
+
name: string;
|
|
4697
|
+
api: "openai-completions";
|
|
4698
|
+
provider: string;
|
|
4699
|
+
baseUrl: string;
|
|
4700
|
+
compat: {
|
|
4701
|
+
supportsDeveloperRole: false;
|
|
4702
|
+
};
|
|
4703
|
+
reasoning: true;
|
|
4704
|
+
input: "text"[];
|
|
4705
|
+
cost: {
|
|
4706
|
+
input: number;
|
|
4707
|
+
output: number;
|
|
4708
|
+
cacheRead: number;
|
|
4709
|
+
cacheWrite: number;
|
|
4710
|
+
};
|
|
4711
|
+
contextWindow: number;
|
|
4712
|
+
maxTokens: number;
|
|
4713
|
+
};
|
|
4714
|
+
readonly "google/gemma-4-26B-A4B-it": {
|
|
4715
|
+
id: string;
|
|
4716
|
+
name: string;
|
|
4717
|
+
api: "openai-completions";
|
|
4718
|
+
provider: string;
|
|
4719
|
+
baseUrl: string;
|
|
4720
|
+
compat: {
|
|
4721
|
+
supportsDeveloperRole: false;
|
|
4722
|
+
};
|
|
4723
|
+
reasoning: true;
|
|
4724
|
+
input: ("image" | "text")[];
|
|
4725
|
+
cost: {
|
|
4726
|
+
input: number;
|
|
4727
|
+
output: number;
|
|
4728
|
+
cacheRead: number;
|
|
4729
|
+
cacheWrite: number;
|
|
4730
|
+
};
|
|
4731
|
+
contextWindow: number;
|
|
4732
|
+
maxTokens: number;
|
|
4733
|
+
};
|
|
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": {
|
|
4755
|
+
id: string;
|
|
4756
|
+
name: string;
|
|
4757
|
+
api: "openai-completions";
|
|
4758
|
+
provider: string;
|
|
4759
|
+
baseUrl: string;
|
|
4760
|
+
compat: {
|
|
4761
|
+
supportsDeveloperRole: false;
|
|
4762
|
+
};
|
|
4763
|
+
reasoning: false;
|
|
4764
|
+
input: "text"[];
|
|
4765
|
+
cost: {
|
|
4766
|
+
input: number;
|
|
4767
|
+
output: number;
|
|
4768
|
+
cacheRead: number;
|
|
4769
|
+
cacheWrite: number;
|
|
4770
|
+
};
|
|
4771
|
+
contextWindow: number;
|
|
4772
|
+
maxTokens: number;
|
|
4773
|
+
};
|
|
4774
|
+
readonly "moonshotai/Kimi-K2-Instruct": {
|
|
4775
|
+
id: string;
|
|
4776
|
+
name: string;
|
|
4777
|
+
api: "openai-completions";
|
|
4778
|
+
provider: string;
|
|
4779
|
+
baseUrl: string;
|
|
4780
|
+
compat: {
|
|
4781
|
+
supportsDeveloperRole: false;
|
|
4782
|
+
};
|
|
4783
|
+
reasoning: false;
|
|
4784
|
+
input: "text"[];
|
|
4785
|
+
cost: {
|
|
4786
|
+
input: number;
|
|
4787
|
+
output: number;
|
|
4788
|
+
cacheRead: number;
|
|
4789
|
+
cacheWrite: number;
|
|
4790
|
+
};
|
|
4791
|
+
contextWindow: number;
|
|
4792
|
+
maxTokens: number;
|
|
4793
|
+
};
|
|
4794
|
+
readonly "moonshotai/Kimi-K2-Instruct-0905": {
|
|
4795
|
+
id: string;
|
|
4796
|
+
name: string;
|
|
4797
|
+
api: "openai-completions";
|
|
4798
|
+
provider: string;
|
|
4799
|
+
baseUrl: string;
|
|
4800
|
+
compat: {
|
|
4801
|
+
supportsDeveloperRole: false;
|
|
4802
|
+
};
|
|
4803
|
+
reasoning: false;
|
|
4804
|
+
input: "text"[];
|
|
4805
|
+
cost: {
|
|
4806
|
+
input: number;
|
|
4807
|
+
output: number;
|
|
4808
|
+
cacheRead: number;
|
|
4809
|
+
cacheWrite: number;
|
|
4810
|
+
};
|
|
4811
|
+
contextWindow: number;
|
|
4812
|
+
maxTokens: number;
|
|
4813
|
+
};
|
|
4814
|
+
readonly "moonshotai/Kimi-K2-Thinking": {
|
|
4815
|
+
id: string;
|
|
4816
|
+
name: string;
|
|
4817
|
+
api: "openai-completions";
|
|
4818
|
+
provider: string;
|
|
4819
|
+
baseUrl: string;
|
|
4820
|
+
compat: {
|
|
4821
|
+
supportsDeveloperRole: false;
|
|
4822
|
+
};
|
|
4823
|
+
reasoning: true;
|
|
4824
|
+
input: "text"[];
|
|
4825
|
+
cost: {
|
|
4826
|
+
input: number;
|
|
4827
|
+
output: number;
|
|
4828
|
+
cacheRead: number;
|
|
4829
|
+
cacheWrite: number;
|
|
4830
|
+
};
|
|
4831
|
+
contextWindow: number;
|
|
4832
|
+
maxTokens: number;
|
|
4833
|
+
};
|
|
4834
|
+
readonly "moonshotai/Kimi-K2.5": {
|
|
4835
|
+
id: string;
|
|
4836
|
+
name: string;
|
|
4837
|
+
api: "openai-completions";
|
|
4838
|
+
provider: string;
|
|
4839
|
+
baseUrl: string;
|
|
4840
|
+
compat: {
|
|
4841
|
+
supportsDeveloperRole: false;
|
|
4842
|
+
};
|
|
4843
|
+
reasoning: true;
|
|
4844
|
+
input: ("image" | "text")[];
|
|
4439
4845
|
cost: {
|
|
4440
4846
|
input: number;
|
|
4441
4847
|
output: number;
|
|
@@ -4445,7 +4851,7 @@ export declare const MODELS: {
|
|
|
4445
4851
|
contextWindow: number;
|
|
4446
4852
|
maxTokens: number;
|
|
4447
4853
|
};
|
|
4448
|
-
readonly "
|
|
4854
|
+
readonly "moonshotai/Kimi-K2.6": {
|
|
4449
4855
|
id: string;
|
|
4450
4856
|
name: string;
|
|
4451
4857
|
api: "openai-completions";
|
|
@@ -4455,7 +4861,7 @@ export declare const MODELS: {
|
|
|
4455
4861
|
supportsDeveloperRole: false;
|
|
4456
4862
|
};
|
|
4457
4863
|
reasoning: true;
|
|
4458
|
-
input: "text"[];
|
|
4864
|
+
input: ("image" | "text")[];
|
|
4459
4865
|
cost: {
|
|
4460
4866
|
input: number;
|
|
4461
4867
|
output: number;
|
|
@@ -4465,7 +4871,7 @@ export declare const MODELS: {
|
|
|
4465
4871
|
contextWindow: number;
|
|
4466
4872
|
maxTokens: number;
|
|
4467
4873
|
};
|
|
4468
|
-
readonly "
|
|
4874
|
+
readonly "moonshotai/Kimi-K2.7-Code": {
|
|
4469
4875
|
id: string;
|
|
4470
4876
|
name: string;
|
|
4471
4877
|
api: "openai-completions";
|
|
@@ -4475,7 +4881,7 @@ export declare const MODELS: {
|
|
|
4475
4881
|
supportsDeveloperRole: false;
|
|
4476
4882
|
};
|
|
4477
4883
|
reasoning: true;
|
|
4478
|
-
input: "text"[];
|
|
4884
|
+
input: ("image" | "text")[];
|
|
4479
4885
|
cost: {
|
|
4480
4886
|
input: number;
|
|
4481
4887
|
output: number;
|
|
@@ -4485,7 +4891,7 @@ export declare const MODELS: {
|
|
|
4485
4891
|
contextWindow: number;
|
|
4486
4892
|
maxTokens: number;
|
|
4487
4893
|
};
|
|
4488
|
-
readonly "
|
|
4894
|
+
readonly "stepfun-ai/Step-3.5-Flash": {
|
|
4489
4895
|
id: string;
|
|
4490
4896
|
name: string;
|
|
4491
4897
|
api: "openai-completions";
|
|
@@ -4505,7 +4911,7 @@ export declare const MODELS: {
|
|
|
4505
4911
|
contextWindow: number;
|
|
4506
4912
|
maxTokens: number;
|
|
4507
4913
|
};
|
|
4508
|
-
readonly "
|
|
4914
|
+
readonly "zai-org/GLM-4.5": {
|
|
4509
4915
|
id: string;
|
|
4510
4916
|
name: string;
|
|
4511
4917
|
api: "openai-completions";
|
|
@@ -4514,7 +4920,7 @@ export declare const MODELS: {
|
|
|
4514
4920
|
compat: {
|
|
4515
4921
|
supportsDeveloperRole: false;
|
|
4516
4922
|
};
|
|
4517
|
-
reasoning:
|
|
4923
|
+
reasoning: true;
|
|
4518
4924
|
input: "text"[];
|
|
4519
4925
|
cost: {
|
|
4520
4926
|
input: number;
|
|
@@ -4525,7 +4931,7 @@ export declare const MODELS: {
|
|
|
4525
4931
|
contextWindow: number;
|
|
4526
4932
|
maxTokens: number;
|
|
4527
4933
|
};
|
|
4528
|
-
readonly "
|
|
4934
|
+
readonly "zai-org/GLM-4.5-Air": {
|
|
4529
4935
|
id: string;
|
|
4530
4936
|
name: string;
|
|
4531
4937
|
api: "openai-completions";
|
|
@@ -4534,7 +4940,7 @@ export declare const MODELS: {
|
|
|
4534
4940
|
compat: {
|
|
4535
4941
|
supportsDeveloperRole: false;
|
|
4536
4942
|
};
|
|
4537
|
-
reasoning:
|
|
4943
|
+
reasoning: true;
|
|
4538
4944
|
input: "text"[];
|
|
4539
4945
|
cost: {
|
|
4540
4946
|
input: number;
|
|
@@ -4545,7 +4951,7 @@ export declare const MODELS: {
|
|
|
4545
4951
|
contextWindow: number;
|
|
4546
4952
|
maxTokens: number;
|
|
4547
4953
|
};
|
|
4548
|
-
readonly "
|
|
4954
|
+
readonly "zai-org/GLM-4.5V": {
|
|
4549
4955
|
id: string;
|
|
4550
4956
|
name: string;
|
|
4551
4957
|
api: "openai-completions";
|
|
@@ -4555,7 +4961,7 @@ export declare const MODELS: {
|
|
|
4555
4961
|
supportsDeveloperRole: false;
|
|
4556
4962
|
};
|
|
4557
4963
|
reasoning: true;
|
|
4558
|
-
input: "text"[];
|
|
4964
|
+
input: ("image" | "text")[];
|
|
4559
4965
|
cost: {
|
|
4560
4966
|
input: number;
|
|
4561
4967
|
output: number;
|
|
@@ -4565,7 +4971,7 @@ export declare const MODELS: {
|
|
|
4565
4971
|
contextWindow: number;
|
|
4566
4972
|
maxTokens: number;
|
|
4567
4973
|
};
|
|
4568
|
-
readonly "
|
|
4974
|
+
readonly "zai-org/GLM-4.6": {
|
|
4569
4975
|
id: string;
|
|
4570
4976
|
name: string;
|
|
4571
4977
|
api: "openai-completions";
|
|
@@ -4575,7 +4981,7 @@ export declare const MODELS: {
|
|
|
4575
4981
|
supportsDeveloperRole: false;
|
|
4576
4982
|
};
|
|
4577
4983
|
reasoning: true;
|
|
4578
|
-
input:
|
|
4984
|
+
input: "text"[];
|
|
4579
4985
|
cost: {
|
|
4580
4986
|
input: number;
|
|
4581
4987
|
output: number;
|
|
@@ -4585,7 +4991,7 @@ export declare const MODELS: {
|
|
|
4585
4991
|
contextWindow: number;
|
|
4586
4992
|
maxTokens: number;
|
|
4587
4993
|
};
|
|
4588
|
-
readonly "
|
|
4994
|
+
readonly "zai-org/GLM-4.7": {
|
|
4589
4995
|
id: string;
|
|
4590
4996
|
name: string;
|
|
4591
4997
|
api: "openai-completions";
|
|
@@ -4595,7 +5001,7 @@ export declare const MODELS: {
|
|
|
4595
5001
|
supportsDeveloperRole: false;
|
|
4596
5002
|
};
|
|
4597
5003
|
reasoning: true;
|
|
4598
|
-
input:
|
|
5004
|
+
input: "text"[];
|
|
4599
5005
|
cost: {
|
|
4600
5006
|
input: number;
|
|
4601
5007
|
output: number;
|
|
@@ -4605,7 +5011,7 @@ export declare const MODELS: {
|
|
|
4605
5011
|
contextWindow: number;
|
|
4606
5012
|
maxTokens: number;
|
|
4607
5013
|
};
|
|
4608
|
-
readonly "zai-org/GLM-4.7": {
|
|
5014
|
+
readonly "zai-org/GLM-4.7-Flash": {
|
|
4609
5015
|
id: string;
|
|
4610
5016
|
name: string;
|
|
4611
5017
|
api: "openai-completions";
|
|
@@ -4625,7 +5031,7 @@ export declare const MODELS: {
|
|
|
4625
5031
|
contextWindow: number;
|
|
4626
5032
|
maxTokens: number;
|
|
4627
5033
|
};
|
|
4628
|
-
readonly "zai-org/GLM-
|
|
5034
|
+
readonly "zai-org/GLM-5": {
|
|
4629
5035
|
id: string;
|
|
4630
5036
|
name: string;
|
|
4631
5037
|
api: "openai-completions";
|
|
@@ -4645,7 +5051,7 @@ export declare const MODELS: {
|
|
|
4645
5051
|
contextWindow: number;
|
|
4646
5052
|
maxTokens: number;
|
|
4647
5053
|
};
|
|
4648
|
-
readonly "zai-org/GLM-5": {
|
|
5054
|
+
readonly "zai-org/GLM-5.1": {
|
|
4649
5055
|
id: string;
|
|
4650
5056
|
name: string;
|
|
4651
5057
|
api: "openai-completions";
|
|
@@ -4665,7 +5071,7 @@ export declare const MODELS: {
|
|
|
4665
5071
|
contextWindow: number;
|
|
4666
5072
|
maxTokens: number;
|
|
4667
5073
|
};
|
|
4668
|
-
readonly "zai-org/GLM-5.
|
|
5074
|
+
readonly "zai-org/GLM-5.2": {
|
|
4669
5075
|
id: string;
|
|
4670
5076
|
name: string;
|
|
4671
5077
|
api: "openai-completions";
|
|
@@ -6507,6 +6913,23 @@ export declare const MODELS: {
|
|
|
6507
6913
|
contextWindow: number;
|
|
6508
6914
|
maxTokens: number;
|
|
6509
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
|
+
};
|
|
6510
6933
|
readonly "gpt-5": {
|
|
6511
6934
|
id: string;
|
|
6512
6935
|
name: string;
|
|
@@ -7293,23 +7716,6 @@ export declare const MODELS: {
|
|
|
7293
7716
|
contextWindow: number;
|
|
7294
7717
|
maxTokens: number;
|
|
7295
7718
|
};
|
|
7296
|
-
readonly "anthropic/claude-3.5-haiku": {
|
|
7297
|
-
id: string;
|
|
7298
|
-
name: string;
|
|
7299
|
-
api: "openai-completions";
|
|
7300
|
-
provider: string;
|
|
7301
|
-
baseUrl: string;
|
|
7302
|
-
reasoning: false;
|
|
7303
|
-
input: ("image" | "text")[];
|
|
7304
|
-
cost: {
|
|
7305
|
-
input: number;
|
|
7306
|
-
output: number;
|
|
7307
|
-
cacheRead: number;
|
|
7308
|
-
cacheWrite: number;
|
|
7309
|
-
};
|
|
7310
|
-
contextWindow: number;
|
|
7311
|
-
maxTokens: number;
|
|
7312
|
-
};
|
|
7313
7719
|
readonly "anthropic/claude-fable-5": {
|
|
7314
7720
|
id: string;
|
|
7315
7721
|
name: string;
|
|
@@ -7905,23 +8311,6 @@ export declare const MODELS: {
|
|
|
7905
8311
|
contextWindow: number;
|
|
7906
8312
|
maxTokens: number;
|
|
7907
8313
|
};
|
|
7908
|
-
readonly "essentialai/rnj-1-instruct": {
|
|
7909
|
-
id: string;
|
|
7910
|
-
name: string;
|
|
7911
|
-
api: "openai-completions";
|
|
7912
|
-
provider: string;
|
|
7913
|
-
baseUrl: string;
|
|
7914
|
-
reasoning: false;
|
|
7915
|
-
input: "text"[];
|
|
7916
|
-
cost: {
|
|
7917
|
-
input: number;
|
|
7918
|
-
output: number;
|
|
7919
|
-
cacheRead: number;
|
|
7920
|
-
cacheWrite: number;
|
|
7921
|
-
};
|
|
7922
|
-
contextWindow: number;
|
|
7923
|
-
maxTokens: number;
|
|
7924
|
-
};
|
|
7925
8314
|
readonly "google/gemini-2.5-flash": {
|
|
7926
8315
|
id: string;
|
|
7927
8316
|
name: string;
|
|
@@ -8959,23 +9348,6 @@ export declare const MODELS: {
|
|
|
8959
9348
|
contextWindow: number;
|
|
8960
9349
|
maxTokens: number;
|
|
8961
9350
|
};
|
|
8962
|
-
readonly "nex-agi/nex-n2-pro:free": {
|
|
8963
|
-
id: string;
|
|
8964
|
-
name: string;
|
|
8965
|
-
api: "openai-completions";
|
|
8966
|
-
provider: string;
|
|
8967
|
-
baseUrl: string;
|
|
8968
|
-
reasoning: true;
|
|
8969
|
-
input: ("image" | "text")[];
|
|
8970
|
-
cost: {
|
|
8971
|
-
input: number;
|
|
8972
|
-
output: number;
|
|
8973
|
-
cacheRead: number;
|
|
8974
|
-
cacheWrite: number;
|
|
8975
|
-
};
|
|
8976
|
-
contextWindow: number;
|
|
8977
|
-
maxTokens: number;
|
|
8978
|
-
};
|
|
8979
9351
|
readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
8980
9352
|
id: string;
|
|
8981
9353
|
name: string;
|
|
@@ -10183,23 +10555,6 @@ export declare const MODELS: {
|
|
|
10183
10555
|
contextWindow: number;
|
|
10184
10556
|
maxTokens: number;
|
|
10185
10557
|
};
|
|
10186
|
-
readonly "prime-intellect/intellect-3": {
|
|
10187
|
-
id: string;
|
|
10188
|
-
name: string;
|
|
10189
|
-
api: "openai-completions";
|
|
10190
|
-
provider: string;
|
|
10191
|
-
baseUrl: string;
|
|
10192
|
-
reasoning: true;
|
|
10193
|
-
input: "text"[];
|
|
10194
|
-
cost: {
|
|
10195
|
-
input: number;
|
|
10196
|
-
output: number;
|
|
10197
|
-
cacheRead: number;
|
|
10198
|
-
cacheWrite: number;
|
|
10199
|
-
};
|
|
10200
|
-
contextWindow: number;
|
|
10201
|
-
maxTokens: number;
|
|
10202
|
-
};
|
|
10203
10558
|
readonly "qwen/qwen-2.5-72b-instruct": {
|
|
10204
10559
|
id: string;
|
|
10205
10560
|
name: string;
|
|
@@ -11033,14 +11388,14 @@ export declare const MODELS: {
|
|
|
11033
11388
|
contextWindow: number;
|
|
11034
11389
|
maxTokens: number;
|
|
11035
11390
|
};
|
|
11036
|
-
readonly "
|
|
11391
|
+
readonly "sakana/fugu-ultra": {
|
|
11037
11392
|
id: string;
|
|
11038
11393
|
name: string;
|
|
11039
11394
|
api: "openai-completions";
|
|
11040
11395
|
provider: string;
|
|
11041
11396
|
baseUrl: string;
|
|
11042
|
-
reasoning:
|
|
11043
|
-
input: "text"[];
|
|
11397
|
+
reasoning: true;
|
|
11398
|
+
input: ("image" | "text")[];
|
|
11044
11399
|
cost: {
|
|
11045
11400
|
input: number;
|
|
11046
11401
|
output: number;
|
|
@@ -11050,13 +11405,13 @@ export declare const MODELS: {
|
|
|
11050
11405
|
contextWindow: number;
|
|
11051
11406
|
maxTokens: number;
|
|
11052
11407
|
};
|
|
11053
|
-
readonly "
|
|
11408
|
+
readonly "sao10k/l3.1-euryale-70b": {
|
|
11054
11409
|
id: string;
|
|
11055
11410
|
name: string;
|
|
11056
11411
|
api: "openai-completions";
|
|
11057
11412
|
provider: string;
|
|
11058
11413
|
baseUrl: string;
|
|
11059
|
-
reasoning:
|
|
11414
|
+
reasoning: false;
|
|
11060
11415
|
input: "text"[];
|
|
11061
11416
|
cost: {
|
|
11062
11417
|
input: number;
|
|
@@ -11067,14 +11422,14 @@ export declare const MODELS: {
|
|
|
11067
11422
|
contextWindow: number;
|
|
11068
11423
|
maxTokens: number;
|
|
11069
11424
|
};
|
|
11070
|
-
readonly "stepfun/step-3.
|
|
11425
|
+
readonly "stepfun/step-3.5-flash": {
|
|
11071
11426
|
id: string;
|
|
11072
11427
|
name: string;
|
|
11073
11428
|
api: "openai-completions";
|
|
11074
11429
|
provider: string;
|
|
11075
11430
|
baseUrl: string;
|
|
11076
11431
|
reasoning: true;
|
|
11077
|
-
input:
|
|
11432
|
+
input: "text"[];
|
|
11078
11433
|
cost: {
|
|
11079
11434
|
input: number;
|
|
11080
11435
|
output: number;
|
|
@@ -11084,14 +11439,14 @@ export declare const MODELS: {
|
|
|
11084
11439
|
contextWindow: number;
|
|
11085
11440
|
maxTokens: number;
|
|
11086
11441
|
};
|
|
11087
|
-
readonly "
|
|
11442
|
+
readonly "stepfun/step-3.7-flash": {
|
|
11088
11443
|
id: string;
|
|
11089
11444
|
name: string;
|
|
11090
11445
|
api: "openai-completions";
|
|
11091
11446
|
provider: string;
|
|
11092
11447
|
baseUrl: string;
|
|
11093
11448
|
reasoning: true;
|
|
11094
|
-
input: "text"[];
|
|
11449
|
+
input: ("image" | "text")[];
|
|
11095
11450
|
cost: {
|
|
11096
11451
|
input: number;
|
|
11097
11452
|
output: number;
|
|
@@ -11101,13 +11456,13 @@ export declare const MODELS: {
|
|
|
11101
11456
|
contextWindow: number;
|
|
11102
11457
|
maxTokens: number;
|
|
11103
11458
|
};
|
|
11104
|
-
readonly "
|
|
11459
|
+
readonly "tencent/hy3-preview": {
|
|
11105
11460
|
id: string;
|
|
11106
11461
|
name: string;
|
|
11107
11462
|
api: "openai-completions";
|
|
11108
11463
|
provider: string;
|
|
11109
11464
|
baseUrl: string;
|
|
11110
|
-
reasoning:
|
|
11465
|
+
reasoning: true;
|
|
11111
11466
|
input: "text"[];
|
|
11112
11467
|
cost: {
|
|
11113
11468
|
input: number;
|
|
@@ -11424,6 +11779,23 @@ export declare const MODELS: {
|
|
|
11424
11779
|
contextWindow: number;
|
|
11425
11780
|
maxTokens: number;
|
|
11426
11781
|
};
|
|
11782
|
+
readonly "z-ai/glm-5v-turbo": {
|
|
11783
|
+
id: string;
|
|
11784
|
+
name: string;
|
|
11785
|
+
api: "openai-completions";
|
|
11786
|
+
provider: string;
|
|
11787
|
+
baseUrl: string;
|
|
11788
|
+
reasoning: true;
|
|
11789
|
+
input: ("image" | "text")[];
|
|
11790
|
+
cost: {
|
|
11791
|
+
input: number;
|
|
11792
|
+
output: number;
|
|
11793
|
+
cacheRead: number;
|
|
11794
|
+
cacheWrite: number;
|
|
11795
|
+
};
|
|
11796
|
+
contextWindow: number;
|
|
11797
|
+
maxTokens: number;
|
|
11798
|
+
};
|
|
11427
11799
|
readonly "~anthropic/claude-fable-latest": {
|
|
11428
11800
|
id: string;
|
|
11429
11801
|
name: string;
|
|
@@ -11687,7 +12059,7 @@ export declare const MODELS: {
|
|
|
11687
12059
|
api: "anthropic-messages";
|
|
11688
12060
|
provider: string;
|
|
11689
12061
|
baseUrl: string;
|
|
11690
|
-
reasoning:
|
|
12062
|
+
reasoning: false;
|
|
11691
12063
|
input: "text"[];
|
|
11692
12064
|
cost: {
|
|
11693
12065
|
input: number;
|
|
@@ -11704,7 +12076,7 @@ export declare const MODELS: {
|
|
|
11704
12076
|
api: "anthropic-messages";
|
|
11705
12077
|
provider: string;
|
|
11706
12078
|
baseUrl: string;
|
|
11707
|
-
reasoning:
|
|
12079
|
+
reasoning: false;
|
|
11708
12080
|
input: "text"[];
|
|
11709
12081
|
cost: {
|
|
11710
12082
|
input: number;
|
|
@@ -11721,7 +12093,7 @@ export declare const MODELS: {
|
|
|
11721
12093
|
api: "anthropic-messages";
|
|
11722
12094
|
provider: string;
|
|
11723
12095
|
baseUrl: string;
|
|
11724
|
-
reasoning:
|
|
12096
|
+
reasoning: false;
|
|
11725
12097
|
input: "text"[];
|
|
11726
12098
|
cost: {
|
|
11727
12099
|
input: number;
|
|
@@ -11834,6 +12206,40 @@ export declare const MODELS: {
|
|
|
11834
12206
|
contextWindow: number;
|
|
11835
12207
|
maxTokens: number;
|
|
11836
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
|
+
};
|
|
11837
12243
|
readonly "alibaba/qwen3-vl-thinking": {
|
|
11838
12244
|
id: string;
|
|
11839
12245
|
name: string;
|
|
@@ -11851,14 +12257,82 @@ export declare const MODELS: {
|
|
|
11851
12257
|
contextWindow: number;
|
|
11852
12258
|
maxTokens: number;
|
|
11853
12259
|
};
|
|
11854
|
-
readonly "alibaba/qwen3.5-flash": {
|
|
12260
|
+
readonly "alibaba/qwen3.5-flash": {
|
|
12261
|
+
id: string;
|
|
12262
|
+
name: string;
|
|
12263
|
+
api: "anthropic-messages";
|
|
12264
|
+
provider: string;
|
|
12265
|
+
baseUrl: string;
|
|
12266
|
+
reasoning: true;
|
|
12267
|
+
input: ("image" | "text")[];
|
|
12268
|
+
cost: {
|
|
12269
|
+
input: number;
|
|
12270
|
+
output: number;
|
|
12271
|
+
cacheRead: number;
|
|
12272
|
+
cacheWrite: number;
|
|
12273
|
+
};
|
|
12274
|
+
contextWindow: number;
|
|
12275
|
+
maxTokens: number;
|
|
12276
|
+
};
|
|
12277
|
+
readonly "alibaba/qwen3.5-plus": {
|
|
12278
|
+
id: string;
|
|
12279
|
+
name: string;
|
|
12280
|
+
api: "anthropic-messages";
|
|
12281
|
+
provider: string;
|
|
12282
|
+
baseUrl: string;
|
|
12283
|
+
reasoning: true;
|
|
12284
|
+
input: ("image" | "text")[];
|
|
12285
|
+
cost: {
|
|
12286
|
+
input: number;
|
|
12287
|
+
output: number;
|
|
12288
|
+
cacheRead: number;
|
|
12289
|
+
cacheWrite: number;
|
|
12290
|
+
};
|
|
12291
|
+
contextWindow: number;
|
|
12292
|
+
maxTokens: number;
|
|
12293
|
+
};
|
|
12294
|
+
readonly "alibaba/qwen3.6-27b": {
|
|
12295
|
+
id: string;
|
|
12296
|
+
name: string;
|
|
12297
|
+
api: "anthropic-messages";
|
|
12298
|
+
provider: string;
|
|
12299
|
+
baseUrl: string;
|
|
12300
|
+
reasoning: true;
|
|
12301
|
+
input: ("image" | "text")[];
|
|
12302
|
+
cost: {
|
|
12303
|
+
input: number;
|
|
12304
|
+
output: number;
|
|
12305
|
+
cacheRead: number;
|
|
12306
|
+
cacheWrite: number;
|
|
12307
|
+
};
|
|
12308
|
+
contextWindow: number;
|
|
12309
|
+
maxTokens: number;
|
|
12310
|
+
};
|
|
12311
|
+
readonly "alibaba/qwen3.6-plus": {
|
|
12312
|
+
id: string;
|
|
12313
|
+
name: string;
|
|
12314
|
+
api: "anthropic-messages";
|
|
12315
|
+
provider: string;
|
|
12316
|
+
baseUrl: string;
|
|
12317
|
+
reasoning: true;
|
|
12318
|
+
input: ("image" | "text")[];
|
|
12319
|
+
cost: {
|
|
12320
|
+
input: number;
|
|
12321
|
+
output: number;
|
|
12322
|
+
cacheRead: number;
|
|
12323
|
+
cacheWrite: number;
|
|
12324
|
+
};
|
|
12325
|
+
contextWindow: number;
|
|
12326
|
+
maxTokens: number;
|
|
12327
|
+
};
|
|
12328
|
+
readonly "alibaba/qwen3.7-max": {
|
|
11855
12329
|
id: string;
|
|
11856
12330
|
name: string;
|
|
11857
12331
|
api: "anthropic-messages";
|
|
11858
12332
|
provider: string;
|
|
11859
12333
|
baseUrl: string;
|
|
11860
12334
|
reasoning: true;
|
|
11861
|
-
input:
|
|
12335
|
+
input: "text"[];
|
|
11862
12336
|
cost: {
|
|
11863
12337
|
input: number;
|
|
11864
12338
|
output: number;
|
|
@@ -11868,7 +12342,7 @@ export declare const MODELS: {
|
|
|
11868
12342
|
contextWindow: number;
|
|
11869
12343
|
maxTokens: number;
|
|
11870
12344
|
};
|
|
11871
|
-
readonly "alibaba/qwen3.
|
|
12345
|
+
readonly "alibaba/qwen3.7-plus": {
|
|
11872
12346
|
id: string;
|
|
11873
12347
|
name: string;
|
|
11874
12348
|
api: "anthropic-messages";
|
|
@@ -11885,7 +12359,7 @@ export declare const MODELS: {
|
|
|
11885
12359
|
contextWindow: number;
|
|
11886
12360
|
maxTokens: number;
|
|
11887
12361
|
};
|
|
11888
|
-
readonly "
|
|
12362
|
+
readonly "amazon/nova-2-lite": {
|
|
11889
12363
|
id: string;
|
|
11890
12364
|
name: string;
|
|
11891
12365
|
api: "anthropic-messages";
|
|
@@ -11902,13 +12376,13 @@ export declare const MODELS: {
|
|
|
11902
12376
|
contextWindow: number;
|
|
11903
12377
|
maxTokens: number;
|
|
11904
12378
|
};
|
|
11905
|
-
readonly "
|
|
12379
|
+
readonly "amazon/nova-lite": {
|
|
11906
12380
|
id: string;
|
|
11907
12381
|
name: string;
|
|
11908
12382
|
api: "anthropic-messages";
|
|
11909
12383
|
provider: string;
|
|
11910
12384
|
baseUrl: string;
|
|
11911
|
-
reasoning:
|
|
12385
|
+
reasoning: false;
|
|
11912
12386
|
input: ("image" | "text")[];
|
|
11913
12387
|
cost: {
|
|
11914
12388
|
input: number;
|
|
@@ -11919,13 +12393,13 @@ export declare const MODELS: {
|
|
|
11919
12393
|
contextWindow: number;
|
|
11920
12394
|
maxTokens: number;
|
|
11921
12395
|
};
|
|
11922
|
-
readonly "
|
|
12396
|
+
readonly "amazon/nova-micro": {
|
|
11923
12397
|
id: string;
|
|
11924
12398
|
name: string;
|
|
11925
12399
|
api: "anthropic-messages";
|
|
11926
12400
|
provider: string;
|
|
11927
12401
|
baseUrl: string;
|
|
11928
|
-
reasoning:
|
|
12402
|
+
reasoning: false;
|
|
11929
12403
|
input: "text"[];
|
|
11930
12404
|
cost: {
|
|
11931
12405
|
input: number;
|
|
@@ -11936,13 +12410,13 @@ export declare const MODELS: {
|
|
|
11936
12410
|
contextWindow: number;
|
|
11937
12411
|
maxTokens: number;
|
|
11938
12412
|
};
|
|
11939
|
-
readonly "
|
|
12413
|
+
readonly "amazon/nova-pro": {
|
|
11940
12414
|
id: string;
|
|
11941
12415
|
name: string;
|
|
11942
12416
|
api: "anthropic-messages";
|
|
11943
12417
|
provider: string;
|
|
11944
12418
|
baseUrl: string;
|
|
11945
|
-
reasoning:
|
|
12419
|
+
reasoning: false;
|
|
11946
12420
|
input: ("image" | "text")[];
|
|
11947
12421
|
cost: {
|
|
11948
12422
|
input: number;
|
|
@@ -12191,6 +12665,23 @@ export declare const MODELS: {
|
|
|
12191
12665
|
contextWindow: number;
|
|
12192
12666
|
maxTokens: number;
|
|
12193
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
|
+
};
|
|
12194
12685
|
readonly "bytedance/seed-1.6": {
|
|
12195
12686
|
id: string;
|
|
12196
12687
|
name: string;
|
|
@@ -12198,7 +12689,24 @@ export declare const MODELS: {
|
|
|
12198
12689
|
provider: string;
|
|
12199
12690
|
baseUrl: string;
|
|
12200
12691
|
reasoning: true;
|
|
12201
|
-
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")[];
|
|
12202
12710
|
cost: {
|
|
12203
12711
|
input: number;
|
|
12204
12712
|
output: number;
|
|
@@ -12299,8 +12807,8 @@ export declare const MODELS: {
|
|
|
12299
12807
|
api: "anthropic-messages";
|
|
12300
12808
|
provider: string;
|
|
12301
12809
|
baseUrl: string;
|
|
12302
|
-
reasoning:
|
|
12303
|
-
input:
|
|
12810
|
+
reasoning: false;
|
|
12811
|
+
input: "text"[];
|
|
12304
12812
|
cost: {
|
|
12305
12813
|
input: number;
|
|
12306
12814
|
output: number;
|
|
@@ -12317,7 +12825,7 @@ export declare const MODELS: {
|
|
|
12317
12825
|
provider: string;
|
|
12318
12826
|
baseUrl: string;
|
|
12319
12827
|
reasoning: true;
|
|
12320
|
-
input:
|
|
12828
|
+
input: "text"[];
|
|
12321
12829
|
cost: {
|
|
12322
12830
|
input: number;
|
|
12323
12831
|
output: number;
|
|
@@ -12334,7 +12842,7 @@ export declare const MODELS: {
|
|
|
12334
12842
|
provider: string;
|
|
12335
12843
|
baseUrl: string;
|
|
12336
12844
|
reasoning: true;
|
|
12337
|
-
input:
|
|
12845
|
+
input: "text"[];
|
|
12338
12846
|
cost: {
|
|
12339
12847
|
input: number;
|
|
12340
12848
|
output: number;
|
|
@@ -12537,7 +13045,7 @@ export declare const MODELS: {
|
|
|
12537
13045
|
api: "anthropic-messages";
|
|
12538
13046
|
provider: string;
|
|
12539
13047
|
baseUrl: string;
|
|
12540
|
-
reasoning:
|
|
13048
|
+
reasoning: true;
|
|
12541
13049
|
input: ("image" | "text")[];
|
|
12542
13050
|
cost: {
|
|
12543
13051
|
input: number;
|
|
@@ -12582,6 +13090,40 @@ export declare const MODELS: {
|
|
|
12582
13090
|
contextWindow: number;
|
|
12583
13091
|
maxTokens: number;
|
|
12584
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
|
+
};
|
|
12585
13127
|
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
12586
13128
|
id: string;
|
|
12587
13129
|
name: string;
|
|
@@ -12616,6 +13158,23 @@ export declare const MODELS: {
|
|
|
12616
13158
|
contextWindow: number;
|
|
12617
13159
|
maxTokens: number;
|
|
12618
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
|
+
};
|
|
12619
13178
|
readonly "meta/llama-3.1-70b": {
|
|
12620
13179
|
id: string;
|
|
12621
13180
|
name: string;
|
|
@@ -12929,7 +13488,58 @@ export declare const MODELS: {
|
|
|
12929
13488
|
provider: string;
|
|
12930
13489
|
baseUrl: string;
|
|
12931
13490
|
reasoning: false;
|
|
12932
|
-
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")[];
|
|
12933
13543
|
cost: {
|
|
12934
13544
|
input: number;
|
|
12935
13545
|
output: number;
|
|
@@ -12973,6 +13583,23 @@ export declare const MODELS: {
|
|
|
12973
13583
|
contextWindow: number;
|
|
12974
13584
|
maxTokens: number;
|
|
12975
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
|
+
};
|
|
12976
13603
|
readonly "mistral/mistral-medium": {
|
|
12977
13604
|
id: string;
|
|
12978
13605
|
name: string;
|
|
@@ -12997,7 +13624,7 @@ export declare const MODELS: {
|
|
|
12997
13624
|
provider: string;
|
|
12998
13625
|
baseUrl: string;
|
|
12999
13626
|
reasoning: true;
|
|
13000
|
-
input: "text"[];
|
|
13627
|
+
input: ("image" | "text")[];
|
|
13001
13628
|
cost: {
|
|
13002
13629
|
input: number;
|
|
13003
13630
|
output: number;
|
|
@@ -13177,6 +13804,23 @@ export declare const MODELS: {
|
|
|
13177
13804
|
contextWindow: number;
|
|
13178
13805
|
maxTokens: number;
|
|
13179
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
|
+
};
|
|
13180
13824
|
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
13181
13825
|
id: string;
|
|
13182
13826
|
name: string;
|
|
@@ -13245,6 +13889,23 @@ export declare const MODELS: {
|
|
|
13245
13889
|
contextWindow: number;
|
|
13246
13890
|
maxTokens: number;
|
|
13247
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
|
+
};
|
|
13248
13909
|
readonly "openai/gpt-4-turbo": {
|
|
13249
13910
|
id: string;
|
|
13250
13911
|
name: string;
|
|
@@ -13370,7 +14031,7 @@ export declare const MODELS: {
|
|
|
13370
14031
|
api: "anthropic-messages";
|
|
13371
14032
|
provider: string;
|
|
13372
14033
|
baseUrl: string;
|
|
13373
|
-
reasoning:
|
|
14034
|
+
reasoning: false;
|
|
13374
14035
|
input: ("image" | "text")[];
|
|
13375
14036
|
cost: {
|
|
13376
14037
|
input: number;
|
|
@@ -13506,7 +14167,7 @@ export declare const MODELS: {
|
|
|
13506
14167
|
api: "anthropic-messages";
|
|
13507
14168
|
provider: string;
|
|
13508
14169
|
baseUrl: string;
|
|
13509
|
-
reasoning:
|
|
14170
|
+
reasoning: false;
|
|
13510
14171
|
input: ("image" | "text")[];
|
|
13511
14172
|
cost: {
|
|
13512
14173
|
input: number;
|
|
@@ -13557,7 +14218,7 @@ export declare const MODELS: {
|
|
|
13557
14218
|
api: "anthropic-messages";
|
|
13558
14219
|
provider: string;
|
|
13559
14220
|
baseUrl: string;
|
|
13560
|
-
reasoning:
|
|
14221
|
+
reasoning: false;
|
|
13561
14222
|
input: ("image" | "text")[];
|
|
13562
14223
|
cost: {
|
|
13563
14224
|
input: number;
|
|
@@ -13608,7 +14269,7 @@ export declare const MODELS: {
|
|
|
13608
14269
|
api: "anthropic-messages";
|
|
13609
14270
|
provider: string;
|
|
13610
14271
|
baseUrl: string;
|
|
13611
|
-
reasoning:
|
|
14272
|
+
reasoning: false;
|
|
13612
14273
|
input: ("image" | "text")[];
|
|
13613
14274
|
cost: {
|
|
13614
14275
|
input: number;
|
|
@@ -13891,30 +14552,13 @@ export declare const MODELS: {
|
|
|
13891
14552
|
contextWindow: number;
|
|
13892
14553
|
maxTokens: number;
|
|
13893
14554
|
};
|
|
13894
|
-
readonly "
|
|
13895
|
-
id: string;
|
|
13896
|
-
name: string;
|
|
13897
|
-
api: "anthropic-messages";
|
|
13898
|
-
provider: string;
|
|
13899
|
-
baseUrl: string;
|
|
13900
|
-
reasoning: false;
|
|
13901
|
-
input: ("image" | "text")[];
|
|
13902
|
-
cost: {
|
|
13903
|
-
input: number;
|
|
13904
|
-
output: number;
|
|
13905
|
-
cacheRead: number;
|
|
13906
|
-
cacheWrite: number;
|
|
13907
|
-
};
|
|
13908
|
-
contextWindow: number;
|
|
13909
|
-
maxTokens: number;
|
|
13910
|
-
};
|
|
13911
|
-
readonly "perplexity/sonar-pro": {
|
|
14555
|
+
readonly "sakana/fugu-ultra": {
|
|
13912
14556
|
id: string;
|
|
13913
14557
|
name: string;
|
|
13914
14558
|
api: "anthropic-messages";
|
|
13915
14559
|
provider: string;
|
|
13916
14560
|
baseUrl: string;
|
|
13917
|
-
reasoning:
|
|
14561
|
+
reasoning: true;
|
|
13918
14562
|
input: ("image" | "text")[];
|
|
13919
14563
|
cost: {
|
|
13920
14564
|
input: number;
|
|
@@ -14391,7 +15035,7 @@ export declare const MODELS: {
|
|
|
14391
15035
|
provider: string;
|
|
14392
15036
|
baseUrl: string;
|
|
14393
15037
|
reasoning: true;
|
|
14394
|
-
input:
|
|
15038
|
+
input: "text"[];
|
|
14395
15039
|
cost: {
|
|
14396
15040
|
input: number;
|
|
14397
15041
|
output: number;
|
|
@@ -14418,6 +15062,23 @@ export declare const MODELS: {
|
|
|
14418
15062
|
contextWindow: number;
|
|
14419
15063
|
maxTokens: number;
|
|
14420
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
|
+
};
|
|
14421
15082
|
readonly "zai/glm-5v-turbo": {
|
|
14422
15083
|
id: string;
|
|
14423
15084
|
name: string;
|