@apholdings/jensen-ai 1.0.1 → 1.0.5
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 +478 -221
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +636 -393
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -255,6 +255,23 @@ export declare const MODELS: {
|
|
|
255
255
|
contextWindow: number;
|
|
256
256
|
maxTokens: number;
|
|
257
257
|
};
|
|
258
|
+
readonly "anthropic.claude-opus-4-7": {
|
|
259
|
+
id: string;
|
|
260
|
+
name: string;
|
|
261
|
+
api: "bedrock-converse-stream";
|
|
262
|
+
provider: string;
|
|
263
|
+
baseUrl: string;
|
|
264
|
+
reasoning: true;
|
|
265
|
+
input: ("image" | "text")[];
|
|
266
|
+
cost: {
|
|
267
|
+
input: number;
|
|
268
|
+
output: number;
|
|
269
|
+
cacheRead: number;
|
|
270
|
+
cacheWrite: number;
|
|
271
|
+
};
|
|
272
|
+
contextWindow: number;
|
|
273
|
+
maxTokens: number;
|
|
274
|
+
};
|
|
258
275
|
readonly "anthropic.claude-sonnet-4-20250514-v1:0": {
|
|
259
276
|
id: string;
|
|
260
277
|
name: string;
|
|
@@ -408,6 +425,23 @@ export declare const MODELS: {
|
|
|
408
425
|
contextWindow: number;
|
|
409
426
|
maxTokens: number;
|
|
410
427
|
};
|
|
428
|
+
readonly "eu.anthropic.claude-opus-4-7": {
|
|
429
|
+
id: string;
|
|
430
|
+
name: string;
|
|
431
|
+
api: "bedrock-converse-stream";
|
|
432
|
+
provider: string;
|
|
433
|
+
baseUrl: string;
|
|
434
|
+
reasoning: true;
|
|
435
|
+
input: ("image" | "text")[];
|
|
436
|
+
cost: {
|
|
437
|
+
input: number;
|
|
438
|
+
output: number;
|
|
439
|
+
cacheRead: number;
|
|
440
|
+
cacheWrite: number;
|
|
441
|
+
};
|
|
442
|
+
contextWindow: number;
|
|
443
|
+
maxTokens: number;
|
|
444
|
+
};
|
|
411
445
|
readonly "eu.anthropic.claude-sonnet-4-20250514-v1:0": {
|
|
412
446
|
id: string;
|
|
413
447
|
name: string;
|
|
@@ -510,6 +544,23 @@ export declare const MODELS: {
|
|
|
510
544
|
contextWindow: number;
|
|
511
545
|
maxTokens: number;
|
|
512
546
|
};
|
|
547
|
+
readonly "global.anthropic.claude-opus-4-7": {
|
|
548
|
+
id: string;
|
|
549
|
+
name: string;
|
|
550
|
+
api: "bedrock-converse-stream";
|
|
551
|
+
provider: string;
|
|
552
|
+
baseUrl: string;
|
|
553
|
+
reasoning: true;
|
|
554
|
+
input: ("image" | "text")[];
|
|
555
|
+
cost: {
|
|
556
|
+
input: number;
|
|
557
|
+
output: number;
|
|
558
|
+
cacheRead: number;
|
|
559
|
+
cacheWrite: number;
|
|
560
|
+
};
|
|
561
|
+
contextWindow: number;
|
|
562
|
+
maxTokens: number;
|
|
563
|
+
};
|
|
513
564
|
readonly "global.anthropic.claude-sonnet-4-20250514-v1:0": {
|
|
514
565
|
id: string;
|
|
515
566
|
name: string;
|
|
@@ -1207,6 +1258,23 @@ export declare const MODELS: {
|
|
|
1207
1258
|
contextWindow: number;
|
|
1208
1259
|
maxTokens: number;
|
|
1209
1260
|
};
|
|
1261
|
+
readonly "qwen.qwen3-coder-next": {
|
|
1262
|
+
id: string;
|
|
1263
|
+
name: string;
|
|
1264
|
+
api: "bedrock-converse-stream";
|
|
1265
|
+
provider: string;
|
|
1266
|
+
baseUrl: string;
|
|
1267
|
+
reasoning: true;
|
|
1268
|
+
input: "text"[];
|
|
1269
|
+
cost: {
|
|
1270
|
+
input: number;
|
|
1271
|
+
output: number;
|
|
1272
|
+
cacheRead: number;
|
|
1273
|
+
cacheWrite: number;
|
|
1274
|
+
};
|
|
1275
|
+
contextWindow: number;
|
|
1276
|
+
maxTokens: number;
|
|
1277
|
+
};
|
|
1210
1278
|
readonly "qwen.qwen3-next-80b-a3b": {
|
|
1211
1279
|
id: string;
|
|
1212
1280
|
name: string;
|
|
@@ -1326,6 +1394,23 @@ export declare const MODELS: {
|
|
|
1326
1394
|
contextWindow: number;
|
|
1327
1395
|
maxTokens: number;
|
|
1328
1396
|
};
|
|
1397
|
+
readonly "us.anthropic.claude-opus-4-7": {
|
|
1398
|
+
id: string;
|
|
1399
|
+
name: string;
|
|
1400
|
+
api: "bedrock-converse-stream";
|
|
1401
|
+
provider: string;
|
|
1402
|
+
baseUrl: string;
|
|
1403
|
+
reasoning: true;
|
|
1404
|
+
input: ("image" | "text")[];
|
|
1405
|
+
cost: {
|
|
1406
|
+
input: number;
|
|
1407
|
+
output: number;
|
|
1408
|
+
cacheRead: number;
|
|
1409
|
+
cacheWrite: number;
|
|
1410
|
+
};
|
|
1411
|
+
contextWindow: number;
|
|
1412
|
+
maxTokens: number;
|
|
1413
|
+
};
|
|
1329
1414
|
readonly "us.anthropic.claude-sonnet-4-20250514-v1:0": {
|
|
1330
1415
|
id: string;
|
|
1331
1416
|
name: string;
|
|
@@ -1753,7 +1838,7 @@ export declare const MODELS: {
|
|
|
1753
1838
|
contextWindow: number;
|
|
1754
1839
|
maxTokens: number;
|
|
1755
1840
|
};
|
|
1756
|
-
readonly "claude-
|
|
1841
|
+
readonly "claude-opus-4-7": {
|
|
1757
1842
|
id: string;
|
|
1758
1843
|
name: string;
|
|
1759
1844
|
api: "anthropic-messages";
|
|
@@ -1770,7 +1855,7 @@ export declare const MODELS: {
|
|
|
1770
1855
|
contextWindow: number;
|
|
1771
1856
|
maxTokens: number;
|
|
1772
1857
|
};
|
|
1773
|
-
readonly "claude-sonnet-4-
|
|
1858
|
+
readonly "claude-sonnet-4-0": {
|
|
1774
1859
|
id: string;
|
|
1775
1860
|
name: string;
|
|
1776
1861
|
api: "anthropic-messages";
|
|
@@ -1787,7 +1872,7 @@ export declare const MODELS: {
|
|
|
1787
1872
|
contextWindow: number;
|
|
1788
1873
|
maxTokens: number;
|
|
1789
1874
|
};
|
|
1790
|
-
readonly "claude-sonnet-4-
|
|
1875
|
+
readonly "claude-sonnet-4-20250514": {
|
|
1791
1876
|
id: string;
|
|
1792
1877
|
name: string;
|
|
1793
1878
|
api: "anthropic-messages";
|
|
@@ -1804,7 +1889,7 @@ export declare const MODELS: {
|
|
|
1804
1889
|
contextWindow: number;
|
|
1805
1890
|
maxTokens: number;
|
|
1806
1891
|
};
|
|
1807
|
-
readonly "claude-sonnet-4-5
|
|
1892
|
+
readonly "claude-sonnet-4-5": {
|
|
1808
1893
|
id: string;
|
|
1809
1894
|
name: string;
|
|
1810
1895
|
api: "anthropic-messages";
|
|
@@ -1821,7 +1906,7 @@ export declare const MODELS: {
|
|
|
1821
1906
|
contextWindow: number;
|
|
1822
1907
|
maxTokens: number;
|
|
1823
1908
|
};
|
|
1824
|
-
readonly "claude-sonnet-4-
|
|
1909
|
+
readonly "claude-sonnet-4-5-20250929": {
|
|
1825
1910
|
id: string;
|
|
1826
1911
|
name: string;
|
|
1827
1912
|
api: "anthropic-messages";
|
|
@@ -1838,16 +1923,14 @@ export declare const MODELS: {
|
|
|
1838
1923
|
contextWindow: number;
|
|
1839
1924
|
maxTokens: number;
|
|
1840
1925
|
};
|
|
1841
|
-
|
|
1842
|
-
readonly "azure-openai-responses": {
|
|
1843
|
-
readonly "codex-mini-latest": {
|
|
1926
|
+
readonly "claude-sonnet-4-6": {
|
|
1844
1927
|
id: string;
|
|
1845
1928
|
name: string;
|
|
1846
|
-
api: "
|
|
1929
|
+
api: "anthropic-messages";
|
|
1847
1930
|
provider: string;
|
|
1848
1931
|
baseUrl: string;
|
|
1849
1932
|
reasoning: true;
|
|
1850
|
-
input: "text"[];
|
|
1933
|
+
input: ("image" | "text")[];
|
|
1851
1934
|
cost: {
|
|
1852
1935
|
input: number;
|
|
1853
1936
|
output: number;
|
|
@@ -1857,6 +1940,8 @@ export declare const MODELS: {
|
|
|
1857
1940
|
contextWindow: number;
|
|
1858
1941
|
maxTokens: number;
|
|
1859
1942
|
};
|
|
1943
|
+
};
|
|
1944
|
+
readonly "azure-openai-responses": {
|
|
1860
1945
|
readonly "gpt-4": {
|
|
1861
1946
|
id: string;
|
|
1862
1947
|
name: string;
|
|
@@ -2678,6 +2763,29 @@ export declare const MODELS: {
|
|
|
2678
2763
|
contextWindow: number;
|
|
2679
2764
|
maxTokens: number;
|
|
2680
2765
|
};
|
|
2766
|
+
readonly "claude-opus-4.7": {
|
|
2767
|
+
id: string;
|
|
2768
|
+
name: string;
|
|
2769
|
+
api: "anthropic-messages";
|
|
2770
|
+
provider: string;
|
|
2771
|
+
baseUrl: string;
|
|
2772
|
+
headers: {
|
|
2773
|
+
"User-Agent": string;
|
|
2774
|
+
"Editor-Version": string;
|
|
2775
|
+
"Editor-Plugin-Version": string;
|
|
2776
|
+
"Copilot-Integration-Id": string;
|
|
2777
|
+
};
|
|
2778
|
+
reasoning: true;
|
|
2779
|
+
input: ("image" | "text")[];
|
|
2780
|
+
cost: {
|
|
2781
|
+
input: number;
|
|
2782
|
+
output: number;
|
|
2783
|
+
cacheRead: number;
|
|
2784
|
+
cacheWrite: number;
|
|
2785
|
+
};
|
|
2786
|
+
contextWindow: number;
|
|
2787
|
+
maxTokens: number;
|
|
2788
|
+
};
|
|
2681
2789
|
readonly "claude-sonnet-4": {
|
|
2682
2790
|
id: string;
|
|
2683
2791
|
name: string;
|
|
@@ -3623,7 +3731,7 @@ export declare const MODELS: {
|
|
|
3623
3731
|
contextWindow: number;
|
|
3624
3732
|
maxTokens: number;
|
|
3625
3733
|
};
|
|
3626
|
-
readonly "gemma-4-26b": {
|
|
3734
|
+
readonly "gemma-4-26b-it": {
|
|
3627
3735
|
id: string;
|
|
3628
3736
|
name: string;
|
|
3629
3737
|
api: "google-generative-ai";
|
|
@@ -3640,7 +3748,7 @@ export declare const MODELS: {
|
|
|
3640
3748
|
contextWindow: number;
|
|
3641
3749
|
maxTokens: number;
|
|
3642
3750
|
};
|
|
3643
|
-
readonly "gemma-4-31b": {
|
|
3751
|
+
readonly "gemma-4-31b-it": {
|
|
3644
3752
|
id: string;
|
|
3645
3753
|
name: string;
|
|
3646
3754
|
api: "google-generative-ai";
|
|
@@ -4472,6 +4580,26 @@ export declare const MODELS: {
|
|
|
4472
4580
|
contextWindow: number;
|
|
4473
4581
|
maxTokens: number;
|
|
4474
4582
|
};
|
|
4583
|
+
readonly "MiniMaxAI/MiniMax-M2.7": {
|
|
4584
|
+
id: string;
|
|
4585
|
+
name: string;
|
|
4586
|
+
api: "openai-completions";
|
|
4587
|
+
provider: string;
|
|
4588
|
+
baseUrl: string;
|
|
4589
|
+
compat: {
|
|
4590
|
+
supportsDeveloperRole: false;
|
|
4591
|
+
};
|
|
4592
|
+
reasoning: true;
|
|
4593
|
+
input: "text"[];
|
|
4594
|
+
cost: {
|
|
4595
|
+
input: number;
|
|
4596
|
+
output: number;
|
|
4597
|
+
cacheRead: number;
|
|
4598
|
+
cacheWrite: number;
|
|
4599
|
+
};
|
|
4600
|
+
contextWindow: number;
|
|
4601
|
+
maxTokens: number;
|
|
4602
|
+
};
|
|
4475
4603
|
readonly "Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
4476
4604
|
id: string;
|
|
4477
4605
|
name: string;
|
|
@@ -4732,6 +4860,26 @@ export declare const MODELS: {
|
|
|
4732
4860
|
contextWindow: number;
|
|
4733
4861
|
maxTokens: number;
|
|
4734
4862
|
};
|
|
4863
|
+
readonly "moonshotai/Kimi-K2.6": {
|
|
4864
|
+
id: string;
|
|
4865
|
+
name: string;
|
|
4866
|
+
api: "openai-completions";
|
|
4867
|
+
provider: string;
|
|
4868
|
+
baseUrl: string;
|
|
4869
|
+
compat: {
|
|
4870
|
+
supportsDeveloperRole: false;
|
|
4871
|
+
};
|
|
4872
|
+
reasoning: true;
|
|
4873
|
+
input: ("image" | "text")[];
|
|
4874
|
+
cost: {
|
|
4875
|
+
input: number;
|
|
4876
|
+
output: number;
|
|
4877
|
+
cacheRead: number;
|
|
4878
|
+
cacheWrite: number;
|
|
4879
|
+
};
|
|
4880
|
+
contextWindow: number;
|
|
4881
|
+
maxTokens: number;
|
|
4882
|
+
};
|
|
4735
4883
|
readonly "zai-org/GLM-4.7": {
|
|
4736
4884
|
id: string;
|
|
4737
4885
|
name: string;
|
|
@@ -4792,6 +4940,26 @@ export declare const MODELS: {
|
|
|
4792
4940
|
contextWindow: number;
|
|
4793
4941
|
maxTokens: number;
|
|
4794
4942
|
};
|
|
4943
|
+
readonly "zai-org/GLM-5.1": {
|
|
4944
|
+
id: string;
|
|
4945
|
+
name: string;
|
|
4946
|
+
api: "openai-completions";
|
|
4947
|
+
provider: string;
|
|
4948
|
+
baseUrl: string;
|
|
4949
|
+
compat: {
|
|
4950
|
+
supportsDeveloperRole: false;
|
|
4951
|
+
};
|
|
4952
|
+
reasoning: true;
|
|
4953
|
+
input: "text"[];
|
|
4954
|
+
cost: {
|
|
4955
|
+
input: number;
|
|
4956
|
+
output: number;
|
|
4957
|
+
cacheRead: number;
|
|
4958
|
+
cacheWrite: number;
|
|
4959
|
+
};
|
|
4960
|
+
contextWindow: number;
|
|
4961
|
+
maxTokens: number;
|
|
4962
|
+
};
|
|
4795
4963
|
};
|
|
4796
4964
|
readonly "kimi-coding": {
|
|
4797
4965
|
readonly k2p5: {
|
|
@@ -4811,6 +4979,23 @@ export declare const MODELS: {
|
|
|
4811
4979
|
contextWindow: number;
|
|
4812
4980
|
maxTokens: number;
|
|
4813
4981
|
};
|
|
4982
|
+
readonly k2p6: {
|
|
4983
|
+
id: string;
|
|
4984
|
+
name: string;
|
|
4985
|
+
api: "anthropic-messages";
|
|
4986
|
+
provider: string;
|
|
4987
|
+
baseUrl: string;
|
|
4988
|
+
reasoning: true;
|
|
4989
|
+
input: ("image" | "text")[];
|
|
4990
|
+
cost: {
|
|
4991
|
+
input: number;
|
|
4992
|
+
output: number;
|
|
4993
|
+
cacheRead: number;
|
|
4994
|
+
cacheWrite: number;
|
|
4995
|
+
};
|
|
4996
|
+
contextWindow: number;
|
|
4997
|
+
maxTokens: number;
|
|
4998
|
+
};
|
|
4814
4999
|
readonly "kimi-k2-thinking": {
|
|
4815
5000
|
id: string;
|
|
4816
5001
|
name: string;
|
|
@@ -5482,23 +5667,6 @@ export declare const MODELS: {
|
|
|
5482
5667
|
};
|
|
5483
5668
|
};
|
|
5484
5669
|
readonly openai: {
|
|
5485
|
-
readonly "codex-mini-latest": {
|
|
5486
|
-
id: string;
|
|
5487
|
-
name: string;
|
|
5488
|
-
api: "openai-responses";
|
|
5489
|
-
provider: string;
|
|
5490
|
-
baseUrl: string;
|
|
5491
|
-
reasoning: true;
|
|
5492
|
-
input: "text"[];
|
|
5493
|
-
cost: {
|
|
5494
|
-
input: number;
|
|
5495
|
-
output: number;
|
|
5496
|
-
cacheRead: number;
|
|
5497
|
-
cacheWrite: number;
|
|
5498
|
-
};
|
|
5499
|
-
contextWindow: number;
|
|
5500
|
-
maxTokens: number;
|
|
5501
|
-
};
|
|
5502
5670
|
readonly "gpt-4": {
|
|
5503
5671
|
id: string;
|
|
5504
5672
|
name: string;
|
|
@@ -6438,6 +6606,23 @@ export declare const MODELS: {
|
|
|
6438
6606
|
contextWindow: number;
|
|
6439
6607
|
maxTokens: number;
|
|
6440
6608
|
};
|
|
6609
|
+
readonly "claude-opus-4-7": {
|
|
6610
|
+
id: string;
|
|
6611
|
+
name: string;
|
|
6612
|
+
api: "anthropic-messages";
|
|
6613
|
+
provider: string;
|
|
6614
|
+
baseUrl: string;
|
|
6615
|
+
reasoning: true;
|
|
6616
|
+
input: ("image" | "text")[];
|
|
6617
|
+
cost: {
|
|
6618
|
+
input: number;
|
|
6619
|
+
output: number;
|
|
6620
|
+
cacheRead: number;
|
|
6621
|
+
cacheWrite: number;
|
|
6622
|
+
};
|
|
6623
|
+
contextWindow: number;
|
|
6624
|
+
maxTokens: number;
|
|
6625
|
+
};
|
|
6441
6626
|
readonly "claude-sonnet-4": {
|
|
6442
6627
|
id: string;
|
|
6443
6628
|
name: string;
|
|
@@ -6540,6 +6725,23 @@ export declare const MODELS: {
|
|
|
6540
6725
|
contextWindow: number;
|
|
6541
6726
|
maxTokens: number;
|
|
6542
6727
|
};
|
|
6728
|
+
readonly "glm-5.1": {
|
|
6729
|
+
id: string;
|
|
6730
|
+
name: string;
|
|
6731
|
+
api: "openai-completions";
|
|
6732
|
+
provider: string;
|
|
6733
|
+
baseUrl: string;
|
|
6734
|
+
reasoning: true;
|
|
6735
|
+
input: "text"[];
|
|
6736
|
+
cost: {
|
|
6737
|
+
input: number;
|
|
6738
|
+
output: number;
|
|
6739
|
+
cacheRead: number;
|
|
6740
|
+
cacheWrite: number;
|
|
6741
|
+
};
|
|
6742
|
+
contextWindow: number;
|
|
6743
|
+
maxTokens: number;
|
|
6744
|
+
};
|
|
6543
6745
|
readonly "gpt-5": {
|
|
6544
6746
|
id: string;
|
|
6545
6747
|
name: string;
|
|
@@ -6846,14 +7048,14 @@ export declare const MODELS: {
|
|
|
6846
7048
|
contextWindow: number;
|
|
6847
7049
|
maxTokens: number;
|
|
6848
7050
|
};
|
|
6849
|
-
readonly "qwen3.
|
|
7051
|
+
readonly "qwen3.5-plus": {
|
|
6850
7052
|
id: string;
|
|
6851
7053
|
name: string;
|
|
6852
7054
|
api: "openai-completions";
|
|
6853
7055
|
provider: string;
|
|
6854
7056
|
baseUrl: string;
|
|
6855
7057
|
reasoning: true;
|
|
6856
|
-
input: "text"[];
|
|
7058
|
+
input: ("image" | "text")[];
|
|
6857
7059
|
cost: {
|
|
6858
7060
|
input: number;
|
|
6859
7061
|
output: number;
|
|
@@ -6863,16 +7065,14 @@ export declare const MODELS: {
|
|
|
6863
7065
|
contextWindow: number;
|
|
6864
7066
|
maxTokens: number;
|
|
6865
7067
|
};
|
|
6866
|
-
|
|
6867
|
-
readonly "opencode-go": {
|
|
6868
|
-
readonly "glm-5": {
|
|
7068
|
+
readonly "qwen3.6-plus": {
|
|
6869
7069
|
id: string;
|
|
6870
7070
|
name: string;
|
|
6871
7071
|
api: "openai-completions";
|
|
6872
7072
|
provider: string;
|
|
6873
7073
|
baseUrl: string;
|
|
6874
7074
|
reasoning: true;
|
|
6875
|
-
input: "text"[];
|
|
7075
|
+
input: ("image" | "text")[];
|
|
6876
7076
|
cost: {
|
|
6877
7077
|
input: number;
|
|
6878
7078
|
output: number;
|
|
@@ -6882,14 +7082,16 @@ export declare const MODELS: {
|
|
|
6882
7082
|
contextWindow: number;
|
|
6883
7083
|
maxTokens: number;
|
|
6884
7084
|
};
|
|
6885
|
-
|
|
7085
|
+
};
|
|
7086
|
+
readonly "opencode-go": {
|
|
7087
|
+
readonly "glm-5": {
|
|
6886
7088
|
id: string;
|
|
6887
7089
|
name: string;
|
|
6888
7090
|
api: "openai-completions";
|
|
6889
7091
|
provider: string;
|
|
6890
7092
|
baseUrl: string;
|
|
6891
7093
|
reasoning: true;
|
|
6892
|
-
input:
|
|
7094
|
+
input: "text"[];
|
|
6893
7095
|
cost: {
|
|
6894
7096
|
input: number;
|
|
6895
7097
|
output: number;
|
|
@@ -6899,14 +7101,65 @@ export declare const MODELS: {
|
|
|
6899
7101
|
contextWindow: number;
|
|
6900
7102
|
maxTokens: number;
|
|
6901
7103
|
};
|
|
6902
|
-
readonly "
|
|
7104
|
+
readonly "glm-5.1": {
|
|
6903
7105
|
id: string;
|
|
6904
7106
|
name: string;
|
|
6905
7107
|
api: "openai-completions";
|
|
6906
7108
|
provider: string;
|
|
6907
7109
|
baseUrl: string;
|
|
6908
7110
|
reasoning: true;
|
|
6909
|
-
input:
|
|
7111
|
+
input: "text"[];
|
|
7112
|
+
cost: {
|
|
7113
|
+
input: number;
|
|
7114
|
+
output: number;
|
|
7115
|
+
cacheRead: number;
|
|
7116
|
+
cacheWrite: number;
|
|
7117
|
+
};
|
|
7118
|
+
contextWindow: number;
|
|
7119
|
+
maxTokens: number;
|
|
7120
|
+
};
|
|
7121
|
+
readonly "kimi-k2.5": {
|
|
7122
|
+
id: string;
|
|
7123
|
+
name: string;
|
|
7124
|
+
api: "openai-completions";
|
|
7125
|
+
provider: string;
|
|
7126
|
+
baseUrl: string;
|
|
7127
|
+
reasoning: true;
|
|
7128
|
+
input: ("image" | "text")[];
|
|
7129
|
+
cost: {
|
|
7130
|
+
input: number;
|
|
7131
|
+
output: number;
|
|
7132
|
+
cacheRead: number;
|
|
7133
|
+
cacheWrite: number;
|
|
7134
|
+
};
|
|
7135
|
+
contextWindow: number;
|
|
7136
|
+
maxTokens: number;
|
|
7137
|
+
};
|
|
7138
|
+
readonly "kimi-k2.6": {
|
|
7139
|
+
id: string;
|
|
7140
|
+
name: string;
|
|
7141
|
+
api: "openai-completions";
|
|
7142
|
+
provider: string;
|
|
7143
|
+
baseUrl: string;
|
|
7144
|
+
reasoning: true;
|
|
7145
|
+
input: ("image" | "text")[];
|
|
7146
|
+
cost: {
|
|
7147
|
+
input: number;
|
|
7148
|
+
output: number;
|
|
7149
|
+
cacheRead: number;
|
|
7150
|
+
cacheWrite: number;
|
|
7151
|
+
};
|
|
7152
|
+
contextWindow: number;
|
|
7153
|
+
maxTokens: number;
|
|
7154
|
+
};
|
|
7155
|
+
readonly "mimo-v2-omni": {
|
|
7156
|
+
id: string;
|
|
7157
|
+
name: string;
|
|
7158
|
+
api: "openai-completions";
|
|
7159
|
+
provider: string;
|
|
7160
|
+
baseUrl: string;
|
|
7161
|
+
reasoning: true;
|
|
7162
|
+
input: ("image" | "text")[];
|
|
6910
7163
|
cost: {
|
|
6911
7164
|
input: number;
|
|
6912
7165
|
output: number;
|
|
@@ -6967,6 +7220,40 @@ export declare const MODELS: {
|
|
|
6967
7220
|
contextWindow: number;
|
|
6968
7221
|
maxTokens: number;
|
|
6969
7222
|
};
|
|
7223
|
+
readonly "qwen3.5-plus": {
|
|
7224
|
+
id: string;
|
|
7225
|
+
name: string;
|
|
7226
|
+
api: "openai-completions";
|
|
7227
|
+
provider: string;
|
|
7228
|
+
baseUrl: string;
|
|
7229
|
+
reasoning: true;
|
|
7230
|
+
input: ("image" | "text")[];
|
|
7231
|
+
cost: {
|
|
7232
|
+
input: number;
|
|
7233
|
+
output: number;
|
|
7234
|
+
cacheRead: number;
|
|
7235
|
+
cacheWrite: number;
|
|
7236
|
+
};
|
|
7237
|
+
contextWindow: number;
|
|
7238
|
+
maxTokens: number;
|
|
7239
|
+
};
|
|
7240
|
+
readonly "qwen3.6-plus": {
|
|
7241
|
+
id: string;
|
|
7242
|
+
name: string;
|
|
7243
|
+
api: "openai-completions";
|
|
7244
|
+
provider: string;
|
|
7245
|
+
baseUrl: string;
|
|
7246
|
+
reasoning: true;
|
|
7247
|
+
input: ("image" | "text")[];
|
|
7248
|
+
cost: {
|
|
7249
|
+
input: number;
|
|
7250
|
+
output: number;
|
|
7251
|
+
cacheRead: number;
|
|
7252
|
+
cacheWrite: number;
|
|
7253
|
+
};
|
|
7254
|
+
contextWindow: number;
|
|
7255
|
+
maxTokens: number;
|
|
7256
|
+
};
|
|
6970
7257
|
};
|
|
6971
7258
|
readonly openrouter: {
|
|
6972
7259
|
readonly "ai21/jamba-large-1.7": {
|
|
@@ -7139,13 +7426,13 @@ export declare const MODELS: {
|
|
|
7139
7426
|
contextWindow: number;
|
|
7140
7427
|
maxTokens: number;
|
|
7141
7428
|
};
|
|
7142
|
-
readonly "anthropic/claude-3.
|
|
7429
|
+
readonly "anthropic/claude-3.7-sonnet": {
|
|
7143
7430
|
id: string;
|
|
7144
7431
|
name: string;
|
|
7145
7432
|
api: "openai-completions";
|
|
7146
7433
|
provider: string;
|
|
7147
7434
|
baseUrl: string;
|
|
7148
|
-
reasoning:
|
|
7435
|
+
reasoning: true;
|
|
7149
7436
|
input: ("image" | "text")[];
|
|
7150
7437
|
cost: {
|
|
7151
7438
|
input: number;
|
|
@@ -7156,7 +7443,7 @@ export declare const MODELS: {
|
|
|
7156
7443
|
contextWindow: number;
|
|
7157
7444
|
maxTokens: number;
|
|
7158
7445
|
};
|
|
7159
|
-
readonly "anthropic/claude-3.7-sonnet": {
|
|
7446
|
+
readonly "anthropic/claude-3.7-sonnet:thinking": {
|
|
7160
7447
|
id: string;
|
|
7161
7448
|
name: string;
|
|
7162
7449
|
api: "openai-completions";
|
|
@@ -7173,7 +7460,7 @@ export declare const MODELS: {
|
|
|
7173
7460
|
contextWindow: number;
|
|
7174
7461
|
maxTokens: number;
|
|
7175
7462
|
};
|
|
7176
|
-
readonly "anthropic/claude-
|
|
7463
|
+
readonly "anthropic/claude-haiku-4.5": {
|
|
7177
7464
|
id: string;
|
|
7178
7465
|
name: string;
|
|
7179
7466
|
api: "openai-completions";
|
|
@@ -7190,7 +7477,7 @@ export declare const MODELS: {
|
|
|
7190
7477
|
contextWindow: number;
|
|
7191
7478
|
maxTokens: number;
|
|
7192
7479
|
};
|
|
7193
|
-
readonly "anthropic/claude-
|
|
7480
|
+
readonly "anthropic/claude-opus-4": {
|
|
7194
7481
|
id: string;
|
|
7195
7482
|
name: string;
|
|
7196
7483
|
api: "openai-completions";
|
|
@@ -7207,7 +7494,7 @@ export declare const MODELS: {
|
|
|
7207
7494
|
contextWindow: number;
|
|
7208
7495
|
maxTokens: number;
|
|
7209
7496
|
};
|
|
7210
|
-
readonly "anthropic/claude-opus-4": {
|
|
7497
|
+
readonly "anthropic/claude-opus-4.1": {
|
|
7211
7498
|
id: string;
|
|
7212
7499
|
name: string;
|
|
7213
7500
|
api: "openai-completions";
|
|
@@ -7224,7 +7511,7 @@ export declare const MODELS: {
|
|
|
7224
7511
|
contextWindow: number;
|
|
7225
7512
|
maxTokens: number;
|
|
7226
7513
|
};
|
|
7227
|
-
readonly "anthropic/claude-opus-4.
|
|
7514
|
+
readonly "anthropic/claude-opus-4.5": {
|
|
7228
7515
|
id: string;
|
|
7229
7516
|
name: string;
|
|
7230
7517
|
api: "openai-completions";
|
|
@@ -7241,7 +7528,7 @@ export declare const MODELS: {
|
|
|
7241
7528
|
contextWindow: number;
|
|
7242
7529
|
maxTokens: number;
|
|
7243
7530
|
};
|
|
7244
|
-
readonly "anthropic/claude-opus-4.
|
|
7531
|
+
readonly "anthropic/claude-opus-4.6": {
|
|
7245
7532
|
id: string;
|
|
7246
7533
|
name: string;
|
|
7247
7534
|
api: "openai-completions";
|
|
@@ -7258,7 +7545,7 @@ export declare const MODELS: {
|
|
|
7258
7545
|
contextWindow: number;
|
|
7259
7546
|
maxTokens: number;
|
|
7260
7547
|
};
|
|
7261
|
-
readonly "anthropic/claude-opus-4.6": {
|
|
7548
|
+
readonly "anthropic/claude-opus-4.6-fast": {
|
|
7262
7549
|
id: string;
|
|
7263
7550
|
name: string;
|
|
7264
7551
|
api: "openai-completions";
|
|
@@ -7275,7 +7562,7 @@ export declare const MODELS: {
|
|
|
7275
7562
|
contextWindow: number;
|
|
7276
7563
|
maxTokens: number;
|
|
7277
7564
|
};
|
|
7278
|
-
readonly "anthropic/claude-
|
|
7565
|
+
readonly "anthropic/claude-opus-4.7": {
|
|
7279
7566
|
id: string;
|
|
7280
7567
|
name: string;
|
|
7281
7568
|
api: "openai-completions";
|
|
@@ -7292,7 +7579,7 @@ export declare const MODELS: {
|
|
|
7292
7579
|
contextWindow: number;
|
|
7293
7580
|
maxTokens: number;
|
|
7294
7581
|
};
|
|
7295
|
-
readonly "anthropic/claude-sonnet-4
|
|
7582
|
+
readonly "anthropic/claude-sonnet-4": {
|
|
7296
7583
|
id: string;
|
|
7297
7584
|
name: string;
|
|
7298
7585
|
api: "openai-completions";
|
|
@@ -7309,7 +7596,7 @@ export declare const MODELS: {
|
|
|
7309
7596
|
contextWindow: number;
|
|
7310
7597
|
maxTokens: number;
|
|
7311
7598
|
};
|
|
7312
|
-
readonly "anthropic/claude-sonnet-4.
|
|
7599
|
+
readonly "anthropic/claude-sonnet-4.5": {
|
|
7313
7600
|
id: string;
|
|
7314
7601
|
name: string;
|
|
7315
7602
|
api: "openai-completions";
|
|
@@ -7326,14 +7613,14 @@ export declare const MODELS: {
|
|
|
7326
7613
|
contextWindow: number;
|
|
7327
7614
|
maxTokens: number;
|
|
7328
7615
|
};
|
|
7329
|
-
readonly "
|
|
7616
|
+
readonly "anthropic/claude-sonnet-4.6": {
|
|
7330
7617
|
id: string;
|
|
7331
7618
|
name: string;
|
|
7332
7619
|
api: "openai-completions";
|
|
7333
7620
|
provider: string;
|
|
7334
7621
|
baseUrl: string;
|
|
7335
|
-
reasoning:
|
|
7336
|
-
input: "text"[];
|
|
7622
|
+
reasoning: true;
|
|
7623
|
+
input: ("image" | "text")[];
|
|
7337
7624
|
cost: {
|
|
7338
7625
|
input: number;
|
|
7339
7626
|
output: number;
|
|
@@ -7343,13 +7630,13 @@ export declare const MODELS: {
|
|
|
7343
7630
|
contextWindow: number;
|
|
7344
7631
|
maxTokens: number;
|
|
7345
7632
|
};
|
|
7346
|
-
readonly "arcee-ai/trinity-large-
|
|
7633
|
+
readonly "arcee-ai/trinity-large-preview:free": {
|
|
7347
7634
|
id: string;
|
|
7348
7635
|
name: string;
|
|
7349
7636
|
api: "openai-completions";
|
|
7350
7637
|
provider: string;
|
|
7351
7638
|
baseUrl: string;
|
|
7352
|
-
reasoning:
|
|
7639
|
+
reasoning: false;
|
|
7353
7640
|
input: "text"[];
|
|
7354
7641
|
cost: {
|
|
7355
7642
|
input: number;
|
|
@@ -7360,7 +7647,7 @@ export declare const MODELS: {
|
|
|
7360
7647
|
contextWindow: number;
|
|
7361
7648
|
maxTokens: number;
|
|
7362
7649
|
};
|
|
7363
|
-
readonly "arcee-ai/trinity-
|
|
7650
|
+
readonly "arcee-ai/trinity-large-thinking": {
|
|
7364
7651
|
id: string;
|
|
7365
7652
|
name: string;
|
|
7366
7653
|
api: "openai-completions";
|
|
@@ -7377,7 +7664,7 @@ export declare const MODELS: {
|
|
|
7377
7664
|
contextWindow: number;
|
|
7378
7665
|
maxTokens: number;
|
|
7379
7666
|
};
|
|
7380
|
-
readonly "arcee-ai/trinity-mini
|
|
7667
|
+
readonly "arcee-ai/trinity-mini": {
|
|
7381
7668
|
id: string;
|
|
7382
7669
|
name: string;
|
|
7383
7670
|
api: "openai-completions";
|
|
@@ -7587,7 +7874,7 @@ export declare const MODELS: {
|
|
|
7587
7874
|
api: "openai-completions";
|
|
7588
7875
|
provider: string;
|
|
7589
7876
|
baseUrl: string;
|
|
7590
|
-
reasoning:
|
|
7877
|
+
reasoning: false;
|
|
7591
7878
|
input: "text"[];
|
|
7592
7879
|
cost: {
|
|
7593
7880
|
input: number;
|
|
@@ -7938,7 +8225,7 @@ export declare const MODELS: {
|
|
|
7938
8225
|
contextWindow: number;
|
|
7939
8226
|
maxTokens: number;
|
|
7940
8227
|
};
|
|
7941
|
-
readonly "google/gemma-4-
|
|
8228
|
+
readonly "google/gemma-4-26b-a4b-it:free": {
|
|
7942
8229
|
id: string;
|
|
7943
8230
|
name: string;
|
|
7944
8231
|
api: "openai-completions";
|
|
@@ -7955,14 +8242,14 @@ export declare const MODELS: {
|
|
|
7955
8242
|
contextWindow: number;
|
|
7956
8243
|
maxTokens: number;
|
|
7957
8244
|
};
|
|
7958
|
-
readonly "
|
|
8245
|
+
readonly "google/gemma-4-31b-it": {
|
|
7959
8246
|
id: string;
|
|
7960
8247
|
name: string;
|
|
7961
8248
|
api: "openai-completions";
|
|
7962
8249
|
provider: string;
|
|
7963
8250
|
baseUrl: string;
|
|
7964
|
-
reasoning:
|
|
7965
|
-
input: "text"[];
|
|
8251
|
+
reasoning: true;
|
|
8252
|
+
input: ("image" | "text")[];
|
|
7966
8253
|
cost: {
|
|
7967
8254
|
input: number;
|
|
7968
8255
|
output: number;
|
|
@@ -7972,14 +8259,14 @@ export declare const MODELS: {
|
|
|
7972
8259
|
contextWindow: number;
|
|
7973
8260
|
maxTokens: number;
|
|
7974
8261
|
};
|
|
7975
|
-
readonly "
|
|
8262
|
+
readonly "google/gemma-4-31b-it:free": {
|
|
7976
8263
|
id: string;
|
|
7977
8264
|
name: string;
|
|
7978
8265
|
api: "openai-completions";
|
|
7979
8266
|
provider: string;
|
|
7980
8267
|
baseUrl: string;
|
|
7981
8268
|
reasoning: true;
|
|
7982
|
-
input: "text"[];
|
|
8269
|
+
input: ("image" | "text")[];
|
|
7983
8270
|
cost: {
|
|
7984
8271
|
input: number;
|
|
7985
8272
|
output: number;
|
|
@@ -7989,13 +8276,13 @@ export declare const MODELS: {
|
|
|
7989
8276
|
contextWindow: number;
|
|
7990
8277
|
maxTokens: number;
|
|
7991
8278
|
};
|
|
7992
|
-
readonly "inception/mercury-
|
|
8279
|
+
readonly "inception/mercury-2": {
|
|
7993
8280
|
id: string;
|
|
7994
8281
|
name: string;
|
|
7995
8282
|
api: "openai-completions";
|
|
7996
8283
|
provider: string;
|
|
7997
8284
|
baseUrl: string;
|
|
7998
|
-
reasoning:
|
|
8285
|
+
reasoning: true;
|
|
7999
8286
|
input: "text"[];
|
|
8000
8287
|
cost: {
|
|
8001
8288
|
input: number;
|
|
@@ -8023,23 +8310,6 @@ export declare const MODELS: {
|
|
|
8023
8310
|
contextWindow: number;
|
|
8024
8311
|
maxTokens: number;
|
|
8025
8312
|
};
|
|
8026
|
-
readonly "meituan/longcat-flash-chat": {
|
|
8027
|
-
id: string;
|
|
8028
|
-
name: string;
|
|
8029
|
-
api: "openai-completions";
|
|
8030
|
-
provider: string;
|
|
8031
|
-
baseUrl: string;
|
|
8032
|
-
reasoning: false;
|
|
8033
|
-
input: "text"[];
|
|
8034
|
-
cost: {
|
|
8035
|
-
input: number;
|
|
8036
|
-
output: number;
|
|
8037
|
-
cacheRead: number;
|
|
8038
|
-
cacheWrite: number;
|
|
8039
|
-
};
|
|
8040
|
-
contextWindow: number;
|
|
8041
|
-
maxTokens: number;
|
|
8042
|
-
};
|
|
8043
8313
|
readonly "meta-llama/llama-3-8b-instruct": {
|
|
8044
8314
|
id: string;
|
|
8045
8315
|
name: string;
|
|
@@ -8125,23 +8395,6 @@ export declare const MODELS: {
|
|
|
8125
8395
|
contextWindow: number;
|
|
8126
8396
|
maxTokens: number;
|
|
8127
8397
|
};
|
|
8128
|
-
readonly "meta-llama/llama-4-maverick": {
|
|
8129
|
-
id: string;
|
|
8130
|
-
name: string;
|
|
8131
|
-
api: "openai-completions";
|
|
8132
|
-
provider: string;
|
|
8133
|
-
baseUrl: string;
|
|
8134
|
-
reasoning: false;
|
|
8135
|
-
input: ("image" | "text")[];
|
|
8136
|
-
cost: {
|
|
8137
|
-
input: number;
|
|
8138
|
-
output: number;
|
|
8139
|
-
cacheRead: number;
|
|
8140
|
-
cacheWrite: number;
|
|
8141
|
-
};
|
|
8142
|
-
contextWindow: number;
|
|
8143
|
-
maxTokens: number;
|
|
8144
|
-
};
|
|
8145
8398
|
readonly "meta-llama/llama-4-scout": {
|
|
8146
8399
|
id: string;
|
|
8147
8400
|
name: string;
|
|
@@ -8703,6 +8956,23 @@ export declare const MODELS: {
|
|
|
8703
8956
|
contextWindow: number;
|
|
8704
8957
|
maxTokens: number;
|
|
8705
8958
|
};
|
|
8959
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
8960
|
+
id: string;
|
|
8961
|
+
name: string;
|
|
8962
|
+
api: "openai-completions";
|
|
8963
|
+
provider: string;
|
|
8964
|
+
baseUrl: string;
|
|
8965
|
+
reasoning: true;
|
|
8966
|
+
input: ("image" | "text")[];
|
|
8967
|
+
cost: {
|
|
8968
|
+
input: number;
|
|
8969
|
+
output: number;
|
|
8970
|
+
cacheRead: number;
|
|
8971
|
+
cacheWrite: number;
|
|
8972
|
+
};
|
|
8973
|
+
contextWindow: number;
|
|
8974
|
+
maxTokens: number;
|
|
8975
|
+
};
|
|
8706
8976
|
readonly "nex-agi/deepseek-v3.1-nex-n1": {
|
|
8707
8977
|
id: string;
|
|
8708
8978
|
name: string;
|
|
@@ -9179,23 +9449,6 @@ export declare const MODELS: {
|
|
|
9179
9449
|
contextWindow: number;
|
|
9180
9450
|
maxTokens: number;
|
|
9181
9451
|
};
|
|
9182
|
-
readonly "openai/gpt-4o:extended": {
|
|
9183
|
-
id: string;
|
|
9184
|
-
name: string;
|
|
9185
|
-
api: "openai-completions";
|
|
9186
|
-
provider: string;
|
|
9187
|
-
baseUrl: string;
|
|
9188
|
-
reasoning: false;
|
|
9189
|
-
input: ("image" | "text")[];
|
|
9190
|
-
cost: {
|
|
9191
|
-
input: number;
|
|
9192
|
-
output: number;
|
|
9193
|
-
cacheRead: number;
|
|
9194
|
-
cacheWrite: number;
|
|
9195
|
-
};
|
|
9196
|
-
contextWindow: number;
|
|
9197
|
-
maxTokens: number;
|
|
9198
|
-
};
|
|
9199
9452
|
readonly "openai/gpt-5": {
|
|
9200
9453
|
id: string;
|
|
9201
9454
|
name: string;
|
|
@@ -9859,6 +10112,23 @@ export declare const MODELS: {
|
|
|
9859
10112
|
contextWindow: number;
|
|
9860
10113
|
maxTokens: number;
|
|
9861
10114
|
};
|
|
10115
|
+
readonly "openrouter/elephant-alpha": {
|
|
10116
|
+
id: string;
|
|
10117
|
+
name: string;
|
|
10118
|
+
api: "openai-completions";
|
|
10119
|
+
provider: string;
|
|
10120
|
+
baseUrl: string;
|
|
10121
|
+
reasoning: false;
|
|
10122
|
+
input: "text"[];
|
|
10123
|
+
cost: {
|
|
10124
|
+
input: number;
|
|
10125
|
+
output: number;
|
|
10126
|
+
cacheRead: number;
|
|
10127
|
+
cacheWrite: number;
|
|
10128
|
+
};
|
|
10129
|
+
contextWindow: number;
|
|
10130
|
+
maxTokens: number;
|
|
10131
|
+
};
|
|
9862
10132
|
readonly "openrouter/free": {
|
|
9863
10133
|
id: string;
|
|
9864
10134
|
name: string;
|
|
@@ -10069,7 +10339,7 @@ export declare const MODELS: {
|
|
|
10069
10339
|
api: "openai-completions";
|
|
10070
10340
|
provider: string;
|
|
10071
10341
|
baseUrl: string;
|
|
10072
|
-
reasoning:
|
|
10342
|
+
reasoning: false;
|
|
10073
10343
|
input: "text"[];
|
|
10074
10344
|
cost: {
|
|
10075
10345
|
input: number;
|
|
@@ -10607,7 +10877,7 @@ export declare const MODELS: {
|
|
|
10607
10877
|
contextWindow: number;
|
|
10608
10878
|
maxTokens: number;
|
|
10609
10879
|
};
|
|
10610
|
-
readonly "qwen/qwen3.6-plus
|
|
10880
|
+
readonly "qwen/qwen3.6-plus": {
|
|
10611
10881
|
id: string;
|
|
10612
10882
|
name: string;
|
|
10613
10883
|
api: "openai-completions";
|
|
@@ -10726,23 +10996,6 @@ export declare const MODELS: {
|
|
|
10726
10996
|
contextWindow: number;
|
|
10727
10997
|
maxTokens: number;
|
|
10728
10998
|
};
|
|
10729
|
-
readonly "stepfun/step-3.5-flash:free": {
|
|
10730
|
-
id: string;
|
|
10731
|
-
name: string;
|
|
10732
|
-
api: "openai-completions";
|
|
10733
|
-
provider: string;
|
|
10734
|
-
baseUrl: string;
|
|
10735
|
-
reasoning: true;
|
|
10736
|
-
input: "text"[];
|
|
10737
|
-
cost: {
|
|
10738
|
-
input: number;
|
|
10739
|
-
output: number;
|
|
10740
|
-
cacheRead: number;
|
|
10741
|
-
cacheWrite: number;
|
|
10742
|
-
};
|
|
10743
|
-
contextWindow: number;
|
|
10744
|
-
maxTokens: number;
|
|
10745
|
-
};
|
|
10746
10999
|
readonly "thedrummer/rocinante-12b": {
|
|
10747
11000
|
id: string;
|
|
10748
11001
|
name: string;
|
|
@@ -11202,6 +11455,23 @@ export declare const MODELS: {
|
|
|
11202
11455
|
contextWindow: number;
|
|
11203
11456
|
maxTokens: number;
|
|
11204
11457
|
};
|
|
11458
|
+
readonly "z-ai/glm-5.1": {
|
|
11459
|
+
id: string;
|
|
11460
|
+
name: string;
|
|
11461
|
+
api: "openai-completions";
|
|
11462
|
+
provider: string;
|
|
11463
|
+
baseUrl: string;
|
|
11464
|
+
reasoning: true;
|
|
11465
|
+
input: "text"[];
|
|
11466
|
+
cost: {
|
|
11467
|
+
input: number;
|
|
11468
|
+
output: number;
|
|
11469
|
+
cacheRead: number;
|
|
11470
|
+
cacheWrite: number;
|
|
11471
|
+
};
|
|
11472
|
+
contextWindow: number;
|
|
11473
|
+
maxTokens: number;
|
|
11474
|
+
};
|
|
11205
11475
|
readonly "z-ai/glm-5v-turbo": {
|
|
11206
11476
|
id: string;
|
|
11207
11477
|
name: string;
|
|
@@ -11527,30 +11797,13 @@ export declare const MODELS: {
|
|
|
11527
11797
|
contextWindow: number;
|
|
11528
11798
|
maxTokens: number;
|
|
11529
11799
|
};
|
|
11530
|
-
readonly "anthropic/claude-3.
|
|
11531
|
-
id: string;
|
|
11532
|
-
name: string;
|
|
11533
|
-
api: "anthropic-messages";
|
|
11534
|
-
provider: string;
|
|
11535
|
-
baseUrl: string;
|
|
11536
|
-
reasoning: false;
|
|
11537
|
-
input: ("image" | "text")[];
|
|
11538
|
-
cost: {
|
|
11539
|
-
input: number;
|
|
11540
|
-
output: number;
|
|
11541
|
-
cacheRead: number;
|
|
11542
|
-
cacheWrite: number;
|
|
11543
|
-
};
|
|
11544
|
-
contextWindow: number;
|
|
11545
|
-
maxTokens: number;
|
|
11546
|
-
};
|
|
11547
|
-
readonly "anthropic/claude-3.5-sonnet-20240620": {
|
|
11800
|
+
readonly "anthropic/claude-3.7-sonnet": {
|
|
11548
11801
|
id: string;
|
|
11549
11802
|
name: string;
|
|
11550
11803
|
api: "anthropic-messages";
|
|
11551
11804
|
provider: string;
|
|
11552
11805
|
baseUrl: string;
|
|
11553
|
-
reasoning:
|
|
11806
|
+
reasoning: true;
|
|
11554
11807
|
input: ("image" | "text")[];
|
|
11555
11808
|
cost: {
|
|
11556
11809
|
input: number;
|
|
@@ -11561,7 +11814,7 @@ export declare const MODELS: {
|
|
|
11561
11814
|
contextWindow: number;
|
|
11562
11815
|
maxTokens: number;
|
|
11563
11816
|
};
|
|
11564
|
-
readonly "anthropic/claude-
|
|
11817
|
+
readonly "anthropic/claude-haiku-4.5": {
|
|
11565
11818
|
id: string;
|
|
11566
11819
|
name: string;
|
|
11567
11820
|
api: "anthropic-messages";
|
|
@@ -11578,7 +11831,7 @@ export declare const MODELS: {
|
|
|
11578
11831
|
contextWindow: number;
|
|
11579
11832
|
maxTokens: number;
|
|
11580
11833
|
};
|
|
11581
|
-
readonly "anthropic/claude-
|
|
11834
|
+
readonly "anthropic/claude-opus-4": {
|
|
11582
11835
|
id: string;
|
|
11583
11836
|
name: string;
|
|
11584
11837
|
api: "anthropic-messages";
|
|
@@ -11595,7 +11848,7 @@ export declare const MODELS: {
|
|
|
11595
11848
|
contextWindow: number;
|
|
11596
11849
|
maxTokens: number;
|
|
11597
11850
|
};
|
|
11598
|
-
readonly "anthropic/claude-opus-4": {
|
|
11851
|
+
readonly "anthropic/claude-opus-4.1": {
|
|
11599
11852
|
id: string;
|
|
11600
11853
|
name: string;
|
|
11601
11854
|
api: "anthropic-messages";
|
|
@@ -11612,7 +11865,7 @@ export declare const MODELS: {
|
|
|
11612
11865
|
contextWindow: number;
|
|
11613
11866
|
maxTokens: number;
|
|
11614
11867
|
};
|
|
11615
|
-
readonly "anthropic/claude-opus-4.
|
|
11868
|
+
readonly "anthropic/claude-opus-4.5": {
|
|
11616
11869
|
id: string;
|
|
11617
11870
|
name: string;
|
|
11618
11871
|
api: "anthropic-messages";
|
|
@@ -11629,7 +11882,7 @@ export declare const MODELS: {
|
|
|
11629
11882
|
contextWindow: number;
|
|
11630
11883
|
maxTokens: number;
|
|
11631
11884
|
};
|
|
11632
|
-
readonly "anthropic/claude-opus-4.
|
|
11885
|
+
readonly "anthropic/claude-opus-4.6": {
|
|
11633
11886
|
id: string;
|
|
11634
11887
|
name: string;
|
|
11635
11888
|
api: "anthropic-messages";
|
|
@@ -11646,7 +11899,7 @@ export declare const MODELS: {
|
|
|
11646
11899
|
contextWindow: number;
|
|
11647
11900
|
maxTokens: number;
|
|
11648
11901
|
};
|
|
11649
|
-
readonly "anthropic/claude-opus-4.
|
|
11902
|
+
readonly "anthropic/claude-opus-4.7": {
|
|
11650
11903
|
id: string;
|
|
11651
11904
|
name: string;
|
|
11652
11905
|
api: "anthropic-messages";
|
|
@@ -12043,7 +12296,7 @@ export declare const MODELS: {
|
|
|
12043
12296
|
api: "anthropic-messages";
|
|
12044
12297
|
provider: string;
|
|
12045
12298
|
baseUrl: string;
|
|
12046
|
-
reasoning:
|
|
12299
|
+
reasoning: false;
|
|
12047
12300
|
input: ("image" | "text")[];
|
|
12048
12301
|
cost: {
|
|
12049
12302
|
input: number;
|
|
@@ -12060,7 +12313,7 @@ export declare const MODELS: {
|
|
|
12060
12313
|
api: "anthropic-messages";
|
|
12061
12314
|
provider: string;
|
|
12062
12315
|
baseUrl: string;
|
|
12063
|
-
reasoning:
|
|
12316
|
+
reasoning: false;
|
|
12064
12317
|
input: ("image" | "text")[];
|
|
12065
12318
|
cost: {
|
|
12066
12319
|
input: number;
|
|
@@ -12139,23 +12392,6 @@ export declare const MODELS: {
|
|
|
12139
12392
|
contextWindow: number;
|
|
12140
12393
|
maxTokens: number;
|
|
12141
12394
|
};
|
|
12142
|
-
readonly "meituan/longcat-flash-thinking": {
|
|
12143
|
-
id: string;
|
|
12144
|
-
name: string;
|
|
12145
|
-
api: "anthropic-messages";
|
|
12146
|
-
provider: string;
|
|
12147
|
-
baseUrl: string;
|
|
12148
|
-
reasoning: true;
|
|
12149
|
-
input: "text"[];
|
|
12150
|
-
cost: {
|
|
12151
|
-
input: number;
|
|
12152
|
-
output: number;
|
|
12153
|
-
cacheRead: number;
|
|
12154
|
-
cacheWrite: number;
|
|
12155
|
-
};
|
|
12156
|
-
contextWindow: number;
|
|
12157
|
-
maxTokens: number;
|
|
12158
|
-
};
|
|
12159
12395
|
readonly "meta/llama-3.1-70b": {
|
|
12160
12396
|
id: string;
|
|
12161
12397
|
name: string;
|
|
@@ -12666,6 +12902,23 @@ export declare const MODELS: {
|
|
|
12666
12902
|
contextWindow: number;
|
|
12667
12903
|
maxTokens: number;
|
|
12668
12904
|
};
|
|
12905
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
12906
|
+
id: string;
|
|
12907
|
+
name: string;
|
|
12908
|
+
api: "anthropic-messages";
|
|
12909
|
+
provider: string;
|
|
12910
|
+
baseUrl: string;
|
|
12911
|
+
reasoning: true;
|
|
12912
|
+
input: ("image" | "text")[];
|
|
12913
|
+
cost: {
|
|
12914
|
+
input: number;
|
|
12915
|
+
output: number;
|
|
12916
|
+
cacheRead: number;
|
|
12917
|
+
cacheWrite: number;
|
|
12918
|
+
};
|
|
12919
|
+
contextWindow: number;
|
|
12920
|
+
maxTokens: number;
|
|
12921
|
+
};
|
|
12669
12922
|
readonly "nvidia/nemotron-nano-12b-v2-vl": {
|
|
12670
12923
|
id: string;
|
|
12671
12924
|
name: string;
|
|
@@ -13159,23 +13412,6 @@ export declare const MODELS: {
|
|
|
13159
13412
|
contextWindow: number;
|
|
13160
13413
|
maxTokens: number;
|
|
13161
13414
|
};
|
|
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
|
-
};
|
|
13179
13415
|
readonly "openai/gpt-oss-20b": {
|
|
13180
13416
|
id: string;
|
|
13181
13417
|
name: string;
|
|
@@ -13363,23 +13599,6 @@ export declare const MODELS: {
|
|
|
13363
13599
|
contextWindow: number;
|
|
13364
13600
|
maxTokens: number;
|
|
13365
13601
|
};
|
|
13366
|
-
readonly "xai/grok-2-vision": {
|
|
13367
|
-
id: string;
|
|
13368
|
-
name: string;
|
|
13369
|
-
api: "anthropic-messages";
|
|
13370
|
-
provider: string;
|
|
13371
|
-
baseUrl: string;
|
|
13372
|
-
reasoning: false;
|
|
13373
|
-
input: ("image" | "text")[];
|
|
13374
|
-
cost: {
|
|
13375
|
-
input: number;
|
|
13376
|
-
output: number;
|
|
13377
|
-
cacheRead: number;
|
|
13378
|
-
cacheWrite: number;
|
|
13379
|
-
};
|
|
13380
|
-
contextWindow: number;
|
|
13381
|
-
maxTokens: number;
|
|
13382
|
-
};
|
|
13383
13602
|
readonly "xai/grok-3": {
|
|
13384
13603
|
id: string;
|
|
13385
13604
|
name: string;
|
|
@@ -13472,7 +13691,7 @@ export declare const MODELS: {
|
|
|
13472
13691
|
provider: string;
|
|
13473
13692
|
baseUrl: string;
|
|
13474
13693
|
reasoning: false;
|
|
13475
|
-
input: "text"[];
|
|
13694
|
+
input: ("image" | "text")[];
|
|
13476
13695
|
cost: {
|
|
13477
13696
|
input: number;
|
|
13478
13697
|
output: number;
|
|
@@ -13489,7 +13708,7 @@ export declare const MODELS: {
|
|
|
13489
13708
|
provider: string;
|
|
13490
13709
|
baseUrl: string;
|
|
13491
13710
|
reasoning: true;
|
|
13492
|
-
input: "text"[];
|
|
13711
|
+
input: ("image" | "text")[];
|
|
13493
13712
|
cost: {
|
|
13494
13713
|
input: number;
|
|
13495
13714
|
output: number;
|
|
@@ -13506,7 +13725,7 @@ export declare const MODELS: {
|
|
|
13506
13725
|
provider: string;
|
|
13507
13726
|
baseUrl: string;
|
|
13508
13727
|
reasoning: false;
|
|
13509
|
-
input: "text"[];
|
|
13728
|
+
input: ("image" | "text")[];
|
|
13510
13729
|
cost: {
|
|
13511
13730
|
input: number;
|
|
13512
13731
|
output: number;
|
|
@@ -13523,7 +13742,7 @@ export declare const MODELS: {
|
|
|
13523
13742
|
provider: string;
|
|
13524
13743
|
baseUrl: string;
|
|
13525
13744
|
reasoning: true;
|
|
13526
|
-
input: "text"[];
|
|
13745
|
+
input: ("image" | "text")[];
|
|
13527
13746
|
cost: {
|
|
13528
13747
|
input: number;
|
|
13529
13748
|
output: number;
|
|
@@ -13540,7 +13759,7 @@ export declare const MODELS: {
|
|
|
13540
13759
|
provider: string;
|
|
13541
13760
|
baseUrl: string;
|
|
13542
13761
|
reasoning: true;
|
|
13543
|
-
input: "text"[];
|
|
13762
|
+
input: ("image" | "text")[];
|
|
13544
13763
|
cost: {
|
|
13545
13764
|
input: number;
|
|
13546
13765
|
output: number;
|
|
@@ -13557,7 +13776,7 @@ export declare const MODELS: {
|
|
|
13557
13776
|
provider: string;
|
|
13558
13777
|
baseUrl: string;
|
|
13559
13778
|
reasoning: true;
|
|
13560
|
-
input: "text"[];
|
|
13779
|
+
input: ("image" | "text")[];
|
|
13561
13780
|
cost: {
|
|
13562
13781
|
input: number;
|
|
13563
13782
|
output: number;
|
|
@@ -13873,6 +14092,23 @@ export declare const MODELS: {
|
|
|
13873
14092
|
contextWindow: number;
|
|
13874
14093
|
maxTokens: number;
|
|
13875
14094
|
};
|
|
14095
|
+
readonly "zai/glm-5.1": {
|
|
14096
|
+
id: string;
|
|
14097
|
+
name: string;
|
|
14098
|
+
api: "anthropic-messages";
|
|
14099
|
+
provider: string;
|
|
14100
|
+
baseUrl: string;
|
|
14101
|
+
reasoning: true;
|
|
14102
|
+
input: ("image" | "text")[];
|
|
14103
|
+
cost: {
|
|
14104
|
+
input: number;
|
|
14105
|
+
output: number;
|
|
14106
|
+
cacheRead: number;
|
|
14107
|
+
cacheWrite: number;
|
|
14108
|
+
};
|
|
14109
|
+
contextWindow: number;
|
|
14110
|
+
maxTokens: number;
|
|
14111
|
+
};
|
|
13876
14112
|
readonly "zai/glm-5v-turbo": {
|
|
13877
14113
|
id: string;
|
|
13878
14114
|
name: string;
|
|
@@ -14533,6 +14769,27 @@ export declare const MODELS: {
|
|
|
14533
14769
|
contextWindow: number;
|
|
14534
14770
|
maxTokens: number;
|
|
14535
14771
|
};
|
|
14772
|
+
readonly "glm-5.1": {
|
|
14773
|
+
id: string;
|
|
14774
|
+
name: string;
|
|
14775
|
+
api: "openai-completions";
|
|
14776
|
+
provider: string;
|
|
14777
|
+
baseUrl: string;
|
|
14778
|
+
compat: {
|
|
14779
|
+
supportsDeveloperRole: false;
|
|
14780
|
+
thinkingFormat: "zai";
|
|
14781
|
+
};
|
|
14782
|
+
reasoning: true;
|
|
14783
|
+
input: "text"[];
|
|
14784
|
+
cost: {
|
|
14785
|
+
input: number;
|
|
14786
|
+
output: number;
|
|
14787
|
+
cacheRead: number;
|
|
14788
|
+
cacheWrite: number;
|
|
14789
|
+
};
|
|
14790
|
+
contextWindow: number;
|
|
14791
|
+
maxTokens: number;
|
|
14792
|
+
};
|
|
14536
14793
|
readonly "glm-5v-turbo": {
|
|
14537
14794
|
id: string;
|
|
14538
14795
|
name: string;
|