@apholdings/jensen-ai 0.57.7 → 1.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/models.generated.d.ts +447 -86
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +530 -172
- package/dist/models.generated.js.map +1 -1
- package/package.json +5 -5
|
@@ -1549,23 +1549,6 @@ export declare const MODELS: {
|
|
|
1549
1549
|
contextWindow: number;
|
|
1550
1550
|
maxTokens: number;
|
|
1551
1551
|
};
|
|
1552
|
-
readonly "claude-3-7-sonnet-latest": {
|
|
1553
|
-
id: string;
|
|
1554
|
-
name: string;
|
|
1555
|
-
api: "anthropic-messages";
|
|
1556
|
-
provider: string;
|
|
1557
|
-
baseUrl: string;
|
|
1558
|
-
reasoning: true;
|
|
1559
|
-
input: ("image" | "text")[];
|
|
1560
|
-
cost: {
|
|
1561
|
-
input: number;
|
|
1562
|
-
output: number;
|
|
1563
|
-
cacheRead: number;
|
|
1564
|
-
cacheWrite: number;
|
|
1565
|
-
};
|
|
1566
|
-
contextWindow: number;
|
|
1567
|
-
maxTokens: number;
|
|
1568
|
-
};
|
|
1569
1552
|
readonly "claude-3-haiku-20240307": {
|
|
1570
1553
|
id: string;
|
|
1571
1554
|
name: string;
|
|
@@ -2299,6 +2282,23 @@ export declare const MODELS: {
|
|
|
2299
2282
|
contextWindow: number;
|
|
2300
2283
|
maxTokens: number;
|
|
2301
2284
|
};
|
|
2285
|
+
readonly "gpt-5.3-chat-latest": {
|
|
2286
|
+
id: string;
|
|
2287
|
+
name: string;
|
|
2288
|
+
api: "azure-openai-responses";
|
|
2289
|
+
provider: string;
|
|
2290
|
+
baseUrl: string;
|
|
2291
|
+
reasoning: false;
|
|
2292
|
+
input: ("image" | "text")[];
|
|
2293
|
+
cost: {
|
|
2294
|
+
input: number;
|
|
2295
|
+
output: number;
|
|
2296
|
+
cacheRead: number;
|
|
2297
|
+
cacheWrite: number;
|
|
2298
|
+
};
|
|
2299
|
+
contextWindow: number;
|
|
2300
|
+
maxTokens: number;
|
|
2301
|
+
};
|
|
2302
2302
|
readonly "gpt-5.3-codex": {
|
|
2303
2303
|
id: string;
|
|
2304
2304
|
name: string;
|
|
@@ -3606,6 +3606,57 @@ export declare const MODELS: {
|
|
|
3606
3606
|
contextWindow: number;
|
|
3607
3607
|
maxTokens: number;
|
|
3608
3608
|
};
|
|
3609
|
+
readonly "gemma-3-27b-it": {
|
|
3610
|
+
id: string;
|
|
3611
|
+
name: string;
|
|
3612
|
+
api: "google-generative-ai";
|
|
3613
|
+
provider: string;
|
|
3614
|
+
baseUrl: string;
|
|
3615
|
+
reasoning: false;
|
|
3616
|
+
input: ("image" | "text")[];
|
|
3617
|
+
cost: {
|
|
3618
|
+
input: number;
|
|
3619
|
+
output: number;
|
|
3620
|
+
cacheRead: number;
|
|
3621
|
+
cacheWrite: number;
|
|
3622
|
+
};
|
|
3623
|
+
contextWindow: number;
|
|
3624
|
+
maxTokens: number;
|
|
3625
|
+
};
|
|
3626
|
+
readonly "gemma-4-26b": {
|
|
3627
|
+
id: string;
|
|
3628
|
+
name: string;
|
|
3629
|
+
api: "google-generative-ai";
|
|
3630
|
+
provider: string;
|
|
3631
|
+
baseUrl: string;
|
|
3632
|
+
reasoning: true;
|
|
3633
|
+
input: ("image" | "text")[];
|
|
3634
|
+
cost: {
|
|
3635
|
+
input: number;
|
|
3636
|
+
output: number;
|
|
3637
|
+
cacheRead: number;
|
|
3638
|
+
cacheWrite: number;
|
|
3639
|
+
};
|
|
3640
|
+
contextWindow: number;
|
|
3641
|
+
maxTokens: number;
|
|
3642
|
+
};
|
|
3643
|
+
readonly "gemma-4-31b": {
|
|
3644
|
+
id: string;
|
|
3645
|
+
name: string;
|
|
3646
|
+
api: "google-generative-ai";
|
|
3647
|
+
provider: string;
|
|
3648
|
+
baseUrl: string;
|
|
3649
|
+
reasoning: true;
|
|
3650
|
+
input: ("image" | "text")[];
|
|
3651
|
+
cost: {
|
|
3652
|
+
input: number;
|
|
3653
|
+
output: number;
|
|
3654
|
+
cacheRead: number;
|
|
3655
|
+
cacheWrite: number;
|
|
3656
|
+
};
|
|
3657
|
+
contextWindow: number;
|
|
3658
|
+
maxTokens: number;
|
|
3659
|
+
};
|
|
3609
3660
|
};
|
|
3610
3661
|
readonly "google-antigravity": {
|
|
3611
3662
|
readonly "claude-opus-4-5-thinking": {
|
|
@@ -4107,6 +4158,40 @@ export declare const MODELS: {
|
|
|
4107
4158
|
contextWindow: number;
|
|
4108
4159
|
maxTokens: number;
|
|
4109
4160
|
};
|
|
4161
|
+
readonly "groq/compound": {
|
|
4162
|
+
id: string;
|
|
4163
|
+
name: string;
|
|
4164
|
+
api: "openai-completions";
|
|
4165
|
+
provider: string;
|
|
4166
|
+
baseUrl: string;
|
|
4167
|
+
reasoning: true;
|
|
4168
|
+
input: "text"[];
|
|
4169
|
+
cost: {
|
|
4170
|
+
input: number;
|
|
4171
|
+
output: number;
|
|
4172
|
+
cacheRead: number;
|
|
4173
|
+
cacheWrite: number;
|
|
4174
|
+
};
|
|
4175
|
+
contextWindow: number;
|
|
4176
|
+
maxTokens: number;
|
|
4177
|
+
};
|
|
4178
|
+
readonly "groq/compound-mini": {
|
|
4179
|
+
id: string;
|
|
4180
|
+
name: string;
|
|
4181
|
+
api: "openai-completions";
|
|
4182
|
+
provider: string;
|
|
4183
|
+
baseUrl: string;
|
|
4184
|
+
reasoning: true;
|
|
4185
|
+
input: "text"[];
|
|
4186
|
+
cost: {
|
|
4187
|
+
input: number;
|
|
4188
|
+
output: number;
|
|
4189
|
+
cacheRead: number;
|
|
4190
|
+
cacheWrite: number;
|
|
4191
|
+
};
|
|
4192
|
+
contextWindow: number;
|
|
4193
|
+
maxTokens: number;
|
|
4194
|
+
};
|
|
4110
4195
|
readonly "llama-3.1-8b-instant": {
|
|
4111
4196
|
id: string;
|
|
4112
4197
|
name: string;
|
|
@@ -4294,6 +4379,23 @@ export declare const MODELS: {
|
|
|
4294
4379
|
contextWindow: number;
|
|
4295
4380
|
maxTokens: number;
|
|
4296
4381
|
};
|
|
4382
|
+
readonly "openai/gpt-oss-safeguard-20b": {
|
|
4383
|
+
id: string;
|
|
4384
|
+
name: string;
|
|
4385
|
+
api: "openai-completions";
|
|
4386
|
+
provider: string;
|
|
4387
|
+
baseUrl: string;
|
|
4388
|
+
reasoning: true;
|
|
4389
|
+
input: "text"[];
|
|
4390
|
+
cost: {
|
|
4391
|
+
input: number;
|
|
4392
|
+
output: number;
|
|
4393
|
+
cacheRead: number;
|
|
4394
|
+
cacheWrite: number;
|
|
4395
|
+
};
|
|
4396
|
+
contextWindow: number;
|
|
4397
|
+
maxTokens: number;
|
|
4398
|
+
};
|
|
4297
4399
|
readonly "qwen-qwq-32b": {
|
|
4298
4400
|
id: string;
|
|
4299
4401
|
name: string;
|
|
@@ -5259,13 +5361,30 @@ export declare const MODELS: {
|
|
|
5259
5361
|
contextWindow: number;
|
|
5260
5362
|
maxTokens: number;
|
|
5261
5363
|
};
|
|
5364
|
+
readonly "mistral-small-2603": {
|
|
5365
|
+
id: string;
|
|
5366
|
+
name: string;
|
|
5367
|
+
api: "mistral-conversations";
|
|
5368
|
+
provider: string;
|
|
5369
|
+
baseUrl: string;
|
|
5370
|
+
reasoning: true;
|
|
5371
|
+
input: ("image" | "text")[];
|
|
5372
|
+
cost: {
|
|
5373
|
+
input: number;
|
|
5374
|
+
output: number;
|
|
5375
|
+
cacheRead: number;
|
|
5376
|
+
cacheWrite: number;
|
|
5377
|
+
};
|
|
5378
|
+
contextWindow: number;
|
|
5379
|
+
maxTokens: number;
|
|
5380
|
+
};
|
|
5262
5381
|
readonly "mistral-small-latest": {
|
|
5263
5382
|
id: string;
|
|
5264
5383
|
name: string;
|
|
5265
5384
|
api: "mistral-conversations";
|
|
5266
5385
|
provider: string;
|
|
5267
5386
|
baseUrl: string;
|
|
5268
|
-
reasoning:
|
|
5387
|
+
reasoning: true;
|
|
5269
5388
|
input: ("image" | "text")[];
|
|
5270
5389
|
cost: {
|
|
5271
5390
|
input: number;
|
|
@@ -5805,6 +5924,23 @@ export declare const MODELS: {
|
|
|
5805
5924
|
contextWindow: number;
|
|
5806
5925
|
maxTokens: number;
|
|
5807
5926
|
};
|
|
5927
|
+
readonly "gpt-5.3-chat-latest": {
|
|
5928
|
+
id: string;
|
|
5929
|
+
name: string;
|
|
5930
|
+
api: "openai-responses";
|
|
5931
|
+
provider: string;
|
|
5932
|
+
baseUrl: string;
|
|
5933
|
+
reasoning: false;
|
|
5934
|
+
input: ("image" | "text")[];
|
|
5935
|
+
cost: {
|
|
5936
|
+
input: number;
|
|
5937
|
+
output: number;
|
|
5938
|
+
cacheRead: number;
|
|
5939
|
+
cacheWrite: number;
|
|
5940
|
+
};
|
|
5941
|
+
contextWindow: number;
|
|
5942
|
+
maxTokens: number;
|
|
5943
|
+
};
|
|
5808
5944
|
readonly "gpt-5.3-codex": {
|
|
5809
5945
|
id: string;
|
|
5810
5946
|
name: string;
|
|
@@ -6659,14 +6795,14 @@ export declare const MODELS: {
|
|
|
6659
6795
|
contextWindow: number;
|
|
6660
6796
|
maxTokens: number;
|
|
6661
6797
|
};
|
|
6662
|
-
readonly "
|
|
6798
|
+
readonly "minimax-m2.5": {
|
|
6663
6799
|
id: string;
|
|
6664
6800
|
name: string;
|
|
6665
6801
|
api: "openai-completions";
|
|
6666
6802
|
provider: string;
|
|
6667
6803
|
baseUrl: string;
|
|
6668
6804
|
reasoning: true;
|
|
6669
|
-
input:
|
|
6805
|
+
input: "text"[];
|
|
6670
6806
|
cost: {
|
|
6671
6807
|
input: number;
|
|
6672
6808
|
output: number;
|
|
@@ -6676,10 +6812,10 @@ export declare const MODELS: {
|
|
|
6676
6812
|
contextWindow: number;
|
|
6677
6813
|
maxTokens: number;
|
|
6678
6814
|
};
|
|
6679
|
-
readonly "
|
|
6815
|
+
readonly "minimax-m2.5-free": {
|
|
6680
6816
|
id: string;
|
|
6681
6817
|
name: string;
|
|
6682
|
-
api: "
|
|
6818
|
+
api: "anthropic-messages";
|
|
6683
6819
|
provider: string;
|
|
6684
6820
|
baseUrl: string;
|
|
6685
6821
|
reasoning: true;
|
|
@@ -6693,7 +6829,7 @@ export declare const MODELS: {
|
|
|
6693
6829
|
contextWindow: number;
|
|
6694
6830
|
maxTokens: number;
|
|
6695
6831
|
};
|
|
6696
|
-
readonly "
|
|
6832
|
+
readonly "nemotron-3-super-free": {
|
|
6697
6833
|
id: string;
|
|
6698
6834
|
name: string;
|
|
6699
6835
|
api: "openai-completions";
|
|
@@ -6710,10 +6846,10 @@ export declare const MODELS: {
|
|
|
6710
6846
|
contextWindow: number;
|
|
6711
6847
|
maxTokens: number;
|
|
6712
6848
|
};
|
|
6713
|
-
readonly "
|
|
6849
|
+
readonly "qwen3.6-plus-free": {
|
|
6714
6850
|
id: string;
|
|
6715
6851
|
name: string;
|
|
6716
|
-
api: "
|
|
6852
|
+
api: "openai-completions";
|
|
6717
6853
|
provider: string;
|
|
6718
6854
|
baseUrl: string;
|
|
6719
6855
|
reasoning: true;
|
|
@@ -6727,7 +6863,9 @@ export declare const MODELS: {
|
|
|
6727
6863
|
contextWindow: number;
|
|
6728
6864
|
maxTokens: number;
|
|
6729
6865
|
};
|
|
6730
|
-
|
|
6866
|
+
};
|
|
6867
|
+
readonly "opencode-go": {
|
|
6868
|
+
readonly "glm-5": {
|
|
6731
6869
|
id: string;
|
|
6732
6870
|
name: string;
|
|
6733
6871
|
api: "openai-completions";
|
|
@@ -6744,16 +6882,14 @@ export declare const MODELS: {
|
|
|
6744
6882
|
contextWindow: number;
|
|
6745
6883
|
maxTokens: number;
|
|
6746
6884
|
};
|
|
6747
|
-
|
|
6748
|
-
readonly "opencode-go": {
|
|
6749
|
-
readonly "glm-5": {
|
|
6885
|
+
readonly "kimi-k2.5": {
|
|
6750
6886
|
id: string;
|
|
6751
6887
|
name: string;
|
|
6752
6888
|
api: "openai-completions";
|
|
6753
6889
|
provider: string;
|
|
6754
6890
|
baseUrl: string;
|
|
6755
6891
|
reasoning: true;
|
|
6756
|
-
input: "text"[];
|
|
6892
|
+
input: ("image" | "text")[];
|
|
6757
6893
|
cost: {
|
|
6758
6894
|
input: number;
|
|
6759
6895
|
output: number;
|
|
@@ -6763,7 +6899,7 @@ export declare const MODELS: {
|
|
|
6763
6899
|
contextWindow: number;
|
|
6764
6900
|
maxTokens: number;
|
|
6765
6901
|
};
|
|
6766
|
-
readonly "
|
|
6902
|
+
readonly "mimo-v2-omni": {
|
|
6767
6903
|
id: string;
|
|
6768
6904
|
name: string;
|
|
6769
6905
|
api: "openai-completions";
|
|
@@ -6780,10 +6916,27 @@ export declare const MODELS: {
|
|
|
6780
6916
|
contextWindow: number;
|
|
6781
6917
|
maxTokens: number;
|
|
6782
6918
|
};
|
|
6919
|
+
readonly "mimo-v2-pro": {
|
|
6920
|
+
id: string;
|
|
6921
|
+
name: string;
|
|
6922
|
+
api: "openai-completions";
|
|
6923
|
+
provider: string;
|
|
6924
|
+
baseUrl: string;
|
|
6925
|
+
reasoning: true;
|
|
6926
|
+
input: "text"[];
|
|
6927
|
+
cost: {
|
|
6928
|
+
input: number;
|
|
6929
|
+
output: number;
|
|
6930
|
+
cacheRead: number;
|
|
6931
|
+
cacheWrite: number;
|
|
6932
|
+
};
|
|
6933
|
+
contextWindow: number;
|
|
6934
|
+
maxTokens: number;
|
|
6935
|
+
};
|
|
6783
6936
|
readonly "minimax-m2.5": {
|
|
6784
6937
|
id: string;
|
|
6785
6938
|
name: string;
|
|
6786
|
-
api: "
|
|
6939
|
+
api: "openai-completions";
|
|
6787
6940
|
provider: string;
|
|
6788
6941
|
baseUrl: string;
|
|
6789
6942
|
reasoning: true;
|
|
@@ -7190,6 +7343,23 @@ export declare const MODELS: {
|
|
|
7190
7343
|
contextWindow: number;
|
|
7191
7344
|
maxTokens: number;
|
|
7192
7345
|
};
|
|
7346
|
+
readonly "arcee-ai/trinity-large-thinking": {
|
|
7347
|
+
id: string;
|
|
7348
|
+
name: string;
|
|
7349
|
+
api: "openai-completions";
|
|
7350
|
+
provider: string;
|
|
7351
|
+
baseUrl: string;
|
|
7352
|
+
reasoning: true;
|
|
7353
|
+
input: "text"[];
|
|
7354
|
+
cost: {
|
|
7355
|
+
input: number;
|
|
7356
|
+
output: number;
|
|
7357
|
+
cacheRead: number;
|
|
7358
|
+
cacheWrite: number;
|
|
7359
|
+
};
|
|
7360
|
+
contextWindow: number;
|
|
7361
|
+
maxTokens: number;
|
|
7362
|
+
};
|
|
7193
7363
|
readonly "arcee-ai/trinity-mini": {
|
|
7194
7364
|
id: string;
|
|
7195
7365
|
name: string;
|
|
@@ -7751,6 +7921,40 @@ export declare const MODELS: {
|
|
|
7751
7921
|
contextWindow: number;
|
|
7752
7922
|
maxTokens: number;
|
|
7753
7923
|
};
|
|
7924
|
+
readonly "google/gemma-4-26b-a4b-it": {
|
|
7925
|
+
id: string;
|
|
7926
|
+
name: string;
|
|
7927
|
+
api: "openai-completions";
|
|
7928
|
+
provider: string;
|
|
7929
|
+
baseUrl: string;
|
|
7930
|
+
reasoning: true;
|
|
7931
|
+
input: ("image" | "text")[];
|
|
7932
|
+
cost: {
|
|
7933
|
+
input: number;
|
|
7934
|
+
output: number;
|
|
7935
|
+
cacheRead: number;
|
|
7936
|
+
cacheWrite: number;
|
|
7937
|
+
};
|
|
7938
|
+
contextWindow: number;
|
|
7939
|
+
maxTokens: number;
|
|
7940
|
+
};
|
|
7941
|
+
readonly "google/gemma-4-31b-it": {
|
|
7942
|
+
id: string;
|
|
7943
|
+
name: string;
|
|
7944
|
+
api: "openai-completions";
|
|
7945
|
+
provider: string;
|
|
7946
|
+
baseUrl: string;
|
|
7947
|
+
reasoning: true;
|
|
7948
|
+
input: ("image" | "text")[];
|
|
7949
|
+
cost: {
|
|
7950
|
+
input: number;
|
|
7951
|
+
output: number;
|
|
7952
|
+
cacheRead: number;
|
|
7953
|
+
cacheWrite: number;
|
|
7954
|
+
};
|
|
7955
|
+
contextWindow: number;
|
|
7956
|
+
maxTokens: number;
|
|
7957
|
+
};
|
|
7754
7958
|
readonly "inception/mercury": {
|
|
7755
7959
|
id: string;
|
|
7756
7960
|
name: string;
|
|
@@ -7802,7 +8006,7 @@ export declare const MODELS: {
|
|
|
7802
8006
|
contextWindow: number;
|
|
7803
8007
|
maxTokens: number;
|
|
7804
8008
|
};
|
|
7805
|
-
readonly "kwaipilot/kat-coder-pro": {
|
|
8009
|
+
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
7806
8010
|
id: string;
|
|
7807
8011
|
name: string;
|
|
7808
8012
|
api: "openai-completions";
|
|
@@ -8312,23 +8516,6 @@ export declare const MODELS: {
|
|
|
8312
8516
|
contextWindow: number;
|
|
8313
8517
|
maxTokens: number;
|
|
8314
8518
|
};
|
|
8315
|
-
readonly "mistralai/mistral-small-24b-instruct-2501": {
|
|
8316
|
-
id: string;
|
|
8317
|
-
name: string;
|
|
8318
|
-
api: "openai-completions";
|
|
8319
|
-
provider: string;
|
|
8320
|
-
baseUrl: string;
|
|
8321
|
-
reasoning: false;
|
|
8322
|
-
input: "text"[];
|
|
8323
|
-
cost: {
|
|
8324
|
-
input: number;
|
|
8325
|
-
output: number;
|
|
8326
|
-
cacheRead: number;
|
|
8327
|
-
cacheWrite: number;
|
|
8328
|
-
};
|
|
8329
|
-
contextWindow: number;
|
|
8330
|
-
maxTokens: number;
|
|
8331
|
-
};
|
|
8332
8519
|
readonly "mistralai/mistral-small-2603": {
|
|
8333
8520
|
id: string;
|
|
8334
8521
|
name: string;
|
|
@@ -8346,23 +8533,6 @@ export declare const MODELS: {
|
|
|
8346
8533
|
contextWindow: number;
|
|
8347
8534
|
maxTokens: number;
|
|
8348
8535
|
};
|
|
8349
|
-
readonly "mistralai/mistral-small-3.1-24b-instruct:free": {
|
|
8350
|
-
id: string;
|
|
8351
|
-
name: string;
|
|
8352
|
-
api: "openai-completions";
|
|
8353
|
-
provider: string;
|
|
8354
|
-
baseUrl: string;
|
|
8355
|
-
reasoning: false;
|
|
8356
|
-
input: ("image" | "text")[];
|
|
8357
|
-
cost: {
|
|
8358
|
-
input: number;
|
|
8359
|
-
output: number;
|
|
8360
|
-
cacheRead: number;
|
|
8361
|
-
cacheWrite: number;
|
|
8362
|
-
};
|
|
8363
|
-
contextWindow: number;
|
|
8364
|
-
maxTokens: number;
|
|
8365
|
-
};
|
|
8366
8536
|
readonly "mistralai/mistral-small-3.2-24b-instruct": {
|
|
8367
8537
|
id: string;
|
|
8368
8538
|
name: string;
|
|
@@ -9400,6 +9570,40 @@ export declare const MODELS: {
|
|
|
9400
9570
|
contextWindow: number;
|
|
9401
9571
|
maxTokens: number;
|
|
9402
9572
|
};
|
|
9573
|
+
readonly "openai/gpt-audio": {
|
|
9574
|
+
id: string;
|
|
9575
|
+
name: string;
|
|
9576
|
+
api: "openai-completions";
|
|
9577
|
+
provider: string;
|
|
9578
|
+
baseUrl: string;
|
|
9579
|
+
reasoning: false;
|
|
9580
|
+
input: "text"[];
|
|
9581
|
+
cost: {
|
|
9582
|
+
input: number;
|
|
9583
|
+
output: number;
|
|
9584
|
+
cacheRead: number;
|
|
9585
|
+
cacheWrite: number;
|
|
9586
|
+
};
|
|
9587
|
+
contextWindow: number;
|
|
9588
|
+
maxTokens: number;
|
|
9589
|
+
};
|
|
9590
|
+
readonly "openai/gpt-audio-mini": {
|
|
9591
|
+
id: string;
|
|
9592
|
+
name: string;
|
|
9593
|
+
api: "openai-completions";
|
|
9594
|
+
provider: string;
|
|
9595
|
+
baseUrl: string;
|
|
9596
|
+
reasoning: false;
|
|
9597
|
+
input: "text"[];
|
|
9598
|
+
cost: {
|
|
9599
|
+
input: number;
|
|
9600
|
+
output: number;
|
|
9601
|
+
cacheRead: number;
|
|
9602
|
+
cacheWrite: number;
|
|
9603
|
+
};
|
|
9604
|
+
contextWindow: number;
|
|
9605
|
+
maxTokens: number;
|
|
9606
|
+
};
|
|
9403
9607
|
readonly "openai/gpt-oss-120b": {
|
|
9404
9608
|
id: string;
|
|
9405
9609
|
name: string;
|
|
@@ -9961,23 +10165,6 @@ export declare const MODELS: {
|
|
|
9961
10165
|
contextWindow: number;
|
|
9962
10166
|
maxTokens: number;
|
|
9963
10167
|
};
|
|
9964
|
-
readonly "qwen/qwen3-4b:free": {
|
|
9965
|
-
id: string;
|
|
9966
|
-
name: string;
|
|
9967
|
-
api: "openai-completions";
|
|
9968
|
-
provider: string;
|
|
9969
|
-
baseUrl: string;
|
|
9970
|
-
reasoning: true;
|
|
9971
|
-
input: "text"[];
|
|
9972
|
-
cost: {
|
|
9973
|
-
input: number;
|
|
9974
|
-
output: number;
|
|
9975
|
-
cacheRead: number;
|
|
9976
|
-
cacheWrite: number;
|
|
9977
|
-
};
|
|
9978
|
-
contextWindow: number;
|
|
9979
|
-
maxTokens: number;
|
|
9980
|
-
};
|
|
9981
10168
|
readonly "qwen/qwen3-8b": {
|
|
9982
10169
|
id: string;
|
|
9983
10170
|
name: string;
|
|
@@ -10420,6 +10607,23 @@ export declare const MODELS: {
|
|
|
10420
10607
|
contextWindow: number;
|
|
10421
10608
|
maxTokens: number;
|
|
10422
10609
|
};
|
|
10610
|
+
readonly "qwen/qwen3.6-plus:free": {
|
|
10611
|
+
id: string;
|
|
10612
|
+
name: string;
|
|
10613
|
+
api: "openai-completions";
|
|
10614
|
+
provider: string;
|
|
10615
|
+
baseUrl: string;
|
|
10616
|
+
reasoning: true;
|
|
10617
|
+
input: ("image" | "text")[];
|
|
10618
|
+
cost: {
|
|
10619
|
+
input: number;
|
|
10620
|
+
output: number;
|
|
10621
|
+
cacheRead: number;
|
|
10622
|
+
cacheWrite: number;
|
|
10623
|
+
};
|
|
10624
|
+
contextWindow: number;
|
|
10625
|
+
maxTokens: number;
|
|
10626
|
+
};
|
|
10423
10627
|
readonly "qwen/qwq-32b": {
|
|
10424
10628
|
id: string;
|
|
10425
10629
|
name: string;
|
|
@@ -10437,7 +10641,7 @@ export declare const MODELS: {
|
|
|
10437
10641
|
contextWindow: number;
|
|
10438
10642
|
maxTokens: number;
|
|
10439
10643
|
};
|
|
10440
|
-
readonly "
|
|
10644
|
+
readonly "rekaai/reka-edge": {
|
|
10441
10645
|
id: string;
|
|
10442
10646
|
name: string;
|
|
10443
10647
|
api: "openai-completions";
|
|
@@ -10726,7 +10930,7 @@ export declare const MODELS: {
|
|
|
10726
10930
|
contextWindow: number;
|
|
10727
10931
|
maxTokens: number;
|
|
10728
10932
|
};
|
|
10729
|
-
readonly "x-ai/grok-4.20
|
|
10933
|
+
readonly "x-ai/grok-4.20": {
|
|
10730
10934
|
id: string;
|
|
10731
10935
|
name: string;
|
|
10732
10936
|
api: "openai-completions";
|
|
@@ -10998,6 +11202,23 @@ export declare const MODELS: {
|
|
|
10998
11202
|
contextWindow: number;
|
|
10999
11203
|
maxTokens: number;
|
|
11000
11204
|
};
|
|
11205
|
+
readonly "z-ai/glm-5v-turbo": {
|
|
11206
|
+
id: string;
|
|
11207
|
+
name: string;
|
|
11208
|
+
api: "openai-completions";
|
|
11209
|
+
provider: string;
|
|
11210
|
+
baseUrl: string;
|
|
11211
|
+
reasoning: true;
|
|
11212
|
+
input: ("image" | "text")[];
|
|
11213
|
+
cost: {
|
|
11214
|
+
input: number;
|
|
11215
|
+
output: number;
|
|
11216
|
+
cacheRead: number;
|
|
11217
|
+
cacheWrite: number;
|
|
11218
|
+
};
|
|
11219
|
+
contextWindow: number;
|
|
11220
|
+
maxTokens: number;
|
|
11221
|
+
};
|
|
11001
11222
|
};
|
|
11002
11223
|
readonly "vercel-ai-gateway": {
|
|
11003
11224
|
readonly "alibaba/qwen-3-14b": {
|
|
@@ -11255,6 +11476,23 @@ export declare const MODELS: {
|
|
|
11255
11476
|
contextWindow: number;
|
|
11256
11477
|
maxTokens: number;
|
|
11257
11478
|
};
|
|
11479
|
+
readonly "alibaba/qwen3.6-plus": {
|
|
11480
|
+
id: string;
|
|
11481
|
+
name: string;
|
|
11482
|
+
api: "anthropic-messages";
|
|
11483
|
+
provider: string;
|
|
11484
|
+
baseUrl: string;
|
|
11485
|
+
reasoning: true;
|
|
11486
|
+
input: ("image" | "text")[];
|
|
11487
|
+
cost: {
|
|
11488
|
+
input: number;
|
|
11489
|
+
output: number;
|
|
11490
|
+
cacheRead: number;
|
|
11491
|
+
cacheWrite: number;
|
|
11492
|
+
};
|
|
11493
|
+
contextWindow: number;
|
|
11494
|
+
maxTokens: number;
|
|
11495
|
+
};
|
|
11258
11496
|
readonly "anthropic/claude-3-haiku": {
|
|
11259
11497
|
id: string;
|
|
11260
11498
|
name: string;
|
|
@@ -11493,6 +11731,23 @@ export declare const MODELS: {
|
|
|
11493
11731
|
contextWindow: number;
|
|
11494
11732
|
maxTokens: number;
|
|
11495
11733
|
};
|
|
11734
|
+
readonly "arcee-ai/trinity-large-thinking": {
|
|
11735
|
+
id: string;
|
|
11736
|
+
name: string;
|
|
11737
|
+
api: "anthropic-messages";
|
|
11738
|
+
provider: string;
|
|
11739
|
+
baseUrl: string;
|
|
11740
|
+
reasoning: true;
|
|
11741
|
+
input: "text"[];
|
|
11742
|
+
cost: {
|
|
11743
|
+
input: number;
|
|
11744
|
+
output: number;
|
|
11745
|
+
cacheRead: number;
|
|
11746
|
+
cacheWrite: number;
|
|
11747
|
+
};
|
|
11748
|
+
contextWindow: number;
|
|
11749
|
+
maxTokens: number;
|
|
11750
|
+
};
|
|
11496
11751
|
readonly "bytedance/seed-1.6": {
|
|
11497
11752
|
id: string;
|
|
11498
11753
|
name: string;
|
|
@@ -11782,6 +12037,40 @@ export declare const MODELS: {
|
|
|
11782
12037
|
contextWindow: number;
|
|
11783
12038
|
maxTokens: number;
|
|
11784
12039
|
};
|
|
12040
|
+
readonly "google/gemma-4-26b-a4b-it": {
|
|
12041
|
+
id: string;
|
|
12042
|
+
name: string;
|
|
12043
|
+
api: "anthropic-messages";
|
|
12044
|
+
provider: string;
|
|
12045
|
+
baseUrl: string;
|
|
12046
|
+
reasoning: true;
|
|
12047
|
+
input: ("image" | "text")[];
|
|
12048
|
+
cost: {
|
|
12049
|
+
input: number;
|
|
12050
|
+
output: number;
|
|
12051
|
+
cacheRead: number;
|
|
12052
|
+
cacheWrite: number;
|
|
12053
|
+
};
|
|
12054
|
+
contextWindow: number;
|
|
12055
|
+
maxTokens: number;
|
|
12056
|
+
};
|
|
12057
|
+
readonly "google/gemma-4-31b-it": {
|
|
12058
|
+
id: string;
|
|
12059
|
+
name: string;
|
|
12060
|
+
api: "anthropic-messages";
|
|
12061
|
+
provider: string;
|
|
12062
|
+
baseUrl: string;
|
|
12063
|
+
reasoning: true;
|
|
12064
|
+
input: ("image" | "text")[];
|
|
12065
|
+
cost: {
|
|
12066
|
+
input: number;
|
|
12067
|
+
output: number;
|
|
12068
|
+
cacheRead: number;
|
|
12069
|
+
cacheWrite: number;
|
|
12070
|
+
};
|
|
12071
|
+
contextWindow: number;
|
|
12072
|
+
maxTokens: number;
|
|
12073
|
+
};
|
|
11785
12074
|
readonly "inception/mercury-2": {
|
|
11786
12075
|
id: string;
|
|
11787
12076
|
name: string;
|
|
@@ -11816,6 +12105,23 @@ export declare const MODELS: {
|
|
|
11816
12105
|
contextWindow: number;
|
|
11817
12106
|
maxTokens: number;
|
|
11818
12107
|
};
|
|
12108
|
+
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
12109
|
+
id: string;
|
|
12110
|
+
name: string;
|
|
12111
|
+
api: "anthropic-messages";
|
|
12112
|
+
provider: string;
|
|
12113
|
+
baseUrl: string;
|
|
12114
|
+
reasoning: true;
|
|
12115
|
+
input: "text"[];
|
|
12116
|
+
cost: {
|
|
12117
|
+
input: number;
|
|
12118
|
+
output: number;
|
|
12119
|
+
cacheRead: number;
|
|
12120
|
+
cacheWrite: number;
|
|
12121
|
+
};
|
|
12122
|
+
contextWindow: number;
|
|
12123
|
+
maxTokens: number;
|
|
12124
|
+
};
|
|
11819
12125
|
readonly "meituan/longcat-flash-chat": {
|
|
11820
12126
|
id: string;
|
|
11821
12127
|
name: string;
|
|
@@ -12853,6 +13159,23 @@ export declare const MODELS: {
|
|
|
12853
13159
|
contextWindow: number;
|
|
12854
13160
|
maxTokens: number;
|
|
12855
13161
|
};
|
|
13162
|
+
readonly "openai/gpt-oss-120b": {
|
|
13163
|
+
id: string;
|
|
13164
|
+
name: string;
|
|
13165
|
+
api: "anthropic-messages";
|
|
13166
|
+
provider: string;
|
|
13167
|
+
baseUrl: string;
|
|
13168
|
+
reasoning: true;
|
|
13169
|
+
input: "text"[];
|
|
13170
|
+
cost: {
|
|
13171
|
+
input: number;
|
|
13172
|
+
output: number;
|
|
13173
|
+
cacheRead: number;
|
|
13174
|
+
cacheWrite: number;
|
|
13175
|
+
};
|
|
13176
|
+
contextWindow: number;
|
|
13177
|
+
maxTokens: number;
|
|
13178
|
+
};
|
|
12856
13179
|
readonly "openai/gpt-oss-20b": {
|
|
12857
13180
|
id: string;
|
|
12858
13181
|
name: string;
|
|
@@ -13550,6 +13873,23 @@ export declare const MODELS: {
|
|
|
13550
13873
|
contextWindow: number;
|
|
13551
13874
|
maxTokens: number;
|
|
13552
13875
|
};
|
|
13876
|
+
readonly "zai/glm-5v-turbo": {
|
|
13877
|
+
id: string;
|
|
13878
|
+
name: string;
|
|
13879
|
+
api: "anthropic-messages";
|
|
13880
|
+
provider: string;
|
|
13881
|
+
baseUrl: string;
|
|
13882
|
+
reasoning: true;
|
|
13883
|
+
input: ("image" | "text")[];
|
|
13884
|
+
cost: {
|
|
13885
|
+
input: number;
|
|
13886
|
+
output: number;
|
|
13887
|
+
cacheRead: number;
|
|
13888
|
+
cacheWrite: number;
|
|
13889
|
+
};
|
|
13890
|
+
contextWindow: number;
|
|
13891
|
+
maxTokens: number;
|
|
13892
|
+
};
|
|
13553
13893
|
};
|
|
13554
13894
|
readonly xai: {
|
|
13555
13895
|
readonly "grok-2": {
|
|
@@ -14193,6 +14533,27 @@ export declare const MODELS: {
|
|
|
14193
14533
|
contextWindow: number;
|
|
14194
14534
|
maxTokens: number;
|
|
14195
14535
|
};
|
|
14536
|
+
readonly "glm-5v-turbo": {
|
|
14537
|
+
id: string;
|
|
14538
|
+
name: string;
|
|
14539
|
+
api: "openai-completions";
|
|
14540
|
+
provider: string;
|
|
14541
|
+
baseUrl: string;
|
|
14542
|
+
compat: {
|
|
14543
|
+
supportsDeveloperRole: false;
|
|
14544
|
+
thinkingFormat: "zai";
|
|
14545
|
+
};
|
|
14546
|
+
reasoning: true;
|
|
14547
|
+
input: ("image" | "text")[];
|
|
14548
|
+
cost: {
|
|
14549
|
+
input: number;
|
|
14550
|
+
output: number;
|
|
14551
|
+
cacheRead: number;
|
|
14552
|
+
cacheWrite: number;
|
|
14553
|
+
};
|
|
14554
|
+
contextWindow: number;
|
|
14555
|
+
maxTokens: number;
|
|
14556
|
+
};
|
|
14196
14557
|
};
|
|
14197
14558
|
};
|
|
14198
14559
|
//# sourceMappingURL=models.generated.d.ts.map
|