@elyracode/ai 0.9.9 → 0.9.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/image-models.generated.d.ts +75 -0
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +75 -0
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +1401 -321
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +1526 -525
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -2973,30 +2973,13 @@ export declare const MODELS: {
|
|
|
2973
2973
|
contextWindow: number;
|
|
2974
2974
|
maxTokens: number;
|
|
2975
2975
|
};
|
|
2976
|
-
readonly "llama3.1-8b": {
|
|
2977
|
-
id: string;
|
|
2978
|
-
name: string;
|
|
2979
|
-
api: "openai-completions";
|
|
2980
|
-
provider: string;
|
|
2981
|
-
baseUrl: string;
|
|
2982
|
-
reasoning: false;
|
|
2983
|
-
input: "text"[];
|
|
2984
|
-
cost: {
|
|
2985
|
-
input: number;
|
|
2986
|
-
output: number;
|
|
2987
|
-
cacheRead: number;
|
|
2988
|
-
cacheWrite: number;
|
|
2989
|
-
};
|
|
2990
|
-
contextWindow: number;
|
|
2991
|
-
maxTokens: number;
|
|
2992
|
-
};
|
|
2993
2976
|
readonly "zai-glm-4.7": {
|
|
2994
2977
|
id: string;
|
|
2995
2978
|
name: string;
|
|
2996
2979
|
api: "openai-completions";
|
|
2997
2980
|
provider: string;
|
|
2998
2981
|
baseUrl: string;
|
|
2999
|
-
reasoning:
|
|
2982
|
+
reasoning: true;
|
|
3000
2983
|
input: "text"[];
|
|
3001
2984
|
cost: {
|
|
3002
2985
|
input: number;
|
|
@@ -3767,6 +3750,26 @@ export declare const MODELS: {
|
|
|
3767
3750
|
contextWindow: number;
|
|
3768
3751
|
maxTokens: number;
|
|
3769
3752
|
};
|
|
3753
|
+
readonly "@cf/moonshotai/kimi-k2.7-code": {
|
|
3754
|
+
id: string;
|
|
3755
|
+
name: string;
|
|
3756
|
+
api: "openai-completions";
|
|
3757
|
+
provider: string;
|
|
3758
|
+
baseUrl: string;
|
|
3759
|
+
compat: {
|
|
3760
|
+
sendSessionAffinityHeaders: true;
|
|
3761
|
+
};
|
|
3762
|
+
reasoning: true;
|
|
3763
|
+
input: ("image" | "text")[];
|
|
3764
|
+
cost: {
|
|
3765
|
+
input: number;
|
|
3766
|
+
output: number;
|
|
3767
|
+
cacheRead: number;
|
|
3768
|
+
cacheWrite: number;
|
|
3769
|
+
};
|
|
3770
|
+
contextWindow: number;
|
|
3771
|
+
maxTokens: number;
|
|
3772
|
+
};
|
|
3770
3773
|
readonly "@cf/nvidia/nemotron-3-120b-a12b": {
|
|
3771
3774
|
id: string;
|
|
3772
3775
|
name: string;
|
|
@@ -3867,6 +3870,26 @@ export declare const MODELS: {
|
|
|
3867
3870
|
contextWindow: number;
|
|
3868
3871
|
maxTokens: number;
|
|
3869
3872
|
};
|
|
3873
|
+
readonly "@cf/zai-org/glm-5.2": {
|
|
3874
|
+
id: string;
|
|
3875
|
+
name: string;
|
|
3876
|
+
api: "openai-completions";
|
|
3877
|
+
provider: string;
|
|
3878
|
+
baseUrl: string;
|
|
3879
|
+
compat: {
|
|
3880
|
+
sendSessionAffinityHeaders: true;
|
|
3881
|
+
};
|
|
3882
|
+
reasoning: true;
|
|
3883
|
+
input: "text"[];
|
|
3884
|
+
cost: {
|
|
3885
|
+
input: number;
|
|
3886
|
+
output: number;
|
|
3887
|
+
cacheRead: number;
|
|
3888
|
+
cacheWrite: number;
|
|
3889
|
+
};
|
|
3890
|
+
contextWindow: number;
|
|
3891
|
+
maxTokens: number;
|
|
3892
|
+
};
|
|
3870
3893
|
};
|
|
3871
3894
|
readonly deepseek: {
|
|
3872
3895
|
readonly "deepseek-v4-flash": {
|
|
@@ -3978,6 +4001,23 @@ export declare const MODELS: {
|
|
|
3978
4001
|
contextWindow: number;
|
|
3979
4002
|
maxTokens: number;
|
|
3980
4003
|
};
|
|
4004
|
+
readonly "accounts/fireworks/models/glm-5p2": {
|
|
4005
|
+
id: string;
|
|
4006
|
+
name: string;
|
|
4007
|
+
api: "anthropic-messages";
|
|
4008
|
+
provider: string;
|
|
4009
|
+
baseUrl: string;
|
|
4010
|
+
reasoning: true;
|
|
4011
|
+
input: "text"[];
|
|
4012
|
+
cost: {
|
|
4013
|
+
input: number;
|
|
4014
|
+
output: number;
|
|
4015
|
+
cacheRead: number;
|
|
4016
|
+
cacheWrite: number;
|
|
4017
|
+
};
|
|
4018
|
+
contextWindow: number;
|
|
4019
|
+
maxTokens: number;
|
|
4020
|
+
};
|
|
3981
4021
|
readonly "accounts/fireworks/models/gpt-oss-120b": {
|
|
3982
4022
|
id: string;
|
|
3983
4023
|
name: string;
|
|
@@ -4012,7 +4052,7 @@ export declare const MODELS: {
|
|
|
4012
4052
|
contextWindow: number;
|
|
4013
4053
|
maxTokens: number;
|
|
4014
4054
|
};
|
|
4015
|
-
readonly "accounts/fireworks/models/kimi-
|
|
4055
|
+
readonly "accounts/fireworks/models/kimi-k2p6": {
|
|
4016
4056
|
id: string;
|
|
4017
4057
|
name: string;
|
|
4018
4058
|
api: "anthropic-messages";
|
|
@@ -4029,7 +4069,7 @@ export declare const MODELS: {
|
|
|
4029
4069
|
contextWindow: number;
|
|
4030
4070
|
maxTokens: number;
|
|
4031
4071
|
};
|
|
4032
|
-
readonly "accounts/fireworks/models/kimi-
|
|
4072
|
+
readonly "accounts/fireworks/models/kimi-k2p7-code": {
|
|
4033
4073
|
id: string;
|
|
4034
4074
|
name: string;
|
|
4035
4075
|
api: "anthropic-messages";
|
|
@@ -4046,7 +4086,7 @@ export declare const MODELS: {
|
|
|
4046
4086
|
contextWindow: number;
|
|
4047
4087
|
maxTokens: number;
|
|
4048
4088
|
};
|
|
4049
|
-
readonly "accounts/fireworks/models/minimax-
|
|
4089
|
+
readonly "accounts/fireworks/models/minimax-m2p7": {
|
|
4050
4090
|
id: string;
|
|
4051
4091
|
name: string;
|
|
4052
4092
|
api: "anthropic-messages";
|
|
@@ -4063,7 +4103,7 @@ export declare const MODELS: {
|
|
|
4063
4103
|
contextWindow: number;
|
|
4064
4104
|
maxTokens: number;
|
|
4065
4105
|
};
|
|
4066
|
-
readonly "accounts/fireworks/models/minimax-
|
|
4106
|
+
readonly "accounts/fireworks/models/minimax-m3": {
|
|
4067
4107
|
id: string;
|
|
4068
4108
|
name: string;
|
|
4069
4109
|
api: "anthropic-messages";
|
|
@@ -4080,7 +4120,7 @@ export declare const MODELS: {
|
|
|
4080
4120
|
contextWindow: number;
|
|
4081
4121
|
maxTokens: number;
|
|
4082
4122
|
};
|
|
4083
|
-
readonly "accounts/fireworks/models/
|
|
4123
|
+
readonly "accounts/fireworks/models/qwen3p7-plus": {
|
|
4084
4124
|
id: string;
|
|
4085
4125
|
name: string;
|
|
4086
4126
|
api: "anthropic-messages";
|
|
@@ -4114,6 +4154,23 @@ export declare const MODELS: {
|
|
|
4114
4154
|
contextWindow: number;
|
|
4115
4155
|
maxTokens: number;
|
|
4116
4156
|
};
|
|
4157
|
+
readonly "accounts/fireworks/routers/glm-5p2-fast": {
|
|
4158
|
+
id: string;
|
|
4159
|
+
name: string;
|
|
4160
|
+
api: "anthropic-messages";
|
|
4161
|
+
provider: string;
|
|
4162
|
+
baseUrl: string;
|
|
4163
|
+
reasoning: true;
|
|
4164
|
+
input: "text"[];
|
|
4165
|
+
cost: {
|
|
4166
|
+
input: number;
|
|
4167
|
+
output: number;
|
|
4168
|
+
cacheRead: number;
|
|
4169
|
+
cacheWrite: number;
|
|
4170
|
+
};
|
|
4171
|
+
contextWindow: number;
|
|
4172
|
+
maxTokens: number;
|
|
4173
|
+
};
|
|
4117
4174
|
readonly "accounts/fireworks/routers/kimi-k2p6-fast": {
|
|
4118
4175
|
id: string;
|
|
4119
4176
|
name: string;
|
|
@@ -4148,8 +4205,60 @@ export declare const MODELS: {
|
|
|
4148
4205
|
contextWindow: number;
|
|
4149
4206
|
maxTokens: number;
|
|
4150
4207
|
};
|
|
4208
|
+
readonly "accounts/fireworks/routers/kimi-k2p7-code-fast": {
|
|
4209
|
+
id: string;
|
|
4210
|
+
name: string;
|
|
4211
|
+
api: "anthropic-messages";
|
|
4212
|
+
provider: string;
|
|
4213
|
+
baseUrl: string;
|
|
4214
|
+
reasoning: true;
|
|
4215
|
+
input: ("image" | "text")[];
|
|
4216
|
+
cost: {
|
|
4217
|
+
input: number;
|
|
4218
|
+
output: number;
|
|
4219
|
+
cacheRead: number;
|
|
4220
|
+
cacheWrite: number;
|
|
4221
|
+
};
|
|
4222
|
+
contextWindow: number;
|
|
4223
|
+
maxTokens: number;
|
|
4224
|
+
};
|
|
4151
4225
|
};
|
|
4152
4226
|
readonly "github-copilot": {
|
|
4227
|
+
readonly "claude-fable-5": {
|
|
4228
|
+
id: string;
|
|
4229
|
+
name: string;
|
|
4230
|
+
api: "openai-completions";
|
|
4231
|
+
provider: string;
|
|
4232
|
+
baseUrl: string;
|
|
4233
|
+
headers: {
|
|
4234
|
+
"User-Agent": string;
|
|
4235
|
+
"Editor-Version": string;
|
|
4236
|
+
"Editor-Plugin-Version": string;
|
|
4237
|
+
"Copilot-Integration-Id": string;
|
|
4238
|
+
};
|
|
4239
|
+
compat: {
|
|
4240
|
+
supportsStore: false;
|
|
4241
|
+
supportsDeveloperRole: false;
|
|
4242
|
+
supportsReasoningEffort: false;
|
|
4243
|
+
};
|
|
4244
|
+
reasoning: true;
|
|
4245
|
+
thinkingLevelMap: {
|
|
4246
|
+
minimal: string;
|
|
4247
|
+
low: string;
|
|
4248
|
+
medium: string;
|
|
4249
|
+
high: string;
|
|
4250
|
+
xhigh: string;
|
|
4251
|
+
};
|
|
4252
|
+
input: ("image" | "text")[];
|
|
4253
|
+
cost: {
|
|
4254
|
+
input: number;
|
|
4255
|
+
output: number;
|
|
4256
|
+
cacheRead: number;
|
|
4257
|
+
cacheWrite: number;
|
|
4258
|
+
};
|
|
4259
|
+
contextWindow: number;
|
|
4260
|
+
maxTokens: number;
|
|
4261
|
+
};
|
|
4153
4262
|
readonly "claude-haiku-4.5": {
|
|
4154
4263
|
id: string;
|
|
4155
4264
|
name: string;
|
|
@@ -4711,34 +4820,6 @@ export declare const MODELS: {
|
|
|
4711
4820
|
contextWindow: number;
|
|
4712
4821
|
maxTokens: number;
|
|
4713
4822
|
};
|
|
4714
|
-
readonly "raptor-mini": {
|
|
4715
|
-
id: string;
|
|
4716
|
-
name: string;
|
|
4717
|
-
api: "openai-completions";
|
|
4718
|
-
provider: string;
|
|
4719
|
-
baseUrl: string;
|
|
4720
|
-
headers: {
|
|
4721
|
-
"User-Agent": string;
|
|
4722
|
-
"Editor-Version": string;
|
|
4723
|
-
"Editor-Plugin-Version": string;
|
|
4724
|
-
"Copilot-Integration-Id": string;
|
|
4725
|
-
};
|
|
4726
|
-
compat: {
|
|
4727
|
-
supportsStore: false;
|
|
4728
|
-
supportsDeveloperRole: false;
|
|
4729
|
-
supportsReasoningEffort: false;
|
|
4730
|
-
};
|
|
4731
|
-
reasoning: true;
|
|
4732
|
-
input: ("image" | "text")[];
|
|
4733
|
-
cost: {
|
|
4734
|
-
input: number;
|
|
4735
|
-
output: number;
|
|
4736
|
-
cacheRead: number;
|
|
4737
|
-
cacheWrite: number;
|
|
4738
|
-
};
|
|
4739
|
-
contextWindow: number;
|
|
4740
|
-
maxTokens: number;
|
|
4741
|
-
};
|
|
4742
4823
|
};
|
|
4743
4824
|
readonly google: {
|
|
4744
4825
|
readonly "gemini-2.0-flash": {
|
|
@@ -5436,7 +5517,7 @@ export declare const MODELS: {
|
|
|
5436
5517
|
};
|
|
5437
5518
|
};
|
|
5438
5519
|
readonly huggingface: {
|
|
5439
|
-
readonly "MiniMaxAI/MiniMax-M2
|
|
5520
|
+
readonly "MiniMaxAI/MiniMax-M2": {
|
|
5440
5521
|
id: string;
|
|
5441
5522
|
name: string;
|
|
5442
5523
|
api: "openai-completions";
|
|
@@ -5456,7 +5537,7 @@ export declare const MODELS: {
|
|
|
5456
5537
|
contextWindow: number;
|
|
5457
5538
|
maxTokens: number;
|
|
5458
5539
|
};
|
|
5459
|
-
readonly "MiniMaxAI/MiniMax-M2.
|
|
5540
|
+
readonly "MiniMaxAI/MiniMax-M2.1": {
|
|
5460
5541
|
id: string;
|
|
5461
5542
|
name: string;
|
|
5462
5543
|
api: "openai-completions";
|
|
@@ -5476,7 +5557,7 @@ export declare const MODELS: {
|
|
|
5476
5557
|
contextWindow: number;
|
|
5477
5558
|
maxTokens: number;
|
|
5478
5559
|
};
|
|
5479
|
-
readonly "MiniMaxAI/MiniMax-M2.
|
|
5560
|
+
readonly "MiniMaxAI/MiniMax-M2.5": {
|
|
5480
5561
|
id: string;
|
|
5481
5562
|
name: string;
|
|
5482
5563
|
api: "openai-completions";
|
|
@@ -5496,7 +5577,7 @@ export declare const MODELS: {
|
|
|
5496
5577
|
contextWindow: number;
|
|
5497
5578
|
maxTokens: number;
|
|
5498
5579
|
};
|
|
5499
|
-
readonly "
|
|
5580
|
+
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
5500
5581
|
id: string;
|
|
5501
5582
|
name: string;
|
|
5502
5583
|
api: "openai-completions";
|
|
@@ -5516,7 +5597,7 @@ export declare const MODELS: {
|
|
|
5516
5597
|
contextWindow: number;
|
|
5517
5598
|
maxTokens: number;
|
|
5518
5599
|
};
|
|
5519
|
-
readonly "
|
|
5600
|
+
readonly "MiniMaxAI/MiniMax-M3": {
|
|
5520
5601
|
id: string;
|
|
5521
5602
|
name: string;
|
|
5522
5603
|
api: "openai-completions";
|
|
@@ -5525,8 +5606,8 @@ export declare const MODELS: {
|
|
|
5525
5606
|
compat: {
|
|
5526
5607
|
supportsDeveloperRole: false;
|
|
5527
5608
|
};
|
|
5528
|
-
reasoning:
|
|
5529
|
-
input: "text"[];
|
|
5609
|
+
reasoning: true;
|
|
5610
|
+
input: ("image" | "text")[];
|
|
5530
5611
|
cost: {
|
|
5531
5612
|
input: number;
|
|
5532
5613
|
output: number;
|
|
@@ -5536,7 +5617,7 @@ export declare const MODELS: {
|
|
|
5536
5617
|
contextWindow: number;
|
|
5537
5618
|
maxTokens: number;
|
|
5538
5619
|
};
|
|
5539
|
-
readonly "Qwen/Qwen3-
|
|
5620
|
+
readonly "Qwen/Qwen3-235B-A22B": {
|
|
5540
5621
|
id: string;
|
|
5541
5622
|
name: string;
|
|
5542
5623
|
api: "openai-completions";
|
|
@@ -5545,7 +5626,7 @@ export declare const MODELS: {
|
|
|
5545
5626
|
compat: {
|
|
5546
5627
|
supportsDeveloperRole: false;
|
|
5547
5628
|
};
|
|
5548
|
-
reasoning:
|
|
5629
|
+
reasoning: true;
|
|
5549
5630
|
input: "text"[];
|
|
5550
5631
|
cost: {
|
|
5551
5632
|
input: number;
|
|
@@ -5556,7 +5637,7 @@ export declare const MODELS: {
|
|
|
5556
5637
|
contextWindow: number;
|
|
5557
5638
|
maxTokens: number;
|
|
5558
5639
|
};
|
|
5559
|
-
readonly "Qwen/Qwen3-
|
|
5640
|
+
readonly "Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
5560
5641
|
id: string;
|
|
5561
5642
|
name: string;
|
|
5562
5643
|
api: "openai-completions";
|
|
@@ -5565,7 +5646,7 @@ export declare const MODELS: {
|
|
|
5565
5646
|
compat: {
|
|
5566
5647
|
supportsDeveloperRole: false;
|
|
5567
5648
|
};
|
|
5568
|
-
reasoning:
|
|
5649
|
+
reasoning: true;
|
|
5569
5650
|
input: "text"[];
|
|
5570
5651
|
cost: {
|
|
5571
5652
|
input: number;
|
|
@@ -5576,7 +5657,7 @@ export declare const MODELS: {
|
|
|
5576
5657
|
contextWindow: number;
|
|
5577
5658
|
maxTokens: number;
|
|
5578
5659
|
};
|
|
5579
|
-
readonly "Qwen/Qwen3-
|
|
5660
|
+
readonly "Qwen/Qwen3-32B": {
|
|
5580
5661
|
id: string;
|
|
5581
5662
|
name: string;
|
|
5582
5663
|
api: "openai-completions";
|
|
@@ -5585,7 +5666,7 @@ export declare const MODELS: {
|
|
|
5585
5666
|
compat: {
|
|
5586
5667
|
supportsDeveloperRole: false;
|
|
5587
5668
|
};
|
|
5588
|
-
reasoning:
|
|
5669
|
+
reasoning: true;
|
|
5589
5670
|
input: "text"[];
|
|
5590
5671
|
cost: {
|
|
5591
5672
|
input: number;
|
|
@@ -5596,7 +5677,7 @@ export declare const MODELS: {
|
|
|
5596
5677
|
contextWindow: number;
|
|
5597
5678
|
maxTokens: number;
|
|
5598
5679
|
};
|
|
5599
|
-
readonly "Qwen/Qwen3
|
|
5680
|
+
readonly "Qwen/Qwen3-Coder-30B-A3B-Instruct": {
|
|
5600
5681
|
id: string;
|
|
5601
5682
|
name: string;
|
|
5602
5683
|
api: "openai-completions";
|
|
@@ -5605,8 +5686,8 @@ export declare const MODELS: {
|
|
|
5605
5686
|
compat: {
|
|
5606
5687
|
supportsDeveloperRole: false;
|
|
5607
5688
|
};
|
|
5608
|
-
reasoning:
|
|
5609
|
-
input:
|
|
5689
|
+
reasoning: false;
|
|
5690
|
+
input: "text"[];
|
|
5610
5691
|
cost: {
|
|
5611
5692
|
input: number;
|
|
5612
5693
|
output: number;
|
|
@@ -5616,7 +5697,7 @@ export declare const MODELS: {
|
|
|
5616
5697
|
contextWindow: number;
|
|
5617
5698
|
maxTokens: number;
|
|
5618
5699
|
};
|
|
5619
|
-
readonly "
|
|
5700
|
+
readonly "Qwen/Qwen3-Coder-480B-A35B-Instruct": {
|
|
5620
5701
|
id: string;
|
|
5621
5702
|
name: string;
|
|
5622
5703
|
api: "openai-completions";
|
|
@@ -5625,7 +5706,7 @@ export declare const MODELS: {
|
|
|
5625
5706
|
compat: {
|
|
5626
5707
|
supportsDeveloperRole: false;
|
|
5627
5708
|
};
|
|
5628
|
-
reasoning:
|
|
5709
|
+
reasoning: false;
|
|
5629
5710
|
input: "text"[];
|
|
5630
5711
|
cost: {
|
|
5631
5712
|
input: number;
|
|
@@ -5636,7 +5717,7 @@ export declare const MODELS: {
|
|
|
5636
5717
|
contextWindow: number;
|
|
5637
5718
|
maxTokens: number;
|
|
5638
5719
|
};
|
|
5639
|
-
readonly "
|
|
5720
|
+
readonly "Qwen/Qwen3-Coder-Next": {
|
|
5640
5721
|
id: string;
|
|
5641
5722
|
name: string;
|
|
5642
5723
|
api: "openai-completions";
|
|
@@ -5645,7 +5726,7 @@ export declare const MODELS: {
|
|
|
5645
5726
|
compat: {
|
|
5646
5727
|
supportsDeveloperRole: false;
|
|
5647
5728
|
};
|
|
5648
|
-
reasoning:
|
|
5729
|
+
reasoning: false;
|
|
5649
5730
|
input: "text"[];
|
|
5650
5731
|
cost: {
|
|
5651
5732
|
input: number;
|
|
@@ -5656,7 +5737,7 @@ export declare const MODELS: {
|
|
|
5656
5737
|
contextWindow: number;
|
|
5657
5738
|
maxTokens: number;
|
|
5658
5739
|
};
|
|
5659
|
-
readonly "
|
|
5740
|
+
readonly "Qwen/Qwen3-Next-80B-A3B-Instruct": {
|
|
5660
5741
|
id: string;
|
|
5661
5742
|
name: string;
|
|
5662
5743
|
api: "openai-completions";
|
|
@@ -5665,7 +5746,7 @@ export declare const MODELS: {
|
|
|
5665
5746
|
compat: {
|
|
5666
5747
|
supportsDeveloperRole: false;
|
|
5667
5748
|
};
|
|
5668
|
-
reasoning:
|
|
5749
|
+
reasoning: false;
|
|
5669
5750
|
input: "text"[];
|
|
5670
5751
|
cost: {
|
|
5671
5752
|
input: number;
|
|
@@ -5676,7 +5757,7 @@ export declare const MODELS: {
|
|
|
5676
5757
|
contextWindow: number;
|
|
5677
5758
|
maxTokens: number;
|
|
5678
5759
|
};
|
|
5679
|
-
readonly "
|
|
5760
|
+
readonly "Qwen/Qwen3-Next-80B-A3B-Thinking": {
|
|
5680
5761
|
id: string;
|
|
5681
5762
|
name: string;
|
|
5682
5763
|
api: "openai-completions";
|
|
@@ -5696,7 +5777,7 @@ export declare const MODELS: {
|
|
|
5696
5777
|
contextWindow: number;
|
|
5697
5778
|
maxTokens: number;
|
|
5698
5779
|
};
|
|
5699
|
-
readonly "
|
|
5780
|
+
readonly "Qwen/Qwen3.5-122B-A10B": {
|
|
5700
5781
|
id: string;
|
|
5701
5782
|
name: string;
|
|
5702
5783
|
api: "openai-completions";
|
|
@@ -5705,8 +5786,8 @@ export declare const MODELS: {
|
|
|
5705
5786
|
compat: {
|
|
5706
5787
|
supportsDeveloperRole: false;
|
|
5707
5788
|
};
|
|
5708
|
-
reasoning:
|
|
5709
|
-
input: "text"[];
|
|
5789
|
+
reasoning: true;
|
|
5790
|
+
input: ("image" | "text")[];
|
|
5710
5791
|
cost: {
|
|
5711
5792
|
input: number;
|
|
5712
5793
|
output: number;
|
|
@@ -5716,7 +5797,7 @@ export declare const MODELS: {
|
|
|
5716
5797
|
contextWindow: number;
|
|
5717
5798
|
maxTokens: number;
|
|
5718
5799
|
};
|
|
5719
|
-
readonly "
|
|
5800
|
+
readonly "Qwen/Qwen3.5-27B": {
|
|
5720
5801
|
id: string;
|
|
5721
5802
|
name: string;
|
|
5722
5803
|
api: "openai-completions";
|
|
@@ -5726,7 +5807,7 @@ export declare const MODELS: {
|
|
|
5726
5807
|
supportsDeveloperRole: false;
|
|
5727
5808
|
};
|
|
5728
5809
|
reasoning: true;
|
|
5729
|
-
input: "text"[];
|
|
5810
|
+
input: ("image" | "text")[];
|
|
5730
5811
|
cost: {
|
|
5731
5812
|
input: number;
|
|
5732
5813
|
output: number;
|
|
@@ -5736,7 +5817,7 @@ export declare const MODELS: {
|
|
|
5736
5817
|
contextWindow: number;
|
|
5737
5818
|
maxTokens: number;
|
|
5738
5819
|
};
|
|
5739
|
-
readonly "
|
|
5820
|
+
readonly "Qwen/Qwen3.5-35B-A3B": {
|
|
5740
5821
|
id: string;
|
|
5741
5822
|
name: string;
|
|
5742
5823
|
api: "openai-completions";
|
|
@@ -5756,7 +5837,7 @@ export declare const MODELS: {
|
|
|
5756
5837
|
contextWindow: number;
|
|
5757
5838
|
maxTokens: number;
|
|
5758
5839
|
};
|
|
5759
|
-
readonly "
|
|
5840
|
+
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
5760
5841
|
id: string;
|
|
5761
5842
|
name: string;
|
|
5762
5843
|
api: "openai-completions";
|
|
@@ -5776,7 +5857,7 @@ export declare const MODELS: {
|
|
|
5776
5857
|
contextWindow: number;
|
|
5777
5858
|
maxTokens: number;
|
|
5778
5859
|
};
|
|
5779
|
-
readonly "
|
|
5860
|
+
readonly "Qwen/Qwen3.5-9B": {
|
|
5780
5861
|
id: string;
|
|
5781
5862
|
name: string;
|
|
5782
5863
|
api: "openai-completions";
|
|
@@ -5786,7 +5867,7 @@ export declare const MODELS: {
|
|
|
5786
5867
|
supportsDeveloperRole: false;
|
|
5787
5868
|
};
|
|
5788
5869
|
reasoning: true;
|
|
5789
|
-
input: "text"[];
|
|
5870
|
+
input: ("image" | "text")[];
|
|
5790
5871
|
cost: {
|
|
5791
5872
|
input: number;
|
|
5792
5873
|
output: number;
|
|
@@ -5796,7 +5877,7 @@ export declare const MODELS: {
|
|
|
5796
5877
|
contextWindow: number;
|
|
5797
5878
|
maxTokens: number;
|
|
5798
5879
|
};
|
|
5799
|
-
readonly "
|
|
5880
|
+
readonly "Qwen/Qwen3.6-27B": {
|
|
5800
5881
|
id: string;
|
|
5801
5882
|
name: string;
|
|
5802
5883
|
api: "openai-completions";
|
|
@@ -5806,7 +5887,7 @@ export declare const MODELS: {
|
|
|
5806
5887
|
supportsDeveloperRole: false;
|
|
5807
5888
|
};
|
|
5808
5889
|
reasoning: true;
|
|
5809
|
-
input: "text"[];
|
|
5890
|
+
input: ("image" | "text")[];
|
|
5810
5891
|
cost: {
|
|
5811
5892
|
input: number;
|
|
5812
5893
|
output: number;
|
|
@@ -5816,7 +5897,7 @@ export declare const MODELS: {
|
|
|
5816
5897
|
contextWindow: number;
|
|
5817
5898
|
maxTokens: number;
|
|
5818
5899
|
};
|
|
5819
|
-
readonly "
|
|
5900
|
+
readonly "Qwen/Qwen3.6-35B-A3B": {
|
|
5820
5901
|
id: string;
|
|
5821
5902
|
name: string;
|
|
5822
5903
|
api: "openai-completions";
|
|
@@ -5826,7 +5907,7 @@ export declare const MODELS: {
|
|
|
5826
5907
|
supportsDeveloperRole: false;
|
|
5827
5908
|
};
|
|
5828
5909
|
reasoning: true;
|
|
5829
|
-
input: "text"[];
|
|
5910
|
+
input: ("image" | "text")[];
|
|
5830
5911
|
cost: {
|
|
5831
5912
|
input: number;
|
|
5832
5913
|
output: number;
|
|
@@ -5836,7 +5917,7 @@ export declare const MODELS: {
|
|
|
5836
5917
|
contextWindow: number;
|
|
5837
5918
|
maxTokens: number;
|
|
5838
5919
|
};
|
|
5839
|
-
readonly "
|
|
5920
|
+
readonly "XiaomiMiMo/MiMo-V2.5-Pro": {
|
|
5840
5921
|
id: string;
|
|
5841
5922
|
name: string;
|
|
5842
5923
|
api: "openai-completions";
|
|
@@ -5856,19 +5937,17 @@ export declare const MODELS: {
|
|
|
5856
5937
|
contextWindow: number;
|
|
5857
5938
|
maxTokens: number;
|
|
5858
5939
|
};
|
|
5859
|
-
|
|
5860
|
-
readonly "kimi-coding": {
|
|
5861
|
-
readonly "kimi-for-coding": {
|
|
5940
|
+
readonly "deepseek-ai/DeepSeek-R1": {
|
|
5862
5941
|
id: string;
|
|
5863
5942
|
name: string;
|
|
5864
|
-
api: "
|
|
5943
|
+
api: "openai-completions";
|
|
5865
5944
|
provider: string;
|
|
5866
5945
|
baseUrl: string;
|
|
5867
|
-
|
|
5868
|
-
|
|
5946
|
+
compat: {
|
|
5947
|
+
supportsDeveloperRole: false;
|
|
5869
5948
|
};
|
|
5870
5949
|
reasoning: true;
|
|
5871
|
-
input:
|
|
5950
|
+
input: "text"[];
|
|
5872
5951
|
cost: {
|
|
5873
5952
|
input: number;
|
|
5874
5953
|
output: number;
|
|
@@ -5878,14 +5957,14 @@ export declare const MODELS: {
|
|
|
5878
5957
|
contextWindow: number;
|
|
5879
5958
|
maxTokens: number;
|
|
5880
5959
|
};
|
|
5881
|
-
readonly "
|
|
5960
|
+
readonly "deepseek-ai/DeepSeek-R1-0528": {
|
|
5882
5961
|
id: string;
|
|
5883
5962
|
name: string;
|
|
5884
|
-
api: "
|
|
5963
|
+
api: "openai-completions";
|
|
5885
5964
|
provider: string;
|
|
5886
5965
|
baseUrl: string;
|
|
5887
|
-
|
|
5888
|
-
|
|
5966
|
+
compat: {
|
|
5967
|
+
supportsDeveloperRole: false;
|
|
5889
5968
|
};
|
|
5890
5969
|
reasoning: true;
|
|
5891
5970
|
input: "text"[];
|
|
@@ -5898,12 +5977,534 @@ export declare const MODELS: {
|
|
|
5898
5977
|
contextWindow: number;
|
|
5899
5978
|
maxTokens: number;
|
|
5900
5979
|
};
|
|
5901
|
-
|
|
5902
|
-
readonly minimax: {
|
|
5903
|
-
readonly "MiniMax-M2.7": {
|
|
5980
|
+
readonly "deepseek-ai/DeepSeek-V3.2": {
|
|
5904
5981
|
id: string;
|
|
5905
5982
|
name: string;
|
|
5906
|
-
api: "
|
|
5983
|
+
api: "openai-completions";
|
|
5984
|
+
provider: string;
|
|
5985
|
+
baseUrl: string;
|
|
5986
|
+
compat: {
|
|
5987
|
+
supportsDeveloperRole: false;
|
|
5988
|
+
};
|
|
5989
|
+
reasoning: true;
|
|
5990
|
+
input: "text"[];
|
|
5991
|
+
cost: {
|
|
5992
|
+
input: number;
|
|
5993
|
+
output: number;
|
|
5994
|
+
cacheRead: number;
|
|
5995
|
+
cacheWrite: number;
|
|
5996
|
+
};
|
|
5997
|
+
contextWindow: number;
|
|
5998
|
+
maxTokens: number;
|
|
5999
|
+
};
|
|
6000
|
+
readonly "deepseek-ai/DeepSeek-V4-Flash": {
|
|
6001
|
+
id: string;
|
|
6002
|
+
name: string;
|
|
6003
|
+
api: "openai-completions";
|
|
6004
|
+
provider: string;
|
|
6005
|
+
baseUrl: string;
|
|
6006
|
+
compat: {
|
|
6007
|
+
supportsDeveloperRole: false;
|
|
6008
|
+
};
|
|
6009
|
+
reasoning: true;
|
|
6010
|
+
input: "text"[];
|
|
6011
|
+
cost: {
|
|
6012
|
+
input: number;
|
|
6013
|
+
output: number;
|
|
6014
|
+
cacheRead: number;
|
|
6015
|
+
cacheWrite: number;
|
|
6016
|
+
};
|
|
6017
|
+
contextWindow: number;
|
|
6018
|
+
maxTokens: number;
|
|
6019
|
+
};
|
|
6020
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
6021
|
+
id: string;
|
|
6022
|
+
name: string;
|
|
6023
|
+
api: "openai-completions";
|
|
6024
|
+
provider: string;
|
|
6025
|
+
baseUrl: string;
|
|
6026
|
+
compat: {
|
|
6027
|
+
supportsDeveloperRole: false;
|
|
6028
|
+
};
|
|
6029
|
+
reasoning: true;
|
|
6030
|
+
input: "text"[];
|
|
6031
|
+
cost: {
|
|
6032
|
+
input: number;
|
|
6033
|
+
output: number;
|
|
6034
|
+
cacheRead: number;
|
|
6035
|
+
cacheWrite: number;
|
|
6036
|
+
};
|
|
6037
|
+
contextWindow: number;
|
|
6038
|
+
maxTokens: number;
|
|
6039
|
+
};
|
|
6040
|
+
readonly "google/gemma-4-26B-A4B-it": {
|
|
6041
|
+
id: string;
|
|
6042
|
+
name: string;
|
|
6043
|
+
api: "openai-completions";
|
|
6044
|
+
provider: string;
|
|
6045
|
+
baseUrl: string;
|
|
6046
|
+
compat: {
|
|
6047
|
+
supportsDeveloperRole: false;
|
|
6048
|
+
};
|
|
6049
|
+
reasoning: true;
|
|
6050
|
+
input: ("image" | "text")[];
|
|
6051
|
+
cost: {
|
|
6052
|
+
input: number;
|
|
6053
|
+
output: number;
|
|
6054
|
+
cacheRead: number;
|
|
6055
|
+
cacheWrite: number;
|
|
6056
|
+
};
|
|
6057
|
+
contextWindow: number;
|
|
6058
|
+
maxTokens: number;
|
|
6059
|
+
};
|
|
6060
|
+
readonly "google/gemma-4-31B-it": {
|
|
6061
|
+
id: string;
|
|
6062
|
+
name: string;
|
|
6063
|
+
api: "openai-completions";
|
|
6064
|
+
provider: string;
|
|
6065
|
+
baseUrl: string;
|
|
6066
|
+
compat: {
|
|
6067
|
+
supportsDeveloperRole: false;
|
|
6068
|
+
};
|
|
6069
|
+
reasoning: true;
|
|
6070
|
+
input: ("image" | "text")[];
|
|
6071
|
+
cost: {
|
|
6072
|
+
input: number;
|
|
6073
|
+
output: number;
|
|
6074
|
+
cacheRead: number;
|
|
6075
|
+
cacheWrite: number;
|
|
6076
|
+
};
|
|
6077
|
+
contextWindow: number;
|
|
6078
|
+
maxTokens: number;
|
|
6079
|
+
};
|
|
6080
|
+
readonly "meta-llama/Llama-3.3-70B-Instruct": {
|
|
6081
|
+
id: string;
|
|
6082
|
+
name: string;
|
|
6083
|
+
api: "openai-completions";
|
|
6084
|
+
provider: string;
|
|
6085
|
+
baseUrl: string;
|
|
6086
|
+
compat: {
|
|
6087
|
+
supportsDeveloperRole: false;
|
|
6088
|
+
};
|
|
6089
|
+
reasoning: false;
|
|
6090
|
+
input: "text"[];
|
|
6091
|
+
cost: {
|
|
6092
|
+
input: number;
|
|
6093
|
+
output: number;
|
|
6094
|
+
cacheRead: number;
|
|
6095
|
+
cacheWrite: number;
|
|
6096
|
+
};
|
|
6097
|
+
contextWindow: number;
|
|
6098
|
+
maxTokens: number;
|
|
6099
|
+
};
|
|
6100
|
+
readonly "moonshotai/Kimi-K2-Instruct": {
|
|
6101
|
+
id: string;
|
|
6102
|
+
name: string;
|
|
6103
|
+
api: "openai-completions";
|
|
6104
|
+
provider: string;
|
|
6105
|
+
baseUrl: string;
|
|
6106
|
+
compat: {
|
|
6107
|
+
supportsDeveloperRole: false;
|
|
6108
|
+
};
|
|
6109
|
+
reasoning: false;
|
|
6110
|
+
input: "text"[];
|
|
6111
|
+
cost: {
|
|
6112
|
+
input: number;
|
|
6113
|
+
output: number;
|
|
6114
|
+
cacheRead: number;
|
|
6115
|
+
cacheWrite: number;
|
|
6116
|
+
};
|
|
6117
|
+
contextWindow: number;
|
|
6118
|
+
maxTokens: number;
|
|
6119
|
+
};
|
|
6120
|
+
readonly "moonshotai/Kimi-K2-Instruct-0905": {
|
|
6121
|
+
id: string;
|
|
6122
|
+
name: string;
|
|
6123
|
+
api: "openai-completions";
|
|
6124
|
+
provider: string;
|
|
6125
|
+
baseUrl: string;
|
|
6126
|
+
compat: {
|
|
6127
|
+
supportsDeveloperRole: false;
|
|
6128
|
+
};
|
|
6129
|
+
reasoning: false;
|
|
6130
|
+
input: "text"[];
|
|
6131
|
+
cost: {
|
|
6132
|
+
input: number;
|
|
6133
|
+
output: number;
|
|
6134
|
+
cacheRead: number;
|
|
6135
|
+
cacheWrite: number;
|
|
6136
|
+
};
|
|
6137
|
+
contextWindow: number;
|
|
6138
|
+
maxTokens: number;
|
|
6139
|
+
};
|
|
6140
|
+
readonly "moonshotai/Kimi-K2-Thinking": {
|
|
6141
|
+
id: string;
|
|
6142
|
+
name: string;
|
|
6143
|
+
api: "openai-completions";
|
|
6144
|
+
provider: string;
|
|
6145
|
+
baseUrl: string;
|
|
6146
|
+
compat: {
|
|
6147
|
+
supportsDeveloperRole: false;
|
|
6148
|
+
};
|
|
6149
|
+
reasoning: true;
|
|
6150
|
+
input: "text"[];
|
|
6151
|
+
cost: {
|
|
6152
|
+
input: number;
|
|
6153
|
+
output: number;
|
|
6154
|
+
cacheRead: number;
|
|
6155
|
+
cacheWrite: number;
|
|
6156
|
+
};
|
|
6157
|
+
contextWindow: number;
|
|
6158
|
+
maxTokens: number;
|
|
6159
|
+
};
|
|
6160
|
+
readonly "moonshotai/Kimi-K2.5": {
|
|
6161
|
+
id: string;
|
|
6162
|
+
name: string;
|
|
6163
|
+
api: "openai-completions";
|
|
6164
|
+
provider: string;
|
|
6165
|
+
baseUrl: string;
|
|
6166
|
+
compat: {
|
|
6167
|
+
supportsDeveloperRole: false;
|
|
6168
|
+
};
|
|
6169
|
+
reasoning: true;
|
|
6170
|
+
input: ("image" | "text")[];
|
|
6171
|
+
cost: {
|
|
6172
|
+
input: number;
|
|
6173
|
+
output: number;
|
|
6174
|
+
cacheRead: number;
|
|
6175
|
+
cacheWrite: number;
|
|
6176
|
+
};
|
|
6177
|
+
contextWindow: number;
|
|
6178
|
+
maxTokens: number;
|
|
6179
|
+
};
|
|
6180
|
+
readonly "moonshotai/Kimi-K2.6": {
|
|
6181
|
+
id: string;
|
|
6182
|
+
name: string;
|
|
6183
|
+
api: "openai-completions";
|
|
6184
|
+
provider: string;
|
|
6185
|
+
baseUrl: string;
|
|
6186
|
+
compat: {
|
|
6187
|
+
supportsDeveloperRole: false;
|
|
6188
|
+
};
|
|
6189
|
+
reasoning: true;
|
|
6190
|
+
input: ("image" | "text")[];
|
|
6191
|
+
cost: {
|
|
6192
|
+
input: number;
|
|
6193
|
+
output: number;
|
|
6194
|
+
cacheRead: number;
|
|
6195
|
+
cacheWrite: number;
|
|
6196
|
+
};
|
|
6197
|
+
contextWindow: number;
|
|
6198
|
+
maxTokens: number;
|
|
6199
|
+
};
|
|
6200
|
+
readonly "moonshotai/Kimi-K2.7-Code": {
|
|
6201
|
+
id: string;
|
|
6202
|
+
name: string;
|
|
6203
|
+
api: "openai-completions";
|
|
6204
|
+
provider: string;
|
|
6205
|
+
baseUrl: string;
|
|
6206
|
+
compat: {
|
|
6207
|
+
supportsDeveloperRole: false;
|
|
6208
|
+
};
|
|
6209
|
+
reasoning: true;
|
|
6210
|
+
input: ("image" | "text")[];
|
|
6211
|
+
cost: {
|
|
6212
|
+
input: number;
|
|
6213
|
+
output: number;
|
|
6214
|
+
cacheRead: number;
|
|
6215
|
+
cacheWrite: number;
|
|
6216
|
+
};
|
|
6217
|
+
contextWindow: number;
|
|
6218
|
+
maxTokens: number;
|
|
6219
|
+
};
|
|
6220
|
+
readonly "stepfun-ai/Step-3.5-Flash": {
|
|
6221
|
+
id: string;
|
|
6222
|
+
name: string;
|
|
6223
|
+
api: "openai-completions";
|
|
6224
|
+
provider: string;
|
|
6225
|
+
baseUrl: string;
|
|
6226
|
+
compat: {
|
|
6227
|
+
supportsDeveloperRole: false;
|
|
6228
|
+
};
|
|
6229
|
+
reasoning: true;
|
|
6230
|
+
input: "text"[];
|
|
6231
|
+
cost: {
|
|
6232
|
+
input: number;
|
|
6233
|
+
output: number;
|
|
6234
|
+
cacheRead: number;
|
|
6235
|
+
cacheWrite: number;
|
|
6236
|
+
};
|
|
6237
|
+
contextWindow: number;
|
|
6238
|
+
maxTokens: number;
|
|
6239
|
+
};
|
|
6240
|
+
readonly "stepfun-ai/Step-3.7-Flash": {
|
|
6241
|
+
id: string;
|
|
6242
|
+
name: string;
|
|
6243
|
+
api: "openai-completions";
|
|
6244
|
+
provider: string;
|
|
6245
|
+
baseUrl: string;
|
|
6246
|
+
compat: {
|
|
6247
|
+
supportsDeveloperRole: false;
|
|
6248
|
+
};
|
|
6249
|
+
reasoning: true;
|
|
6250
|
+
input: ("image" | "text")[];
|
|
6251
|
+
cost: {
|
|
6252
|
+
input: number;
|
|
6253
|
+
output: number;
|
|
6254
|
+
cacheRead: number;
|
|
6255
|
+
cacheWrite: number;
|
|
6256
|
+
};
|
|
6257
|
+
contextWindow: number;
|
|
6258
|
+
maxTokens: number;
|
|
6259
|
+
};
|
|
6260
|
+
readonly "zai-org/GLM-4.5": {
|
|
6261
|
+
id: string;
|
|
6262
|
+
name: string;
|
|
6263
|
+
api: "openai-completions";
|
|
6264
|
+
provider: string;
|
|
6265
|
+
baseUrl: string;
|
|
6266
|
+
compat: {
|
|
6267
|
+
supportsDeveloperRole: false;
|
|
6268
|
+
};
|
|
6269
|
+
reasoning: true;
|
|
6270
|
+
input: "text"[];
|
|
6271
|
+
cost: {
|
|
6272
|
+
input: number;
|
|
6273
|
+
output: number;
|
|
6274
|
+
cacheRead: number;
|
|
6275
|
+
cacheWrite: number;
|
|
6276
|
+
};
|
|
6277
|
+
contextWindow: number;
|
|
6278
|
+
maxTokens: number;
|
|
6279
|
+
};
|
|
6280
|
+
readonly "zai-org/GLM-4.5-Air": {
|
|
6281
|
+
id: string;
|
|
6282
|
+
name: string;
|
|
6283
|
+
api: "openai-completions";
|
|
6284
|
+
provider: string;
|
|
6285
|
+
baseUrl: string;
|
|
6286
|
+
compat: {
|
|
6287
|
+
supportsDeveloperRole: false;
|
|
6288
|
+
};
|
|
6289
|
+
reasoning: true;
|
|
6290
|
+
input: "text"[];
|
|
6291
|
+
cost: {
|
|
6292
|
+
input: number;
|
|
6293
|
+
output: number;
|
|
6294
|
+
cacheRead: number;
|
|
6295
|
+
cacheWrite: number;
|
|
6296
|
+
};
|
|
6297
|
+
contextWindow: number;
|
|
6298
|
+
maxTokens: number;
|
|
6299
|
+
};
|
|
6300
|
+
readonly "zai-org/GLM-4.5V": {
|
|
6301
|
+
id: string;
|
|
6302
|
+
name: string;
|
|
6303
|
+
api: "openai-completions";
|
|
6304
|
+
provider: string;
|
|
6305
|
+
baseUrl: string;
|
|
6306
|
+
compat: {
|
|
6307
|
+
supportsDeveloperRole: false;
|
|
6308
|
+
};
|
|
6309
|
+
reasoning: true;
|
|
6310
|
+
input: ("image" | "text")[];
|
|
6311
|
+
cost: {
|
|
6312
|
+
input: number;
|
|
6313
|
+
output: number;
|
|
6314
|
+
cacheRead: number;
|
|
6315
|
+
cacheWrite: number;
|
|
6316
|
+
};
|
|
6317
|
+
contextWindow: number;
|
|
6318
|
+
maxTokens: number;
|
|
6319
|
+
};
|
|
6320
|
+
readonly "zai-org/GLM-4.6": {
|
|
6321
|
+
id: string;
|
|
6322
|
+
name: string;
|
|
6323
|
+
api: "openai-completions";
|
|
6324
|
+
provider: string;
|
|
6325
|
+
baseUrl: string;
|
|
6326
|
+
compat: {
|
|
6327
|
+
supportsDeveloperRole: false;
|
|
6328
|
+
};
|
|
6329
|
+
reasoning: true;
|
|
6330
|
+
input: "text"[];
|
|
6331
|
+
cost: {
|
|
6332
|
+
input: number;
|
|
6333
|
+
output: number;
|
|
6334
|
+
cacheRead: number;
|
|
6335
|
+
cacheWrite: number;
|
|
6336
|
+
};
|
|
6337
|
+
contextWindow: number;
|
|
6338
|
+
maxTokens: number;
|
|
6339
|
+
};
|
|
6340
|
+
readonly "zai-org/GLM-4.7": {
|
|
6341
|
+
id: string;
|
|
6342
|
+
name: string;
|
|
6343
|
+
api: "openai-completions";
|
|
6344
|
+
provider: string;
|
|
6345
|
+
baseUrl: string;
|
|
6346
|
+
compat: {
|
|
6347
|
+
supportsDeveloperRole: false;
|
|
6348
|
+
};
|
|
6349
|
+
reasoning: true;
|
|
6350
|
+
input: "text"[];
|
|
6351
|
+
cost: {
|
|
6352
|
+
input: number;
|
|
6353
|
+
output: number;
|
|
6354
|
+
cacheRead: number;
|
|
6355
|
+
cacheWrite: number;
|
|
6356
|
+
};
|
|
6357
|
+
contextWindow: number;
|
|
6358
|
+
maxTokens: number;
|
|
6359
|
+
};
|
|
6360
|
+
readonly "zai-org/GLM-4.7-Flash": {
|
|
6361
|
+
id: string;
|
|
6362
|
+
name: string;
|
|
6363
|
+
api: "openai-completions";
|
|
6364
|
+
provider: string;
|
|
6365
|
+
baseUrl: string;
|
|
6366
|
+
compat: {
|
|
6367
|
+
supportsDeveloperRole: false;
|
|
6368
|
+
};
|
|
6369
|
+
reasoning: true;
|
|
6370
|
+
input: "text"[];
|
|
6371
|
+
cost: {
|
|
6372
|
+
input: number;
|
|
6373
|
+
output: number;
|
|
6374
|
+
cacheRead: number;
|
|
6375
|
+
cacheWrite: number;
|
|
6376
|
+
};
|
|
6377
|
+
contextWindow: number;
|
|
6378
|
+
maxTokens: number;
|
|
6379
|
+
};
|
|
6380
|
+
readonly "zai-org/GLM-5": {
|
|
6381
|
+
id: string;
|
|
6382
|
+
name: string;
|
|
6383
|
+
api: "openai-completions";
|
|
6384
|
+
provider: string;
|
|
6385
|
+
baseUrl: string;
|
|
6386
|
+
compat: {
|
|
6387
|
+
supportsDeveloperRole: false;
|
|
6388
|
+
};
|
|
6389
|
+
reasoning: true;
|
|
6390
|
+
input: "text"[];
|
|
6391
|
+
cost: {
|
|
6392
|
+
input: number;
|
|
6393
|
+
output: number;
|
|
6394
|
+
cacheRead: number;
|
|
6395
|
+
cacheWrite: number;
|
|
6396
|
+
};
|
|
6397
|
+
contextWindow: number;
|
|
6398
|
+
maxTokens: number;
|
|
6399
|
+
};
|
|
6400
|
+
readonly "zai-org/GLM-5.1": {
|
|
6401
|
+
id: string;
|
|
6402
|
+
name: string;
|
|
6403
|
+
api: "openai-completions";
|
|
6404
|
+
provider: string;
|
|
6405
|
+
baseUrl: string;
|
|
6406
|
+
compat: {
|
|
6407
|
+
supportsDeveloperRole: false;
|
|
6408
|
+
};
|
|
6409
|
+
reasoning: true;
|
|
6410
|
+
input: "text"[];
|
|
6411
|
+
cost: {
|
|
6412
|
+
input: number;
|
|
6413
|
+
output: number;
|
|
6414
|
+
cacheRead: number;
|
|
6415
|
+
cacheWrite: number;
|
|
6416
|
+
};
|
|
6417
|
+
contextWindow: number;
|
|
6418
|
+
maxTokens: number;
|
|
6419
|
+
};
|
|
6420
|
+
readonly "zai-org/GLM-5.2": {
|
|
6421
|
+
id: string;
|
|
6422
|
+
name: string;
|
|
6423
|
+
api: "openai-completions";
|
|
6424
|
+
provider: string;
|
|
6425
|
+
baseUrl: string;
|
|
6426
|
+
compat: {
|
|
6427
|
+
supportsDeveloperRole: false;
|
|
6428
|
+
};
|
|
6429
|
+
reasoning: true;
|
|
6430
|
+
input: "text"[];
|
|
6431
|
+
cost: {
|
|
6432
|
+
input: number;
|
|
6433
|
+
output: number;
|
|
6434
|
+
cacheRead: number;
|
|
6435
|
+
cacheWrite: number;
|
|
6436
|
+
};
|
|
6437
|
+
contextWindow: number;
|
|
6438
|
+
maxTokens: number;
|
|
6439
|
+
};
|
|
6440
|
+
};
|
|
6441
|
+
readonly "kimi-coding": {
|
|
6442
|
+
readonly k2p7: {
|
|
6443
|
+
id: string;
|
|
6444
|
+
name: string;
|
|
6445
|
+
api: "anthropic-messages";
|
|
6446
|
+
provider: string;
|
|
6447
|
+
baseUrl: string;
|
|
6448
|
+
headers: {
|
|
6449
|
+
"User-Agent": string;
|
|
6450
|
+
};
|
|
6451
|
+
reasoning: true;
|
|
6452
|
+
input: ("image" | "text")[];
|
|
6453
|
+
cost: {
|
|
6454
|
+
input: number;
|
|
6455
|
+
output: number;
|
|
6456
|
+
cacheRead: number;
|
|
6457
|
+
cacheWrite: number;
|
|
6458
|
+
};
|
|
6459
|
+
contextWindow: number;
|
|
6460
|
+
maxTokens: number;
|
|
6461
|
+
};
|
|
6462
|
+
readonly "kimi-for-coding": {
|
|
6463
|
+
id: string;
|
|
6464
|
+
name: string;
|
|
6465
|
+
api: "anthropic-messages";
|
|
6466
|
+
provider: string;
|
|
6467
|
+
baseUrl: string;
|
|
6468
|
+
headers: {
|
|
6469
|
+
"User-Agent": string;
|
|
6470
|
+
};
|
|
6471
|
+
reasoning: true;
|
|
6472
|
+
input: ("image" | "text")[];
|
|
6473
|
+
cost: {
|
|
6474
|
+
input: number;
|
|
6475
|
+
output: number;
|
|
6476
|
+
cacheRead: number;
|
|
6477
|
+
cacheWrite: number;
|
|
6478
|
+
};
|
|
6479
|
+
contextWindow: number;
|
|
6480
|
+
maxTokens: number;
|
|
6481
|
+
};
|
|
6482
|
+
readonly "kimi-k2-thinking": {
|
|
6483
|
+
id: string;
|
|
6484
|
+
name: string;
|
|
6485
|
+
api: "anthropic-messages";
|
|
6486
|
+
provider: string;
|
|
6487
|
+
baseUrl: string;
|
|
6488
|
+
headers: {
|
|
6489
|
+
"User-Agent": string;
|
|
6490
|
+
};
|
|
6491
|
+
reasoning: true;
|
|
6492
|
+
input: "text"[];
|
|
6493
|
+
cost: {
|
|
6494
|
+
input: number;
|
|
6495
|
+
output: number;
|
|
6496
|
+
cacheRead: number;
|
|
6497
|
+
cacheWrite: number;
|
|
6498
|
+
};
|
|
6499
|
+
contextWindow: number;
|
|
6500
|
+
maxTokens: number;
|
|
6501
|
+
};
|
|
6502
|
+
};
|
|
6503
|
+
readonly minimax: {
|
|
6504
|
+
readonly "MiniMax-M2.7": {
|
|
6505
|
+
id: string;
|
|
6506
|
+
name: string;
|
|
6507
|
+
api: "anthropic-messages";
|
|
5907
6508
|
provider: string;
|
|
5908
6509
|
baseUrl: string;
|
|
5909
6510
|
reasoning: true;
|
|
@@ -6638,7 +7239,105 @@ export declare const MODELS: {
|
|
|
6638
7239
|
contextWindow: number;
|
|
6639
7240
|
maxTokens: number;
|
|
6640
7241
|
};
|
|
6641
|
-
readonly "kimi-k2.5": {
|
|
7242
|
+
readonly "kimi-k2.5": {
|
|
7243
|
+
id: string;
|
|
7244
|
+
name: string;
|
|
7245
|
+
api: "openai-completions";
|
|
7246
|
+
provider: string;
|
|
7247
|
+
baseUrl: string;
|
|
7248
|
+
compat: {
|
|
7249
|
+
supportsStore: false;
|
|
7250
|
+
supportsDeveloperRole: false;
|
|
7251
|
+
supportsReasoningEffort: false;
|
|
7252
|
+
maxTokensField: "max_tokens";
|
|
7253
|
+
supportsStrictMode: false;
|
|
7254
|
+
};
|
|
7255
|
+
reasoning: true;
|
|
7256
|
+
input: ("image" | "text")[];
|
|
7257
|
+
cost: {
|
|
7258
|
+
input: number;
|
|
7259
|
+
output: number;
|
|
7260
|
+
cacheRead: number;
|
|
7261
|
+
cacheWrite: number;
|
|
7262
|
+
};
|
|
7263
|
+
contextWindow: number;
|
|
7264
|
+
maxTokens: number;
|
|
7265
|
+
};
|
|
7266
|
+
readonly "kimi-k2.6": {
|
|
7267
|
+
id: string;
|
|
7268
|
+
name: string;
|
|
7269
|
+
api: "openai-completions";
|
|
7270
|
+
provider: string;
|
|
7271
|
+
baseUrl: string;
|
|
7272
|
+
compat: {
|
|
7273
|
+
supportsStore: false;
|
|
7274
|
+
supportsDeveloperRole: false;
|
|
7275
|
+
supportsReasoningEffort: false;
|
|
7276
|
+
maxTokensField: "max_tokens";
|
|
7277
|
+
supportsStrictMode: false;
|
|
7278
|
+
};
|
|
7279
|
+
reasoning: true;
|
|
7280
|
+
input: ("image" | "text")[];
|
|
7281
|
+
cost: {
|
|
7282
|
+
input: number;
|
|
7283
|
+
output: number;
|
|
7284
|
+
cacheRead: number;
|
|
7285
|
+
cacheWrite: number;
|
|
7286
|
+
};
|
|
7287
|
+
contextWindow: number;
|
|
7288
|
+
maxTokens: number;
|
|
7289
|
+
};
|
|
7290
|
+
readonly "kimi-k2.7-code": {
|
|
7291
|
+
id: string;
|
|
7292
|
+
name: string;
|
|
7293
|
+
api: "openai-completions";
|
|
7294
|
+
provider: string;
|
|
7295
|
+
baseUrl: string;
|
|
7296
|
+
compat: {
|
|
7297
|
+
supportsStore: false;
|
|
7298
|
+
supportsDeveloperRole: false;
|
|
7299
|
+
supportsReasoningEffort: false;
|
|
7300
|
+
maxTokensField: "max_tokens";
|
|
7301
|
+
supportsStrictMode: false;
|
|
7302
|
+
};
|
|
7303
|
+
reasoning: true;
|
|
7304
|
+
input: ("image" | "text")[];
|
|
7305
|
+
cost: {
|
|
7306
|
+
input: number;
|
|
7307
|
+
output: number;
|
|
7308
|
+
cacheRead: number;
|
|
7309
|
+
cacheWrite: number;
|
|
7310
|
+
};
|
|
7311
|
+
contextWindow: number;
|
|
7312
|
+
maxTokens: number;
|
|
7313
|
+
};
|
|
7314
|
+
readonly "kimi-k2.7-code-highspeed": {
|
|
7315
|
+
id: string;
|
|
7316
|
+
name: string;
|
|
7317
|
+
api: "openai-completions";
|
|
7318
|
+
provider: string;
|
|
7319
|
+
baseUrl: string;
|
|
7320
|
+
compat: {
|
|
7321
|
+
supportsStore: false;
|
|
7322
|
+
supportsDeveloperRole: false;
|
|
7323
|
+
supportsReasoningEffort: false;
|
|
7324
|
+
maxTokensField: "max_tokens";
|
|
7325
|
+
supportsStrictMode: false;
|
|
7326
|
+
};
|
|
7327
|
+
reasoning: true;
|
|
7328
|
+
input: ("image" | "text")[];
|
|
7329
|
+
cost: {
|
|
7330
|
+
input: number;
|
|
7331
|
+
output: number;
|
|
7332
|
+
cacheRead: number;
|
|
7333
|
+
cacheWrite: number;
|
|
7334
|
+
};
|
|
7335
|
+
contextWindow: number;
|
|
7336
|
+
maxTokens: number;
|
|
7337
|
+
};
|
|
7338
|
+
};
|
|
7339
|
+
readonly "moonshotai-cn": {
|
|
7340
|
+
readonly "kimi-k2-0711-preview": {
|
|
6642
7341
|
id: string;
|
|
6643
7342
|
name: string;
|
|
6644
7343
|
api: "openai-completions";
|
|
@@ -6651,8 +7350,8 @@ export declare const MODELS: {
|
|
|
6651
7350
|
maxTokensField: "max_tokens";
|
|
6652
7351
|
supportsStrictMode: false;
|
|
6653
7352
|
};
|
|
6654
|
-
reasoning:
|
|
6655
|
-
input:
|
|
7353
|
+
reasoning: false;
|
|
7354
|
+
input: "text"[];
|
|
6656
7355
|
cost: {
|
|
6657
7356
|
input: number;
|
|
6658
7357
|
output: number;
|
|
@@ -6662,7 +7361,7 @@ export declare const MODELS: {
|
|
|
6662
7361
|
contextWindow: number;
|
|
6663
7362
|
maxTokens: number;
|
|
6664
7363
|
};
|
|
6665
|
-
readonly "kimi-k2
|
|
7364
|
+
readonly "kimi-k2-0905-preview": {
|
|
6666
7365
|
id: string;
|
|
6667
7366
|
name: string;
|
|
6668
7367
|
api: "openai-completions";
|
|
@@ -6675,8 +7374,8 @@ export declare const MODELS: {
|
|
|
6675
7374
|
maxTokensField: "max_tokens";
|
|
6676
7375
|
supportsStrictMode: false;
|
|
6677
7376
|
};
|
|
6678
|
-
reasoning:
|
|
6679
|
-
input:
|
|
7377
|
+
reasoning: false;
|
|
7378
|
+
input: "text"[];
|
|
6680
7379
|
cost: {
|
|
6681
7380
|
input: number;
|
|
6682
7381
|
output: number;
|
|
@@ -6686,9 +7385,7 @@ export declare const MODELS: {
|
|
|
6686
7385
|
contextWindow: number;
|
|
6687
7386
|
maxTokens: number;
|
|
6688
7387
|
};
|
|
6689
|
-
|
|
6690
|
-
readonly "moonshotai-cn": {
|
|
6691
|
-
readonly "kimi-k2-0711-preview": {
|
|
7388
|
+
readonly "kimi-k2-thinking": {
|
|
6692
7389
|
id: string;
|
|
6693
7390
|
name: string;
|
|
6694
7391
|
api: "openai-completions";
|
|
@@ -6701,7 +7398,7 @@ export declare const MODELS: {
|
|
|
6701
7398
|
maxTokensField: "max_tokens";
|
|
6702
7399
|
supportsStrictMode: false;
|
|
6703
7400
|
};
|
|
6704
|
-
reasoning:
|
|
7401
|
+
reasoning: true;
|
|
6705
7402
|
input: "text"[];
|
|
6706
7403
|
cost: {
|
|
6707
7404
|
input: number;
|
|
@@ -6712,7 +7409,7 @@ export declare const MODELS: {
|
|
|
6712
7409
|
contextWindow: number;
|
|
6713
7410
|
maxTokens: number;
|
|
6714
7411
|
};
|
|
6715
|
-
readonly "kimi-k2-
|
|
7412
|
+
readonly "kimi-k2-thinking-turbo": {
|
|
6716
7413
|
id: string;
|
|
6717
7414
|
name: string;
|
|
6718
7415
|
api: "openai-completions";
|
|
@@ -6725,7 +7422,7 @@ export declare const MODELS: {
|
|
|
6725
7422
|
maxTokensField: "max_tokens";
|
|
6726
7423
|
supportsStrictMode: false;
|
|
6727
7424
|
};
|
|
6728
|
-
reasoning:
|
|
7425
|
+
reasoning: true;
|
|
6729
7426
|
input: "text"[];
|
|
6730
7427
|
cost: {
|
|
6731
7428
|
input: number;
|
|
@@ -6736,7 +7433,7 @@ export declare const MODELS: {
|
|
|
6736
7433
|
contextWindow: number;
|
|
6737
7434
|
maxTokens: number;
|
|
6738
7435
|
};
|
|
6739
|
-
readonly "kimi-k2-
|
|
7436
|
+
readonly "kimi-k2-turbo-preview": {
|
|
6740
7437
|
id: string;
|
|
6741
7438
|
name: string;
|
|
6742
7439
|
api: "openai-completions";
|
|
@@ -6749,7 +7446,7 @@ export declare const MODELS: {
|
|
|
6749
7446
|
maxTokensField: "max_tokens";
|
|
6750
7447
|
supportsStrictMode: false;
|
|
6751
7448
|
};
|
|
6752
|
-
reasoning:
|
|
7449
|
+
reasoning: false;
|
|
6753
7450
|
input: "text"[];
|
|
6754
7451
|
cost: {
|
|
6755
7452
|
input: number;
|
|
@@ -6760,7 +7457,7 @@ export declare const MODELS: {
|
|
|
6760
7457
|
contextWindow: number;
|
|
6761
7458
|
maxTokens: number;
|
|
6762
7459
|
};
|
|
6763
|
-
readonly "kimi-k2
|
|
7460
|
+
readonly "kimi-k2.5": {
|
|
6764
7461
|
id: string;
|
|
6765
7462
|
name: string;
|
|
6766
7463
|
api: "openai-completions";
|
|
@@ -6774,7 +7471,7 @@ export declare const MODELS: {
|
|
|
6774
7471
|
supportsStrictMode: false;
|
|
6775
7472
|
};
|
|
6776
7473
|
reasoning: true;
|
|
6777
|
-
input: "text"[];
|
|
7474
|
+
input: ("image" | "text")[];
|
|
6778
7475
|
cost: {
|
|
6779
7476
|
input: number;
|
|
6780
7477
|
output: number;
|
|
@@ -6784,7 +7481,7 @@ export declare const MODELS: {
|
|
|
6784
7481
|
contextWindow: number;
|
|
6785
7482
|
maxTokens: number;
|
|
6786
7483
|
};
|
|
6787
|
-
readonly "kimi-k2
|
|
7484
|
+
readonly "kimi-k2.6": {
|
|
6788
7485
|
id: string;
|
|
6789
7486
|
name: string;
|
|
6790
7487
|
api: "openai-completions";
|
|
@@ -6797,8 +7494,8 @@ export declare const MODELS: {
|
|
|
6797
7494
|
maxTokensField: "max_tokens";
|
|
6798
7495
|
supportsStrictMode: false;
|
|
6799
7496
|
};
|
|
6800
|
-
reasoning:
|
|
6801
|
-
input: "text"[];
|
|
7497
|
+
reasoning: true;
|
|
7498
|
+
input: ("image" | "text")[];
|
|
6802
7499
|
cost: {
|
|
6803
7500
|
input: number;
|
|
6804
7501
|
output: number;
|
|
@@ -6808,7 +7505,7 @@ export declare const MODELS: {
|
|
|
6808
7505
|
contextWindow: number;
|
|
6809
7506
|
maxTokens: number;
|
|
6810
7507
|
};
|
|
6811
|
-
readonly "kimi-k2.
|
|
7508
|
+
readonly "kimi-k2.7-code": {
|
|
6812
7509
|
id: string;
|
|
6813
7510
|
name: string;
|
|
6814
7511
|
api: "openai-completions";
|
|
@@ -6832,7 +7529,7 @@ export declare const MODELS: {
|
|
|
6832
7529
|
contextWindow: number;
|
|
6833
7530
|
maxTokens: number;
|
|
6834
7531
|
};
|
|
6835
|
-
readonly "kimi-k2.
|
|
7532
|
+
readonly "kimi-k2.7-code-highspeed": {
|
|
6836
7533
|
id: string;
|
|
6837
7534
|
name: string;
|
|
6838
7535
|
api: "openai-completions";
|
|
@@ -7814,30 +8511,6 @@ export declare const MODELS: {
|
|
|
7814
8511
|
contextWindow: number;
|
|
7815
8512
|
maxTokens: number;
|
|
7816
8513
|
};
|
|
7817
|
-
readonly "claude-fable-5": {
|
|
7818
|
-
id: string;
|
|
7819
|
-
name: string;
|
|
7820
|
-
api: "anthropic-messages";
|
|
7821
|
-
provider: string;
|
|
7822
|
-
baseUrl: string;
|
|
7823
|
-
reasoning: true;
|
|
7824
|
-
thinkingLevelMap: {
|
|
7825
|
-
minimal: string;
|
|
7826
|
-
low: string;
|
|
7827
|
-
medium: string;
|
|
7828
|
-
high: string;
|
|
7829
|
-
xhigh: string;
|
|
7830
|
-
};
|
|
7831
|
-
input: ("image" | "text")[];
|
|
7832
|
-
cost: {
|
|
7833
|
-
input: number;
|
|
7834
|
-
output: number;
|
|
7835
|
-
cacheRead: number;
|
|
7836
|
-
cacheWrite: number;
|
|
7837
|
-
};
|
|
7838
|
-
contextWindow: number;
|
|
7839
|
-
maxTokens: number;
|
|
7840
|
-
};
|
|
7841
8514
|
readonly "claude-haiku-4-5": {
|
|
7842
8515
|
id: string;
|
|
7843
8516
|
name: string;
|
|
@@ -8186,6 +8859,23 @@ export declare const MODELS: {
|
|
|
8186
8859
|
contextWindow: number;
|
|
8187
8860
|
maxTokens: number;
|
|
8188
8861
|
};
|
|
8862
|
+
readonly "glm-5.2": {
|
|
8863
|
+
id: string;
|
|
8864
|
+
name: string;
|
|
8865
|
+
api: "openai-completions";
|
|
8866
|
+
provider: string;
|
|
8867
|
+
baseUrl: string;
|
|
8868
|
+
reasoning: true;
|
|
8869
|
+
input: "text"[];
|
|
8870
|
+
cost: {
|
|
8871
|
+
input: number;
|
|
8872
|
+
output: number;
|
|
8873
|
+
cacheRead: number;
|
|
8874
|
+
cacheWrite: number;
|
|
8875
|
+
};
|
|
8876
|
+
contextWindow: number;
|
|
8877
|
+
maxTokens: number;
|
|
8878
|
+
};
|
|
8189
8879
|
readonly "gpt-5": {
|
|
8190
8880
|
id: string;
|
|
8191
8881
|
name: string;
|
|
@@ -8743,7 +9433,7 @@ export declare const MODELS: {
|
|
|
8743
9433
|
contextWindow: number;
|
|
8744
9434
|
maxTokens: number;
|
|
8745
9435
|
};
|
|
8746
|
-
readonly "glm-5": {
|
|
9436
|
+
readonly "glm-5.1": {
|
|
8747
9437
|
id: string;
|
|
8748
9438
|
name: string;
|
|
8749
9439
|
api: "openai-completions";
|
|
@@ -8760,7 +9450,7 @@ export declare const MODELS: {
|
|
|
8760
9450
|
contextWindow: number;
|
|
8761
9451
|
maxTokens: number;
|
|
8762
9452
|
};
|
|
8763
|
-
readonly "glm-5.
|
|
9453
|
+
readonly "glm-5.2": {
|
|
8764
9454
|
id: string;
|
|
8765
9455
|
name: string;
|
|
8766
9456
|
api: "openai-completions";
|
|
@@ -8777,7 +9467,7 @@ export declare const MODELS: {
|
|
|
8777
9467
|
contextWindow: number;
|
|
8778
9468
|
maxTokens: number;
|
|
8779
9469
|
};
|
|
8780
|
-
readonly "kimi-k2.
|
|
9470
|
+
readonly "kimi-k2.6": {
|
|
8781
9471
|
id: string;
|
|
8782
9472
|
name: string;
|
|
8783
9473
|
api: "openai-completions";
|
|
@@ -8794,7 +9484,7 @@ export declare const MODELS: {
|
|
|
8794
9484
|
contextWindow: number;
|
|
8795
9485
|
maxTokens: number;
|
|
8796
9486
|
};
|
|
8797
|
-
readonly "kimi-k2.
|
|
9487
|
+
readonly "kimi-k2.7-code": {
|
|
8798
9488
|
id: string;
|
|
8799
9489
|
name: string;
|
|
8800
9490
|
api: "openai-completions";
|
|
@@ -8845,23 +9535,6 @@ export declare const MODELS: {
|
|
|
8845
9535
|
contextWindow: number;
|
|
8846
9536
|
maxTokens: number;
|
|
8847
9537
|
};
|
|
8848
|
-
readonly "minimax-m2.5": {
|
|
8849
|
-
id: string;
|
|
8850
|
-
name: string;
|
|
8851
|
-
api: "anthropic-messages";
|
|
8852
|
-
provider: string;
|
|
8853
|
-
baseUrl: string;
|
|
8854
|
-
reasoning: true;
|
|
8855
|
-
input: "text"[];
|
|
8856
|
-
cost: {
|
|
8857
|
-
input: number;
|
|
8858
|
-
output: number;
|
|
8859
|
-
cacheRead: number;
|
|
8860
|
-
cacheWrite: number;
|
|
8861
|
-
};
|
|
8862
|
-
contextWindow: number;
|
|
8863
|
-
maxTokens: number;
|
|
8864
|
-
};
|
|
8865
9538
|
readonly "minimax-m2.7": {
|
|
8866
9539
|
id: string;
|
|
8867
9540
|
name: string;
|
|
@@ -9512,6 +10185,23 @@ export declare const MODELS: {
|
|
|
9512
10185
|
contextWindow: number;
|
|
9513
10186
|
maxTokens: number;
|
|
9514
10187
|
};
|
|
10188
|
+
readonly "cohere/north-mini-code:free": {
|
|
10189
|
+
id: string;
|
|
10190
|
+
name: string;
|
|
10191
|
+
api: "openai-completions";
|
|
10192
|
+
provider: string;
|
|
10193
|
+
baseUrl: string;
|
|
10194
|
+
reasoning: true;
|
|
10195
|
+
input: "text"[];
|
|
10196
|
+
cost: {
|
|
10197
|
+
input: number;
|
|
10198
|
+
output: number;
|
|
10199
|
+
cacheRead: number;
|
|
10200
|
+
cacheWrite: number;
|
|
10201
|
+
};
|
|
10202
|
+
contextWindow: number;
|
|
10203
|
+
maxTokens: number;
|
|
10204
|
+
};
|
|
9515
10205
|
readonly "deepseek/deepseek-chat": {
|
|
9516
10206
|
id: string;
|
|
9517
10207
|
name: string;
|
|
@@ -9704,14 +10394,14 @@ export declare const MODELS: {
|
|
|
9704
10394
|
contextWindow: number;
|
|
9705
10395
|
maxTokens: number;
|
|
9706
10396
|
};
|
|
9707
|
-
readonly "
|
|
10397
|
+
readonly "google/gemini-2.5-flash": {
|
|
9708
10398
|
id: string;
|
|
9709
10399
|
name: string;
|
|
9710
10400
|
api: "openai-completions";
|
|
9711
10401
|
provider: string;
|
|
9712
10402
|
baseUrl: string;
|
|
9713
|
-
reasoning:
|
|
9714
|
-
input: "text"[];
|
|
10403
|
+
reasoning: true;
|
|
10404
|
+
input: ("image" | "text")[];
|
|
9715
10405
|
cost: {
|
|
9716
10406
|
input: number;
|
|
9717
10407
|
output: number;
|
|
@@ -9721,7 +10411,7 @@ export declare const MODELS: {
|
|
|
9721
10411
|
contextWindow: number;
|
|
9722
10412
|
maxTokens: number;
|
|
9723
10413
|
};
|
|
9724
|
-
readonly "google/gemini-2.5-flash": {
|
|
10414
|
+
readonly "google/gemini-2.5-flash-lite": {
|
|
9725
10415
|
id: string;
|
|
9726
10416
|
name: string;
|
|
9727
10417
|
api: "openai-completions";
|
|
@@ -9738,7 +10428,7 @@ export declare const MODELS: {
|
|
|
9738
10428
|
contextWindow: number;
|
|
9739
10429
|
maxTokens: number;
|
|
9740
10430
|
};
|
|
9741
|
-
readonly "google/gemini-2.5-flash-lite": {
|
|
10431
|
+
readonly "google/gemini-2.5-flash-lite-preview-09-2025": {
|
|
9742
10432
|
id: string;
|
|
9743
10433
|
name: string;
|
|
9744
10434
|
api: "openai-completions";
|
|
@@ -9755,7 +10445,7 @@ export declare const MODELS: {
|
|
|
9755
10445
|
contextWindow: number;
|
|
9756
10446
|
maxTokens: number;
|
|
9757
10447
|
};
|
|
9758
|
-
readonly "google/gemini-2.5-
|
|
10448
|
+
readonly "google/gemini-2.5-pro": {
|
|
9759
10449
|
id: string;
|
|
9760
10450
|
name: string;
|
|
9761
10451
|
api: "openai-completions";
|
|
@@ -9772,7 +10462,7 @@ export declare const MODELS: {
|
|
|
9772
10462
|
contextWindow: number;
|
|
9773
10463
|
maxTokens: number;
|
|
9774
10464
|
};
|
|
9775
|
-
readonly "google/gemini-2.5-pro": {
|
|
10465
|
+
readonly "google/gemini-2.5-pro-preview": {
|
|
9776
10466
|
id: string;
|
|
9777
10467
|
name: string;
|
|
9778
10468
|
api: "openai-completions";
|
|
@@ -9789,7 +10479,7 @@ export declare const MODELS: {
|
|
|
9789
10479
|
contextWindow: number;
|
|
9790
10480
|
maxTokens: number;
|
|
9791
10481
|
};
|
|
9792
|
-
readonly "google/gemini-2.5-pro-preview": {
|
|
10482
|
+
readonly "google/gemini-2.5-pro-preview-05-06": {
|
|
9793
10483
|
id: string;
|
|
9794
10484
|
name: string;
|
|
9795
10485
|
api: "openai-completions";
|
|
@@ -9806,7 +10496,7 @@ export declare const MODELS: {
|
|
|
9806
10496
|
contextWindow: number;
|
|
9807
10497
|
maxTokens: number;
|
|
9808
10498
|
};
|
|
9809
|
-
readonly "google/gemini-
|
|
10499
|
+
readonly "google/gemini-3-flash-preview": {
|
|
9810
10500
|
id: string;
|
|
9811
10501
|
name: string;
|
|
9812
10502
|
api: "openai-completions";
|
|
@@ -9823,7 +10513,7 @@ export declare const MODELS: {
|
|
|
9823
10513
|
contextWindow: number;
|
|
9824
10514
|
maxTokens: number;
|
|
9825
10515
|
};
|
|
9826
|
-
readonly "google/gemini-3-
|
|
10516
|
+
readonly "google/gemini-3-pro-image": {
|
|
9827
10517
|
id: string;
|
|
9828
10518
|
name: string;
|
|
9829
10519
|
api: "openai-completions";
|
|
@@ -10129,6 +10819,23 @@ export declare const MODELS: {
|
|
|
10129
10819
|
contextWindow: number;
|
|
10130
10820
|
maxTokens: number;
|
|
10131
10821
|
};
|
|
10822
|
+
readonly "liquid/lfm-2.5-1.2b-thinking:free": {
|
|
10823
|
+
id: string;
|
|
10824
|
+
name: string;
|
|
10825
|
+
api: "openai-completions";
|
|
10826
|
+
provider: string;
|
|
10827
|
+
baseUrl: string;
|
|
10828
|
+
reasoning: true;
|
|
10829
|
+
input: "text"[];
|
|
10830
|
+
cost: {
|
|
10831
|
+
input: number;
|
|
10832
|
+
output: number;
|
|
10833
|
+
cacheRead: number;
|
|
10834
|
+
cacheWrite: number;
|
|
10835
|
+
};
|
|
10836
|
+
contextWindow: number;
|
|
10837
|
+
maxTokens: number;
|
|
10838
|
+
};
|
|
10132
10839
|
readonly "meta-llama/llama-3.1-70b-instruct": {
|
|
10133
10840
|
id: string;
|
|
10134
10841
|
name: string;
|
|
@@ -10707,7 +11414,7 @@ export declare const MODELS: {
|
|
|
10707
11414
|
contextWindow: number;
|
|
10708
11415
|
maxTokens: number;
|
|
10709
11416
|
};
|
|
10710
|
-
readonly "
|
|
11417
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
10711
11418
|
id: string;
|
|
10712
11419
|
name: string;
|
|
10713
11420
|
api: "openai-completions";
|
|
@@ -10877,23 +11584,6 @@ export declare const MODELS: {
|
|
|
10877
11584
|
contextWindow: number;
|
|
10878
11585
|
maxTokens: number;
|
|
10879
11586
|
};
|
|
10880
|
-
readonly "nvidia/nemotron-nano-9b-v2": {
|
|
10881
|
-
id: string;
|
|
10882
|
-
name: string;
|
|
10883
|
-
api: "openai-completions";
|
|
10884
|
-
provider: string;
|
|
10885
|
-
baseUrl: string;
|
|
10886
|
-
reasoning: true;
|
|
10887
|
-
input: "text"[];
|
|
10888
|
-
cost: {
|
|
10889
|
-
input: number;
|
|
10890
|
-
output: number;
|
|
10891
|
-
cacheRead: number;
|
|
10892
|
-
cacheWrite: number;
|
|
10893
|
-
};
|
|
10894
|
-
contextWindow: number;
|
|
10895
|
-
maxTokens: number;
|
|
10896
|
-
};
|
|
10897
11587
|
readonly "nvidia/nemotron-nano-9b-v2:free": {
|
|
10898
11588
|
id: string;
|
|
10899
11589
|
name: string;
|
|
@@ -11814,6 +12504,23 @@ export declare const MODELS: {
|
|
|
11814
12504
|
contextWindow: number;
|
|
11815
12505
|
maxTokens: number;
|
|
11816
12506
|
};
|
|
12507
|
+
readonly "poolside/laguna-m.1": {
|
|
12508
|
+
id: string;
|
|
12509
|
+
name: string;
|
|
12510
|
+
api: "openai-completions";
|
|
12511
|
+
provider: string;
|
|
12512
|
+
baseUrl: string;
|
|
12513
|
+
reasoning: true;
|
|
12514
|
+
input: "text"[];
|
|
12515
|
+
cost: {
|
|
12516
|
+
input: number;
|
|
12517
|
+
output: number;
|
|
12518
|
+
cacheRead: number;
|
|
12519
|
+
cacheWrite: number;
|
|
12520
|
+
};
|
|
12521
|
+
contextWindow: number;
|
|
12522
|
+
maxTokens: number;
|
|
12523
|
+
};
|
|
11817
12524
|
readonly "poolside/laguna-m.1:free": {
|
|
11818
12525
|
id: string;
|
|
11819
12526
|
name: string;
|
|
@@ -11831,7 +12538,7 @@ export declare const MODELS: {
|
|
|
11831
12538
|
contextWindow: number;
|
|
11832
12539
|
maxTokens: number;
|
|
11833
12540
|
};
|
|
11834
|
-
readonly "poolside/laguna-xs.2
|
|
12541
|
+
readonly "poolside/laguna-xs.2": {
|
|
11835
12542
|
id: string;
|
|
11836
12543
|
name: string;
|
|
11837
12544
|
api: "openai-completions";
|
|
@@ -11848,7 +12555,7 @@ export declare const MODELS: {
|
|
|
11848
12555
|
contextWindow: number;
|
|
11849
12556
|
maxTokens: number;
|
|
11850
12557
|
};
|
|
11851
|
-
readonly "
|
|
12558
|
+
readonly "poolside/laguna-xs.2:free": {
|
|
11852
12559
|
id: string;
|
|
11853
12560
|
name: string;
|
|
11854
12561
|
api: "openai-completions";
|
|
@@ -11882,6 +12589,23 @@ export declare const MODELS: {
|
|
|
11882
12589
|
contextWindow: number;
|
|
11883
12590
|
maxTokens: number;
|
|
11884
12591
|
};
|
|
12592
|
+
readonly "qwen/qwen-2.5-7b-instruct": {
|
|
12593
|
+
id: string;
|
|
12594
|
+
name: string;
|
|
12595
|
+
api: "openai-completions";
|
|
12596
|
+
provider: string;
|
|
12597
|
+
baseUrl: string;
|
|
12598
|
+
reasoning: false;
|
|
12599
|
+
input: "text"[];
|
|
12600
|
+
cost: {
|
|
12601
|
+
input: number;
|
|
12602
|
+
output: number;
|
|
12603
|
+
cacheRead: number;
|
|
12604
|
+
cacheWrite: number;
|
|
12605
|
+
};
|
|
12606
|
+
contextWindow: number;
|
|
12607
|
+
maxTokens: number;
|
|
12608
|
+
};
|
|
11885
12609
|
readonly "qwen/qwen-plus": {
|
|
11886
12610
|
id: string;
|
|
11887
12611
|
name: string;
|
|
@@ -12681,14 +13405,14 @@ export declare const MODELS: {
|
|
|
12681
13405
|
contextWindow: number;
|
|
12682
13406
|
maxTokens: number;
|
|
12683
13407
|
};
|
|
12684
|
-
readonly "
|
|
13408
|
+
readonly "sakana/fugu-ultra": {
|
|
12685
13409
|
id: string;
|
|
12686
13410
|
name: string;
|
|
12687
13411
|
api: "openai-completions";
|
|
12688
13412
|
provider: string;
|
|
12689
13413
|
baseUrl: string;
|
|
12690
|
-
reasoning:
|
|
12691
|
-
input: "text"[];
|
|
13414
|
+
reasoning: true;
|
|
13415
|
+
input: ("image" | "text")[];
|
|
12692
13416
|
cost: {
|
|
12693
13417
|
input: number;
|
|
12694
13418
|
output: number;
|
|
@@ -12698,13 +13422,13 @@ export declare const MODELS: {
|
|
|
12698
13422
|
contextWindow: number;
|
|
12699
13423
|
maxTokens: number;
|
|
12700
13424
|
};
|
|
12701
|
-
readonly "
|
|
13425
|
+
readonly "sao10k/l3.1-euryale-70b": {
|
|
12702
13426
|
id: string;
|
|
12703
13427
|
name: string;
|
|
12704
13428
|
api: "openai-completions";
|
|
12705
13429
|
provider: string;
|
|
12706
13430
|
baseUrl: string;
|
|
12707
|
-
reasoning:
|
|
13431
|
+
reasoning: false;
|
|
12708
13432
|
input: "text"[];
|
|
12709
13433
|
cost: {
|
|
12710
13434
|
input: number;
|
|
@@ -12715,14 +13439,14 @@ export declare const MODELS: {
|
|
|
12715
13439
|
contextWindow: number;
|
|
12716
13440
|
maxTokens: number;
|
|
12717
13441
|
};
|
|
12718
|
-
readonly "stepfun/step-3.
|
|
13442
|
+
readonly "stepfun/step-3.5-flash": {
|
|
12719
13443
|
id: string;
|
|
12720
13444
|
name: string;
|
|
12721
13445
|
api: "openai-completions";
|
|
12722
13446
|
provider: string;
|
|
12723
13447
|
baseUrl: string;
|
|
12724
13448
|
reasoning: true;
|
|
12725
|
-
input:
|
|
13449
|
+
input: "text"[];
|
|
12726
13450
|
cost: {
|
|
12727
13451
|
input: number;
|
|
12728
13452
|
output: number;
|
|
@@ -12732,14 +13456,14 @@ export declare const MODELS: {
|
|
|
12732
13456
|
contextWindow: number;
|
|
12733
13457
|
maxTokens: number;
|
|
12734
13458
|
};
|
|
12735
|
-
readonly "
|
|
13459
|
+
readonly "stepfun/step-3.7-flash": {
|
|
12736
13460
|
id: string;
|
|
12737
13461
|
name: string;
|
|
12738
13462
|
api: "openai-completions";
|
|
12739
13463
|
provider: string;
|
|
12740
13464
|
baseUrl: string;
|
|
12741
|
-
reasoning:
|
|
12742
|
-
input: "text"[];
|
|
13465
|
+
reasoning: true;
|
|
13466
|
+
input: ("image" | "text")[];
|
|
12743
13467
|
cost: {
|
|
12744
13468
|
input: number;
|
|
12745
13469
|
output: number;
|
|
@@ -13004,7 +13728,41 @@ export declare const MODELS: {
|
|
|
13004
13728
|
contextWindow: number;
|
|
13005
13729
|
maxTokens: number;
|
|
13006
13730
|
};
|
|
13007
|
-
readonly "z-ai/glm-5-turbo": {
|
|
13731
|
+
readonly "z-ai/glm-5-turbo": {
|
|
13732
|
+
id: string;
|
|
13733
|
+
name: string;
|
|
13734
|
+
api: "openai-completions";
|
|
13735
|
+
provider: string;
|
|
13736
|
+
baseUrl: string;
|
|
13737
|
+
reasoning: true;
|
|
13738
|
+
input: "text"[];
|
|
13739
|
+
cost: {
|
|
13740
|
+
input: number;
|
|
13741
|
+
output: number;
|
|
13742
|
+
cacheRead: number;
|
|
13743
|
+
cacheWrite: number;
|
|
13744
|
+
};
|
|
13745
|
+
contextWindow: number;
|
|
13746
|
+
maxTokens: number;
|
|
13747
|
+
};
|
|
13748
|
+
readonly "z-ai/glm-5.1": {
|
|
13749
|
+
id: string;
|
|
13750
|
+
name: string;
|
|
13751
|
+
api: "openai-completions";
|
|
13752
|
+
provider: string;
|
|
13753
|
+
baseUrl: string;
|
|
13754
|
+
reasoning: true;
|
|
13755
|
+
input: "text"[];
|
|
13756
|
+
cost: {
|
|
13757
|
+
input: number;
|
|
13758
|
+
output: number;
|
|
13759
|
+
cacheRead: number;
|
|
13760
|
+
cacheWrite: number;
|
|
13761
|
+
};
|
|
13762
|
+
contextWindow: number;
|
|
13763
|
+
maxTokens: number;
|
|
13764
|
+
};
|
|
13765
|
+
readonly "z-ai/glm-5.2": {
|
|
13008
13766
|
id: string;
|
|
13009
13767
|
name: string;
|
|
13010
13768
|
api: "openai-completions";
|
|
@@ -13021,14 +13779,14 @@ export declare const MODELS: {
|
|
|
13021
13779
|
contextWindow: number;
|
|
13022
13780
|
maxTokens: number;
|
|
13023
13781
|
};
|
|
13024
|
-
readonly "z-ai/glm-
|
|
13782
|
+
readonly "z-ai/glm-5v-turbo": {
|
|
13025
13783
|
id: string;
|
|
13026
13784
|
name: string;
|
|
13027
13785
|
api: "openai-completions";
|
|
13028
13786
|
provider: string;
|
|
13029
13787
|
baseUrl: string;
|
|
13030
13788
|
reasoning: true;
|
|
13031
|
-
input: "text"[];
|
|
13789
|
+
input: ("image" | "text")[];
|
|
13032
13790
|
cost: {
|
|
13033
13791
|
input: number;
|
|
13034
13792
|
output: number;
|
|
@@ -13200,7 +13958,7 @@ export declare const MODELS: {
|
|
|
13200
13958
|
};
|
|
13201
13959
|
};
|
|
13202
13960
|
readonly together: {
|
|
13203
|
-
readonly "MiniMaxAI/MiniMax-M2.
|
|
13961
|
+
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
13204
13962
|
id: string;
|
|
13205
13963
|
name: string;
|
|
13206
13964
|
api: "openai-completions";
|
|
@@ -13231,7 +13989,7 @@ export declare const MODELS: {
|
|
|
13231
13989
|
contextWindow: number;
|
|
13232
13990
|
maxTokens: number;
|
|
13233
13991
|
};
|
|
13234
|
-
readonly "MiniMaxAI/MiniMax-
|
|
13992
|
+
readonly "MiniMaxAI/MiniMax-M3": {
|
|
13235
13993
|
id: string;
|
|
13236
13994
|
name: string;
|
|
13237
13995
|
api: "openai-completions";
|
|
@@ -13244,15 +14002,15 @@ export declare const MODELS: {
|
|
|
13244
14002
|
maxTokensField: "max_tokens";
|
|
13245
14003
|
supportsStrictMode: false;
|
|
13246
14004
|
supportsLongCacheRetention: false;
|
|
14005
|
+
thinkingFormat: "together";
|
|
13247
14006
|
};
|
|
13248
14007
|
reasoning: true;
|
|
13249
14008
|
thinkingLevelMap: {
|
|
13250
|
-
off: null;
|
|
13251
14009
|
minimal: null;
|
|
13252
14010
|
low: null;
|
|
13253
14011
|
medium: null;
|
|
13254
14012
|
};
|
|
13255
|
-
input: "text"[];
|
|
14013
|
+
input: ("image" | "text")[];
|
|
13256
14014
|
cost: {
|
|
13257
14015
|
input: number;
|
|
13258
14016
|
output: number;
|
|
@@ -13262,7 +14020,7 @@ export declare const MODELS: {
|
|
|
13262
14020
|
contextWindow: number;
|
|
13263
14021
|
maxTokens: number;
|
|
13264
14022
|
};
|
|
13265
|
-
readonly "Qwen/
|
|
14023
|
+
readonly "Qwen/Qwen2.5-7B-Instruct-Turbo": {
|
|
13266
14024
|
id: string;
|
|
13267
14025
|
name: string;
|
|
13268
14026
|
api: "openai-completions";
|
|
@@ -13275,14 +14033,8 @@ export declare const MODELS: {
|
|
|
13275
14033
|
maxTokensField: "max_tokens";
|
|
13276
14034
|
supportsStrictMode: false;
|
|
13277
14035
|
supportsLongCacheRetention: false;
|
|
13278
|
-
thinkingFormat: "together";
|
|
13279
|
-
};
|
|
13280
|
-
reasoning: true;
|
|
13281
|
-
thinkingLevelMap: {
|
|
13282
|
-
minimal: null;
|
|
13283
|
-
low: null;
|
|
13284
|
-
medium: null;
|
|
13285
14036
|
};
|
|
14037
|
+
reasoning: false;
|
|
13286
14038
|
input: "text"[];
|
|
13287
14039
|
cost: {
|
|
13288
14040
|
input: number;
|
|
@@ -13293,7 +14045,7 @@ export declare const MODELS: {
|
|
|
13293
14045
|
contextWindow: number;
|
|
13294
14046
|
maxTokens: number;
|
|
13295
14047
|
};
|
|
13296
|
-
readonly "Qwen/Qwen3-
|
|
14048
|
+
readonly "Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
|
|
13297
14049
|
id: string;
|
|
13298
14050
|
name: string;
|
|
13299
14051
|
api: "openai-completions";
|
|
@@ -13318,7 +14070,7 @@ export declare const MODELS: {
|
|
|
13318
14070
|
contextWindow: number;
|
|
13319
14071
|
maxTokens: number;
|
|
13320
14072
|
};
|
|
13321
|
-
readonly "Qwen/Qwen3-
|
|
14073
|
+
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
13322
14074
|
id: string;
|
|
13323
14075
|
name: string;
|
|
13324
14076
|
api: "openai-completions";
|
|
@@ -13339,7 +14091,7 @@ export declare const MODELS: {
|
|
|
13339
14091
|
low: null;
|
|
13340
14092
|
medium: null;
|
|
13341
14093
|
};
|
|
13342
|
-
input: "text"[];
|
|
14094
|
+
input: ("image" | "text")[];
|
|
13343
14095
|
cost: {
|
|
13344
14096
|
input: number;
|
|
13345
14097
|
output: number;
|
|
@@ -13349,7 +14101,7 @@ export declare const MODELS: {
|
|
|
13349
14101
|
contextWindow: number;
|
|
13350
14102
|
maxTokens: number;
|
|
13351
14103
|
};
|
|
13352
|
-
readonly "Qwen/Qwen3.5-
|
|
14104
|
+
readonly "Qwen/Qwen3.5-9B": {
|
|
13353
14105
|
id: string;
|
|
13354
14106
|
name: string;
|
|
13355
14107
|
api: "openai-completions";
|
|
@@ -13424,14 +14176,8 @@ export declare const MODELS: {
|
|
|
13424
14176
|
maxTokensField: "max_tokens";
|
|
13425
14177
|
supportsStrictMode: false;
|
|
13426
14178
|
supportsLongCacheRetention: false;
|
|
13427
|
-
thinkingFormat: "together";
|
|
13428
|
-
};
|
|
13429
|
-
reasoning: true;
|
|
13430
|
-
thinkingLevelMap: {
|
|
13431
|
-
minimal: null;
|
|
13432
|
-
low: null;
|
|
13433
|
-
medium: null;
|
|
13434
14179
|
};
|
|
14180
|
+
reasoning: false;
|
|
13435
14181
|
input: "text"[];
|
|
13436
14182
|
cost: {
|
|
13437
14183
|
input: number;
|
|
@@ -13442,7 +14188,7 @@ export declare const MODELS: {
|
|
|
13442
14188
|
contextWindow: number;
|
|
13443
14189
|
maxTokens: number;
|
|
13444
14190
|
};
|
|
13445
|
-
readonly "deepseek-ai/DeepSeek-
|
|
14191
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
13446
14192
|
id: string;
|
|
13447
14193
|
name: string;
|
|
13448
14194
|
api: "openai-completions";
|
|
@@ -13451,7 +14197,7 @@ export declare const MODELS: {
|
|
|
13451
14197
|
compat: {
|
|
13452
14198
|
supportsStore: false;
|
|
13453
14199
|
supportsDeveloperRole: false;
|
|
13454
|
-
supportsReasoningEffort:
|
|
14200
|
+
supportsReasoningEffort: true;
|
|
13455
14201
|
maxTokensField: "max_tokens";
|
|
13456
14202
|
supportsStrictMode: false;
|
|
13457
14203
|
supportsLongCacheRetention: false;
|
|
@@ -13462,6 +14208,8 @@ export declare const MODELS: {
|
|
|
13462
14208
|
minimal: null;
|
|
13463
14209
|
low: null;
|
|
13464
14210
|
medium: null;
|
|
14211
|
+
high: string;
|
|
14212
|
+
xhigh: null;
|
|
13465
14213
|
};
|
|
13466
14214
|
input: "text"[];
|
|
13467
14215
|
cost: {
|
|
@@ -13473,7 +14221,7 @@ export declare const MODELS: {
|
|
|
13473
14221
|
contextWindow: number;
|
|
13474
14222
|
maxTokens: number;
|
|
13475
14223
|
};
|
|
13476
|
-
readonly "
|
|
14224
|
+
readonly "essentialai/Rnj-1-Instruct": {
|
|
13477
14225
|
id: string;
|
|
13478
14226
|
name: string;
|
|
13479
14227
|
api: "openai-completions";
|
|
@@ -13486,14 +14234,8 @@ export declare const MODELS: {
|
|
|
13486
14234
|
maxTokensField: "max_tokens";
|
|
13487
14235
|
supportsStrictMode: false;
|
|
13488
14236
|
supportsLongCacheRetention: false;
|
|
13489
|
-
thinkingFormat: "together";
|
|
13490
|
-
};
|
|
13491
|
-
reasoning: true;
|
|
13492
|
-
thinkingLevelMap: {
|
|
13493
|
-
minimal: null;
|
|
13494
|
-
low: null;
|
|
13495
|
-
medium: null;
|
|
13496
14237
|
};
|
|
14238
|
+
reasoning: false;
|
|
13497
14239
|
input: "text"[];
|
|
13498
14240
|
cost: {
|
|
13499
14241
|
input: number;
|
|
@@ -13504,7 +14246,7 @@ export declare const MODELS: {
|
|
|
13504
14246
|
contextWindow: number;
|
|
13505
14247
|
maxTokens: number;
|
|
13506
14248
|
};
|
|
13507
|
-
readonly "
|
|
14249
|
+
readonly "google/gemma-4-31B-it": {
|
|
13508
14250
|
id: string;
|
|
13509
14251
|
name: string;
|
|
13510
14252
|
api: "openai-completions";
|
|
@@ -13513,7 +14255,7 @@ export declare const MODELS: {
|
|
|
13513
14255
|
compat: {
|
|
13514
14256
|
supportsStore: false;
|
|
13515
14257
|
supportsDeveloperRole: false;
|
|
13516
|
-
supportsReasoningEffort:
|
|
14258
|
+
supportsReasoningEffort: false;
|
|
13517
14259
|
maxTokensField: "max_tokens";
|
|
13518
14260
|
supportsStrictMode: false;
|
|
13519
14261
|
supportsLongCacheRetention: false;
|
|
@@ -13524,10 +14266,8 @@ export declare const MODELS: {
|
|
|
13524
14266
|
minimal: null;
|
|
13525
14267
|
low: null;
|
|
13526
14268
|
medium: null;
|
|
13527
|
-
high: string;
|
|
13528
|
-
xhigh: null;
|
|
13529
14269
|
};
|
|
13530
|
-
input: "text"[];
|
|
14270
|
+
input: ("image" | "text")[];
|
|
13531
14271
|
cost: {
|
|
13532
14272
|
input: number;
|
|
13533
14273
|
output: number;
|
|
@@ -13537,7 +14277,7 @@ export declare const MODELS: {
|
|
|
13537
14277
|
contextWindow: number;
|
|
13538
14278
|
maxTokens: number;
|
|
13539
14279
|
};
|
|
13540
|
-
readonly "
|
|
14280
|
+
readonly "meta-llama/Llama-3.3-70B-Instruct-Turbo": {
|
|
13541
14281
|
id: string;
|
|
13542
14282
|
name: string;
|
|
13543
14283
|
api: "openai-completions";
|
|
@@ -13562,7 +14302,7 @@ export declare const MODELS: {
|
|
|
13562
14302
|
contextWindow: number;
|
|
13563
14303
|
maxTokens: number;
|
|
13564
14304
|
};
|
|
13565
|
-
readonly "
|
|
14305
|
+
readonly "moonshotai/Kimi-K2.6": {
|
|
13566
14306
|
id: string;
|
|
13567
14307
|
name: string;
|
|
13568
14308
|
api: "openai-completions";
|
|
@@ -13593,7 +14333,7 @@ export declare const MODELS: {
|
|
|
13593
14333
|
contextWindow: number;
|
|
13594
14334
|
maxTokens: number;
|
|
13595
14335
|
};
|
|
13596
|
-
readonly "
|
|
14336
|
+
readonly "moonshotai/Kimi-K2.7-Code": {
|
|
13597
14337
|
id: string;
|
|
13598
14338
|
name: string;
|
|
13599
14339
|
api: "openai-completions";
|
|
@@ -13606,8 +14346,14 @@ export declare const MODELS: {
|
|
|
13606
14346
|
maxTokensField: "max_tokens";
|
|
13607
14347
|
supportsStrictMode: false;
|
|
13608
14348
|
supportsLongCacheRetention: false;
|
|
14349
|
+
thinkingFormat: "together";
|
|
14350
|
+
};
|
|
14351
|
+
reasoning: true;
|
|
14352
|
+
thinkingLevelMap: {
|
|
14353
|
+
minimal: null;
|
|
14354
|
+
low: null;
|
|
14355
|
+
medium: null;
|
|
13609
14356
|
};
|
|
13610
|
-
reasoning: false;
|
|
13611
14357
|
input: "text"[];
|
|
13612
14358
|
cost: {
|
|
13613
14359
|
input: number;
|
|
@@ -13618,7 +14364,7 @@ export declare const MODELS: {
|
|
|
13618
14364
|
contextWindow: number;
|
|
13619
14365
|
maxTokens: number;
|
|
13620
14366
|
};
|
|
13621
|
-
readonly "
|
|
14367
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
13622
14368
|
id: string;
|
|
13623
14369
|
name: string;
|
|
13624
14370
|
api: "openai-completions";
|
|
@@ -13639,7 +14385,7 @@ export declare const MODELS: {
|
|
|
13639
14385
|
low: null;
|
|
13640
14386
|
medium: null;
|
|
13641
14387
|
};
|
|
13642
|
-
input:
|
|
14388
|
+
input: "text"[];
|
|
13643
14389
|
cost: {
|
|
13644
14390
|
input: number;
|
|
13645
14391
|
output: number;
|
|
@@ -13649,7 +14395,7 @@ export declare const MODELS: {
|
|
|
13649
14395
|
contextWindow: number;
|
|
13650
14396
|
maxTokens: number;
|
|
13651
14397
|
};
|
|
13652
|
-
readonly "
|
|
14398
|
+
readonly "openai/gpt-oss-120b": {
|
|
13653
14399
|
id: string;
|
|
13654
14400
|
name: string;
|
|
13655
14401
|
api: "openai-completions";
|
|
@@ -13658,19 +14404,18 @@ export declare const MODELS: {
|
|
|
13658
14404
|
compat: {
|
|
13659
14405
|
supportsStore: false;
|
|
13660
14406
|
supportsDeveloperRole: false;
|
|
13661
|
-
supportsReasoningEffort:
|
|
14407
|
+
supportsReasoningEffort: true;
|
|
13662
14408
|
maxTokensField: "max_tokens";
|
|
13663
14409
|
supportsStrictMode: false;
|
|
13664
14410
|
supportsLongCacheRetention: false;
|
|
13665
|
-
thinkingFormat: "
|
|
14411
|
+
thinkingFormat: "openai";
|
|
13666
14412
|
};
|
|
13667
14413
|
reasoning: true;
|
|
13668
14414
|
thinkingLevelMap: {
|
|
14415
|
+
off: null;
|
|
13669
14416
|
minimal: null;
|
|
13670
|
-
low: null;
|
|
13671
|
-
medium: null;
|
|
13672
14417
|
};
|
|
13673
|
-
input:
|
|
14418
|
+
input: "text"[];
|
|
13674
14419
|
cost: {
|
|
13675
14420
|
input: number;
|
|
13676
14421
|
output: number;
|
|
@@ -13680,7 +14425,37 @@ export declare const MODELS: {
|
|
|
13680
14425
|
contextWindow: number;
|
|
13681
14426
|
maxTokens: number;
|
|
13682
14427
|
};
|
|
13683
|
-
readonly "
|
|
14428
|
+
readonly "openai/gpt-oss-20b": {
|
|
14429
|
+
id: string;
|
|
14430
|
+
name: string;
|
|
14431
|
+
api: "openai-completions";
|
|
14432
|
+
provider: string;
|
|
14433
|
+
baseUrl: string;
|
|
14434
|
+
compat: {
|
|
14435
|
+
supportsStore: false;
|
|
14436
|
+
supportsDeveloperRole: false;
|
|
14437
|
+
supportsReasoningEffort: true;
|
|
14438
|
+
maxTokensField: "max_tokens";
|
|
14439
|
+
supportsStrictMode: false;
|
|
14440
|
+
supportsLongCacheRetention: false;
|
|
14441
|
+
thinkingFormat: "openai";
|
|
14442
|
+
};
|
|
14443
|
+
reasoning: true;
|
|
14444
|
+
thinkingLevelMap: {
|
|
14445
|
+
off: null;
|
|
14446
|
+
minimal: null;
|
|
14447
|
+
};
|
|
14448
|
+
input: "text"[];
|
|
14449
|
+
cost: {
|
|
14450
|
+
input: number;
|
|
14451
|
+
output: number;
|
|
14452
|
+
cacheRead: number;
|
|
14453
|
+
cacheWrite: number;
|
|
14454
|
+
};
|
|
14455
|
+
contextWindow: number;
|
|
14456
|
+
maxTokens: number;
|
|
14457
|
+
};
|
|
14458
|
+
readonly "zai-org/GLM-5": {
|
|
13684
14459
|
id: string;
|
|
13685
14460
|
name: string;
|
|
13686
14461
|
api: "openai-completions";
|
|
@@ -13711,7 +14486,7 @@ export declare const MODELS: {
|
|
|
13711
14486
|
contextWindow: number;
|
|
13712
14487
|
maxTokens: number;
|
|
13713
14488
|
};
|
|
13714
|
-
readonly "
|
|
14489
|
+
readonly "zai-org/GLM-5.1": {
|
|
13715
14490
|
id: string;
|
|
13716
14491
|
name: string;
|
|
13717
14492
|
api: "openai-completions";
|
|
@@ -13720,16 +14495,17 @@ export declare const MODELS: {
|
|
|
13720
14495
|
compat: {
|
|
13721
14496
|
supportsStore: false;
|
|
13722
14497
|
supportsDeveloperRole: false;
|
|
13723
|
-
supportsReasoningEffort:
|
|
14498
|
+
supportsReasoningEffort: false;
|
|
13724
14499
|
maxTokensField: "max_tokens";
|
|
13725
14500
|
supportsStrictMode: false;
|
|
13726
14501
|
supportsLongCacheRetention: false;
|
|
13727
|
-
thinkingFormat: "
|
|
14502
|
+
thinkingFormat: "together";
|
|
13728
14503
|
};
|
|
13729
14504
|
reasoning: true;
|
|
13730
14505
|
thinkingLevelMap: {
|
|
13731
|
-
off: null;
|
|
13732
14506
|
minimal: null;
|
|
14507
|
+
low: null;
|
|
14508
|
+
medium: null;
|
|
13733
14509
|
};
|
|
13734
14510
|
input: "text"[];
|
|
13735
14511
|
cost: {
|
|
@@ -13741,7 +14517,7 @@ export declare const MODELS: {
|
|
|
13741
14517
|
contextWindow: number;
|
|
13742
14518
|
maxTokens: number;
|
|
13743
14519
|
};
|
|
13744
|
-
readonly "zai-org/GLM-5.
|
|
14520
|
+
readonly "zai-org/GLM-5.2": {
|
|
13745
14521
|
id: string;
|
|
13746
14522
|
name: string;
|
|
13747
14523
|
api: "openai-completions";
|
|
@@ -13882,7 +14658,7 @@ export declare const MODELS: {
|
|
|
13882
14658
|
api: "anthropic-messages";
|
|
13883
14659
|
provider: string;
|
|
13884
14660
|
baseUrl: string;
|
|
13885
|
-
reasoning:
|
|
14661
|
+
reasoning: false;
|
|
13886
14662
|
input: "text"[];
|
|
13887
14663
|
cost: {
|
|
13888
14664
|
input: number;
|
|
@@ -13899,7 +14675,7 @@ export declare const MODELS: {
|
|
|
13899
14675
|
api: "anthropic-messages";
|
|
13900
14676
|
provider: string;
|
|
13901
14677
|
baseUrl: string;
|
|
13902
|
-
reasoning:
|
|
14678
|
+
reasoning: false;
|
|
13903
14679
|
input: "text"[];
|
|
13904
14680
|
cost: {
|
|
13905
14681
|
input: number;
|
|
@@ -13916,7 +14692,7 @@ export declare const MODELS: {
|
|
|
13916
14692
|
api: "anthropic-messages";
|
|
13917
14693
|
provider: string;
|
|
13918
14694
|
baseUrl: string;
|
|
13919
|
-
reasoning:
|
|
14695
|
+
reasoning: false;
|
|
13920
14696
|
input: "text"[];
|
|
13921
14697
|
cost: {
|
|
13922
14698
|
input: number;
|
|
@@ -14029,6 +14805,40 @@ export declare const MODELS: {
|
|
|
14029
14805
|
contextWindow: number;
|
|
14030
14806
|
maxTokens: number;
|
|
14031
14807
|
};
|
|
14808
|
+
readonly "alibaba/qwen3-vl-235b-a22b-instruct": {
|
|
14809
|
+
id: string;
|
|
14810
|
+
name: string;
|
|
14811
|
+
api: "anthropic-messages";
|
|
14812
|
+
provider: string;
|
|
14813
|
+
baseUrl: string;
|
|
14814
|
+
reasoning: false;
|
|
14815
|
+
input: ("image" | "text")[];
|
|
14816
|
+
cost: {
|
|
14817
|
+
input: number;
|
|
14818
|
+
output: number;
|
|
14819
|
+
cacheRead: number;
|
|
14820
|
+
cacheWrite: number;
|
|
14821
|
+
};
|
|
14822
|
+
contextWindow: number;
|
|
14823
|
+
maxTokens: number;
|
|
14824
|
+
};
|
|
14825
|
+
readonly "alibaba/qwen3-vl-instruct": {
|
|
14826
|
+
id: string;
|
|
14827
|
+
name: string;
|
|
14828
|
+
api: "anthropic-messages";
|
|
14829
|
+
provider: string;
|
|
14830
|
+
baseUrl: string;
|
|
14831
|
+
reasoning: false;
|
|
14832
|
+
input: ("image" | "text")[];
|
|
14833
|
+
cost: {
|
|
14834
|
+
input: number;
|
|
14835
|
+
output: number;
|
|
14836
|
+
cacheRead: number;
|
|
14837
|
+
cacheWrite: number;
|
|
14838
|
+
};
|
|
14839
|
+
contextWindow: number;
|
|
14840
|
+
maxTokens: number;
|
|
14841
|
+
};
|
|
14032
14842
|
readonly "alibaba/qwen3-vl-thinking": {
|
|
14033
14843
|
id: string;
|
|
14034
14844
|
name: string;
|
|
@@ -14148,7 +14958,24 @@ export declare const MODELS: {
|
|
|
14148
14958
|
contextWindow: number;
|
|
14149
14959
|
maxTokens: number;
|
|
14150
14960
|
};
|
|
14151
|
-
readonly "
|
|
14961
|
+
readonly "amazon/nova-2-lite": {
|
|
14962
|
+
id: string;
|
|
14963
|
+
name: string;
|
|
14964
|
+
api: "anthropic-messages";
|
|
14965
|
+
provider: string;
|
|
14966
|
+
baseUrl: string;
|
|
14967
|
+
reasoning: true;
|
|
14968
|
+
input: ("image" | "text")[];
|
|
14969
|
+
cost: {
|
|
14970
|
+
input: number;
|
|
14971
|
+
output: number;
|
|
14972
|
+
cacheRead: number;
|
|
14973
|
+
cacheWrite: number;
|
|
14974
|
+
};
|
|
14975
|
+
contextWindow: number;
|
|
14976
|
+
maxTokens: number;
|
|
14977
|
+
};
|
|
14978
|
+
readonly "amazon/nova-lite": {
|
|
14152
14979
|
id: string;
|
|
14153
14980
|
name: string;
|
|
14154
14981
|
api: "anthropic-messages";
|
|
@@ -14165,20 +14992,47 @@ export declare const MODELS: {
|
|
|
14165
14992
|
contextWindow: number;
|
|
14166
14993
|
maxTokens: number;
|
|
14167
14994
|
};
|
|
14168
|
-
readonly "
|
|
14995
|
+
readonly "amazon/nova-micro": {
|
|
14169
14996
|
id: string;
|
|
14170
14997
|
name: string;
|
|
14171
14998
|
api: "anthropic-messages";
|
|
14172
14999
|
provider: string;
|
|
14173
15000
|
baseUrl: string;
|
|
14174
|
-
reasoning:
|
|
14175
|
-
|
|
14176
|
-
|
|
14177
|
-
|
|
14178
|
-
|
|
14179
|
-
|
|
14180
|
-
|
|
15001
|
+
reasoning: false;
|
|
15002
|
+
input: "text"[];
|
|
15003
|
+
cost: {
|
|
15004
|
+
input: number;
|
|
15005
|
+
output: number;
|
|
15006
|
+
cacheRead: number;
|
|
15007
|
+
cacheWrite: number;
|
|
15008
|
+
};
|
|
15009
|
+
contextWindow: number;
|
|
15010
|
+
maxTokens: number;
|
|
15011
|
+
};
|
|
15012
|
+
readonly "amazon/nova-pro": {
|
|
15013
|
+
id: string;
|
|
15014
|
+
name: string;
|
|
15015
|
+
api: "anthropic-messages";
|
|
15016
|
+
provider: string;
|
|
15017
|
+
baseUrl: string;
|
|
15018
|
+
reasoning: false;
|
|
15019
|
+
input: ("image" | "text")[];
|
|
15020
|
+
cost: {
|
|
15021
|
+
input: number;
|
|
15022
|
+
output: number;
|
|
15023
|
+
cacheRead: number;
|
|
15024
|
+
cacheWrite: number;
|
|
14181
15025
|
};
|
|
15026
|
+
contextWindow: number;
|
|
15027
|
+
maxTokens: number;
|
|
15028
|
+
};
|
|
15029
|
+
readonly "anthropic/claude-3-haiku": {
|
|
15030
|
+
id: string;
|
|
15031
|
+
name: string;
|
|
15032
|
+
api: "anthropic-messages";
|
|
15033
|
+
provider: string;
|
|
15034
|
+
baseUrl: string;
|
|
15035
|
+
reasoning: false;
|
|
14182
15036
|
input: ("image" | "text")[];
|
|
14183
15037
|
cost: {
|
|
14184
15038
|
input: number;
|
|
@@ -14406,14 +15260,48 @@ export declare const MODELS: {
|
|
|
14406
15260
|
contextWindow: number;
|
|
14407
15261
|
maxTokens: number;
|
|
14408
15262
|
};
|
|
14409
|
-
readonly "
|
|
15263
|
+
readonly "arcee-ai/trinity-mini": {
|
|
15264
|
+
id: string;
|
|
15265
|
+
name: string;
|
|
15266
|
+
api: "anthropic-messages";
|
|
15267
|
+
provider: string;
|
|
15268
|
+
baseUrl: string;
|
|
15269
|
+
reasoning: false;
|
|
15270
|
+
input: "text"[];
|
|
15271
|
+
cost: {
|
|
15272
|
+
input: number;
|
|
15273
|
+
output: number;
|
|
15274
|
+
cacheRead: number;
|
|
15275
|
+
cacheWrite: number;
|
|
15276
|
+
};
|
|
15277
|
+
contextWindow: number;
|
|
15278
|
+
maxTokens: number;
|
|
15279
|
+
};
|
|
15280
|
+
readonly "bytedance/seed-1.6": {
|
|
15281
|
+
id: string;
|
|
15282
|
+
name: string;
|
|
15283
|
+
api: "anthropic-messages";
|
|
15284
|
+
provider: string;
|
|
15285
|
+
baseUrl: string;
|
|
15286
|
+
reasoning: true;
|
|
15287
|
+
input: ("image" | "text")[];
|
|
15288
|
+
cost: {
|
|
15289
|
+
input: number;
|
|
15290
|
+
output: number;
|
|
15291
|
+
cacheRead: number;
|
|
15292
|
+
cacheWrite: number;
|
|
15293
|
+
};
|
|
15294
|
+
contextWindow: number;
|
|
15295
|
+
maxTokens: number;
|
|
15296
|
+
};
|
|
15297
|
+
readonly "bytedance/seed-1.8": {
|
|
14410
15298
|
id: string;
|
|
14411
15299
|
name: string;
|
|
14412
15300
|
api: "anthropic-messages";
|
|
14413
15301
|
provider: string;
|
|
14414
15302
|
baseUrl: string;
|
|
14415
15303
|
reasoning: true;
|
|
14416
|
-
input: "text"[];
|
|
15304
|
+
input: ("image" | "text")[];
|
|
14417
15305
|
cost: {
|
|
14418
15306
|
input: number;
|
|
14419
15307
|
output: number;
|
|
@@ -14514,8 +15402,8 @@ export declare const MODELS: {
|
|
|
14514
15402
|
api: "anthropic-messages";
|
|
14515
15403
|
provider: string;
|
|
14516
15404
|
baseUrl: string;
|
|
14517
|
-
reasoning:
|
|
14518
|
-
input:
|
|
15405
|
+
reasoning: false;
|
|
15406
|
+
input: "text"[];
|
|
14519
15407
|
cost: {
|
|
14520
15408
|
input: number;
|
|
14521
15409
|
output: number;
|
|
@@ -14532,7 +15420,7 @@ export declare const MODELS: {
|
|
|
14532
15420
|
provider: string;
|
|
14533
15421
|
baseUrl: string;
|
|
14534
15422
|
reasoning: true;
|
|
14535
|
-
input:
|
|
15423
|
+
input: "text"[];
|
|
14536
15424
|
cost: {
|
|
14537
15425
|
input: number;
|
|
14538
15426
|
output: number;
|
|
@@ -14549,7 +15437,7 @@ export declare const MODELS: {
|
|
|
14549
15437
|
provider: string;
|
|
14550
15438
|
baseUrl: string;
|
|
14551
15439
|
reasoning: true;
|
|
14552
|
-
input:
|
|
15440
|
+
input: "text"[];
|
|
14553
15441
|
cost: {
|
|
14554
15442
|
input: number;
|
|
14555
15443
|
output: number;
|
|
@@ -14752,7 +15640,7 @@ export declare const MODELS: {
|
|
|
14752
15640
|
api: "anthropic-messages";
|
|
14753
15641
|
provider: string;
|
|
14754
15642
|
baseUrl: string;
|
|
14755
|
-
reasoning:
|
|
15643
|
+
reasoning: true;
|
|
14756
15644
|
input: ("image" | "text")[];
|
|
14757
15645
|
cost: {
|
|
14758
15646
|
input: number;
|
|
@@ -14797,6 +15685,40 @@ export declare const MODELS: {
|
|
|
14797
15685
|
contextWindow: number;
|
|
14798
15686
|
maxTokens: number;
|
|
14799
15687
|
};
|
|
15688
|
+
readonly "interfaze/interfaze-beta": {
|
|
15689
|
+
id: string;
|
|
15690
|
+
name: string;
|
|
15691
|
+
api: "anthropic-messages";
|
|
15692
|
+
provider: string;
|
|
15693
|
+
baseUrl: string;
|
|
15694
|
+
reasoning: true;
|
|
15695
|
+
input: ("image" | "text")[];
|
|
15696
|
+
cost: {
|
|
15697
|
+
input: number;
|
|
15698
|
+
output: number;
|
|
15699
|
+
cacheRead: number;
|
|
15700
|
+
cacheWrite: number;
|
|
15701
|
+
};
|
|
15702
|
+
contextWindow: number;
|
|
15703
|
+
maxTokens: number;
|
|
15704
|
+
};
|
|
15705
|
+
readonly "kwaipilot/kat-coder-pro-v1": {
|
|
15706
|
+
id: string;
|
|
15707
|
+
name: string;
|
|
15708
|
+
api: "anthropic-messages";
|
|
15709
|
+
provider: string;
|
|
15710
|
+
baseUrl: string;
|
|
15711
|
+
reasoning: false;
|
|
15712
|
+
input: "text"[];
|
|
15713
|
+
cost: {
|
|
15714
|
+
input: number;
|
|
15715
|
+
output: number;
|
|
15716
|
+
cacheRead: number;
|
|
15717
|
+
cacheWrite: number;
|
|
15718
|
+
};
|
|
15719
|
+
contextWindow: number;
|
|
15720
|
+
maxTokens: number;
|
|
15721
|
+
};
|
|
14800
15722
|
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
14801
15723
|
id: string;
|
|
14802
15724
|
name: string;
|
|
@@ -14831,6 +15753,23 @@ export declare const MODELS: {
|
|
|
14831
15753
|
contextWindow: number;
|
|
14832
15754
|
maxTokens: number;
|
|
14833
15755
|
};
|
|
15756
|
+
readonly "meituan/longcat-flash-thinking-2601": {
|
|
15757
|
+
id: string;
|
|
15758
|
+
name: string;
|
|
15759
|
+
api: "anthropic-messages";
|
|
15760
|
+
provider: string;
|
|
15761
|
+
baseUrl: string;
|
|
15762
|
+
reasoning: true;
|
|
15763
|
+
input: "text"[];
|
|
15764
|
+
cost: {
|
|
15765
|
+
input: number;
|
|
15766
|
+
output: number;
|
|
15767
|
+
cacheRead: number;
|
|
15768
|
+
cacheWrite: number;
|
|
15769
|
+
};
|
|
15770
|
+
contextWindow: number;
|
|
15771
|
+
maxTokens: number;
|
|
15772
|
+
};
|
|
14834
15773
|
readonly "meta/llama-3.1-70b": {
|
|
14835
15774
|
id: string;
|
|
14836
15775
|
name: string;
|
|
@@ -15144,7 +16083,58 @@ export declare const MODELS: {
|
|
|
15144
16083
|
provider: string;
|
|
15145
16084
|
baseUrl: string;
|
|
15146
16085
|
reasoning: false;
|
|
15147
|
-
input: "text"[];
|
|
16086
|
+
input: ("image" | "text")[];
|
|
16087
|
+
cost: {
|
|
16088
|
+
input: number;
|
|
16089
|
+
output: number;
|
|
16090
|
+
cacheRead: number;
|
|
16091
|
+
cacheWrite: number;
|
|
16092
|
+
};
|
|
16093
|
+
contextWindow: number;
|
|
16094
|
+
maxTokens: number;
|
|
16095
|
+
};
|
|
16096
|
+
readonly "mistral/magistral-medium": {
|
|
16097
|
+
id: string;
|
|
16098
|
+
name: string;
|
|
16099
|
+
api: "anthropic-messages";
|
|
16100
|
+
provider: string;
|
|
16101
|
+
baseUrl: string;
|
|
16102
|
+
reasoning: true;
|
|
16103
|
+
input: ("image" | "text")[];
|
|
16104
|
+
cost: {
|
|
16105
|
+
input: number;
|
|
16106
|
+
output: number;
|
|
16107
|
+
cacheRead: number;
|
|
16108
|
+
cacheWrite: number;
|
|
16109
|
+
};
|
|
16110
|
+
contextWindow: number;
|
|
16111
|
+
maxTokens: number;
|
|
16112
|
+
};
|
|
16113
|
+
readonly "mistral/magistral-small": {
|
|
16114
|
+
id: string;
|
|
16115
|
+
name: string;
|
|
16116
|
+
api: "anthropic-messages";
|
|
16117
|
+
provider: string;
|
|
16118
|
+
baseUrl: string;
|
|
16119
|
+
reasoning: true;
|
|
16120
|
+
input: ("image" | "text")[];
|
|
16121
|
+
cost: {
|
|
16122
|
+
input: number;
|
|
16123
|
+
output: number;
|
|
16124
|
+
cacheRead: number;
|
|
16125
|
+
cacheWrite: number;
|
|
16126
|
+
};
|
|
16127
|
+
contextWindow: number;
|
|
16128
|
+
maxTokens: number;
|
|
16129
|
+
};
|
|
16130
|
+
readonly "mistral/ministral-14b": {
|
|
16131
|
+
id: string;
|
|
16132
|
+
name: string;
|
|
16133
|
+
api: "anthropic-messages";
|
|
16134
|
+
provider: string;
|
|
16135
|
+
baseUrl: string;
|
|
16136
|
+
reasoning: false;
|
|
16137
|
+
input: ("image" | "text")[];
|
|
15148
16138
|
cost: {
|
|
15149
16139
|
input: number;
|
|
15150
16140
|
output: number;
|
|
@@ -15188,6 +16178,23 @@ export declare const MODELS: {
|
|
|
15188
16178
|
contextWindow: number;
|
|
15189
16179
|
maxTokens: number;
|
|
15190
16180
|
};
|
|
16181
|
+
readonly "mistral/mistral-large-3": {
|
|
16182
|
+
id: string;
|
|
16183
|
+
name: string;
|
|
16184
|
+
api: "anthropic-messages";
|
|
16185
|
+
provider: string;
|
|
16186
|
+
baseUrl: string;
|
|
16187
|
+
reasoning: false;
|
|
16188
|
+
input: ("image" | "text")[];
|
|
16189
|
+
cost: {
|
|
16190
|
+
input: number;
|
|
16191
|
+
output: number;
|
|
16192
|
+
cacheRead: number;
|
|
16193
|
+
cacheWrite: number;
|
|
16194
|
+
};
|
|
16195
|
+
contextWindow: number;
|
|
16196
|
+
maxTokens: number;
|
|
16197
|
+
};
|
|
15191
16198
|
readonly "mistral/mistral-medium": {
|
|
15192
16199
|
id: string;
|
|
15193
16200
|
name: string;
|
|
@@ -15212,7 +16219,7 @@ export declare const MODELS: {
|
|
|
15212
16219
|
provider: string;
|
|
15213
16220
|
baseUrl: string;
|
|
15214
16221
|
reasoning: true;
|
|
15215
|
-
input: "text"[];
|
|
16222
|
+
input: ("image" | "text")[];
|
|
15216
16223
|
cost: {
|
|
15217
16224
|
input: number;
|
|
15218
16225
|
output: number;
|
|
@@ -15324,14 +16331,14 @@ export declare const MODELS: {
|
|
|
15324
16331
|
contextWindow: number;
|
|
15325
16332
|
maxTokens: number;
|
|
15326
16333
|
};
|
|
15327
|
-
readonly "moonshotai/kimi-k2
|
|
16334
|
+
readonly "moonshotai/kimi-k2.5": {
|
|
15328
16335
|
id: string;
|
|
15329
16336
|
name: string;
|
|
15330
16337
|
api: "anthropic-messages";
|
|
15331
16338
|
provider: string;
|
|
15332
16339
|
baseUrl: string;
|
|
15333
16340
|
reasoning: true;
|
|
15334
|
-
input: "text"[];
|
|
16341
|
+
input: ("image" | "text")[];
|
|
15335
16342
|
cost: {
|
|
15336
16343
|
input: number;
|
|
15337
16344
|
output: number;
|
|
@@ -15341,14 +16348,14 @@ export declare const MODELS: {
|
|
|
15341
16348
|
contextWindow: number;
|
|
15342
16349
|
maxTokens: number;
|
|
15343
16350
|
};
|
|
15344
|
-
readonly "moonshotai/kimi-k2
|
|
16351
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
15345
16352
|
id: string;
|
|
15346
16353
|
name: string;
|
|
15347
16354
|
api: "anthropic-messages";
|
|
15348
16355
|
provider: string;
|
|
15349
16356
|
baseUrl: string;
|
|
15350
|
-
reasoning:
|
|
15351
|
-
input: "text"[];
|
|
16357
|
+
reasoning: true;
|
|
16358
|
+
input: ("image" | "text")[];
|
|
15352
16359
|
cost: {
|
|
15353
16360
|
input: number;
|
|
15354
16361
|
output: number;
|
|
@@ -15358,7 +16365,7 @@ export declare const MODELS: {
|
|
|
15358
16365
|
contextWindow: number;
|
|
15359
16366
|
maxTokens: number;
|
|
15360
16367
|
};
|
|
15361
|
-
readonly "moonshotai/kimi-k2.
|
|
16368
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
15362
16369
|
id: string;
|
|
15363
16370
|
name: string;
|
|
15364
16371
|
api: "anthropic-messages";
|
|
@@ -15375,7 +16382,7 @@ export declare const MODELS: {
|
|
|
15375
16382
|
contextWindow: number;
|
|
15376
16383
|
maxTokens: number;
|
|
15377
16384
|
};
|
|
15378
|
-
readonly "moonshotai/kimi-k2.
|
|
16385
|
+
readonly "moonshotai/kimi-k2.7-code-highspeed": {
|
|
15379
16386
|
id: string;
|
|
15380
16387
|
name: string;
|
|
15381
16388
|
api: "anthropic-messages";
|
|
@@ -15392,6 +16399,23 @@ export declare const MODELS: {
|
|
|
15392
16399
|
contextWindow: number;
|
|
15393
16400
|
maxTokens: number;
|
|
15394
16401
|
};
|
|
16402
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
16403
|
+
id: string;
|
|
16404
|
+
name: string;
|
|
16405
|
+
api: "anthropic-messages";
|
|
16406
|
+
provider: string;
|
|
16407
|
+
baseUrl: string;
|
|
16408
|
+
reasoning: true;
|
|
16409
|
+
input: "text"[];
|
|
16410
|
+
cost: {
|
|
16411
|
+
input: number;
|
|
16412
|
+
output: number;
|
|
16413
|
+
cacheRead: number;
|
|
16414
|
+
cacheWrite: number;
|
|
16415
|
+
};
|
|
16416
|
+
contextWindow: number;
|
|
16417
|
+
maxTokens: number;
|
|
16418
|
+
};
|
|
15395
16419
|
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
15396
16420
|
id: string;
|
|
15397
16421
|
name: string;
|
|
@@ -15460,6 +16484,23 @@ export declare const MODELS: {
|
|
|
15460
16484
|
contextWindow: number;
|
|
15461
16485
|
maxTokens: number;
|
|
15462
16486
|
};
|
|
16487
|
+
readonly "openai/gpt-3.5-turbo": {
|
|
16488
|
+
id: string;
|
|
16489
|
+
name: string;
|
|
16490
|
+
api: "anthropic-messages";
|
|
16491
|
+
provider: string;
|
|
16492
|
+
baseUrl: string;
|
|
16493
|
+
reasoning: false;
|
|
16494
|
+
input: "text"[];
|
|
16495
|
+
cost: {
|
|
16496
|
+
input: number;
|
|
16497
|
+
output: number;
|
|
16498
|
+
cacheRead: number;
|
|
16499
|
+
cacheWrite: number;
|
|
16500
|
+
};
|
|
16501
|
+
contextWindow: number;
|
|
16502
|
+
maxTokens: number;
|
|
16503
|
+
};
|
|
15463
16504
|
readonly "openai/gpt-4.1": {
|
|
15464
16505
|
id: string;
|
|
15465
16506
|
name: string;
|
|
@@ -15568,7 +16609,7 @@ export declare const MODELS: {
|
|
|
15568
16609
|
api: "anthropic-messages";
|
|
15569
16610
|
provider: string;
|
|
15570
16611
|
baseUrl: string;
|
|
15571
|
-
reasoning:
|
|
16612
|
+
reasoning: false;
|
|
15572
16613
|
input: ("image" | "text")[];
|
|
15573
16614
|
cost: {
|
|
15574
16615
|
input: number;
|
|
@@ -15704,7 +16745,7 @@ export declare const MODELS: {
|
|
|
15704
16745
|
api: "anthropic-messages";
|
|
15705
16746
|
provider: string;
|
|
15706
16747
|
baseUrl: string;
|
|
15707
|
-
reasoning:
|
|
16748
|
+
reasoning: false;
|
|
15708
16749
|
input: ("image" | "text")[];
|
|
15709
16750
|
cost: {
|
|
15710
16751
|
input: number;
|
|
@@ -15758,7 +16799,7 @@ export declare const MODELS: {
|
|
|
15758
16799
|
api: "anthropic-messages";
|
|
15759
16800
|
provider: string;
|
|
15760
16801
|
baseUrl: string;
|
|
15761
|
-
reasoning:
|
|
16802
|
+
reasoning: false;
|
|
15762
16803
|
thinkingLevelMap: {
|
|
15763
16804
|
xhigh: string;
|
|
15764
16805
|
};
|
|
@@ -15818,7 +16859,7 @@ export declare const MODELS: {
|
|
|
15818
16859
|
api: "anthropic-messages";
|
|
15819
16860
|
provider: string;
|
|
15820
16861
|
baseUrl: string;
|
|
15821
|
-
reasoning:
|
|
16862
|
+
reasoning: false;
|
|
15822
16863
|
thinkingLevelMap: {
|
|
15823
16864
|
xhigh: string;
|
|
15824
16865
|
};
|
|
@@ -16125,30 +17166,13 @@ export declare const MODELS: {
|
|
|
16125
17166
|
contextWindow: number;
|
|
16126
17167
|
maxTokens: number;
|
|
16127
17168
|
};
|
|
16128
|
-
readonly "
|
|
16129
|
-
id: string;
|
|
16130
|
-
name: string;
|
|
16131
|
-
api: "anthropic-messages";
|
|
16132
|
-
provider: string;
|
|
16133
|
-
baseUrl: string;
|
|
16134
|
-
reasoning: false;
|
|
16135
|
-
input: ("image" | "text")[];
|
|
16136
|
-
cost: {
|
|
16137
|
-
input: number;
|
|
16138
|
-
output: number;
|
|
16139
|
-
cacheRead: number;
|
|
16140
|
-
cacheWrite: number;
|
|
16141
|
-
};
|
|
16142
|
-
contextWindow: number;
|
|
16143
|
-
maxTokens: number;
|
|
16144
|
-
};
|
|
16145
|
-
readonly "perplexity/sonar-pro": {
|
|
17169
|
+
readonly "sakana/fugu-ultra": {
|
|
16146
17170
|
id: string;
|
|
16147
17171
|
name: string;
|
|
16148
17172
|
api: "anthropic-messages";
|
|
16149
17173
|
provider: string;
|
|
16150
17174
|
baseUrl: string;
|
|
16151
|
-
reasoning:
|
|
17175
|
+
reasoning: true;
|
|
16152
17176
|
input: ("image" | "text")[];
|
|
16153
17177
|
cost: {
|
|
16154
17178
|
input: number;
|
|
@@ -16387,7 +17411,7 @@ export declare const MODELS: {
|
|
|
16387
17411
|
provider: string;
|
|
16388
17412
|
baseUrl: string;
|
|
16389
17413
|
reasoning: true;
|
|
16390
|
-
input:
|
|
17414
|
+
input: "text"[];
|
|
16391
17415
|
cost: {
|
|
16392
17416
|
input: number;
|
|
16393
17417
|
output: number;
|
|
@@ -16591,7 +17615,41 @@ export declare const MODELS: {
|
|
|
16591
17615
|
provider: string;
|
|
16592
17616
|
baseUrl: string;
|
|
16593
17617
|
reasoning: true;
|
|
16594
|
-
input:
|
|
17618
|
+
input: "text"[];
|
|
17619
|
+
cost: {
|
|
17620
|
+
input: number;
|
|
17621
|
+
output: number;
|
|
17622
|
+
cacheRead: number;
|
|
17623
|
+
cacheWrite: number;
|
|
17624
|
+
};
|
|
17625
|
+
contextWindow: number;
|
|
17626
|
+
maxTokens: number;
|
|
17627
|
+
};
|
|
17628
|
+
readonly "zai/glm-5.2": {
|
|
17629
|
+
id: string;
|
|
17630
|
+
name: string;
|
|
17631
|
+
api: "anthropic-messages";
|
|
17632
|
+
provider: string;
|
|
17633
|
+
baseUrl: string;
|
|
17634
|
+
reasoning: true;
|
|
17635
|
+
input: "text"[];
|
|
17636
|
+
cost: {
|
|
17637
|
+
input: number;
|
|
17638
|
+
output: number;
|
|
17639
|
+
cacheRead: number;
|
|
17640
|
+
cacheWrite: number;
|
|
17641
|
+
};
|
|
17642
|
+
contextWindow: number;
|
|
17643
|
+
maxTokens: number;
|
|
17644
|
+
};
|
|
17645
|
+
readonly "zai/glm-5.2-fast": {
|
|
17646
|
+
id: string;
|
|
17647
|
+
name: string;
|
|
17648
|
+
api: "anthropic-messages";
|
|
17649
|
+
provider: string;
|
|
17650
|
+
baseUrl: string;
|
|
17651
|
+
reasoning: true;
|
|
17652
|
+
input: "text"[];
|
|
16595
17653
|
cost: {
|
|
16596
17654
|
input: number;
|
|
16597
17655
|
output: number;
|
|
@@ -17006,6 +18064,28 @@ export declare const MODELS: {
|
|
|
17006
18064
|
contextWindow: number;
|
|
17007
18065
|
maxTokens: number;
|
|
17008
18066
|
};
|
|
18067
|
+
readonly "glm-5.2": {
|
|
18068
|
+
id: string;
|
|
18069
|
+
name: string;
|
|
18070
|
+
api: "openai-completions";
|
|
18071
|
+
provider: string;
|
|
18072
|
+
baseUrl: string;
|
|
18073
|
+
compat: {
|
|
18074
|
+
supportsDeveloperRole: false;
|
|
18075
|
+
thinkingFormat: "zai";
|
|
18076
|
+
zaiToolStream: true;
|
|
18077
|
+
};
|
|
18078
|
+
reasoning: true;
|
|
18079
|
+
input: "text"[];
|
|
18080
|
+
cost: {
|
|
18081
|
+
input: number;
|
|
18082
|
+
output: number;
|
|
18083
|
+
cacheRead: number;
|
|
18084
|
+
cacheWrite: number;
|
|
18085
|
+
};
|
|
18086
|
+
contextWindow: number;
|
|
18087
|
+
maxTokens: number;
|
|
18088
|
+
};
|
|
17009
18089
|
readonly "glm-5v-turbo": {
|
|
17010
18090
|
id: string;
|
|
17011
18091
|
name: string;
|