@elyracode/ai 0.9.32 → 0.9.33
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 +705 -821
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +924 -1072
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -4126,26 +4126,16 @@ export declare const MODELS: {
|
|
|
4126
4126
|
contextWindow: number;
|
|
4127
4127
|
maxTokens: number;
|
|
4128
4128
|
};
|
|
4129
|
-
|
|
4130
|
-
readonly deepseek: {
|
|
4131
|
-
readonly "deepseek-v4-flash": {
|
|
4129
|
+
readonly "@cf/zai-org/glm-5.3": {
|
|
4132
4130
|
id: string;
|
|
4133
4131
|
name: string;
|
|
4134
4132
|
api: "openai-completions";
|
|
4135
4133
|
provider: string;
|
|
4136
4134
|
baseUrl: string;
|
|
4137
4135
|
compat: {
|
|
4138
|
-
|
|
4139
|
-
thinkingFormat: "deepseek";
|
|
4136
|
+
sendSessionAffinityHeaders: true;
|
|
4140
4137
|
};
|
|
4141
4138
|
reasoning: true;
|
|
4142
|
-
thinkingLevelMap: {
|
|
4143
|
-
minimal: null;
|
|
4144
|
-
low: null;
|
|
4145
|
-
medium: null;
|
|
4146
|
-
high: string;
|
|
4147
|
-
xhigh: string;
|
|
4148
|
-
};
|
|
4149
4139
|
input: "text"[];
|
|
4150
4140
|
cost: {
|
|
4151
4141
|
input: number;
|
|
@@ -4156,25 +4146,17 @@ export declare const MODELS: {
|
|
|
4156
4146
|
contextWindow: number;
|
|
4157
4147
|
maxTokens: number;
|
|
4158
4148
|
};
|
|
4159
|
-
readonly "
|
|
4149
|
+
readonly "@cf/zai-org/glm-5.3-flash": {
|
|
4160
4150
|
id: string;
|
|
4161
4151
|
name: string;
|
|
4162
4152
|
api: "openai-completions";
|
|
4163
4153
|
provider: string;
|
|
4164
4154
|
baseUrl: string;
|
|
4165
4155
|
compat: {
|
|
4166
|
-
|
|
4167
|
-
thinkingFormat: "deepseek";
|
|
4156
|
+
sendSessionAffinityHeaders: true;
|
|
4168
4157
|
};
|
|
4169
4158
|
reasoning: true;
|
|
4170
|
-
|
|
4171
|
-
minimal: null;
|
|
4172
|
-
low: null;
|
|
4173
|
-
medium: null;
|
|
4174
|
-
high: string;
|
|
4175
|
-
xhigh: string;
|
|
4176
|
-
};
|
|
4177
|
-
input: "text"[];
|
|
4159
|
+
input: ("image" | "text")[];
|
|
4178
4160
|
cost: {
|
|
4179
4161
|
input: number;
|
|
4180
4162
|
output: number;
|
|
@@ -4185,14 +4167,25 @@ export declare const MODELS: {
|
|
|
4185
4167
|
maxTokens: number;
|
|
4186
4168
|
};
|
|
4187
4169
|
};
|
|
4188
|
-
readonly
|
|
4189
|
-
readonly "
|
|
4170
|
+
readonly deepseek: {
|
|
4171
|
+
readonly "deepseek-v4-flash": {
|
|
4190
4172
|
id: string;
|
|
4191
4173
|
name: string;
|
|
4192
|
-
api: "
|
|
4174
|
+
api: "openai-completions";
|
|
4193
4175
|
provider: string;
|
|
4194
4176
|
baseUrl: string;
|
|
4177
|
+
compat: {
|
|
4178
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
4179
|
+
thinkingFormat: "deepseek";
|
|
4180
|
+
};
|
|
4195
4181
|
reasoning: true;
|
|
4182
|
+
thinkingLevelMap: {
|
|
4183
|
+
minimal: null;
|
|
4184
|
+
low: null;
|
|
4185
|
+
medium: null;
|
|
4186
|
+
high: string;
|
|
4187
|
+
xhigh: string;
|
|
4188
|
+
};
|
|
4196
4189
|
input: "text"[];
|
|
4197
4190
|
cost: {
|
|
4198
4191
|
input: number;
|
|
@@ -4203,13 +4196,24 @@ export declare const MODELS: {
|
|
|
4203
4196
|
contextWindow: number;
|
|
4204
4197
|
maxTokens: number;
|
|
4205
4198
|
};
|
|
4206
|
-
readonly "
|
|
4199
|
+
readonly "deepseek-v4-pro": {
|
|
4207
4200
|
id: string;
|
|
4208
4201
|
name: string;
|
|
4209
|
-
api: "
|
|
4202
|
+
api: "openai-completions";
|
|
4210
4203
|
provider: string;
|
|
4211
4204
|
baseUrl: string;
|
|
4205
|
+
compat: {
|
|
4206
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
4207
|
+
thinkingFormat: "deepseek";
|
|
4208
|
+
};
|
|
4212
4209
|
reasoning: true;
|
|
4210
|
+
thinkingLevelMap: {
|
|
4211
|
+
minimal: null;
|
|
4212
|
+
low: null;
|
|
4213
|
+
medium: null;
|
|
4214
|
+
high: string;
|
|
4215
|
+
xhigh: string;
|
|
4216
|
+
};
|
|
4213
4217
|
input: "text"[];
|
|
4214
4218
|
cost: {
|
|
4215
4219
|
input: number;
|
|
@@ -4220,7 +4224,9 @@ export declare const MODELS: {
|
|
|
4220
4224
|
contextWindow: number;
|
|
4221
4225
|
maxTokens: number;
|
|
4222
4226
|
};
|
|
4223
|
-
|
|
4227
|
+
};
|
|
4228
|
+
readonly fireworks: {
|
|
4229
|
+
readonly "accounts/fireworks/models/deepseek-v4-flash-0731": {
|
|
4224
4230
|
id: string;
|
|
4225
4231
|
name: string;
|
|
4226
4232
|
api: "anthropic-messages";
|
|
@@ -4271,7 +4277,7 @@ export declare const MODELS: {
|
|
|
4271
4277
|
contextWindow: number;
|
|
4272
4278
|
maxTokens: number;
|
|
4273
4279
|
};
|
|
4274
|
-
readonly "accounts/fireworks/models/
|
|
4280
|
+
readonly "accounts/fireworks/models/glm-5p3": {
|
|
4275
4281
|
id: string;
|
|
4276
4282
|
name: string;
|
|
4277
4283
|
api: "anthropic-messages";
|
|
@@ -4288,7 +4294,7 @@ export declare const MODELS: {
|
|
|
4288
4294
|
contextWindow: number;
|
|
4289
4295
|
maxTokens: number;
|
|
4290
4296
|
};
|
|
4291
|
-
readonly "accounts/fireworks/models/gpt-oss-
|
|
4297
|
+
readonly "accounts/fireworks/models/gpt-oss-120b": {
|
|
4292
4298
|
id: string;
|
|
4293
4299
|
name: string;
|
|
4294
4300
|
api: "anthropic-messages";
|
|
@@ -4373,23 +4379,6 @@ export declare const MODELS: {
|
|
|
4373
4379
|
contextWindow: number;
|
|
4374
4380
|
maxTokens: number;
|
|
4375
4381
|
};
|
|
4376
|
-
readonly "accounts/fireworks/models/minimax-m2p7": {
|
|
4377
|
-
id: string;
|
|
4378
|
-
name: string;
|
|
4379
|
-
api: "anthropic-messages";
|
|
4380
|
-
provider: string;
|
|
4381
|
-
baseUrl: string;
|
|
4382
|
-
reasoning: true;
|
|
4383
|
-
input: "text"[];
|
|
4384
|
-
cost: {
|
|
4385
|
-
input: number;
|
|
4386
|
-
output: number;
|
|
4387
|
-
cacheRead: number;
|
|
4388
|
-
cacheWrite: number;
|
|
4389
|
-
};
|
|
4390
|
-
contextWindow: number;
|
|
4391
|
-
maxTokens: number;
|
|
4392
|
-
};
|
|
4393
4382
|
readonly "accounts/fireworks/models/minimax-m3": {
|
|
4394
4383
|
id: string;
|
|
4395
4384
|
name: string;
|
|
@@ -4509,57 +4498,6 @@ export declare const MODELS: {
|
|
|
4509
4498
|
contextWindow: number;
|
|
4510
4499
|
maxTokens: number;
|
|
4511
4500
|
};
|
|
4512
|
-
readonly "accounts/fireworks/routers/kimi-k2p6-fast": {
|
|
4513
|
-
id: string;
|
|
4514
|
-
name: string;
|
|
4515
|
-
api: "anthropic-messages";
|
|
4516
|
-
provider: string;
|
|
4517
|
-
baseUrl: string;
|
|
4518
|
-
reasoning: true;
|
|
4519
|
-
input: ("image" | "text")[];
|
|
4520
|
-
cost: {
|
|
4521
|
-
input: number;
|
|
4522
|
-
output: number;
|
|
4523
|
-
cacheRead: number;
|
|
4524
|
-
cacheWrite: number;
|
|
4525
|
-
};
|
|
4526
|
-
contextWindow: number;
|
|
4527
|
-
maxTokens: number;
|
|
4528
|
-
};
|
|
4529
|
-
readonly "accounts/fireworks/routers/kimi-k2p6-turbo": {
|
|
4530
|
-
id: string;
|
|
4531
|
-
name: string;
|
|
4532
|
-
api: "anthropic-messages";
|
|
4533
|
-
provider: string;
|
|
4534
|
-
baseUrl: string;
|
|
4535
|
-
reasoning: true;
|
|
4536
|
-
input: ("image" | "text")[];
|
|
4537
|
-
cost: {
|
|
4538
|
-
input: number;
|
|
4539
|
-
output: number;
|
|
4540
|
-
cacheRead: number;
|
|
4541
|
-
cacheWrite: number;
|
|
4542
|
-
};
|
|
4543
|
-
contextWindow: number;
|
|
4544
|
-
maxTokens: number;
|
|
4545
|
-
};
|
|
4546
|
-
readonly "accounts/fireworks/routers/kimi-k2p7-code-fast": {
|
|
4547
|
-
id: string;
|
|
4548
|
-
name: string;
|
|
4549
|
-
api: "anthropic-messages";
|
|
4550
|
-
provider: string;
|
|
4551
|
-
baseUrl: string;
|
|
4552
|
-
reasoning: true;
|
|
4553
|
-
input: ("image" | "text")[];
|
|
4554
|
-
cost: {
|
|
4555
|
-
input: number;
|
|
4556
|
-
output: number;
|
|
4557
|
-
cacheRead: number;
|
|
4558
|
-
cacheWrite: number;
|
|
4559
|
-
};
|
|
4560
|
-
contextWindow: number;
|
|
4561
|
-
maxTokens: number;
|
|
4562
|
-
};
|
|
4563
4501
|
readonly "accounts/fireworks/routers/kimi-k3-fast": {
|
|
4564
4502
|
id: string;
|
|
4565
4503
|
name: string;
|
|
@@ -6781,6 +6719,26 @@ export declare const MODELS: {
|
|
|
6781
6719
|
contextWindow: number;
|
|
6782
6720
|
maxTokens: number;
|
|
6783
6721
|
};
|
|
6722
|
+
readonly "Qwen/Qwen3.8-27B": {
|
|
6723
|
+
id: string;
|
|
6724
|
+
name: string;
|
|
6725
|
+
api: "openai-completions";
|
|
6726
|
+
provider: string;
|
|
6727
|
+
baseUrl: string;
|
|
6728
|
+
compat: {
|
|
6729
|
+
supportsDeveloperRole: false;
|
|
6730
|
+
};
|
|
6731
|
+
reasoning: true;
|
|
6732
|
+
input: ("image" | "text")[];
|
|
6733
|
+
cost: {
|
|
6734
|
+
input: number;
|
|
6735
|
+
output: number;
|
|
6736
|
+
cacheRead: number;
|
|
6737
|
+
cacheWrite: number;
|
|
6738
|
+
};
|
|
6739
|
+
contextWindow: number;
|
|
6740
|
+
maxTokens: number;
|
|
6741
|
+
};
|
|
6784
6742
|
readonly "XiaomiMiMo/MiMo-V2.5": {
|
|
6785
6743
|
id: string;
|
|
6786
6744
|
name: string;
|
|
@@ -7581,6 +7539,46 @@ export declare const MODELS: {
|
|
|
7581
7539
|
contextWindow: number;
|
|
7582
7540
|
maxTokens: number;
|
|
7583
7541
|
};
|
|
7542
|
+
readonly "zai-org/GLM-5.3": {
|
|
7543
|
+
id: string;
|
|
7544
|
+
name: string;
|
|
7545
|
+
api: "openai-completions";
|
|
7546
|
+
provider: string;
|
|
7547
|
+
baseUrl: string;
|
|
7548
|
+
compat: {
|
|
7549
|
+
supportsDeveloperRole: false;
|
|
7550
|
+
};
|
|
7551
|
+
reasoning: true;
|
|
7552
|
+
input: "text"[];
|
|
7553
|
+
cost: {
|
|
7554
|
+
input: number;
|
|
7555
|
+
output: number;
|
|
7556
|
+
cacheRead: number;
|
|
7557
|
+
cacheWrite: number;
|
|
7558
|
+
};
|
|
7559
|
+
contextWindow: number;
|
|
7560
|
+
maxTokens: number;
|
|
7561
|
+
};
|
|
7562
|
+
readonly "zai-org/GLM-5.3-Flash": {
|
|
7563
|
+
id: string;
|
|
7564
|
+
name: string;
|
|
7565
|
+
api: "openai-completions";
|
|
7566
|
+
provider: string;
|
|
7567
|
+
baseUrl: string;
|
|
7568
|
+
compat: {
|
|
7569
|
+
supportsDeveloperRole: false;
|
|
7570
|
+
};
|
|
7571
|
+
reasoning: true;
|
|
7572
|
+
input: ("image" | "text")[];
|
|
7573
|
+
cost: {
|
|
7574
|
+
input: number;
|
|
7575
|
+
output: number;
|
|
7576
|
+
cacheRead: number;
|
|
7577
|
+
cacheWrite: number;
|
|
7578
|
+
};
|
|
7579
|
+
contextWindow: number;
|
|
7580
|
+
maxTokens: number;
|
|
7581
|
+
};
|
|
7584
7582
|
};
|
|
7585
7583
|
readonly "kimi-coding": {
|
|
7586
7584
|
readonly k3: {
|
|
@@ -8298,6 +8296,23 @@ export declare const MODELS: {
|
|
|
8298
8296
|
contextWindow: number;
|
|
8299
8297
|
maxTokens: number;
|
|
8300
8298
|
};
|
|
8299
|
+
readonly "zai-glm-5-2": {
|
|
8300
|
+
id: string;
|
|
8301
|
+
name: string;
|
|
8302
|
+
api: "mistral-conversations";
|
|
8303
|
+
provider: string;
|
|
8304
|
+
baseUrl: string;
|
|
8305
|
+
reasoning: true;
|
|
8306
|
+
input: "text"[];
|
|
8307
|
+
cost: {
|
|
8308
|
+
input: number;
|
|
8309
|
+
output: number;
|
|
8310
|
+
cacheRead: number;
|
|
8311
|
+
cacheWrite: number;
|
|
8312
|
+
};
|
|
8313
|
+
contextWindow: number;
|
|
8314
|
+
maxTokens: number;
|
|
8315
|
+
};
|
|
8301
8316
|
};
|
|
8302
8317
|
readonly moonshotai: {
|
|
8303
8318
|
readonly "kimi-k2-0711-preview": {
|
|
@@ -10685,6 +10700,23 @@ export declare const MODELS: {
|
|
|
10685
10700
|
contextWindow: number;
|
|
10686
10701
|
maxTokens: number;
|
|
10687
10702
|
};
|
|
10703
|
+
readonly "ling-3.0-flash-fin-free": {
|
|
10704
|
+
id: string;
|
|
10705
|
+
name: string;
|
|
10706
|
+
api: "openai-completions";
|
|
10707
|
+
provider: string;
|
|
10708
|
+
baseUrl: string;
|
|
10709
|
+
reasoning: true;
|
|
10710
|
+
input: "text"[];
|
|
10711
|
+
cost: {
|
|
10712
|
+
input: number;
|
|
10713
|
+
output: number;
|
|
10714
|
+
cacheRead: number;
|
|
10715
|
+
cacheWrite: number;
|
|
10716
|
+
};
|
|
10717
|
+
contextWindow: number;
|
|
10718
|
+
maxTokens: number;
|
|
10719
|
+
};
|
|
10688
10720
|
readonly "mimo-v2.5-free": {
|
|
10689
10721
|
id: string;
|
|
10690
10722
|
name: string;
|
|
@@ -10855,23 +10887,6 @@ export declare const MODELS: {
|
|
|
10855
10887
|
contextWindow: number;
|
|
10856
10888
|
maxTokens: number;
|
|
10857
10889
|
};
|
|
10858
|
-
readonly "x-preview-f-free": {
|
|
10859
|
-
id: string;
|
|
10860
|
-
name: string;
|
|
10861
|
-
api: "openai-completions";
|
|
10862
|
-
provider: string;
|
|
10863
|
-
baseUrl: string;
|
|
10864
|
-
reasoning: true;
|
|
10865
|
-
input: ("image" | "text")[];
|
|
10866
|
-
cost: {
|
|
10867
|
-
input: number;
|
|
10868
|
-
output: number;
|
|
10869
|
-
cacheRead: number;
|
|
10870
|
-
cacheWrite: number;
|
|
10871
|
-
};
|
|
10872
|
-
contextWindow: number;
|
|
10873
|
-
maxTokens: number;
|
|
10874
|
-
};
|
|
10875
10890
|
};
|
|
10876
10891
|
readonly "opencode-go": {
|
|
10877
10892
|
readonly "deepseek-v4-flash": {
|
|
@@ -11009,6 +11024,23 @@ export declare const MODELS: {
|
|
|
11009
11024
|
contextWindow: number;
|
|
11010
11025
|
maxTokens: number;
|
|
11011
11026
|
};
|
|
11027
|
+
readonly "glm-5.3-flash": {
|
|
11028
|
+
id: string;
|
|
11029
|
+
name: string;
|
|
11030
|
+
api: "openai-completions";
|
|
11031
|
+
provider: string;
|
|
11032
|
+
baseUrl: string;
|
|
11033
|
+
reasoning: true;
|
|
11034
|
+
input: ("image" | "text")[];
|
|
11035
|
+
cost: {
|
|
11036
|
+
input: number;
|
|
11037
|
+
output: number;
|
|
11038
|
+
cacheRead: number;
|
|
11039
|
+
cacheWrite: number;
|
|
11040
|
+
};
|
|
11041
|
+
contextWindow: number;
|
|
11042
|
+
maxTokens: number;
|
|
11043
|
+
};
|
|
11012
11044
|
readonly "gpt-5.6-luna": {
|
|
11013
11045
|
id: string;
|
|
11014
11046
|
name: string;
|
|
@@ -11029,7 +11061,7 @@ export declare const MODELS: {
|
|
|
11029
11061
|
contextWindow: number;
|
|
11030
11062
|
maxTokens: number;
|
|
11031
11063
|
};
|
|
11032
|
-
readonly "grok-4.
|
|
11064
|
+
readonly "grok-4.6": {
|
|
11033
11065
|
id: string;
|
|
11034
11066
|
name: string;
|
|
11035
11067
|
api: "openai-responses";
|
|
@@ -11063,14 +11095,14 @@ export declare const MODELS: {
|
|
|
11063
11095
|
contextWindow: number;
|
|
11064
11096
|
maxTokens: number;
|
|
11065
11097
|
};
|
|
11066
|
-
readonly "
|
|
11098
|
+
readonly "hy4-preview": {
|
|
11067
11099
|
id: string;
|
|
11068
11100
|
name: string;
|
|
11069
11101
|
api: "openai-completions";
|
|
11070
11102
|
provider: string;
|
|
11071
11103
|
baseUrl: string;
|
|
11072
11104
|
reasoning: true;
|
|
11073
|
-
input:
|
|
11105
|
+
input: "text"[];
|
|
11074
11106
|
cost: {
|
|
11075
11107
|
input: number;
|
|
11076
11108
|
output: number;
|
|
@@ -11080,7 +11112,7 @@ export declare const MODELS: {
|
|
|
11080
11112
|
contextWindow: number;
|
|
11081
11113
|
maxTokens: number;
|
|
11082
11114
|
};
|
|
11083
|
-
readonly "kimi-k2.
|
|
11115
|
+
readonly "kimi-k2.6": {
|
|
11084
11116
|
id: string;
|
|
11085
11117
|
name: string;
|
|
11086
11118
|
api: "openai-completions";
|
|
@@ -11097,7 +11129,24 @@ export declare const MODELS: {
|
|
|
11097
11129
|
contextWindow: number;
|
|
11098
11130
|
maxTokens: number;
|
|
11099
11131
|
};
|
|
11100
|
-
readonly "kimi-
|
|
11132
|
+
readonly "kimi-k2.7-code": {
|
|
11133
|
+
id: string;
|
|
11134
|
+
name: string;
|
|
11135
|
+
api: "openai-completions";
|
|
11136
|
+
provider: string;
|
|
11137
|
+
baseUrl: string;
|
|
11138
|
+
reasoning: true;
|
|
11139
|
+
input: ("image" | "text")[];
|
|
11140
|
+
cost: {
|
|
11141
|
+
input: number;
|
|
11142
|
+
output: number;
|
|
11143
|
+
cacheRead: number;
|
|
11144
|
+
cacheWrite: number;
|
|
11145
|
+
};
|
|
11146
|
+
contextWindow: number;
|
|
11147
|
+
maxTokens: number;
|
|
11148
|
+
};
|
|
11149
|
+
readonly "kimi-k3": {
|
|
11101
11150
|
id: string;
|
|
11102
11151
|
name: string;
|
|
11103
11152
|
api: "openai-completions";
|
|
@@ -11216,12 +11265,15 @@ export declare const MODELS: {
|
|
|
11216
11265
|
contextWindow: number;
|
|
11217
11266
|
maxTokens: number;
|
|
11218
11267
|
};
|
|
11219
|
-
readonly "
|
|
11268
|
+
readonly "qwen3.6-plus": {
|
|
11220
11269
|
id: string;
|
|
11221
11270
|
name: string;
|
|
11222
11271
|
api: "openai-completions";
|
|
11223
11272
|
provider: string;
|
|
11224
11273
|
baseUrl: string;
|
|
11274
|
+
compat: {
|
|
11275
|
+
thinkingFormat: "qwen";
|
|
11276
|
+
};
|
|
11225
11277
|
reasoning: true;
|
|
11226
11278
|
input: ("image" | "text")[];
|
|
11227
11279
|
cost: {
|
|
@@ -11233,17 +11285,14 @@ export declare const MODELS: {
|
|
|
11233
11285
|
contextWindow: number;
|
|
11234
11286
|
maxTokens: number;
|
|
11235
11287
|
};
|
|
11236
|
-
readonly "qwen3.
|
|
11288
|
+
readonly "qwen3.7-max": {
|
|
11237
11289
|
id: string;
|
|
11238
11290
|
name: string;
|
|
11239
11291
|
api: "openai-completions";
|
|
11240
11292
|
provider: string;
|
|
11241
11293
|
baseUrl: string;
|
|
11242
|
-
compat: {
|
|
11243
|
-
thinkingFormat: "qwen";
|
|
11244
|
-
};
|
|
11245
11294
|
reasoning: true;
|
|
11246
|
-
input:
|
|
11295
|
+
input: "text"[];
|
|
11247
11296
|
cost: {
|
|
11248
11297
|
input: number;
|
|
11249
11298
|
output: number;
|
|
@@ -11253,14 +11302,14 @@ export declare const MODELS: {
|
|
|
11253
11302
|
contextWindow: number;
|
|
11254
11303
|
maxTokens: number;
|
|
11255
11304
|
};
|
|
11256
|
-
readonly "qwen3.7-
|
|
11305
|
+
readonly "qwen3.7-plus": {
|
|
11257
11306
|
id: string;
|
|
11258
11307
|
name: string;
|
|
11259
11308
|
api: "openai-completions";
|
|
11260
11309
|
provider: string;
|
|
11261
11310
|
baseUrl: string;
|
|
11262
11311
|
reasoning: true;
|
|
11263
|
-
input: "text"[];
|
|
11312
|
+
input: ("image" | "text")[];
|
|
11264
11313
|
cost: {
|
|
11265
11314
|
input: number;
|
|
11266
11315
|
output: number;
|
|
@@ -11270,10 +11319,10 @@ export declare const MODELS: {
|
|
|
11270
11319
|
contextWindow: number;
|
|
11271
11320
|
maxTokens: number;
|
|
11272
11321
|
};
|
|
11273
|
-
readonly "qwen3.
|
|
11322
|
+
readonly "qwen3.8-flash": {
|
|
11274
11323
|
id: string;
|
|
11275
11324
|
name: string;
|
|
11276
|
-
api: "
|
|
11325
|
+
api: "anthropic-messages";
|
|
11277
11326
|
provider: string;
|
|
11278
11327
|
baseUrl: string;
|
|
11279
11328
|
reasoning: true;
|
|
@@ -11985,23 +12034,6 @@ export declare const MODELS: {
|
|
|
11985
12034
|
contextWindow: number;
|
|
11986
12035
|
maxTokens: number;
|
|
11987
12036
|
};
|
|
11988
|
-
readonly "arcee-ai/virtuoso-large": {
|
|
11989
|
-
id: string;
|
|
11990
|
-
name: string;
|
|
11991
|
-
api: "openai-completions";
|
|
11992
|
-
provider: string;
|
|
11993
|
-
baseUrl: string;
|
|
11994
|
-
reasoning: false;
|
|
11995
|
-
input: "text"[];
|
|
11996
|
-
cost: {
|
|
11997
|
-
input: number;
|
|
11998
|
-
output: number;
|
|
11999
|
-
cacheRead: number;
|
|
12000
|
-
cacheWrite: number;
|
|
12001
|
-
};
|
|
12002
|
-
contextWindow: number;
|
|
12003
|
-
maxTokens: number;
|
|
12004
|
-
};
|
|
12005
12037
|
readonly auto: {
|
|
12006
12038
|
id: string;
|
|
12007
12039
|
name: string;
|
|
@@ -12364,6 +12396,34 @@ export declare const MODELS: {
|
|
|
12364
12396
|
contextWindow: number;
|
|
12365
12397
|
maxTokens: number;
|
|
12366
12398
|
};
|
|
12399
|
+
readonly "deepseek/deepseek-v4-flash-0731:batch": {
|
|
12400
|
+
id: string;
|
|
12401
|
+
name: string;
|
|
12402
|
+
api: "openai-completions";
|
|
12403
|
+
provider: string;
|
|
12404
|
+
baseUrl: string;
|
|
12405
|
+
compat: {
|
|
12406
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
12407
|
+
thinkingFormat: "deepseek";
|
|
12408
|
+
};
|
|
12409
|
+
reasoning: true;
|
|
12410
|
+
thinkingLevelMap: {
|
|
12411
|
+
minimal: null;
|
|
12412
|
+
low: null;
|
|
12413
|
+
medium: null;
|
|
12414
|
+
high: string;
|
|
12415
|
+
xhigh: string;
|
|
12416
|
+
};
|
|
12417
|
+
input: "text"[];
|
|
12418
|
+
cost: {
|
|
12419
|
+
input: number;
|
|
12420
|
+
output: number;
|
|
12421
|
+
cacheRead: number;
|
|
12422
|
+
cacheWrite: number;
|
|
12423
|
+
};
|
|
12424
|
+
contextWindow: number;
|
|
12425
|
+
maxTokens: number;
|
|
12426
|
+
};
|
|
12367
12427
|
readonly "deepseek/deepseek-v4-flash-vision-exp": {
|
|
12368
12428
|
id: string;
|
|
12369
12429
|
name: string;
|
|
@@ -12448,6 +12508,34 @@ export declare const MODELS: {
|
|
|
12448
12508
|
contextWindow: number;
|
|
12449
12509
|
maxTokens: number;
|
|
12450
12510
|
};
|
|
12511
|
+
readonly "deepseek/deepseek-v4-pro-0813:batch": {
|
|
12512
|
+
id: string;
|
|
12513
|
+
name: string;
|
|
12514
|
+
api: "openai-completions";
|
|
12515
|
+
provider: string;
|
|
12516
|
+
baseUrl: string;
|
|
12517
|
+
compat: {
|
|
12518
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
12519
|
+
thinkingFormat: "deepseek";
|
|
12520
|
+
};
|
|
12521
|
+
reasoning: true;
|
|
12522
|
+
thinkingLevelMap: {
|
|
12523
|
+
minimal: null;
|
|
12524
|
+
low: null;
|
|
12525
|
+
medium: null;
|
|
12526
|
+
high: string;
|
|
12527
|
+
xhigh: string;
|
|
12528
|
+
};
|
|
12529
|
+
input: "text"[];
|
|
12530
|
+
cost: {
|
|
12531
|
+
input: number;
|
|
12532
|
+
output: number;
|
|
12533
|
+
cacheRead: number;
|
|
12534
|
+
cacheWrite: number;
|
|
12535
|
+
};
|
|
12536
|
+
contextWindow: number;
|
|
12537
|
+
maxTokens: number;
|
|
12538
|
+
};
|
|
12451
12539
|
readonly "dots-studio/dots-3-note-preview:free": {
|
|
12452
12540
|
id: string;
|
|
12453
12541
|
name: string;
|
|
@@ -12975,6 +13063,23 @@ export declare const MODELS: {
|
|
|
12975
13063
|
contextWindow: number;
|
|
12976
13064
|
maxTokens: number;
|
|
12977
13065
|
};
|
|
13066
|
+
readonly "google/gemma-4-31b-it:batch": {
|
|
13067
|
+
id: string;
|
|
13068
|
+
name: string;
|
|
13069
|
+
api: "openai-completions";
|
|
13070
|
+
provider: string;
|
|
13071
|
+
baseUrl: string;
|
|
13072
|
+
reasoning: true;
|
|
13073
|
+
input: ("image" | "text")[];
|
|
13074
|
+
cost: {
|
|
13075
|
+
input: number;
|
|
13076
|
+
output: number;
|
|
13077
|
+
cacheRead: number;
|
|
13078
|
+
cacheWrite: number;
|
|
13079
|
+
};
|
|
13080
|
+
contextWindow: number;
|
|
13081
|
+
maxTokens: number;
|
|
13082
|
+
};
|
|
12978
13083
|
readonly "google/gemma-4-31b-it:free": {
|
|
12979
13084
|
id: string;
|
|
12980
13085
|
name: string;
|
|
@@ -13043,6 +13148,23 @@ export declare const MODELS: {
|
|
|
13043
13148
|
contextWindow: number;
|
|
13044
13149
|
maxTokens: number;
|
|
13045
13150
|
};
|
|
13151
|
+
readonly "inclusionai/ling-3.0-flash-fin:free": {
|
|
13152
|
+
id: string;
|
|
13153
|
+
name: string;
|
|
13154
|
+
api: "openai-completions";
|
|
13155
|
+
provider: string;
|
|
13156
|
+
baseUrl: string;
|
|
13157
|
+
reasoning: true;
|
|
13158
|
+
input: "text"[];
|
|
13159
|
+
cost: {
|
|
13160
|
+
input: number;
|
|
13161
|
+
output: number;
|
|
13162
|
+
cacheRead: number;
|
|
13163
|
+
cacheWrite: number;
|
|
13164
|
+
};
|
|
13165
|
+
contextWindow: number;
|
|
13166
|
+
maxTokens: number;
|
|
13167
|
+
};
|
|
13046
13168
|
readonly "kwaipilot/kat-coder-air-v2.5": {
|
|
13047
13169
|
id: string;
|
|
13048
13170
|
name: string;
|
|
@@ -13230,6 +13352,23 @@ export declare const MODELS: {
|
|
|
13230
13352
|
contextWindow: number;
|
|
13231
13353
|
maxTokens: number;
|
|
13232
13354
|
};
|
|
13355
|
+
readonly "meta/muse-glimmer-30b:batch": {
|
|
13356
|
+
id: string;
|
|
13357
|
+
name: string;
|
|
13358
|
+
api: "openai-completions";
|
|
13359
|
+
provider: string;
|
|
13360
|
+
baseUrl: string;
|
|
13361
|
+
reasoning: true;
|
|
13362
|
+
input: ("image" | "text")[];
|
|
13363
|
+
cost: {
|
|
13364
|
+
input: number;
|
|
13365
|
+
output: number;
|
|
13366
|
+
cacheRead: number;
|
|
13367
|
+
cacheWrite: number;
|
|
13368
|
+
};
|
|
13369
|
+
contextWindow: number;
|
|
13370
|
+
maxTokens: number;
|
|
13371
|
+
};
|
|
13233
13372
|
readonly "meta/muse-spark-1.1": {
|
|
13234
13373
|
id: string;
|
|
13235
13374
|
name: string;
|
|
@@ -13451,6 +13590,23 @@ export declare const MODELS: {
|
|
|
13451
13590
|
contextWindow: number;
|
|
13452
13591
|
maxTokens: number;
|
|
13453
13592
|
};
|
|
13593
|
+
readonly "mistralai/codestral-2508:batch": {
|
|
13594
|
+
id: string;
|
|
13595
|
+
name: string;
|
|
13596
|
+
api: "openai-completions";
|
|
13597
|
+
provider: string;
|
|
13598
|
+
baseUrl: string;
|
|
13599
|
+
reasoning: false;
|
|
13600
|
+
input: "text"[];
|
|
13601
|
+
cost: {
|
|
13602
|
+
input: number;
|
|
13603
|
+
output: number;
|
|
13604
|
+
cacheRead: number;
|
|
13605
|
+
cacheWrite: number;
|
|
13606
|
+
};
|
|
13607
|
+
contextWindow: number;
|
|
13608
|
+
maxTokens: number;
|
|
13609
|
+
};
|
|
13454
13610
|
readonly "mistralai/devstral-2512": {
|
|
13455
13611
|
id: string;
|
|
13456
13612
|
name: string;
|
|
@@ -13519,6 +13675,23 @@ export declare const MODELS: {
|
|
|
13519
13675
|
contextWindow: number;
|
|
13520
13676
|
maxTokens: number;
|
|
13521
13677
|
};
|
|
13678
|
+
readonly "mistralai/ministral-8b-2512:batch": {
|
|
13679
|
+
id: string;
|
|
13680
|
+
name: string;
|
|
13681
|
+
api: "openai-completions";
|
|
13682
|
+
provider: string;
|
|
13683
|
+
baseUrl: string;
|
|
13684
|
+
reasoning: false;
|
|
13685
|
+
input: ("image" | "text")[];
|
|
13686
|
+
cost: {
|
|
13687
|
+
input: number;
|
|
13688
|
+
output: number;
|
|
13689
|
+
cacheRead: number;
|
|
13690
|
+
cacheWrite: number;
|
|
13691
|
+
};
|
|
13692
|
+
contextWindow: number;
|
|
13693
|
+
maxTokens: number;
|
|
13694
|
+
};
|
|
13522
13695
|
readonly "mistralai/mistral-large": {
|
|
13523
13696
|
id: string;
|
|
13524
13697
|
name: string;
|
|
@@ -13570,6 +13743,23 @@ export declare const MODELS: {
|
|
|
13570
13743
|
contextWindow: number;
|
|
13571
13744
|
maxTokens: number;
|
|
13572
13745
|
};
|
|
13746
|
+
readonly "mistralai/mistral-large-2512:batch": {
|
|
13747
|
+
id: string;
|
|
13748
|
+
name: string;
|
|
13749
|
+
api: "openai-completions";
|
|
13750
|
+
provider: string;
|
|
13751
|
+
baseUrl: string;
|
|
13752
|
+
reasoning: false;
|
|
13753
|
+
input: ("image" | "text")[];
|
|
13754
|
+
cost: {
|
|
13755
|
+
input: number;
|
|
13756
|
+
output: number;
|
|
13757
|
+
cacheRead: number;
|
|
13758
|
+
cacheWrite: number;
|
|
13759
|
+
};
|
|
13760
|
+
contextWindow: number;
|
|
13761
|
+
maxTokens: number;
|
|
13762
|
+
};
|
|
13573
13763
|
readonly "mistralai/mistral-medium-3": {
|
|
13574
13764
|
id: string;
|
|
13575
13765
|
name: string;
|
|
@@ -13604,6 +13794,23 @@ export declare const MODELS: {
|
|
|
13604
13794
|
contextWindow: number;
|
|
13605
13795
|
maxTokens: number;
|
|
13606
13796
|
};
|
|
13797
|
+
readonly "mistralai/mistral-medium-3-5:batch": {
|
|
13798
|
+
id: string;
|
|
13799
|
+
name: string;
|
|
13800
|
+
api: "openai-completions";
|
|
13801
|
+
provider: string;
|
|
13802
|
+
baseUrl: string;
|
|
13803
|
+
reasoning: true;
|
|
13804
|
+
input: ("image" | "text")[];
|
|
13805
|
+
cost: {
|
|
13806
|
+
input: number;
|
|
13807
|
+
output: number;
|
|
13808
|
+
cacheRead: number;
|
|
13809
|
+
cacheWrite: number;
|
|
13810
|
+
};
|
|
13811
|
+
contextWindow: number;
|
|
13812
|
+
maxTokens: number;
|
|
13813
|
+
};
|
|
13607
13814
|
readonly "mistralai/mistral-medium-3.1": {
|
|
13608
13815
|
id: string;
|
|
13609
13816
|
name: string;
|
|
@@ -13621,6 +13828,23 @@ export declare const MODELS: {
|
|
|
13621
13828
|
contextWindow: number;
|
|
13622
13829
|
maxTokens: number;
|
|
13623
13830
|
};
|
|
13831
|
+
readonly "mistralai/mistral-medium-3.1:batch": {
|
|
13832
|
+
id: string;
|
|
13833
|
+
name: string;
|
|
13834
|
+
api: "openai-completions";
|
|
13835
|
+
provider: string;
|
|
13836
|
+
baseUrl: string;
|
|
13837
|
+
reasoning: false;
|
|
13838
|
+
input: ("image" | "text")[];
|
|
13839
|
+
cost: {
|
|
13840
|
+
input: number;
|
|
13841
|
+
output: number;
|
|
13842
|
+
cacheRead: number;
|
|
13843
|
+
cacheWrite: number;
|
|
13844
|
+
};
|
|
13845
|
+
contextWindow: number;
|
|
13846
|
+
maxTokens: number;
|
|
13847
|
+
};
|
|
13624
13848
|
readonly "mistralai/mistral-nemo": {
|
|
13625
13849
|
id: string;
|
|
13626
13850
|
name: string;
|
|
@@ -13672,6 +13896,23 @@ export declare const MODELS: {
|
|
|
13672
13896
|
contextWindow: number;
|
|
13673
13897
|
maxTokens: number;
|
|
13674
13898
|
};
|
|
13899
|
+
readonly "mistralai/mistral-small-2603:batch": {
|
|
13900
|
+
id: string;
|
|
13901
|
+
name: string;
|
|
13902
|
+
api: "openai-completions";
|
|
13903
|
+
provider: string;
|
|
13904
|
+
baseUrl: string;
|
|
13905
|
+
reasoning: true;
|
|
13906
|
+
input: ("image" | "text")[];
|
|
13907
|
+
cost: {
|
|
13908
|
+
input: number;
|
|
13909
|
+
output: number;
|
|
13910
|
+
cacheRead: number;
|
|
13911
|
+
cacheWrite: number;
|
|
13912
|
+
};
|
|
13913
|
+
contextWindow: number;
|
|
13914
|
+
maxTokens: number;
|
|
13915
|
+
};
|
|
13675
13916
|
readonly "mistralai/mistral-small-3.2-24b-instruct": {
|
|
13676
13917
|
id: string;
|
|
13677
13918
|
name: string;
|
|
@@ -13825,7 +14066,7 @@ export declare const MODELS: {
|
|
|
13825
14066
|
contextWindow: number;
|
|
13826
14067
|
maxTokens: number;
|
|
13827
14068
|
};
|
|
13828
|
-
readonly "moonshotai/kimi-
|
|
14069
|
+
readonly "moonshotai/kimi-k3": {
|
|
13829
14070
|
id: string;
|
|
13830
14071
|
name: string;
|
|
13831
14072
|
api: "openai-completions";
|
|
@@ -13842,7 +14083,7 @@ export declare const MODELS: {
|
|
|
13842
14083
|
contextWindow: number;
|
|
13843
14084
|
maxTokens: number;
|
|
13844
14085
|
};
|
|
13845
|
-
readonly "moonshotai/kimi-k3": {
|
|
14086
|
+
readonly "moonshotai/kimi-k3:batch": {
|
|
13846
14087
|
id: string;
|
|
13847
14088
|
name: string;
|
|
13848
14089
|
api: "openai-completions";
|
|
@@ -14097,7 +14338,7 @@ export declare const MODELS: {
|
|
|
14097
14338
|
contextWindow: number;
|
|
14098
14339
|
maxTokens: number;
|
|
14099
14340
|
};
|
|
14100
|
-
readonly "openai/gpt-
|
|
14341
|
+
readonly "openai/gpt-4": {
|
|
14101
14342
|
id: string;
|
|
14102
14343
|
name: string;
|
|
14103
14344
|
api: "openai-completions";
|
|
@@ -14114,14 +14355,14 @@ export declare const MODELS: {
|
|
|
14114
14355
|
contextWindow: number;
|
|
14115
14356
|
maxTokens: number;
|
|
14116
14357
|
};
|
|
14117
|
-
readonly "openai/gpt-4": {
|
|
14358
|
+
readonly "openai/gpt-4.1": {
|
|
14118
14359
|
id: string;
|
|
14119
14360
|
name: string;
|
|
14120
14361
|
api: "openai-completions";
|
|
14121
14362
|
provider: string;
|
|
14122
14363
|
baseUrl: string;
|
|
14123
14364
|
reasoning: false;
|
|
14124
|
-
input: "text"[];
|
|
14365
|
+
input: ("image" | "text")[];
|
|
14125
14366
|
cost: {
|
|
14126
14367
|
input: number;
|
|
14127
14368
|
output: number;
|
|
@@ -14131,444 +14372,13 @@ export declare const MODELS: {
|
|
|
14131
14372
|
contextWindow: number;
|
|
14132
14373
|
maxTokens: number;
|
|
14133
14374
|
};
|
|
14134
|
-
readonly "openai/gpt-4-
|
|
14135
|
-
id: string;
|
|
14136
|
-
name: string;
|
|
14137
|
-
api: "openai-completions";
|
|
14138
|
-
provider: string;
|
|
14139
|
-
baseUrl: string;
|
|
14140
|
-
reasoning: false;
|
|
14141
|
-
input: ("image" | "text")[];
|
|
14142
|
-
cost: {
|
|
14143
|
-
input: number;
|
|
14144
|
-
output: number;
|
|
14145
|
-
cacheRead: number;
|
|
14146
|
-
cacheWrite: number;
|
|
14147
|
-
};
|
|
14148
|
-
contextWindow: number;
|
|
14149
|
-
maxTokens: number;
|
|
14150
|
-
};
|
|
14151
|
-
readonly "openai/gpt-4.1": {
|
|
14152
|
-
id: string;
|
|
14153
|
-
name: string;
|
|
14154
|
-
api: "openai-completions";
|
|
14155
|
-
provider: string;
|
|
14156
|
-
baseUrl: string;
|
|
14157
|
-
reasoning: false;
|
|
14158
|
-
input: ("image" | "text")[];
|
|
14159
|
-
cost: {
|
|
14160
|
-
input: number;
|
|
14161
|
-
output: number;
|
|
14162
|
-
cacheRead: number;
|
|
14163
|
-
cacheWrite: number;
|
|
14164
|
-
};
|
|
14165
|
-
contextWindow: number;
|
|
14166
|
-
maxTokens: number;
|
|
14167
|
-
};
|
|
14168
|
-
readonly "openai/gpt-4.1-mini": {
|
|
14169
|
-
id: string;
|
|
14170
|
-
name: string;
|
|
14171
|
-
api: "openai-completions";
|
|
14172
|
-
provider: string;
|
|
14173
|
-
baseUrl: string;
|
|
14174
|
-
reasoning: false;
|
|
14175
|
-
input: ("image" | "text")[];
|
|
14176
|
-
cost: {
|
|
14177
|
-
input: number;
|
|
14178
|
-
output: number;
|
|
14179
|
-
cacheRead: number;
|
|
14180
|
-
cacheWrite: number;
|
|
14181
|
-
};
|
|
14182
|
-
contextWindow: number;
|
|
14183
|
-
maxTokens: number;
|
|
14184
|
-
};
|
|
14185
|
-
readonly "openai/gpt-4.1-mini:batch": {
|
|
14186
|
-
id: string;
|
|
14187
|
-
name: string;
|
|
14188
|
-
api: "openai-completions";
|
|
14189
|
-
provider: string;
|
|
14190
|
-
baseUrl: string;
|
|
14191
|
-
reasoning: false;
|
|
14192
|
-
input: ("image" | "text")[];
|
|
14193
|
-
cost: {
|
|
14194
|
-
input: number;
|
|
14195
|
-
output: number;
|
|
14196
|
-
cacheRead: number;
|
|
14197
|
-
cacheWrite: number;
|
|
14198
|
-
};
|
|
14199
|
-
contextWindow: number;
|
|
14200
|
-
maxTokens: number;
|
|
14201
|
-
};
|
|
14202
|
-
readonly "openai/gpt-4.1-nano": {
|
|
14203
|
-
id: string;
|
|
14204
|
-
name: string;
|
|
14205
|
-
api: "openai-completions";
|
|
14206
|
-
provider: string;
|
|
14207
|
-
baseUrl: string;
|
|
14208
|
-
reasoning: false;
|
|
14209
|
-
input: ("image" | "text")[];
|
|
14210
|
-
cost: {
|
|
14211
|
-
input: number;
|
|
14212
|
-
output: number;
|
|
14213
|
-
cacheRead: number;
|
|
14214
|
-
cacheWrite: number;
|
|
14215
|
-
};
|
|
14216
|
-
contextWindow: number;
|
|
14217
|
-
maxTokens: number;
|
|
14218
|
-
};
|
|
14219
|
-
readonly "openai/gpt-4.1-nano:batch": {
|
|
14220
|
-
id: string;
|
|
14221
|
-
name: string;
|
|
14222
|
-
api: "openai-completions";
|
|
14223
|
-
provider: string;
|
|
14224
|
-
baseUrl: string;
|
|
14225
|
-
reasoning: false;
|
|
14226
|
-
input: ("image" | "text")[];
|
|
14227
|
-
cost: {
|
|
14228
|
-
input: number;
|
|
14229
|
-
output: number;
|
|
14230
|
-
cacheRead: number;
|
|
14231
|
-
cacheWrite: number;
|
|
14232
|
-
};
|
|
14233
|
-
contextWindow: number;
|
|
14234
|
-
maxTokens: number;
|
|
14235
|
-
};
|
|
14236
|
-
readonly "openai/gpt-4.1:batch": {
|
|
14237
|
-
id: string;
|
|
14238
|
-
name: string;
|
|
14239
|
-
api: "openai-completions";
|
|
14240
|
-
provider: string;
|
|
14241
|
-
baseUrl: string;
|
|
14242
|
-
reasoning: false;
|
|
14243
|
-
input: ("image" | "text")[];
|
|
14244
|
-
cost: {
|
|
14245
|
-
input: number;
|
|
14246
|
-
output: number;
|
|
14247
|
-
cacheRead: number;
|
|
14248
|
-
cacheWrite: number;
|
|
14249
|
-
};
|
|
14250
|
-
contextWindow: number;
|
|
14251
|
-
maxTokens: number;
|
|
14252
|
-
};
|
|
14253
|
-
readonly "openai/gpt-4o": {
|
|
14254
|
-
id: string;
|
|
14255
|
-
name: string;
|
|
14256
|
-
api: "openai-completions";
|
|
14257
|
-
provider: string;
|
|
14258
|
-
baseUrl: string;
|
|
14259
|
-
reasoning: false;
|
|
14260
|
-
input: ("image" | "text")[];
|
|
14261
|
-
cost: {
|
|
14262
|
-
input: number;
|
|
14263
|
-
output: number;
|
|
14264
|
-
cacheRead: number;
|
|
14265
|
-
cacheWrite: number;
|
|
14266
|
-
};
|
|
14267
|
-
contextWindow: number;
|
|
14268
|
-
maxTokens: number;
|
|
14269
|
-
};
|
|
14270
|
-
readonly "openai/gpt-4o-mini": {
|
|
14271
|
-
id: string;
|
|
14272
|
-
name: string;
|
|
14273
|
-
api: "openai-completions";
|
|
14274
|
-
provider: string;
|
|
14275
|
-
baseUrl: string;
|
|
14276
|
-
reasoning: false;
|
|
14277
|
-
input: ("image" | "text")[];
|
|
14278
|
-
cost: {
|
|
14279
|
-
input: number;
|
|
14280
|
-
output: number;
|
|
14281
|
-
cacheRead: number;
|
|
14282
|
-
cacheWrite: number;
|
|
14283
|
-
};
|
|
14284
|
-
contextWindow: number;
|
|
14285
|
-
maxTokens: number;
|
|
14286
|
-
};
|
|
14287
|
-
readonly "openai/gpt-4o-mini:batch": {
|
|
14288
|
-
id: string;
|
|
14289
|
-
name: string;
|
|
14290
|
-
api: "openai-completions";
|
|
14291
|
-
provider: string;
|
|
14292
|
-
baseUrl: string;
|
|
14293
|
-
reasoning: false;
|
|
14294
|
-
input: ("image" | "text")[];
|
|
14295
|
-
cost: {
|
|
14296
|
-
input: number;
|
|
14297
|
-
output: number;
|
|
14298
|
-
cacheRead: number;
|
|
14299
|
-
cacheWrite: number;
|
|
14300
|
-
};
|
|
14301
|
-
contextWindow: number;
|
|
14302
|
-
maxTokens: number;
|
|
14303
|
-
};
|
|
14304
|
-
readonly "openai/gpt-4o:batch": {
|
|
14305
|
-
id: string;
|
|
14306
|
-
name: string;
|
|
14307
|
-
api: "openai-completions";
|
|
14308
|
-
provider: string;
|
|
14309
|
-
baseUrl: string;
|
|
14310
|
-
reasoning: false;
|
|
14311
|
-
input: ("image" | "text")[];
|
|
14312
|
-
cost: {
|
|
14313
|
-
input: number;
|
|
14314
|
-
output: number;
|
|
14315
|
-
cacheRead: number;
|
|
14316
|
-
cacheWrite: number;
|
|
14317
|
-
};
|
|
14318
|
-
contextWindow: number;
|
|
14319
|
-
maxTokens: number;
|
|
14320
|
-
};
|
|
14321
|
-
readonly "openai/gpt-5": {
|
|
14322
|
-
id: string;
|
|
14323
|
-
name: string;
|
|
14324
|
-
api: "openai-completions";
|
|
14325
|
-
provider: string;
|
|
14326
|
-
baseUrl: string;
|
|
14327
|
-
reasoning: true;
|
|
14328
|
-
input: ("image" | "text")[];
|
|
14329
|
-
cost: {
|
|
14330
|
-
input: number;
|
|
14331
|
-
output: number;
|
|
14332
|
-
cacheRead: number;
|
|
14333
|
-
cacheWrite: number;
|
|
14334
|
-
};
|
|
14335
|
-
contextWindow: number;
|
|
14336
|
-
maxTokens: number;
|
|
14337
|
-
};
|
|
14338
|
-
readonly "openai/gpt-5-codex:batch": {
|
|
14339
|
-
id: string;
|
|
14340
|
-
name: string;
|
|
14341
|
-
api: "openai-completions";
|
|
14342
|
-
provider: string;
|
|
14343
|
-
baseUrl: string;
|
|
14344
|
-
reasoning: true;
|
|
14345
|
-
input: ("image" | "text")[];
|
|
14346
|
-
cost: {
|
|
14347
|
-
input: number;
|
|
14348
|
-
output: number;
|
|
14349
|
-
cacheRead: number;
|
|
14350
|
-
cacheWrite: number;
|
|
14351
|
-
};
|
|
14352
|
-
contextWindow: number;
|
|
14353
|
-
maxTokens: number;
|
|
14354
|
-
};
|
|
14355
|
-
readonly "openai/gpt-5-mini": {
|
|
14356
|
-
id: string;
|
|
14357
|
-
name: string;
|
|
14358
|
-
api: "openai-completions";
|
|
14359
|
-
provider: string;
|
|
14360
|
-
baseUrl: string;
|
|
14361
|
-
reasoning: true;
|
|
14362
|
-
input: ("image" | "text")[];
|
|
14363
|
-
cost: {
|
|
14364
|
-
input: number;
|
|
14365
|
-
output: number;
|
|
14366
|
-
cacheRead: number;
|
|
14367
|
-
cacheWrite: number;
|
|
14368
|
-
};
|
|
14369
|
-
contextWindow: number;
|
|
14370
|
-
maxTokens: number;
|
|
14371
|
-
};
|
|
14372
|
-
readonly "openai/gpt-5-mini:batch": {
|
|
14373
|
-
id: string;
|
|
14374
|
-
name: string;
|
|
14375
|
-
api: "openai-completions";
|
|
14376
|
-
provider: string;
|
|
14377
|
-
baseUrl: string;
|
|
14378
|
-
reasoning: true;
|
|
14379
|
-
input: ("image" | "text")[];
|
|
14380
|
-
cost: {
|
|
14381
|
-
input: number;
|
|
14382
|
-
output: number;
|
|
14383
|
-
cacheRead: number;
|
|
14384
|
-
cacheWrite: number;
|
|
14385
|
-
};
|
|
14386
|
-
contextWindow: number;
|
|
14387
|
-
maxTokens: number;
|
|
14388
|
-
};
|
|
14389
|
-
readonly "openai/gpt-5-nano": {
|
|
14390
|
-
id: string;
|
|
14391
|
-
name: string;
|
|
14392
|
-
api: "openai-completions";
|
|
14393
|
-
provider: string;
|
|
14394
|
-
baseUrl: string;
|
|
14395
|
-
reasoning: true;
|
|
14396
|
-
input: ("image" | "text")[];
|
|
14397
|
-
cost: {
|
|
14398
|
-
input: number;
|
|
14399
|
-
output: number;
|
|
14400
|
-
cacheRead: number;
|
|
14401
|
-
cacheWrite: number;
|
|
14402
|
-
};
|
|
14403
|
-
contextWindow: number;
|
|
14404
|
-
maxTokens: number;
|
|
14405
|
-
};
|
|
14406
|
-
readonly "openai/gpt-5-nano:batch": {
|
|
14407
|
-
id: string;
|
|
14408
|
-
name: string;
|
|
14409
|
-
api: "openai-completions";
|
|
14410
|
-
provider: string;
|
|
14411
|
-
baseUrl: string;
|
|
14412
|
-
reasoning: true;
|
|
14413
|
-
input: ("image" | "text")[];
|
|
14414
|
-
cost: {
|
|
14415
|
-
input: number;
|
|
14416
|
-
output: number;
|
|
14417
|
-
cacheRead: number;
|
|
14418
|
-
cacheWrite: number;
|
|
14419
|
-
};
|
|
14420
|
-
contextWindow: number;
|
|
14421
|
-
maxTokens: number;
|
|
14422
|
-
};
|
|
14423
|
-
readonly "openai/gpt-5-pro": {
|
|
14424
|
-
id: string;
|
|
14425
|
-
name: string;
|
|
14426
|
-
api: "openai-completions";
|
|
14427
|
-
provider: string;
|
|
14428
|
-
baseUrl: string;
|
|
14429
|
-
reasoning: true;
|
|
14430
|
-
input: ("image" | "text")[];
|
|
14431
|
-
cost: {
|
|
14432
|
-
input: number;
|
|
14433
|
-
output: number;
|
|
14434
|
-
cacheRead: number;
|
|
14435
|
-
cacheWrite: number;
|
|
14436
|
-
};
|
|
14437
|
-
contextWindow: number;
|
|
14438
|
-
maxTokens: number;
|
|
14439
|
-
};
|
|
14440
|
-
readonly "openai/gpt-5-pro:batch": {
|
|
14441
|
-
id: string;
|
|
14442
|
-
name: string;
|
|
14443
|
-
api: "openai-completions";
|
|
14444
|
-
provider: string;
|
|
14445
|
-
baseUrl: string;
|
|
14446
|
-
reasoning: true;
|
|
14447
|
-
input: ("image" | "text")[];
|
|
14448
|
-
cost: {
|
|
14449
|
-
input: number;
|
|
14450
|
-
output: number;
|
|
14451
|
-
cacheRead: number;
|
|
14452
|
-
cacheWrite: number;
|
|
14453
|
-
};
|
|
14454
|
-
contextWindow: number;
|
|
14455
|
-
maxTokens: number;
|
|
14456
|
-
};
|
|
14457
|
-
readonly "openai/gpt-5.1": {
|
|
14458
|
-
id: string;
|
|
14459
|
-
name: string;
|
|
14460
|
-
api: "openai-completions";
|
|
14461
|
-
provider: string;
|
|
14462
|
-
baseUrl: string;
|
|
14463
|
-
reasoning: true;
|
|
14464
|
-
input: ("image" | "text")[];
|
|
14465
|
-
cost: {
|
|
14466
|
-
input: number;
|
|
14467
|
-
output: number;
|
|
14468
|
-
cacheRead: number;
|
|
14469
|
-
cacheWrite: number;
|
|
14470
|
-
};
|
|
14471
|
-
contextWindow: number;
|
|
14472
|
-
maxTokens: number;
|
|
14473
|
-
};
|
|
14474
|
-
readonly "openai/gpt-5.1-codex": {
|
|
14475
|
-
id: string;
|
|
14476
|
-
name: string;
|
|
14477
|
-
api: "openai-completions";
|
|
14478
|
-
provider: string;
|
|
14479
|
-
baseUrl: string;
|
|
14480
|
-
reasoning: true;
|
|
14481
|
-
input: ("image" | "text")[];
|
|
14482
|
-
cost: {
|
|
14483
|
-
input: number;
|
|
14484
|
-
output: number;
|
|
14485
|
-
cacheRead: number;
|
|
14486
|
-
cacheWrite: number;
|
|
14487
|
-
};
|
|
14488
|
-
contextWindow: number;
|
|
14489
|
-
maxTokens: number;
|
|
14490
|
-
};
|
|
14491
|
-
readonly "openai/gpt-5.1-codex-max": {
|
|
14492
|
-
id: string;
|
|
14493
|
-
name: string;
|
|
14494
|
-
api: "openai-completions";
|
|
14495
|
-
provider: string;
|
|
14496
|
-
baseUrl: string;
|
|
14497
|
-
reasoning: true;
|
|
14498
|
-
input: ("image" | "text")[];
|
|
14499
|
-
cost: {
|
|
14500
|
-
input: number;
|
|
14501
|
-
output: number;
|
|
14502
|
-
cacheRead: number;
|
|
14503
|
-
cacheWrite: number;
|
|
14504
|
-
};
|
|
14505
|
-
contextWindow: number;
|
|
14506
|
-
maxTokens: number;
|
|
14507
|
-
};
|
|
14508
|
-
readonly "openai/gpt-5.1-codex-mini": {
|
|
14509
|
-
id: string;
|
|
14510
|
-
name: string;
|
|
14511
|
-
api: "openai-completions";
|
|
14512
|
-
provider: string;
|
|
14513
|
-
baseUrl: string;
|
|
14514
|
-
reasoning: true;
|
|
14515
|
-
input: ("image" | "text")[];
|
|
14516
|
-
cost: {
|
|
14517
|
-
input: number;
|
|
14518
|
-
output: number;
|
|
14519
|
-
cacheRead: number;
|
|
14520
|
-
cacheWrite: number;
|
|
14521
|
-
};
|
|
14522
|
-
contextWindow: number;
|
|
14523
|
-
maxTokens: number;
|
|
14524
|
-
};
|
|
14525
|
-
readonly "openai/gpt-5.1:batch": {
|
|
14526
|
-
id: string;
|
|
14527
|
-
name: string;
|
|
14528
|
-
api: "openai-completions";
|
|
14529
|
-
provider: string;
|
|
14530
|
-
baseUrl: string;
|
|
14531
|
-
reasoning: true;
|
|
14532
|
-
input: ("image" | "text")[];
|
|
14533
|
-
cost: {
|
|
14534
|
-
input: number;
|
|
14535
|
-
output: number;
|
|
14536
|
-
cacheRead: number;
|
|
14537
|
-
cacheWrite: number;
|
|
14538
|
-
};
|
|
14539
|
-
contextWindow: number;
|
|
14540
|
-
maxTokens: number;
|
|
14541
|
-
};
|
|
14542
|
-
readonly "openai/gpt-5.2": {
|
|
14543
|
-
id: string;
|
|
14544
|
-
name: string;
|
|
14545
|
-
api: "openai-completions";
|
|
14546
|
-
provider: string;
|
|
14547
|
-
baseUrl: string;
|
|
14548
|
-
reasoning: true;
|
|
14549
|
-
thinkingLevelMap: {
|
|
14550
|
-
xhigh: string;
|
|
14551
|
-
};
|
|
14552
|
-
input: ("image" | "text")[];
|
|
14553
|
-
cost: {
|
|
14554
|
-
input: number;
|
|
14555
|
-
output: number;
|
|
14556
|
-
cacheRead: number;
|
|
14557
|
-
cacheWrite: number;
|
|
14558
|
-
};
|
|
14559
|
-
contextWindow: number;
|
|
14560
|
-
maxTokens: number;
|
|
14561
|
-
};
|
|
14562
|
-
readonly "openai/gpt-5.2-chat": {
|
|
14375
|
+
readonly "openai/gpt-4.1-mini": {
|
|
14563
14376
|
id: string;
|
|
14564
14377
|
name: string;
|
|
14565
14378
|
api: "openai-completions";
|
|
14566
14379
|
provider: string;
|
|
14567
14380
|
baseUrl: string;
|
|
14568
14381
|
reasoning: false;
|
|
14569
|
-
thinkingLevelMap: {
|
|
14570
|
-
xhigh: string;
|
|
14571
|
-
};
|
|
14572
14382
|
input: ("image" | "text")[];
|
|
14573
14383
|
cost: {
|
|
14574
14384
|
input: number;
|
|
@@ -14579,16 +14389,13 @@ export declare const MODELS: {
|
|
|
14579
14389
|
contextWindow: number;
|
|
14580
14390
|
maxTokens: number;
|
|
14581
14391
|
};
|
|
14582
|
-
readonly "openai/gpt-
|
|
14392
|
+
readonly "openai/gpt-4.1-nano": {
|
|
14583
14393
|
id: string;
|
|
14584
14394
|
name: string;
|
|
14585
14395
|
api: "openai-completions";
|
|
14586
14396
|
provider: string;
|
|
14587
14397
|
baseUrl: string;
|
|
14588
|
-
reasoning:
|
|
14589
|
-
thinkingLevelMap: {
|
|
14590
|
-
xhigh: string;
|
|
14591
|
-
};
|
|
14398
|
+
reasoning: false;
|
|
14592
14399
|
input: ("image" | "text")[];
|
|
14593
14400
|
cost: {
|
|
14594
14401
|
input: number;
|
|
@@ -14599,16 +14406,13 @@ export declare const MODELS: {
|
|
|
14599
14406
|
contextWindow: number;
|
|
14600
14407
|
maxTokens: number;
|
|
14601
14408
|
};
|
|
14602
|
-
readonly "openai/gpt-
|
|
14409
|
+
readonly "openai/gpt-4o": {
|
|
14603
14410
|
id: string;
|
|
14604
14411
|
name: string;
|
|
14605
14412
|
api: "openai-completions";
|
|
14606
14413
|
provider: string;
|
|
14607
14414
|
baseUrl: string;
|
|
14608
|
-
reasoning:
|
|
14609
|
-
thinkingLevelMap: {
|
|
14610
|
-
xhigh: string;
|
|
14611
|
-
};
|
|
14415
|
+
reasoning: false;
|
|
14612
14416
|
input: ("image" | "text")[];
|
|
14613
14417
|
cost: {
|
|
14614
14418
|
input: number;
|
|
@@ -14619,16 +14423,13 @@ export declare const MODELS: {
|
|
|
14619
14423
|
contextWindow: number;
|
|
14620
14424
|
maxTokens: number;
|
|
14621
14425
|
};
|
|
14622
|
-
readonly "openai/gpt-
|
|
14426
|
+
readonly "openai/gpt-4o-mini": {
|
|
14623
14427
|
id: string;
|
|
14624
14428
|
name: string;
|
|
14625
14429
|
api: "openai-completions";
|
|
14626
14430
|
provider: string;
|
|
14627
14431
|
baseUrl: string;
|
|
14628
|
-
reasoning:
|
|
14629
|
-
thinkingLevelMap: {
|
|
14630
|
-
xhigh: string;
|
|
14631
|
-
};
|
|
14432
|
+
reasoning: false;
|
|
14632
14433
|
input: ("image" | "text")[];
|
|
14633
14434
|
cost: {
|
|
14634
14435
|
input: number;
|
|
@@ -14639,16 +14440,13 @@ export declare const MODELS: {
|
|
|
14639
14440
|
contextWindow: number;
|
|
14640
14441
|
maxTokens: number;
|
|
14641
14442
|
};
|
|
14642
|
-
readonly "openai/gpt-5
|
|
14443
|
+
readonly "openai/gpt-5": {
|
|
14643
14444
|
id: string;
|
|
14644
14445
|
name: string;
|
|
14645
14446
|
api: "openai-completions";
|
|
14646
14447
|
provider: string;
|
|
14647
14448
|
baseUrl: string;
|
|
14648
14449
|
reasoning: true;
|
|
14649
|
-
thinkingLevelMap: {
|
|
14650
|
-
xhigh: string;
|
|
14651
|
-
};
|
|
14652
14450
|
input: ("image" | "text")[];
|
|
14653
14451
|
cost: {
|
|
14654
14452
|
input: number;
|
|
@@ -14659,16 +14457,13 @@ export declare const MODELS: {
|
|
|
14659
14457
|
contextWindow: number;
|
|
14660
14458
|
maxTokens: number;
|
|
14661
14459
|
};
|
|
14662
|
-
readonly "openai/gpt-5
|
|
14460
|
+
readonly "openai/gpt-5-mini": {
|
|
14663
14461
|
id: string;
|
|
14664
14462
|
name: string;
|
|
14665
14463
|
api: "openai-completions";
|
|
14666
14464
|
provider: string;
|
|
14667
14465
|
baseUrl: string;
|
|
14668
14466
|
reasoning: true;
|
|
14669
|
-
thinkingLevelMap: {
|
|
14670
|
-
xhigh: string;
|
|
14671
|
-
};
|
|
14672
14467
|
input: ("image" | "text")[];
|
|
14673
14468
|
cost: {
|
|
14674
14469
|
input: number;
|
|
@@ -14679,16 +14474,13 @@ export declare const MODELS: {
|
|
|
14679
14474
|
contextWindow: number;
|
|
14680
14475
|
maxTokens: number;
|
|
14681
14476
|
};
|
|
14682
|
-
readonly "openai/gpt-5
|
|
14477
|
+
readonly "openai/gpt-5-nano": {
|
|
14683
14478
|
id: string;
|
|
14684
14479
|
name: string;
|
|
14685
14480
|
api: "openai-completions";
|
|
14686
14481
|
provider: string;
|
|
14687
14482
|
baseUrl: string;
|
|
14688
14483
|
reasoning: true;
|
|
14689
|
-
thinkingLevelMap: {
|
|
14690
|
-
xhigh: string;
|
|
14691
|
-
};
|
|
14692
14484
|
input: ("image" | "text")[];
|
|
14693
14485
|
cost: {
|
|
14694
14486
|
input: number;
|
|
@@ -14699,16 +14491,13 @@ export declare const MODELS: {
|
|
|
14699
14491
|
contextWindow: number;
|
|
14700
14492
|
maxTokens: number;
|
|
14701
14493
|
};
|
|
14702
|
-
readonly "openai/gpt-5
|
|
14494
|
+
readonly "openai/gpt-5-pro": {
|
|
14703
14495
|
id: string;
|
|
14704
14496
|
name: string;
|
|
14705
14497
|
api: "openai-completions";
|
|
14706
14498
|
provider: string;
|
|
14707
14499
|
baseUrl: string;
|
|
14708
14500
|
reasoning: true;
|
|
14709
|
-
thinkingLevelMap: {
|
|
14710
|
-
xhigh: string;
|
|
14711
|
-
};
|
|
14712
14501
|
input: ("image" | "text")[];
|
|
14713
14502
|
cost: {
|
|
14714
14503
|
input: number;
|
|
@@ -14719,16 +14508,13 @@ export declare const MODELS: {
|
|
|
14719
14508
|
contextWindow: number;
|
|
14720
14509
|
maxTokens: number;
|
|
14721
14510
|
};
|
|
14722
|
-
readonly "openai/gpt-5.
|
|
14511
|
+
readonly "openai/gpt-5.1": {
|
|
14723
14512
|
id: string;
|
|
14724
14513
|
name: string;
|
|
14725
14514
|
api: "openai-completions";
|
|
14726
14515
|
provider: string;
|
|
14727
14516
|
baseUrl: string;
|
|
14728
14517
|
reasoning: true;
|
|
14729
|
-
thinkingLevelMap: {
|
|
14730
|
-
xhigh: string;
|
|
14731
|
-
};
|
|
14732
14518
|
input: ("image" | "text")[];
|
|
14733
14519
|
cost: {
|
|
14734
14520
|
input: number;
|
|
@@ -14739,16 +14525,13 @@ export declare const MODELS: {
|
|
|
14739
14525
|
contextWindow: number;
|
|
14740
14526
|
maxTokens: number;
|
|
14741
14527
|
};
|
|
14742
|
-
readonly "openai/gpt-5.
|
|
14528
|
+
readonly "openai/gpt-5.1-codex": {
|
|
14743
14529
|
id: string;
|
|
14744
14530
|
name: string;
|
|
14745
14531
|
api: "openai-completions";
|
|
14746
14532
|
provider: string;
|
|
14747
14533
|
baseUrl: string;
|
|
14748
14534
|
reasoning: true;
|
|
14749
|
-
thinkingLevelMap: {
|
|
14750
|
-
xhigh: string;
|
|
14751
|
-
};
|
|
14752
14535
|
input: ("image" | "text")[];
|
|
14753
14536
|
cost: {
|
|
14754
14537
|
input: number;
|
|
@@ -14759,16 +14542,13 @@ export declare const MODELS: {
|
|
|
14759
14542
|
contextWindow: number;
|
|
14760
14543
|
maxTokens: number;
|
|
14761
14544
|
};
|
|
14762
|
-
readonly "openai/gpt-5.
|
|
14545
|
+
readonly "openai/gpt-5.1-codex-max": {
|
|
14763
14546
|
id: string;
|
|
14764
14547
|
name: string;
|
|
14765
14548
|
api: "openai-completions";
|
|
14766
14549
|
provider: string;
|
|
14767
14550
|
baseUrl: string;
|
|
14768
14551
|
reasoning: true;
|
|
14769
|
-
thinkingLevelMap: {
|
|
14770
|
-
xhigh: string;
|
|
14771
|
-
};
|
|
14772
14552
|
input: ("image" | "text")[];
|
|
14773
14553
|
cost: {
|
|
14774
14554
|
input: number;
|
|
@@ -14779,16 +14559,13 @@ export declare const MODELS: {
|
|
|
14779
14559
|
contextWindow: number;
|
|
14780
14560
|
maxTokens: number;
|
|
14781
14561
|
};
|
|
14782
|
-
readonly "openai/gpt-5.
|
|
14562
|
+
readonly "openai/gpt-5.1-codex-mini": {
|
|
14783
14563
|
id: string;
|
|
14784
14564
|
name: string;
|
|
14785
14565
|
api: "openai-completions";
|
|
14786
14566
|
provider: string;
|
|
14787
14567
|
baseUrl: string;
|
|
14788
14568
|
reasoning: true;
|
|
14789
|
-
thinkingLevelMap: {
|
|
14790
|
-
xhigh: string;
|
|
14791
|
-
};
|
|
14792
14569
|
input: ("image" | "text")[];
|
|
14793
14570
|
cost: {
|
|
14794
14571
|
input: number;
|
|
@@ -14799,7 +14576,7 @@ export declare const MODELS: {
|
|
|
14799
14576
|
contextWindow: number;
|
|
14800
14577
|
maxTokens: number;
|
|
14801
14578
|
};
|
|
14802
|
-
readonly "openai/gpt-5.
|
|
14579
|
+
readonly "openai/gpt-5.2": {
|
|
14803
14580
|
id: string;
|
|
14804
14581
|
name: string;
|
|
14805
14582
|
api: "openai-completions";
|
|
@@ -14819,13 +14596,13 @@ export declare const MODELS: {
|
|
|
14819
14596
|
contextWindow: number;
|
|
14820
14597
|
maxTokens: number;
|
|
14821
14598
|
};
|
|
14822
|
-
readonly "openai/gpt-5.
|
|
14599
|
+
readonly "openai/gpt-5.2-chat": {
|
|
14823
14600
|
id: string;
|
|
14824
14601
|
name: string;
|
|
14825
14602
|
api: "openai-completions";
|
|
14826
14603
|
provider: string;
|
|
14827
14604
|
baseUrl: string;
|
|
14828
|
-
reasoning:
|
|
14605
|
+
reasoning: false;
|
|
14829
14606
|
thinkingLevelMap: {
|
|
14830
14607
|
xhigh: string;
|
|
14831
14608
|
};
|
|
@@ -14839,7 +14616,7 @@ export declare const MODELS: {
|
|
|
14839
14616
|
contextWindow: number;
|
|
14840
14617
|
maxTokens: number;
|
|
14841
14618
|
};
|
|
14842
|
-
readonly "openai/gpt-5.
|
|
14619
|
+
readonly "openai/gpt-5.2-codex": {
|
|
14843
14620
|
id: string;
|
|
14844
14621
|
name: string;
|
|
14845
14622
|
api: "openai-completions";
|
|
@@ -14859,7 +14636,7 @@ export declare const MODELS: {
|
|
|
14859
14636
|
contextWindow: number;
|
|
14860
14637
|
maxTokens: number;
|
|
14861
14638
|
};
|
|
14862
|
-
readonly "openai/gpt-5.
|
|
14639
|
+
readonly "openai/gpt-5.2-pro": {
|
|
14863
14640
|
id: string;
|
|
14864
14641
|
name: string;
|
|
14865
14642
|
api: "openai-completions";
|
|
@@ -14879,7 +14656,7 @@ export declare const MODELS: {
|
|
|
14879
14656
|
contextWindow: number;
|
|
14880
14657
|
maxTokens: number;
|
|
14881
14658
|
};
|
|
14882
|
-
readonly "openai/gpt-5.
|
|
14659
|
+
readonly "openai/gpt-5.3-codex": {
|
|
14883
14660
|
id: string;
|
|
14884
14661
|
name: string;
|
|
14885
14662
|
api: "openai-completions";
|
|
@@ -14899,7 +14676,7 @@ export declare const MODELS: {
|
|
|
14899
14676
|
contextWindow: number;
|
|
14900
14677
|
maxTokens: number;
|
|
14901
14678
|
};
|
|
14902
|
-
readonly "openai/gpt-5.
|
|
14679
|
+
readonly "openai/gpt-5.4": {
|
|
14903
14680
|
id: string;
|
|
14904
14681
|
name: string;
|
|
14905
14682
|
api: "openai-completions";
|
|
@@ -14919,30 +14696,16 @@ export declare const MODELS: {
|
|
|
14919
14696
|
contextWindow: number;
|
|
14920
14697
|
maxTokens: number;
|
|
14921
14698
|
};
|
|
14922
|
-
readonly "openai/gpt-5.
|
|
14699
|
+
readonly "openai/gpt-5.4-mini": {
|
|
14923
14700
|
id: string;
|
|
14924
14701
|
name: string;
|
|
14925
14702
|
api: "openai-completions";
|
|
14926
14703
|
provider: string;
|
|
14927
14704
|
baseUrl: string;
|
|
14928
14705
|
reasoning: true;
|
|
14929
|
-
|
|
14930
|
-
|
|
14931
|
-
input: number;
|
|
14932
|
-
output: number;
|
|
14933
|
-
cacheRead: number;
|
|
14934
|
-
cacheWrite: number;
|
|
14706
|
+
thinkingLevelMap: {
|
|
14707
|
+
xhigh: string;
|
|
14935
14708
|
};
|
|
14936
|
-
contextWindow: number;
|
|
14937
|
-
maxTokens: number;
|
|
14938
|
-
};
|
|
14939
|
-
readonly "openai/gpt-5.6-luna-pro": {
|
|
14940
|
-
id: string;
|
|
14941
|
-
name: string;
|
|
14942
|
-
api: "openai-completions";
|
|
14943
|
-
provider: string;
|
|
14944
|
-
baseUrl: string;
|
|
14945
|
-
reasoning: true;
|
|
14946
14709
|
input: ("image" | "text")[];
|
|
14947
14710
|
cost: {
|
|
14948
14711
|
input: number;
|
|
@@ -14953,30 +14716,16 @@ export declare const MODELS: {
|
|
|
14953
14716
|
contextWindow: number;
|
|
14954
14717
|
maxTokens: number;
|
|
14955
14718
|
};
|
|
14956
|
-
readonly "openai/gpt-5.
|
|
14719
|
+
readonly "openai/gpt-5.4-nano": {
|
|
14957
14720
|
id: string;
|
|
14958
14721
|
name: string;
|
|
14959
14722
|
api: "openai-completions";
|
|
14960
14723
|
provider: string;
|
|
14961
14724
|
baseUrl: string;
|
|
14962
14725
|
reasoning: true;
|
|
14963
|
-
|
|
14964
|
-
|
|
14965
|
-
input: number;
|
|
14966
|
-
output: number;
|
|
14967
|
-
cacheRead: number;
|
|
14968
|
-
cacheWrite: number;
|
|
14726
|
+
thinkingLevelMap: {
|
|
14727
|
+
xhigh: string;
|
|
14969
14728
|
};
|
|
14970
|
-
contextWindow: number;
|
|
14971
|
-
maxTokens: number;
|
|
14972
|
-
};
|
|
14973
|
-
readonly "openai/gpt-5.6-luna:batch": {
|
|
14974
|
-
id: string;
|
|
14975
|
-
name: string;
|
|
14976
|
-
api: "openai-completions";
|
|
14977
|
-
provider: string;
|
|
14978
|
-
baseUrl: string;
|
|
14979
|
-
reasoning: true;
|
|
14980
14729
|
input: ("image" | "text")[];
|
|
14981
14730
|
cost: {
|
|
14982
14731
|
input: number;
|
|
@@ -14987,13 +14736,16 @@ export declare const MODELS: {
|
|
|
14987
14736
|
contextWindow: number;
|
|
14988
14737
|
maxTokens: number;
|
|
14989
14738
|
};
|
|
14990
|
-
readonly "openai/gpt-5.
|
|
14739
|
+
readonly "openai/gpt-5.4-pro": {
|
|
14991
14740
|
id: string;
|
|
14992
14741
|
name: string;
|
|
14993
14742
|
api: "openai-completions";
|
|
14994
14743
|
provider: string;
|
|
14995
14744
|
baseUrl: string;
|
|
14996
14745
|
reasoning: true;
|
|
14746
|
+
thinkingLevelMap: {
|
|
14747
|
+
xhigh: string;
|
|
14748
|
+
};
|
|
14997
14749
|
input: ("image" | "text")[];
|
|
14998
14750
|
cost: {
|
|
14999
14751
|
input: number;
|
|
@@ -15004,13 +14756,16 @@ export declare const MODELS: {
|
|
|
15004
14756
|
contextWindow: number;
|
|
15005
14757
|
maxTokens: number;
|
|
15006
14758
|
};
|
|
15007
|
-
readonly "openai/gpt-5.
|
|
14759
|
+
readonly "openai/gpt-5.5": {
|
|
15008
14760
|
id: string;
|
|
15009
14761
|
name: string;
|
|
15010
14762
|
api: "openai-completions";
|
|
15011
14763
|
provider: string;
|
|
15012
14764
|
baseUrl: string;
|
|
15013
14765
|
reasoning: true;
|
|
14766
|
+
thinkingLevelMap: {
|
|
14767
|
+
xhigh: string;
|
|
14768
|
+
};
|
|
15014
14769
|
input: ("image" | "text")[];
|
|
15015
14770
|
cost: {
|
|
15016
14771
|
input: number;
|
|
@@ -15021,13 +14776,16 @@ export declare const MODELS: {
|
|
|
15021
14776
|
contextWindow: number;
|
|
15022
14777
|
maxTokens: number;
|
|
15023
14778
|
};
|
|
15024
|
-
readonly "openai/gpt-5.
|
|
14779
|
+
readonly "openai/gpt-5.5-pro": {
|
|
15025
14780
|
id: string;
|
|
15026
14781
|
name: string;
|
|
15027
14782
|
api: "openai-completions";
|
|
15028
14783
|
provider: string;
|
|
15029
14784
|
baseUrl: string;
|
|
15030
14785
|
reasoning: true;
|
|
14786
|
+
thinkingLevelMap: {
|
|
14787
|
+
xhigh: string;
|
|
14788
|
+
};
|
|
15031
14789
|
input: ("image" | "text")[];
|
|
15032
14790
|
cost: {
|
|
15033
14791
|
input: number;
|
|
@@ -15038,7 +14796,7 @@ export declare const MODELS: {
|
|
|
15038
14796
|
contextWindow: number;
|
|
15039
14797
|
maxTokens: number;
|
|
15040
14798
|
};
|
|
15041
|
-
readonly "openai/gpt-5.6-
|
|
14799
|
+
readonly "openai/gpt-5.6-luna": {
|
|
15042
14800
|
id: string;
|
|
15043
14801
|
name: string;
|
|
15044
14802
|
api: "openai-completions";
|
|
@@ -15055,7 +14813,7 @@ export declare const MODELS: {
|
|
|
15055
14813
|
contextWindow: number;
|
|
15056
14814
|
maxTokens: number;
|
|
15057
14815
|
};
|
|
15058
|
-
readonly "openai/gpt-5.6-
|
|
14816
|
+
readonly "openai/gpt-5.6-luna-pro": {
|
|
15059
14817
|
id: string;
|
|
15060
14818
|
name: string;
|
|
15061
14819
|
api: "openai-completions";
|
|
@@ -15072,7 +14830,7 @@ export declare const MODELS: {
|
|
|
15072
14830
|
contextWindow: number;
|
|
15073
14831
|
maxTokens: number;
|
|
15074
14832
|
};
|
|
15075
|
-
readonly "openai/gpt-5.6-
|
|
14833
|
+
readonly "openai/gpt-5.6-sol": {
|
|
15076
14834
|
id: string;
|
|
15077
14835
|
name: string;
|
|
15078
14836
|
api: "openai-completions";
|
|
@@ -15089,7 +14847,7 @@ export declare const MODELS: {
|
|
|
15089
14847
|
contextWindow: number;
|
|
15090
14848
|
maxTokens: number;
|
|
15091
14849
|
};
|
|
15092
|
-
readonly "openai/gpt-5.6-
|
|
14850
|
+
readonly "openai/gpt-5.6-sol-pro": {
|
|
15093
14851
|
id: string;
|
|
15094
14852
|
name: string;
|
|
15095
14853
|
api: "openai-completions";
|
|
@@ -15106,7 +14864,7 @@ export declare const MODELS: {
|
|
|
15106
14864
|
contextWindow: number;
|
|
15107
14865
|
maxTokens: number;
|
|
15108
14866
|
};
|
|
15109
|
-
readonly "openai/gpt-5.6-terra
|
|
14867
|
+
readonly "openai/gpt-5.6-terra": {
|
|
15110
14868
|
id: string;
|
|
15111
14869
|
name: string;
|
|
15112
14870
|
api: "openai-completions";
|
|
@@ -15123,7 +14881,7 @@ export declare const MODELS: {
|
|
|
15123
14881
|
contextWindow: number;
|
|
15124
14882
|
maxTokens: number;
|
|
15125
14883
|
};
|
|
15126
|
-
readonly "openai/gpt-5
|
|
14884
|
+
readonly "openai/gpt-5.6-terra-pro": {
|
|
15127
14885
|
id: string;
|
|
15128
14886
|
name: string;
|
|
15129
14887
|
api: "openai-completions";
|
|
@@ -15208,7 +14966,7 @@ export declare const MODELS: {
|
|
|
15208
14966
|
contextWindow: number;
|
|
15209
14967
|
maxTokens: number;
|
|
15210
14968
|
};
|
|
15211
|
-
readonly "openai/gpt-oss-
|
|
14969
|
+
readonly "openai/gpt-oss-120b:batch": {
|
|
15212
14970
|
id: string;
|
|
15213
14971
|
name: string;
|
|
15214
14972
|
api: "openai-completions";
|
|
@@ -15225,7 +14983,7 @@ export declare const MODELS: {
|
|
|
15225
14983
|
contextWindow: number;
|
|
15226
14984
|
maxTokens: number;
|
|
15227
14985
|
};
|
|
15228
|
-
readonly "openai/gpt-oss-
|
|
14986
|
+
readonly "openai/gpt-oss-20b": {
|
|
15229
14987
|
id: string;
|
|
15230
14988
|
name: string;
|
|
15231
14989
|
api: "openai-completions";
|
|
@@ -15242,14 +15000,14 @@ export declare const MODELS: {
|
|
|
15242
15000
|
contextWindow: number;
|
|
15243
15001
|
maxTokens: number;
|
|
15244
15002
|
};
|
|
15245
|
-
readonly "openai/
|
|
15003
|
+
readonly "openai/gpt-oss-safeguard-20b": {
|
|
15246
15004
|
id: string;
|
|
15247
15005
|
name: string;
|
|
15248
15006
|
api: "openai-completions";
|
|
15249
15007
|
provider: string;
|
|
15250
15008
|
baseUrl: string;
|
|
15251
15009
|
reasoning: true;
|
|
15252
|
-
input:
|
|
15010
|
+
input: "text"[];
|
|
15253
15011
|
cost: {
|
|
15254
15012
|
input: number;
|
|
15255
15013
|
output: number;
|
|
@@ -15259,7 +15017,7 @@ export declare const MODELS: {
|
|
|
15259
15017
|
contextWindow: number;
|
|
15260
15018
|
maxTokens: number;
|
|
15261
15019
|
};
|
|
15262
|
-
readonly "openai/o1
|
|
15020
|
+
readonly "openai/o1": {
|
|
15263
15021
|
id: string;
|
|
15264
15022
|
name: string;
|
|
15265
15023
|
api: "openai-completions";
|
|
@@ -15327,40 +15085,6 @@ export declare const MODELS: {
|
|
|
15327
15085
|
contextWindow: number;
|
|
15328
15086
|
maxTokens: number;
|
|
15329
15087
|
};
|
|
15330
|
-
readonly "openai/o3-mini-high:batch": {
|
|
15331
|
-
id: string;
|
|
15332
|
-
name: string;
|
|
15333
|
-
api: "openai-completions";
|
|
15334
|
-
provider: string;
|
|
15335
|
-
baseUrl: string;
|
|
15336
|
-
reasoning: true;
|
|
15337
|
-
input: "text"[];
|
|
15338
|
-
cost: {
|
|
15339
|
-
input: number;
|
|
15340
|
-
output: number;
|
|
15341
|
-
cacheRead: number;
|
|
15342
|
-
cacheWrite: number;
|
|
15343
|
-
};
|
|
15344
|
-
contextWindow: number;
|
|
15345
|
-
maxTokens: number;
|
|
15346
|
-
};
|
|
15347
|
-
readonly "openai/o3-mini:batch": {
|
|
15348
|
-
id: string;
|
|
15349
|
-
name: string;
|
|
15350
|
-
api: "openai-completions";
|
|
15351
|
-
provider: string;
|
|
15352
|
-
baseUrl: string;
|
|
15353
|
-
reasoning: true;
|
|
15354
|
-
input: "text"[];
|
|
15355
|
-
cost: {
|
|
15356
|
-
input: number;
|
|
15357
|
-
output: number;
|
|
15358
|
-
cacheRead: number;
|
|
15359
|
-
cacheWrite: number;
|
|
15360
|
-
};
|
|
15361
|
-
contextWindow: number;
|
|
15362
|
-
maxTokens: number;
|
|
15363
|
-
};
|
|
15364
15088
|
readonly "openai/o3-pro": {
|
|
15365
15089
|
id: string;
|
|
15366
15090
|
name: string;
|
|
@@ -15378,40 +15102,6 @@ export declare const MODELS: {
|
|
|
15378
15102
|
contextWindow: number;
|
|
15379
15103
|
maxTokens: number;
|
|
15380
15104
|
};
|
|
15381
|
-
readonly "openai/o3-pro:batch": {
|
|
15382
|
-
id: string;
|
|
15383
|
-
name: string;
|
|
15384
|
-
api: "openai-completions";
|
|
15385
|
-
provider: string;
|
|
15386
|
-
baseUrl: string;
|
|
15387
|
-
reasoning: true;
|
|
15388
|
-
input: ("image" | "text")[];
|
|
15389
|
-
cost: {
|
|
15390
|
-
input: number;
|
|
15391
|
-
output: number;
|
|
15392
|
-
cacheRead: number;
|
|
15393
|
-
cacheWrite: number;
|
|
15394
|
-
};
|
|
15395
|
-
contextWindow: number;
|
|
15396
|
-
maxTokens: number;
|
|
15397
|
-
};
|
|
15398
|
-
readonly "openai/o3:batch": {
|
|
15399
|
-
id: string;
|
|
15400
|
-
name: string;
|
|
15401
|
-
api: "openai-completions";
|
|
15402
|
-
provider: string;
|
|
15403
|
-
baseUrl: string;
|
|
15404
|
-
reasoning: true;
|
|
15405
|
-
input: ("image" | "text")[];
|
|
15406
|
-
cost: {
|
|
15407
|
-
input: number;
|
|
15408
|
-
output: number;
|
|
15409
|
-
cacheRead: number;
|
|
15410
|
-
cacheWrite: number;
|
|
15411
|
-
};
|
|
15412
|
-
contextWindow: number;
|
|
15413
|
-
maxTokens: number;
|
|
15414
|
-
};
|
|
15415
15105
|
readonly "openai/o4-mini": {
|
|
15416
15106
|
id: string;
|
|
15417
15107
|
name: string;
|
|
@@ -15446,40 +15136,6 @@ export declare const MODELS: {
|
|
|
15446
15136
|
contextWindow: number;
|
|
15447
15137
|
maxTokens: number;
|
|
15448
15138
|
};
|
|
15449
|
-
readonly "openai/o4-mini-high:batch": {
|
|
15450
|
-
id: string;
|
|
15451
|
-
name: string;
|
|
15452
|
-
api: "openai-completions";
|
|
15453
|
-
provider: string;
|
|
15454
|
-
baseUrl: string;
|
|
15455
|
-
reasoning: true;
|
|
15456
|
-
input: ("image" | "text")[];
|
|
15457
|
-
cost: {
|
|
15458
|
-
input: number;
|
|
15459
|
-
output: number;
|
|
15460
|
-
cacheRead: number;
|
|
15461
|
-
cacheWrite: number;
|
|
15462
|
-
};
|
|
15463
|
-
contextWindow: number;
|
|
15464
|
-
maxTokens: number;
|
|
15465
|
-
};
|
|
15466
|
-
readonly "openai/o4-mini:batch": {
|
|
15467
|
-
id: string;
|
|
15468
|
-
name: string;
|
|
15469
|
-
api: "openai-completions";
|
|
15470
|
-
provider: string;
|
|
15471
|
-
baseUrl: string;
|
|
15472
|
-
reasoning: true;
|
|
15473
|
-
input: ("image" | "text")[];
|
|
15474
|
-
cost: {
|
|
15475
|
-
input: number;
|
|
15476
|
-
output: number;
|
|
15477
|
-
cacheRead: number;
|
|
15478
|
-
cacheWrite: number;
|
|
15479
|
-
};
|
|
15480
|
-
contextWindow: number;
|
|
15481
|
-
maxTokens: number;
|
|
15482
|
-
};
|
|
15483
15139
|
readonly "openrouter/auto": {
|
|
15484
15140
|
id: string;
|
|
15485
15141
|
name: string;
|
|
@@ -15616,24 +15272,7 @@ export declare const MODELS: {
|
|
|
15616
15272
|
contextWindow: number;
|
|
15617
15273
|
maxTokens: number;
|
|
15618
15274
|
};
|
|
15619
|
-
readonly "qwen/qwen-2.5-7b-instruct": {
|
|
15620
|
-
id: string;
|
|
15621
|
-
name: string;
|
|
15622
|
-
api: "openai-completions";
|
|
15623
|
-
provider: string;
|
|
15624
|
-
baseUrl: string;
|
|
15625
|
-
reasoning: false;
|
|
15626
|
-
input: "text"[];
|
|
15627
|
-
cost: {
|
|
15628
|
-
input: number;
|
|
15629
|
-
output: number;
|
|
15630
|
-
cacheRead: number;
|
|
15631
|
-
cacheWrite: number;
|
|
15632
|
-
};
|
|
15633
|
-
contextWindow: number;
|
|
15634
|
-
maxTokens: number;
|
|
15635
|
-
};
|
|
15636
|
-
readonly "qwen/qwen-plus": {
|
|
15275
|
+
readonly "qwen/qwen-2.5-7b-instruct": {
|
|
15637
15276
|
id: string;
|
|
15638
15277
|
name: string;
|
|
15639
15278
|
api: "openai-completions";
|
|
@@ -15650,7 +15289,7 @@ export declare const MODELS: {
|
|
|
15650
15289
|
contextWindow: number;
|
|
15651
15290
|
maxTokens: number;
|
|
15652
15291
|
};
|
|
15653
|
-
readonly "qwen/qwen-plus
|
|
15292
|
+
readonly "qwen/qwen-plus": {
|
|
15654
15293
|
id: string;
|
|
15655
15294
|
name: string;
|
|
15656
15295
|
api: "openai-completions";
|
|
@@ -15667,13 +15306,13 @@ export declare const MODELS: {
|
|
|
15667
15306
|
contextWindow: number;
|
|
15668
15307
|
maxTokens: number;
|
|
15669
15308
|
};
|
|
15670
|
-
readonly "qwen/qwen-plus-2025-07-28
|
|
15309
|
+
readonly "qwen/qwen-plus-2025-07-28": {
|
|
15671
15310
|
id: string;
|
|
15672
15311
|
name: string;
|
|
15673
15312
|
api: "openai-completions";
|
|
15674
15313
|
provider: string;
|
|
15675
15314
|
baseUrl: string;
|
|
15676
|
-
reasoning:
|
|
15315
|
+
reasoning: false;
|
|
15677
15316
|
input: "text"[];
|
|
15678
15317
|
cost: {
|
|
15679
15318
|
input: number;
|
|
@@ -16194,6 +15833,23 @@ export declare const MODELS: {
|
|
|
16194
15833
|
contextWindow: number;
|
|
16195
15834
|
maxTokens: number;
|
|
16196
15835
|
};
|
|
15836
|
+
readonly "qwen/qwen3.5-9b:batch": {
|
|
15837
|
+
id: string;
|
|
15838
|
+
name: string;
|
|
15839
|
+
api: "openai-completions";
|
|
15840
|
+
provider: string;
|
|
15841
|
+
baseUrl: string;
|
|
15842
|
+
reasoning: true;
|
|
15843
|
+
input: ("image" | "text")[];
|
|
15844
|
+
cost: {
|
|
15845
|
+
input: number;
|
|
15846
|
+
output: number;
|
|
15847
|
+
cacheRead: number;
|
|
15848
|
+
cacheWrite: number;
|
|
15849
|
+
};
|
|
15850
|
+
contextWindow: number;
|
|
15851
|
+
maxTokens: number;
|
|
15852
|
+
};
|
|
16197
15853
|
readonly "qwen/qwen3.5-flash-02-23": {
|
|
16198
15854
|
id: string;
|
|
16199
15855
|
name: string;
|
|
@@ -16398,6 +16054,23 @@ export declare const MODELS: {
|
|
|
16398
16054
|
contextWindow: number;
|
|
16399
16055
|
maxTokens: number;
|
|
16400
16056
|
};
|
|
16057
|
+
readonly "qwen/qwen3.8-2.4t-a95b:batch": {
|
|
16058
|
+
id: string;
|
|
16059
|
+
name: string;
|
|
16060
|
+
api: "openai-completions";
|
|
16061
|
+
provider: string;
|
|
16062
|
+
baseUrl: string;
|
|
16063
|
+
reasoning: true;
|
|
16064
|
+
input: "text"[];
|
|
16065
|
+
cost: {
|
|
16066
|
+
input: number;
|
|
16067
|
+
output: number;
|
|
16068
|
+
cacheRead: number;
|
|
16069
|
+
cacheWrite: number;
|
|
16070
|
+
};
|
|
16071
|
+
contextWindow: number;
|
|
16072
|
+
maxTokens: number;
|
|
16073
|
+
};
|
|
16401
16074
|
readonly "qwen/qwen3.8-27b": {
|
|
16402
16075
|
id: string;
|
|
16403
16076
|
name: string;
|
|
@@ -16415,6 +16088,23 @@ export declare const MODELS: {
|
|
|
16415
16088
|
contextWindow: number;
|
|
16416
16089
|
maxTokens: number;
|
|
16417
16090
|
};
|
|
16091
|
+
readonly "qwen/qwen3.8-flash": {
|
|
16092
|
+
id: string;
|
|
16093
|
+
name: string;
|
|
16094
|
+
api: "openai-completions";
|
|
16095
|
+
provider: string;
|
|
16096
|
+
baseUrl: string;
|
|
16097
|
+
reasoning: true;
|
|
16098
|
+
input: ("image" | "text")[];
|
|
16099
|
+
cost: {
|
|
16100
|
+
input: number;
|
|
16101
|
+
output: number;
|
|
16102
|
+
cacheRead: number;
|
|
16103
|
+
cacheWrite: number;
|
|
16104
|
+
};
|
|
16105
|
+
contextWindow: number;
|
|
16106
|
+
maxTokens: number;
|
|
16107
|
+
};
|
|
16418
16108
|
readonly "qwen/qwen3.8-max": {
|
|
16419
16109
|
id: string;
|
|
16420
16110
|
name: string;
|
|
@@ -16517,14 +16207,14 @@ export declare const MODELS: {
|
|
|
16517
16207
|
contextWindow: number;
|
|
16518
16208
|
maxTokens: number;
|
|
16519
16209
|
};
|
|
16520
|
-
readonly "
|
|
16210
|
+
readonly "stepfun/step-3.5-flash": {
|
|
16521
16211
|
id: string;
|
|
16522
16212
|
name: string;
|
|
16523
16213
|
api: "openai-completions";
|
|
16524
16214
|
provider: string;
|
|
16525
16215
|
baseUrl: string;
|
|
16526
16216
|
reasoning: true;
|
|
16527
|
-
input:
|
|
16217
|
+
input: "text"[];
|
|
16528
16218
|
cost: {
|
|
16529
16219
|
input: number;
|
|
16530
16220
|
output: number;
|
|
@@ -16534,14 +16224,14 @@ export declare const MODELS: {
|
|
|
16534
16224
|
contextWindow: number;
|
|
16535
16225
|
maxTokens: number;
|
|
16536
16226
|
};
|
|
16537
|
-
readonly "stepfun/step-3.
|
|
16227
|
+
readonly "stepfun/step-3.7-flash": {
|
|
16538
16228
|
id: string;
|
|
16539
16229
|
name: string;
|
|
16540
16230
|
api: "openai-completions";
|
|
16541
16231
|
provider: string;
|
|
16542
16232
|
baseUrl: string;
|
|
16543
16233
|
reasoning: true;
|
|
16544
|
-
input: "text"[];
|
|
16234
|
+
input: ("image" | "text")[];
|
|
16545
16235
|
cost: {
|
|
16546
16236
|
input: number;
|
|
16547
16237
|
output: number;
|
|
@@ -16551,14 +16241,14 @@ export declare const MODELS: {
|
|
|
16551
16241
|
contextWindow: number;
|
|
16552
16242
|
maxTokens: number;
|
|
16553
16243
|
};
|
|
16554
|
-
readonly "
|
|
16244
|
+
readonly "tencent/hy3": {
|
|
16555
16245
|
id: string;
|
|
16556
16246
|
name: string;
|
|
16557
16247
|
api: "openai-completions";
|
|
16558
16248
|
provider: string;
|
|
16559
16249
|
baseUrl: string;
|
|
16560
16250
|
reasoning: true;
|
|
16561
|
-
input:
|
|
16251
|
+
input: "text"[];
|
|
16562
16252
|
cost: {
|
|
16563
16253
|
input: number;
|
|
16564
16254
|
output: number;
|
|
@@ -16568,7 +16258,7 @@ export declare const MODELS: {
|
|
|
16568
16258
|
contextWindow: number;
|
|
16569
16259
|
maxTokens: number;
|
|
16570
16260
|
};
|
|
16571
|
-
readonly "tencent/
|
|
16261
|
+
readonly "tencent/hy4-preview": {
|
|
16572
16262
|
id: string;
|
|
16573
16263
|
name: string;
|
|
16574
16264
|
api: "openai-completions";
|
|
@@ -16636,6 +16326,23 @@ export declare const MODELS: {
|
|
|
16636
16326
|
contextWindow: number;
|
|
16637
16327
|
maxTokens: number;
|
|
16638
16328
|
};
|
|
16329
|
+
readonly "thinkingmachines/inkling-small:batch": {
|
|
16330
|
+
id: string;
|
|
16331
|
+
name: string;
|
|
16332
|
+
api: "openai-completions";
|
|
16333
|
+
provider: string;
|
|
16334
|
+
baseUrl: string;
|
|
16335
|
+
reasoning: true;
|
|
16336
|
+
input: ("image" | "text")[];
|
|
16337
|
+
cost: {
|
|
16338
|
+
input: number;
|
|
16339
|
+
output: number;
|
|
16340
|
+
cacheRead: number;
|
|
16341
|
+
cacheWrite: number;
|
|
16342
|
+
};
|
|
16343
|
+
contextWindow: number;
|
|
16344
|
+
maxTokens: number;
|
|
16345
|
+
};
|
|
16639
16346
|
readonly "thinkingmachines/inkling-small:free": {
|
|
16640
16347
|
id: string;
|
|
16641
16348
|
name: string;
|
|
@@ -17027,7 +16734,7 @@ export declare const MODELS: {
|
|
|
17027
16734
|
contextWindow: number;
|
|
17028
16735
|
maxTokens: number;
|
|
17029
16736
|
};
|
|
17030
|
-
readonly "z-ai/glm-5.2:
|
|
16737
|
+
readonly "z-ai/glm-5.2:free": {
|
|
17031
16738
|
id: string;
|
|
17032
16739
|
name: string;
|
|
17033
16740
|
api: "openai-completions";
|
|
@@ -17044,7 +16751,7 @@ export declare const MODELS: {
|
|
|
17044
16751
|
contextWindow: number;
|
|
17045
16752
|
maxTokens: number;
|
|
17046
16753
|
};
|
|
17047
|
-
readonly "z-ai/glm-5.
|
|
16754
|
+
readonly "z-ai/glm-5.3": {
|
|
17048
16755
|
id: string;
|
|
17049
16756
|
name: string;
|
|
17050
16757
|
api: "openai-completions";
|
|
@@ -17061,14 +16768,31 @@ export declare const MODELS: {
|
|
|
17061
16768
|
contextWindow: number;
|
|
17062
16769
|
maxTokens: number;
|
|
17063
16770
|
};
|
|
17064
|
-
readonly "z-ai/glm-5.3": {
|
|
16771
|
+
readonly "z-ai/glm-5.3-flash": {
|
|
17065
16772
|
id: string;
|
|
17066
16773
|
name: string;
|
|
17067
16774
|
api: "openai-completions";
|
|
17068
16775
|
provider: string;
|
|
17069
16776
|
baseUrl: string;
|
|
17070
16777
|
reasoning: true;
|
|
17071
|
-
input: "text"[];
|
|
16778
|
+
input: ("image" | "text")[];
|
|
16779
|
+
cost: {
|
|
16780
|
+
input: number;
|
|
16781
|
+
output: number;
|
|
16782
|
+
cacheRead: number;
|
|
16783
|
+
cacheWrite: number;
|
|
16784
|
+
};
|
|
16785
|
+
contextWindow: number;
|
|
16786
|
+
maxTokens: number;
|
|
16787
|
+
};
|
|
16788
|
+
readonly "z-ai/glm-5.3-flash:batch": {
|
|
16789
|
+
id: string;
|
|
16790
|
+
name: string;
|
|
16791
|
+
api: "openai-completions";
|
|
16792
|
+
provider: string;
|
|
16793
|
+
baseUrl: string;
|
|
16794
|
+
reasoning: true;
|
|
16795
|
+
input: ("image" | "text")[];
|
|
17072
16796
|
cost: {
|
|
17073
16797
|
input: number;
|
|
17074
16798
|
output: number;
|
|
@@ -17890,6 +17614,37 @@ export declare const MODELS: {
|
|
|
17890
17614
|
contextWindow: number;
|
|
17891
17615
|
maxTokens: number;
|
|
17892
17616
|
};
|
|
17617
|
+
readonly "zai-org/GLM-5.3-Flash": {
|
|
17618
|
+
id: string;
|
|
17619
|
+
name: string;
|
|
17620
|
+
api: "openai-completions";
|
|
17621
|
+
provider: string;
|
|
17622
|
+
baseUrl: string;
|
|
17623
|
+
compat: {
|
|
17624
|
+
supportsStore: false;
|
|
17625
|
+
supportsDeveloperRole: false;
|
|
17626
|
+
supportsReasoningEffort: false;
|
|
17627
|
+
maxTokensField: "max_tokens";
|
|
17628
|
+
supportsStrictMode: false;
|
|
17629
|
+
supportsLongCacheRetention: false;
|
|
17630
|
+
thinkingFormat: "together";
|
|
17631
|
+
};
|
|
17632
|
+
reasoning: true;
|
|
17633
|
+
thinkingLevelMap: {
|
|
17634
|
+
minimal: null;
|
|
17635
|
+
low: null;
|
|
17636
|
+
medium: null;
|
|
17637
|
+
};
|
|
17638
|
+
input: ("image" | "text")[];
|
|
17639
|
+
cost: {
|
|
17640
|
+
input: number;
|
|
17641
|
+
output: number;
|
|
17642
|
+
cacheRead: number;
|
|
17643
|
+
cacheWrite: number;
|
|
17644
|
+
};
|
|
17645
|
+
contextWindow: number;
|
|
17646
|
+
maxTokens: number;
|
|
17647
|
+
};
|
|
17893
17648
|
};
|
|
17894
17649
|
readonly "vercel-ai-gateway": {
|
|
17895
17650
|
readonly "alibaba/qwen-3-14b": {
|
|
@@ -18351,6 +18106,23 @@ export declare const MODELS: {
|
|
|
18351
18106
|
contextWindow: number;
|
|
18352
18107
|
maxTokens: number;
|
|
18353
18108
|
};
|
|
18109
|
+
readonly "alibaba/qwen3.8-flash": {
|
|
18110
|
+
id: string;
|
|
18111
|
+
name: string;
|
|
18112
|
+
api: "anthropic-messages";
|
|
18113
|
+
provider: string;
|
|
18114
|
+
baseUrl: string;
|
|
18115
|
+
reasoning: true;
|
|
18116
|
+
input: ("image" | "text")[];
|
|
18117
|
+
cost: {
|
|
18118
|
+
input: number;
|
|
18119
|
+
output: number;
|
|
18120
|
+
cacheRead: number;
|
|
18121
|
+
cacheWrite: number;
|
|
18122
|
+
};
|
|
18123
|
+
contextWindow: number;
|
|
18124
|
+
maxTokens: number;
|
|
18125
|
+
};
|
|
18354
18126
|
readonly "alibaba/qwen3.8-max": {
|
|
18355
18127
|
id: string;
|
|
18356
18128
|
name: string;
|
|
@@ -19228,6 +19000,40 @@ export declare const MODELS: {
|
|
|
19228
19000
|
contextWindow: number;
|
|
19229
19001
|
maxTokens: number;
|
|
19230
19002
|
};
|
|
19003
|
+
readonly "inclusionai/ling-3.0-flash-fin": {
|
|
19004
|
+
id: string;
|
|
19005
|
+
name: string;
|
|
19006
|
+
api: "anthropic-messages";
|
|
19007
|
+
provider: string;
|
|
19008
|
+
baseUrl: string;
|
|
19009
|
+
reasoning: true;
|
|
19010
|
+
input: "text"[];
|
|
19011
|
+
cost: {
|
|
19012
|
+
input: number;
|
|
19013
|
+
output: number;
|
|
19014
|
+
cacheRead: number;
|
|
19015
|
+
cacheWrite: number;
|
|
19016
|
+
};
|
|
19017
|
+
contextWindow: number;
|
|
19018
|
+
maxTokens: number;
|
|
19019
|
+
};
|
|
19020
|
+
readonly "inclusionai/ling-3.0-flash-fin-free": {
|
|
19021
|
+
id: string;
|
|
19022
|
+
name: string;
|
|
19023
|
+
api: "anthropic-messages";
|
|
19024
|
+
provider: string;
|
|
19025
|
+
baseUrl: string;
|
|
19026
|
+
reasoning: true;
|
|
19027
|
+
input: "text"[];
|
|
19028
|
+
cost: {
|
|
19029
|
+
input: number;
|
|
19030
|
+
output: number;
|
|
19031
|
+
cacheRead: number;
|
|
19032
|
+
cacheWrite: number;
|
|
19033
|
+
};
|
|
19034
|
+
contextWindow: number;
|
|
19035
|
+
maxTokens: number;
|
|
19036
|
+
};
|
|
19231
19037
|
readonly "interfaze/interfaze-beta": {
|
|
19232
19038
|
id: string;
|
|
19233
19039
|
name: string;
|
|
@@ -21381,6 +21187,23 @@ export declare const MODELS: {
|
|
|
21381
21187
|
contextWindow: number;
|
|
21382
21188
|
maxTokens: number;
|
|
21383
21189
|
};
|
|
21190
|
+
readonly "tencent/hy4-preview": {
|
|
21191
|
+
id: string;
|
|
21192
|
+
name: string;
|
|
21193
|
+
api: "anthropic-messages";
|
|
21194
|
+
provider: string;
|
|
21195
|
+
baseUrl: string;
|
|
21196
|
+
reasoning: true;
|
|
21197
|
+
input: "text"[];
|
|
21198
|
+
cost: {
|
|
21199
|
+
input: number;
|
|
21200
|
+
output: number;
|
|
21201
|
+
cacheRead: number;
|
|
21202
|
+
cacheWrite: number;
|
|
21203
|
+
};
|
|
21204
|
+
contextWindow: number;
|
|
21205
|
+
maxTokens: number;
|
|
21206
|
+
};
|
|
21384
21207
|
readonly "thinkingmachines/inkling": {
|
|
21385
21208
|
id: string;
|
|
21386
21209
|
name: string;
|
|
@@ -21670,6 +21493,23 @@ export declare const MODELS: {
|
|
|
21670
21493
|
contextWindow: number;
|
|
21671
21494
|
maxTokens: number;
|
|
21672
21495
|
};
|
|
21496
|
+
readonly "zai/glm-5.3-flash": {
|
|
21497
|
+
id: string;
|
|
21498
|
+
name: string;
|
|
21499
|
+
api: "anthropic-messages";
|
|
21500
|
+
provider: string;
|
|
21501
|
+
baseUrl: string;
|
|
21502
|
+
reasoning: true;
|
|
21503
|
+
input: ("image" | "text")[];
|
|
21504
|
+
cost: {
|
|
21505
|
+
input: number;
|
|
21506
|
+
output: number;
|
|
21507
|
+
cacheRead: number;
|
|
21508
|
+
cacheWrite: number;
|
|
21509
|
+
};
|
|
21510
|
+
contextWindow: number;
|
|
21511
|
+
maxTokens: number;
|
|
21512
|
+
};
|
|
21673
21513
|
readonly "zai/glm-5v-turbo": {
|
|
21674
21514
|
id: string;
|
|
21675
21515
|
name: string;
|
|
@@ -22132,6 +21972,50 @@ export declare const MODELS: {
|
|
|
22132
21972
|
contextWindow: number;
|
|
22133
21973
|
maxTokens: number;
|
|
22134
21974
|
};
|
|
21975
|
+
readonly "glm-5.3-flash": {
|
|
21976
|
+
id: string;
|
|
21977
|
+
name: string;
|
|
21978
|
+
api: "openai-completions";
|
|
21979
|
+
provider: string;
|
|
21980
|
+
baseUrl: string;
|
|
21981
|
+
compat: {
|
|
21982
|
+
supportsDeveloperRole: false;
|
|
21983
|
+
thinkingFormat: "zai";
|
|
21984
|
+
zaiToolStream: true;
|
|
21985
|
+
};
|
|
21986
|
+
reasoning: true;
|
|
21987
|
+
input: ("image" | "text")[];
|
|
21988
|
+
cost: {
|
|
21989
|
+
input: number;
|
|
21990
|
+
output: number;
|
|
21991
|
+
cacheRead: number;
|
|
21992
|
+
cacheWrite: number;
|
|
21993
|
+
};
|
|
21994
|
+
contextWindow: number;
|
|
21995
|
+
maxTokens: number;
|
|
21996
|
+
};
|
|
21997
|
+
readonly "glm-5.3-highspeed": {
|
|
21998
|
+
id: string;
|
|
21999
|
+
name: string;
|
|
22000
|
+
api: "openai-completions";
|
|
22001
|
+
provider: string;
|
|
22002
|
+
baseUrl: string;
|
|
22003
|
+
compat: {
|
|
22004
|
+
supportsDeveloperRole: false;
|
|
22005
|
+
thinkingFormat: "zai";
|
|
22006
|
+
zaiToolStream: true;
|
|
22007
|
+
};
|
|
22008
|
+
reasoning: true;
|
|
22009
|
+
input: "text"[];
|
|
22010
|
+
cost: {
|
|
22011
|
+
input: number;
|
|
22012
|
+
output: number;
|
|
22013
|
+
cacheRead: number;
|
|
22014
|
+
cacheWrite: number;
|
|
22015
|
+
};
|
|
22016
|
+
contextWindow: number;
|
|
22017
|
+
maxTokens: number;
|
|
22018
|
+
};
|
|
22135
22019
|
};
|
|
22136
22020
|
};
|
|
22137
22021
|
//# sourceMappingURL=models.generated.d.ts.map
|