@pensar/apex 0.0.76-canary.e7699fcf → 0.0.77-canary.c4e8d81a
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/build/index.js +680 -307
- package/package.json +7 -6
package/build/index.js
CHANGED
|
@@ -30583,38 +30583,44 @@ var ANTHROPIC_MODELS;
|
|
|
30583
30583
|
var init_anthropic = __esm(() => {
|
|
30584
30584
|
ANTHROPIC_MODELS = [
|
|
30585
30585
|
{
|
|
30586
|
-
id: "claude-haiku-
|
|
30587
|
-
name: "Claude Haiku
|
|
30586
|
+
id: "claude-3-5-haiku-20241022",
|
|
30587
|
+
name: "Claude 3.5 Haiku (2024-10-22)",
|
|
30588
30588
|
provider: "anthropic",
|
|
30589
30589
|
contextLength: 200000
|
|
30590
30590
|
},
|
|
30591
30591
|
{
|
|
30592
|
-
id: "claude-
|
|
30593
|
-
name: "Claude
|
|
30592
|
+
id: "claude-3-5-haiku-latest",
|
|
30593
|
+
name: "Claude 3.5 Haiku (Latest)",
|
|
30594
30594
|
provider: "anthropic",
|
|
30595
30595
|
contextLength: 200000
|
|
30596
30596
|
},
|
|
30597
30597
|
{
|
|
30598
|
-
id: "claude-
|
|
30599
|
-
name: "Claude
|
|
30598
|
+
id: "claude-3-7-sonnet-20250219",
|
|
30599
|
+
name: "Claude 3.7 Sonnet (2025-02-19)",
|
|
30600
30600
|
provider: "anthropic",
|
|
30601
30601
|
contextLength: 200000
|
|
30602
30602
|
},
|
|
30603
30603
|
{
|
|
30604
|
-
id: "claude-
|
|
30605
|
-
name: "Claude Sonnet
|
|
30604
|
+
id: "claude-3-7-sonnet-latest",
|
|
30605
|
+
name: "Claude 3.7 Sonnet (Latest)",
|
|
30606
30606
|
provider: "anthropic",
|
|
30607
30607
|
contextLength: 200000
|
|
30608
30608
|
},
|
|
30609
30609
|
{
|
|
30610
|
-
id: "claude-
|
|
30611
|
-
name: "Claude
|
|
30610
|
+
id: "claude-3-haiku-20240307",
|
|
30611
|
+
name: "Claude 3 Haiku (2024-03-07)",
|
|
30612
30612
|
provider: "anthropic",
|
|
30613
30613
|
contextLength: 200000
|
|
30614
30614
|
},
|
|
30615
30615
|
{
|
|
30616
|
-
id: "claude-
|
|
30617
|
-
name: "Claude
|
|
30616
|
+
id: "claude-haiku-4-5-20251001",
|
|
30617
|
+
name: "Claude Haiku 4.5 (2025-10-01)",
|
|
30618
|
+
provider: "anthropic",
|
|
30619
|
+
contextLength: 200000
|
|
30620
|
+
},
|
|
30621
|
+
{
|
|
30622
|
+
id: "claude-haiku-4-5",
|
|
30623
|
+
name: "Claude Haiku 4.5",
|
|
30618
30624
|
provider: "anthropic",
|
|
30619
30625
|
contextLength: 200000
|
|
30620
30626
|
},
|
|
@@ -30624,6 +30630,18 @@ var init_anthropic = __esm(() => {
|
|
|
30624
30630
|
provider: "anthropic",
|
|
30625
30631
|
contextLength: 200000
|
|
30626
30632
|
},
|
|
30633
|
+
{
|
|
30634
|
+
id: "claude-opus-4-1-20250805",
|
|
30635
|
+
name: "Claude Opus 4.1 (2025-08-05)",
|
|
30636
|
+
provider: "anthropic",
|
|
30637
|
+
contextLength: 200000
|
|
30638
|
+
},
|
|
30639
|
+
{
|
|
30640
|
+
id: "claude-opus-4-1",
|
|
30641
|
+
name: "Claude Opus 4.1",
|
|
30642
|
+
provider: "anthropic",
|
|
30643
|
+
contextLength: 200000
|
|
30644
|
+
},
|
|
30627
30645
|
{
|
|
30628
30646
|
id: "claude-opus-4-20250514",
|
|
30629
30647
|
name: "Claude Opus 4 (2025-05-14)",
|
|
@@ -30631,250 +30649,322 @@ var init_anthropic = __esm(() => {
|
|
|
30631
30649
|
contextLength: 200000
|
|
30632
30650
|
},
|
|
30633
30651
|
{
|
|
30634
|
-
id: "claude-
|
|
30635
|
-
name: "Claude
|
|
30652
|
+
id: "claude-opus-4-5",
|
|
30653
|
+
name: "Claude Opus 4.5",
|
|
30636
30654
|
provider: "anthropic",
|
|
30637
30655
|
contextLength: 200000
|
|
30638
30656
|
},
|
|
30639
30657
|
{
|
|
30640
|
-
id: "claude-
|
|
30641
|
-
name: "Claude
|
|
30658
|
+
id: "claude-opus-4-5-20251101",
|
|
30659
|
+
name: "Claude Opus 4.5 (2025-11-01)",
|
|
30642
30660
|
provider: "anthropic",
|
|
30643
30661
|
contextLength: 200000
|
|
30644
30662
|
},
|
|
30645
30663
|
{
|
|
30646
|
-
id: "claude-
|
|
30647
|
-
name: "Claude
|
|
30664
|
+
id: "claude-sonnet-4-0",
|
|
30665
|
+
name: "Claude Sonnet 4.0",
|
|
30648
30666
|
provider: "anthropic",
|
|
30649
30667
|
contextLength: 200000
|
|
30650
30668
|
},
|
|
30651
30669
|
{
|
|
30652
|
-
id: "claude-
|
|
30653
|
-
name: "Claude
|
|
30670
|
+
id: "claude-sonnet-4-20250514",
|
|
30671
|
+
name: "Claude Sonnet 4 (2025-05-14)",
|
|
30654
30672
|
provider: "anthropic",
|
|
30655
30673
|
contextLength: 200000
|
|
30656
30674
|
},
|
|
30657
30675
|
{
|
|
30658
|
-
id: "claude-
|
|
30659
|
-
name: "Claude
|
|
30676
|
+
id: "claude-sonnet-4-5-20250929",
|
|
30677
|
+
name: "Claude Sonnet 4.5 (2025-09-29)",
|
|
30660
30678
|
provider: "anthropic",
|
|
30661
30679
|
contextLength: 200000
|
|
30662
30680
|
},
|
|
30663
30681
|
{
|
|
30664
|
-
id: "claude-
|
|
30665
|
-
name: "Claude
|
|
30682
|
+
id: "claude-sonnet-4-5",
|
|
30683
|
+
name: "Claude Sonnet 4.5",
|
|
30666
30684
|
provider: "anthropic",
|
|
30667
30685
|
contextLength: 200000
|
|
30668
30686
|
},
|
|
30669
30687
|
{
|
|
30670
|
-
id: "claude-
|
|
30671
|
-
name: "Claude
|
|
30688
|
+
id: "claude-sonnet-4-6",
|
|
30689
|
+
name: "Claude Sonnet 4.6",
|
|
30690
|
+
provider: "anthropic",
|
|
30691
|
+
contextLength: 200000
|
|
30692
|
+
},
|
|
30693
|
+
{
|
|
30694
|
+
id: "claude-opus-4-6",
|
|
30695
|
+
name: "Claude Opus 4.6",
|
|
30672
30696
|
provider: "anthropic",
|
|
30673
30697
|
contextLength: 200000
|
|
30674
30698
|
}
|
|
30675
30699
|
];
|
|
30676
30700
|
});
|
|
30677
30701
|
|
|
30678
|
-
// src/core/ai/models/
|
|
30679
|
-
var
|
|
30680
|
-
var
|
|
30681
|
-
|
|
30702
|
+
// src/core/ai/models/openai.ts
|
|
30703
|
+
var OPENAI_MODELS;
|
|
30704
|
+
var init_openai = __esm(() => {
|
|
30705
|
+
OPENAI_MODELS = [
|
|
30682
30706
|
{
|
|
30683
|
-
id: "
|
|
30684
|
-
name: "
|
|
30685
|
-
provider: "
|
|
30707
|
+
id: "o1",
|
|
30708
|
+
name: "O1",
|
|
30709
|
+
provider: "openai",
|
|
30686
30710
|
contextLength: 200000
|
|
30687
30711
|
},
|
|
30688
30712
|
{
|
|
30689
|
-
id: "
|
|
30690
|
-
name: "
|
|
30691
|
-
provider: "
|
|
30713
|
+
id: "o1-2024-12-17",
|
|
30714
|
+
name: "O1-2024-12-17",
|
|
30715
|
+
provider: "openai",
|
|
30692
30716
|
contextLength: 200000
|
|
30693
30717
|
},
|
|
30694
30718
|
{
|
|
30695
|
-
id: "
|
|
30696
|
-
name: "
|
|
30697
|
-
provider: "
|
|
30719
|
+
id: "o3-mini",
|
|
30720
|
+
name: "O3 Mini",
|
|
30721
|
+
provider: "openai",
|
|
30722
|
+
contextLength: 128000
|
|
30723
|
+
},
|
|
30724
|
+
{
|
|
30725
|
+
id: "o3-mini-2025-01-31",
|
|
30726
|
+
name: "O3 Mini-2025-01-31",
|
|
30727
|
+
provider: "openai",
|
|
30728
|
+
contextLength: 128000
|
|
30729
|
+
},
|
|
30730
|
+
{
|
|
30731
|
+
id: "o3",
|
|
30732
|
+
name: "O3",
|
|
30733
|
+
provider: "openai",
|
|
30698
30734
|
contextLength: 200000
|
|
30699
30735
|
},
|
|
30700
30736
|
{
|
|
30701
|
-
id: "
|
|
30702
|
-
name: "
|
|
30703
|
-
provider: "
|
|
30737
|
+
id: "o3-2025-04-16",
|
|
30738
|
+
name: "O3-2025-04-16",
|
|
30739
|
+
provider: "openai",
|
|
30704
30740
|
contextLength: 200000
|
|
30705
30741
|
},
|
|
30706
30742
|
{
|
|
30707
|
-
id: "
|
|
30708
|
-
name: "
|
|
30709
|
-
provider: "
|
|
30743
|
+
id: "o4-mini",
|
|
30744
|
+
name: "O4 Mini",
|
|
30745
|
+
provider: "openai",
|
|
30710
30746
|
contextLength: 200000
|
|
30711
30747
|
},
|
|
30712
30748
|
{
|
|
30713
|
-
id: "
|
|
30714
|
-
name: "
|
|
30715
|
-
provider: "
|
|
30749
|
+
id: "o4-mini-2025-04-16",
|
|
30750
|
+
name: "O4 Mini-2025-04-16",
|
|
30751
|
+
provider: "openai",
|
|
30716
30752
|
contextLength: 200000
|
|
30717
30753
|
},
|
|
30718
30754
|
{
|
|
30719
|
-
id: "
|
|
30720
|
-
name: "GPT-
|
|
30721
|
-
provider: "
|
|
30755
|
+
id: "gpt-4.1",
|
|
30756
|
+
name: "GPT-4.1",
|
|
30757
|
+
provider: "openai",
|
|
30722
30758
|
contextLength: 128000
|
|
30723
30759
|
},
|
|
30724
30760
|
{
|
|
30725
|
-
id: "
|
|
30726
|
-
name: "GPT-
|
|
30727
|
-
provider: "
|
|
30761
|
+
id: "gpt-4.1-2025-04-14",
|
|
30762
|
+
name: "GPT-4.1-2025-04-14",
|
|
30763
|
+
provider: "openai",
|
|
30728
30764
|
contextLength: 128000
|
|
30729
30765
|
},
|
|
30730
30766
|
{
|
|
30731
|
-
id: "
|
|
30732
|
-
name: "
|
|
30733
|
-
provider: "
|
|
30734
|
-
contextLength:
|
|
30767
|
+
id: "gpt-4.1-mini",
|
|
30768
|
+
name: "GPT-4.1-mini",
|
|
30769
|
+
provider: "openai",
|
|
30770
|
+
contextLength: 128000
|
|
30735
30771
|
},
|
|
30736
30772
|
{
|
|
30737
|
-
id: "
|
|
30738
|
-
name: "
|
|
30739
|
-
provider: "
|
|
30740
|
-
contextLength:
|
|
30773
|
+
id: "gpt-4.1-mini-2025-04-14",
|
|
30774
|
+
name: "GPT-4.1-mini-2025-04-14",
|
|
30775
|
+
provider: "openai",
|
|
30776
|
+
contextLength: 128000
|
|
30741
30777
|
},
|
|
30742
30778
|
{
|
|
30743
|
-
id: "
|
|
30744
|
-
name: "
|
|
30745
|
-
provider: "
|
|
30746
|
-
contextLength:
|
|
30779
|
+
id: "gpt-4.1-nano",
|
|
30780
|
+
name: "GPT-4.1-nano",
|
|
30781
|
+
provider: "openai",
|
|
30782
|
+
contextLength: 128000
|
|
30747
30783
|
},
|
|
30748
30784
|
{
|
|
30749
|
-
id: "
|
|
30750
|
-
name: "
|
|
30751
|
-
provider: "
|
|
30752
|
-
contextLength:
|
|
30785
|
+
id: "gpt-4.1-nano-2025-04-14",
|
|
30786
|
+
name: "GPT-4.1-nano-2025-04-14",
|
|
30787
|
+
provider: "openai",
|
|
30788
|
+
contextLength: 128000
|
|
30753
30789
|
},
|
|
30754
30790
|
{
|
|
30755
|
-
id: "
|
|
30756
|
-
name: "
|
|
30757
|
-
provider: "
|
|
30758
|
-
contextLength:
|
|
30791
|
+
id: "gpt-4o",
|
|
30792
|
+
name: "GPT-4o",
|
|
30793
|
+
provider: "openai",
|
|
30794
|
+
contextLength: 128000
|
|
30759
30795
|
},
|
|
30760
30796
|
{
|
|
30761
|
-
id: "
|
|
30762
|
-
name: "
|
|
30763
|
-
provider: "
|
|
30797
|
+
id: "gpt-4o-2024-05-13",
|
|
30798
|
+
name: "GPT-4o-2024-05-13",
|
|
30799
|
+
provider: "openai",
|
|
30764
30800
|
contextLength: 128000
|
|
30765
30801
|
},
|
|
30766
30802
|
{
|
|
30767
|
-
id: "
|
|
30768
|
-
name: "
|
|
30769
|
-
provider: "
|
|
30803
|
+
id: "gpt-4o-2024-08-06",
|
|
30804
|
+
name: "GPT-4o-2024-08-06",
|
|
30805
|
+
provider: "openai",
|
|
30770
30806
|
contextLength: 128000
|
|
30771
30807
|
},
|
|
30772
30808
|
{
|
|
30773
|
-
id: "
|
|
30774
|
-
name: "
|
|
30775
|
-
provider: "
|
|
30776
|
-
contextLength:
|
|
30809
|
+
id: "gpt-4o-2024-11-20",
|
|
30810
|
+
name: "GPT-4o-2024-11-20",
|
|
30811
|
+
provider: "openai",
|
|
30812
|
+
contextLength: 128000
|
|
30777
30813
|
},
|
|
30778
30814
|
{
|
|
30779
|
-
id: "
|
|
30780
|
-
name: "
|
|
30781
|
-
provider: "
|
|
30782
|
-
contextLength:
|
|
30815
|
+
id: "gpt-4o-mini",
|
|
30816
|
+
name: "GPT-4o-mini",
|
|
30817
|
+
provider: "openai",
|
|
30818
|
+
contextLength: 128000
|
|
30783
30819
|
},
|
|
30784
30820
|
{
|
|
30785
|
-
id: "
|
|
30786
|
-
name: "
|
|
30787
|
-
provider: "
|
|
30788
|
-
contextLength:
|
|
30821
|
+
id: "gpt-4o-mini-2024-07-18",
|
|
30822
|
+
name: "GPT-4o-mini-2024-07-18",
|
|
30823
|
+
provider: "openai",
|
|
30824
|
+
contextLength: 128000
|
|
30789
30825
|
},
|
|
30790
30826
|
{
|
|
30791
|
-
id: "
|
|
30792
|
-
name: "
|
|
30793
|
-
provider: "
|
|
30794
|
-
contextLength:
|
|
30827
|
+
id: "gpt-4-turbo",
|
|
30828
|
+
name: "GPT-4-turbo",
|
|
30829
|
+
provider: "openai",
|
|
30830
|
+
contextLength: 128000
|
|
30795
30831
|
},
|
|
30796
30832
|
{
|
|
30797
|
-
id: "
|
|
30798
|
-
name: "
|
|
30799
|
-
provider: "
|
|
30833
|
+
id: "gpt-4-turbo-2024-04-09",
|
|
30834
|
+
name: "GPT-4-turbo-2024-04-09",
|
|
30835
|
+
provider: "openai",
|
|
30800
30836
|
contextLength: 128000
|
|
30801
30837
|
},
|
|
30802
30838
|
{
|
|
30803
|
-
id: "
|
|
30804
|
-
name: "
|
|
30805
|
-
provider: "
|
|
30839
|
+
id: "gpt-4",
|
|
30840
|
+
name: "GPT-4",
|
|
30841
|
+
provider: "openai",
|
|
30842
|
+
contextLength: 8192
|
|
30843
|
+
},
|
|
30844
|
+
{
|
|
30845
|
+
id: "gpt-4-0613",
|
|
30846
|
+
name: "GPT-4-0613",
|
|
30847
|
+
provider: "openai",
|
|
30848
|
+
contextLength: 8192
|
|
30849
|
+
},
|
|
30850
|
+
{
|
|
30851
|
+
id: "gpt-3.5-turbo-0125",
|
|
30852
|
+
name: "GPT-3.5-turbo-0125",
|
|
30853
|
+
provider: "openai",
|
|
30854
|
+
contextLength: 16385
|
|
30855
|
+
},
|
|
30856
|
+
{
|
|
30857
|
+
id: "gpt-3.5-turbo",
|
|
30858
|
+
name: "GPT-3.5-turbo",
|
|
30859
|
+
provider: "openai",
|
|
30860
|
+
contextLength: 16385
|
|
30861
|
+
},
|
|
30862
|
+
{
|
|
30863
|
+
id: "gpt-3.5-turbo-1106",
|
|
30864
|
+
name: "GPT-3.5-turbo-1106",
|
|
30865
|
+
provider: "openai",
|
|
30866
|
+
contextLength: 16385
|
|
30867
|
+
},
|
|
30868
|
+
{
|
|
30869
|
+
id: "gpt-3.5-turbo-16k",
|
|
30870
|
+
name: "GPT-3.5-turbo-16k",
|
|
30871
|
+
provider: "openai",
|
|
30872
|
+
contextLength: 16385
|
|
30873
|
+
},
|
|
30874
|
+
{
|
|
30875
|
+
id: "chatgpt-4o-latest",
|
|
30876
|
+
name: "ChatGPT-4o (Latest)",
|
|
30877
|
+
provider: "openai",
|
|
30806
30878
|
contextLength: 128000
|
|
30807
30879
|
},
|
|
30808
30880
|
{
|
|
30809
|
-
id: "
|
|
30810
|
-
name: "
|
|
30811
|
-
provider: "
|
|
30812
|
-
contextLength:
|
|
30881
|
+
id: "gpt-5",
|
|
30882
|
+
name: "GPT-5",
|
|
30883
|
+
provider: "openai",
|
|
30884
|
+
contextLength: 200000
|
|
30813
30885
|
},
|
|
30814
30886
|
{
|
|
30815
|
-
id: "
|
|
30816
|
-
name: "
|
|
30817
|
-
provider: "
|
|
30818
|
-
contextLength:
|
|
30887
|
+
id: "gpt-5-2025-08-07",
|
|
30888
|
+
name: "GPT-5-2025-08-07",
|
|
30889
|
+
provider: "openai",
|
|
30890
|
+
contextLength: 200000
|
|
30819
30891
|
},
|
|
30820
30892
|
{
|
|
30821
|
-
id: "
|
|
30822
|
-
name: "
|
|
30823
|
-
provider: "
|
|
30824
|
-
contextLength:
|
|
30893
|
+
id: "gpt-5-mini",
|
|
30894
|
+
name: "GPT-5-mini",
|
|
30895
|
+
provider: "openai",
|
|
30896
|
+
contextLength: 200000
|
|
30825
30897
|
},
|
|
30826
30898
|
{
|
|
30827
|
-
id: "
|
|
30828
|
-
name: "
|
|
30829
|
-
provider: "
|
|
30830
|
-
contextLength:
|
|
30899
|
+
id: "gpt-5-mini-2025-08-07",
|
|
30900
|
+
name: "GPT-5-mini-2025-08-07",
|
|
30901
|
+
provider: "openai",
|
|
30902
|
+
contextLength: 200000
|
|
30831
30903
|
},
|
|
30832
30904
|
{
|
|
30833
|
-
id: "
|
|
30834
|
-
name: "
|
|
30835
|
-
provider: "
|
|
30836
|
-
contextLength:
|
|
30905
|
+
id: "gpt-5-nano",
|
|
30906
|
+
name: "GPT-5-nano",
|
|
30907
|
+
provider: "openai",
|
|
30908
|
+
contextLength: 200000
|
|
30837
30909
|
},
|
|
30838
30910
|
{
|
|
30839
|
-
id: "
|
|
30840
|
-
name: "
|
|
30841
|
-
provider: "
|
|
30842
|
-
contextLength:
|
|
30911
|
+
id: "gpt-5-nano-2025-08-07",
|
|
30912
|
+
name: "GPT-5-nano-2025-08-07",
|
|
30913
|
+
provider: "openai",
|
|
30914
|
+
contextLength: 200000
|
|
30843
30915
|
},
|
|
30844
30916
|
{
|
|
30845
|
-
id: "
|
|
30846
|
-
name: "
|
|
30847
|
-
provider: "
|
|
30848
|
-
contextLength:
|
|
30917
|
+
id: "gpt-5-chat-latest",
|
|
30918
|
+
name: "GPT-5-chat (Latest)",
|
|
30919
|
+
provider: "openai",
|
|
30920
|
+
contextLength: 200000
|
|
30849
30921
|
},
|
|
30850
30922
|
{
|
|
30851
|
-
id: "
|
|
30852
|
-
name: "
|
|
30853
|
-
provider: "
|
|
30854
|
-
contextLength:
|
|
30923
|
+
id: "gpt-5.1",
|
|
30924
|
+
name: "GPT-5.1",
|
|
30925
|
+
provider: "openai",
|
|
30926
|
+
contextLength: 200000
|
|
30855
30927
|
},
|
|
30856
30928
|
{
|
|
30857
|
-
id: "
|
|
30858
|
-
name: "
|
|
30859
|
-
provider: "
|
|
30860
|
-
contextLength:
|
|
30929
|
+
id: "gpt-5.1-2025-11-13",
|
|
30930
|
+
name: "GPT-5.1-2025-11-13",
|
|
30931
|
+
provider: "openai",
|
|
30932
|
+
contextLength: 200000
|
|
30861
30933
|
},
|
|
30862
30934
|
{
|
|
30863
|
-
id: "
|
|
30864
|
-
name: "
|
|
30865
|
-
provider: "
|
|
30866
|
-
contextLength:
|
|
30935
|
+
id: "gpt-5.1-chat-latest",
|
|
30936
|
+
name: "GPT-5.1-chat (Latest)",
|
|
30937
|
+
provider: "openai",
|
|
30938
|
+
contextLength: 200000
|
|
30867
30939
|
},
|
|
30868
30940
|
{
|
|
30869
|
-
id: "
|
|
30870
|
-
name: "
|
|
30871
|
-
provider: "
|
|
30872
|
-
contextLength:
|
|
30941
|
+
id: "gpt-5.2",
|
|
30942
|
+
name: "GPT-5.2",
|
|
30943
|
+
provider: "openai",
|
|
30944
|
+
contextLength: 200000
|
|
30873
30945
|
},
|
|
30874
30946
|
{
|
|
30875
|
-
id: "
|
|
30876
|
-
name: "
|
|
30877
|
-
provider: "
|
|
30947
|
+
id: "gpt-5.2-2025-12-11",
|
|
30948
|
+
name: "GPT-5.2-2025-12-11",
|
|
30949
|
+
provider: "openai",
|
|
30950
|
+
contextLength: 200000
|
|
30951
|
+
},
|
|
30952
|
+
{
|
|
30953
|
+
id: "gpt-5.2-chat-latest",
|
|
30954
|
+
name: "GPT-5.2-chat (Latest)",
|
|
30955
|
+
provider: "openai",
|
|
30956
|
+
contextLength: 200000
|
|
30957
|
+
},
|
|
30958
|
+
{
|
|
30959
|
+
id: "gpt-5.2-pro",
|
|
30960
|
+
name: "GPT-5.2-pro",
|
|
30961
|
+
provider: "openai",
|
|
30962
|
+
contextLength: 200000
|
|
30963
|
+
},
|
|
30964
|
+
{
|
|
30965
|
+
id: "gpt-5.2-pro-2025-12-11",
|
|
30966
|
+
name: "GPT-5.2-pro-2025-12-11",
|
|
30967
|
+
provider: "openai",
|
|
30878
30968
|
contextLength: 200000
|
|
30879
30969
|
}
|
|
30880
30970
|
];
|
|
@@ -30886,28 +30976,16 @@ var init_bedrock = __esm(() => {
|
|
|
30886
30976
|
BEDROCK_MODELS = [
|
|
30887
30977
|
{
|
|
30888
30978
|
id: "amazon.titan-tg1-large",
|
|
30889
|
-
name: "Amazon Titan TG1 Large",
|
|
30979
|
+
name: "Amazon Titan TG1 Large (Bedrock)",
|
|
30890
30980
|
provider: "bedrock",
|
|
30891
30981
|
contextLength: 8000
|
|
30892
30982
|
},
|
|
30893
30983
|
{
|
|
30894
30984
|
id: "amazon.titan-text-express-v1",
|
|
30895
|
-
name: "Amazon Titan Text Express",
|
|
30985
|
+
name: "Amazon Titan Text Express v1 (Bedrock)",
|
|
30896
30986
|
provider: "bedrock",
|
|
30897
30987
|
contextLength: 8000
|
|
30898
30988
|
},
|
|
30899
|
-
{
|
|
30900
|
-
id: "amazon.titan-text-lite-v1",
|
|
30901
|
-
name: "Amazon Titan Text Lite",
|
|
30902
|
-
provider: "bedrock",
|
|
30903
|
-
contextLength: 4000
|
|
30904
|
-
},
|
|
30905
|
-
{
|
|
30906
|
-
id: "amazon.titan-text-premier-v1:0",
|
|
30907
|
-
name: "Amazon Titan Text Premier",
|
|
30908
|
-
provider: "bedrock",
|
|
30909
|
-
contextLength: 32000
|
|
30910
|
-
},
|
|
30911
30989
|
{
|
|
30912
30990
|
id: "anthropic.claude-v2",
|
|
30913
30991
|
name: "Claude v2 (Bedrock)",
|
|
@@ -30916,7 +30994,7 @@ var init_bedrock = __esm(() => {
|
|
|
30916
30994
|
},
|
|
30917
30995
|
{
|
|
30918
30996
|
id: "anthropic.claude-v2:1",
|
|
30919
|
-
name: "Claude v2
|
|
30997
|
+
name: "Claude v2:1 (Bedrock)",
|
|
30920
30998
|
provider: "bedrock",
|
|
30921
30999
|
contextLength: 1e5
|
|
30922
31000
|
},
|
|
@@ -30927,86 +31005,104 @@ var init_bedrock = __esm(() => {
|
|
|
30927
31005
|
contextLength: 1e5
|
|
30928
31006
|
},
|
|
30929
31007
|
{
|
|
30930
|
-
id: "anthropic.claude-
|
|
30931
|
-
name: "Claude
|
|
31008
|
+
id: "anthropic.claude-opus-4-6-v1",
|
|
31009
|
+
name: "Claude Opus 4.6 (Bedrock)",
|
|
30932
31010
|
provider: "bedrock",
|
|
30933
31011
|
contextLength: 200000
|
|
30934
31012
|
},
|
|
30935
31013
|
{
|
|
30936
|
-
id: "anthropic.claude-
|
|
30937
|
-
name: "Claude
|
|
31014
|
+
id: "anthropic.claude-sonnet-4-6-v1",
|
|
31015
|
+
name: "Claude Sonnet 4.6 (Bedrock)",
|
|
30938
31016
|
provider: "bedrock",
|
|
30939
31017
|
contextLength: 200000
|
|
30940
31018
|
},
|
|
30941
31019
|
{
|
|
30942
|
-
id: "anthropic.claude-
|
|
30943
|
-
name: "Claude
|
|
31020
|
+
id: "anthropic.claude-opus-4-5-20251101-v1:0",
|
|
31021
|
+
name: "Claude Opus 4.5 (2025-11-01) (Bedrock)",
|
|
30944
31022
|
provider: "bedrock",
|
|
30945
31023
|
contextLength: 200000
|
|
30946
31024
|
},
|
|
30947
31025
|
{
|
|
30948
|
-
id: "anthropic.claude-
|
|
30949
|
-
name: "Claude
|
|
31026
|
+
id: "anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
31027
|
+
name: "Claude Haiku 4.5 (2025-10-01) (Bedrock)",
|
|
30950
31028
|
provider: "bedrock",
|
|
30951
31029
|
contextLength: 200000
|
|
30952
31030
|
},
|
|
30953
31031
|
{
|
|
30954
|
-
id: "anthropic.claude-
|
|
30955
|
-
name: "Claude
|
|
31032
|
+
id: "anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
31033
|
+
name: "Claude Sonnet 4.5 (2025-09-29) (Bedrock)",
|
|
30956
31034
|
provider: "bedrock",
|
|
30957
31035
|
contextLength: 200000
|
|
30958
31036
|
},
|
|
30959
31037
|
{
|
|
30960
|
-
id: "anthropic.claude-
|
|
30961
|
-
name: "Claude
|
|
31038
|
+
id: "anthropic.claude-sonnet-4-20250514-v1:0",
|
|
31039
|
+
name: "Claude Sonnet 4 (2025-05-14) (Bedrock)",
|
|
31040
|
+
provider: "bedrock",
|
|
31041
|
+
contextLength: 200000
|
|
31042
|
+
},
|
|
31043
|
+
{
|
|
31044
|
+
id: "anthropic.claude-opus-4-20250514-v1:0",
|
|
31045
|
+
name: "Claude Opus 4 (2025-05-14) (Bedrock)",
|
|
31046
|
+
provider: "bedrock",
|
|
31047
|
+
contextLength: 200000
|
|
31048
|
+
},
|
|
31049
|
+
{
|
|
31050
|
+
id: "anthropic.claude-opus-4-1-20250805-v1:0",
|
|
31051
|
+
name: "Claude Opus 4.1 (2025-08-05) (Bedrock)",
|
|
30962
31052
|
provider: "bedrock",
|
|
30963
31053
|
contextLength: 200000
|
|
30964
31054
|
},
|
|
30965
31055
|
{
|
|
30966
31056
|
id: "anthropic.claude-3-7-sonnet-20250219-v1:0",
|
|
30967
|
-
name: "Claude 3.7 Sonnet (Bedrock)",
|
|
31057
|
+
name: "Claude 3.7 Sonnet (2025-02-19) (Bedrock)",
|
|
30968
31058
|
provider: "bedrock",
|
|
30969
31059
|
contextLength: 200000
|
|
30970
31060
|
},
|
|
30971
31061
|
{
|
|
30972
|
-
id: "anthropic.claude-
|
|
30973
|
-
name: "Claude
|
|
31062
|
+
id: "anthropic.claude-3-5-sonnet-20240620-v1:0",
|
|
31063
|
+
name: "Claude 3.5 Sonnet (2024-06-20) (Bedrock)",
|
|
30974
31064
|
provider: "bedrock",
|
|
30975
31065
|
contextLength: 200000
|
|
30976
31066
|
},
|
|
30977
31067
|
{
|
|
30978
|
-
id: "anthropic.claude-sonnet-
|
|
30979
|
-
name: "Claude Sonnet
|
|
31068
|
+
id: "anthropic.claude-3-5-sonnet-20241022-v2:0",
|
|
31069
|
+
name: "Claude 3.5 Sonnet (2024-10-22) (Bedrock)",
|
|
30980
31070
|
provider: "bedrock",
|
|
30981
31071
|
contextLength: 200000
|
|
30982
31072
|
},
|
|
30983
31073
|
{
|
|
30984
|
-
id: "anthropic.claude-
|
|
30985
|
-
name: "Claude
|
|
31074
|
+
id: "anthropic.claude-3-5-haiku-20241022-v1:0",
|
|
31075
|
+
name: "Claude 3.5 Haiku (2024-10-22) (Bedrock)",
|
|
30986
31076
|
provider: "bedrock",
|
|
30987
31077
|
contextLength: 200000
|
|
30988
31078
|
},
|
|
30989
31079
|
{
|
|
30990
|
-
id: "anthropic.claude-
|
|
30991
|
-
name: "Claude
|
|
31080
|
+
id: "anthropic.claude-3-sonnet-20240229-v1:0",
|
|
31081
|
+
name: "Claude 3 Sonnet (2024-02-29) (Bedrock)",
|
|
30992
31082
|
provider: "bedrock",
|
|
30993
31083
|
contextLength: 200000
|
|
30994
31084
|
},
|
|
30995
31085
|
{
|
|
30996
|
-
id: "anthropic.claude-
|
|
30997
|
-
name: "Claude
|
|
31086
|
+
id: "anthropic.claude-3-haiku-20240307-v1:0",
|
|
31087
|
+
name: "Claude 3 Haiku (2024-03-07) (Bedrock)",
|
|
31088
|
+
provider: "bedrock",
|
|
31089
|
+
contextLength: 200000
|
|
31090
|
+
},
|
|
31091
|
+
{
|
|
31092
|
+
id: "anthropic.claude-3-opus-20240229-v1:0",
|
|
31093
|
+
name: "Claude 3 Opus (2024-02-29) (Bedrock)",
|
|
30998
31094
|
provider: "bedrock",
|
|
30999
31095
|
contextLength: 200000
|
|
31000
31096
|
},
|
|
31001
31097
|
{
|
|
31002
31098
|
id: "cohere.command-text-v14",
|
|
31003
|
-
name: "Cohere Command Text
|
|
31099
|
+
name: "Cohere Command Text V14 (Bedrock)",
|
|
31004
31100
|
provider: "bedrock",
|
|
31005
31101
|
contextLength: 4000
|
|
31006
31102
|
},
|
|
31007
31103
|
{
|
|
31008
31104
|
id: "cohere.command-light-text-v14",
|
|
31009
|
-
name: "Cohere Command Light Text
|
|
31105
|
+
name: "Cohere Command Light Text V14 (Bedrock)",
|
|
31010
31106
|
provider: "bedrock",
|
|
31011
31107
|
contextLength: 4000
|
|
31012
31108
|
},
|
|
@@ -31023,56 +31119,56 @@ var init_bedrock = __esm(() => {
|
|
|
31023
31119
|
contextLength: 128000
|
|
31024
31120
|
},
|
|
31025
31121
|
{
|
|
31026
|
-
id: "meta.llama3-
|
|
31027
|
-
name: "Llama 3
|
|
31122
|
+
id: "meta.llama3-70b-instruct-v1:0",
|
|
31123
|
+
name: "Llama 3 70B Instruct (Bedrock)",
|
|
31028
31124
|
provider: "bedrock",
|
|
31029
31125
|
contextLength: 8000
|
|
31030
31126
|
},
|
|
31031
31127
|
{
|
|
31032
|
-
id: "meta.llama3-
|
|
31033
|
-
name: "Llama 3
|
|
31128
|
+
id: "meta.llama3-8b-instruct-v1:0",
|
|
31129
|
+
name: "Llama 3 8B Instruct (Bedrock)",
|
|
31034
31130
|
provider: "bedrock",
|
|
31035
31131
|
contextLength: 8000
|
|
31036
31132
|
},
|
|
31037
31133
|
{
|
|
31038
|
-
id: "meta.llama3-1-
|
|
31039
|
-
name: "Llama 3.1
|
|
31134
|
+
id: "meta.llama3-1-405b-instruct-v1:0",
|
|
31135
|
+
name: "Llama 3.1 405B Instruct (Bedrock)",
|
|
31040
31136
|
provider: "bedrock",
|
|
31041
31137
|
contextLength: 128000
|
|
31042
31138
|
},
|
|
31043
31139
|
{
|
|
31044
31140
|
id: "meta.llama3-1-70b-instruct-v1:0",
|
|
31045
|
-
name: "Llama 3.1 70B (Bedrock)",
|
|
31141
|
+
name: "Llama 3.1 70B Instruct (Bedrock)",
|
|
31046
31142
|
provider: "bedrock",
|
|
31047
31143
|
contextLength: 128000
|
|
31048
31144
|
},
|
|
31049
31145
|
{
|
|
31050
|
-
id: "meta.llama3-1-
|
|
31051
|
-
name: "Llama 3.1
|
|
31146
|
+
id: "meta.llama3-1-8b-instruct-v1:0",
|
|
31147
|
+
name: "Llama 3.1 8B Instruct (Bedrock)",
|
|
31052
31148
|
provider: "bedrock",
|
|
31053
31149
|
contextLength: 128000
|
|
31054
31150
|
},
|
|
31055
31151
|
{
|
|
31056
|
-
id: "meta.llama3-2-
|
|
31057
|
-
name: "Llama 3.2
|
|
31152
|
+
id: "meta.llama3-2-11b-instruct-v1:0",
|
|
31153
|
+
name: "Llama 3.2 11B Instruct (Bedrock)",
|
|
31058
31154
|
provider: "bedrock",
|
|
31059
31155
|
contextLength: 128000
|
|
31060
31156
|
},
|
|
31061
31157
|
{
|
|
31062
|
-
id: "meta.llama3-2-
|
|
31063
|
-
name: "Llama 3.2
|
|
31158
|
+
id: "meta.llama3-2-1b-instruct-v1:0",
|
|
31159
|
+
name: "Llama 3.2 1B Instruct (Bedrock)",
|
|
31064
31160
|
provider: "bedrock",
|
|
31065
31161
|
contextLength: 128000
|
|
31066
31162
|
},
|
|
31067
31163
|
{
|
|
31068
|
-
id: "meta.llama3-2-
|
|
31069
|
-
name: "Llama 3.2
|
|
31164
|
+
id: "meta.llama3-2-3b-instruct-v1:0",
|
|
31165
|
+
name: "Llama 3.2 3B Instruct (Bedrock)",
|
|
31070
31166
|
provider: "bedrock",
|
|
31071
31167
|
contextLength: 128000
|
|
31072
31168
|
},
|
|
31073
31169
|
{
|
|
31074
31170
|
id: "meta.llama3-2-90b-instruct-v1:0",
|
|
31075
|
-
name: "Llama 3.2 90B (Bedrock)",
|
|
31171
|
+
name: "Llama 3.2 90B Instruct (Bedrock)",
|
|
31076
31172
|
provider: "bedrock",
|
|
31077
31173
|
contextLength: 128000
|
|
31078
31174
|
},
|
|
@@ -31084,49 +31180,43 @@ var init_bedrock = __esm(() => {
|
|
|
31084
31180
|
},
|
|
31085
31181
|
{
|
|
31086
31182
|
id: "mistral.mixtral-8x7b-instruct-v0:1",
|
|
31087
|
-
name: "
|
|
31088
|
-
provider: "bedrock",
|
|
31089
|
-
contextLength: 32000
|
|
31090
|
-
},
|
|
31091
|
-
{
|
|
31092
|
-
id: "mistral.mistral-small-2402-v1:0",
|
|
31093
|
-
name: "Mistral Small (Bedrock)",
|
|
31183
|
+
name: "Mixtral 8x7B Instruct (Bedrock)",
|
|
31094
31184
|
provider: "bedrock",
|
|
31095
31185
|
contextLength: 32000
|
|
31096
31186
|
},
|
|
31097
31187
|
{
|
|
31098
31188
|
id: "mistral.mistral-large-2402-v1:0",
|
|
31099
|
-
name: "Mistral Large (Bedrock)",
|
|
31189
|
+
name: "Mistral Large-2402 (Bedrock)",
|
|
31100
31190
|
provider: "bedrock",
|
|
31101
31191
|
contextLength: 128000
|
|
31102
31192
|
},
|
|
31103
31193
|
{
|
|
31104
|
-
id: "mistral.mistral-
|
|
31105
|
-
name: "Mistral
|
|
31194
|
+
id: "mistral.mistral-small-2402-v1:0",
|
|
31195
|
+
name: "Mistral Small-2402 (Bedrock)",
|
|
31106
31196
|
provider: "bedrock",
|
|
31107
|
-
contextLength:
|
|
31197
|
+
contextLength: 32000
|
|
31108
31198
|
},
|
|
31109
31199
|
{
|
|
31110
|
-
id: "openai.gpt-oss-
|
|
31111
|
-
name: "GPT
|
|
31200
|
+
id: "openai.gpt-oss-120b-1:0",
|
|
31201
|
+
name: "GPT-oss-120b-1:0 (Bedrock)",
|
|
31112
31202
|
provider: "bedrock",
|
|
31113
31203
|
contextLength: 8000
|
|
31114
31204
|
},
|
|
31115
31205
|
{
|
|
31116
|
-
id: "openai.gpt-oss-
|
|
31117
|
-
name: "GPT
|
|
31206
|
+
id: "openai.gpt-oss-20b-1:0",
|
|
31207
|
+
name: "GPT-oss-20b-1:0 (Bedrock)",
|
|
31118
31208
|
provider: "bedrock",
|
|
31119
31209
|
contextLength: 8000
|
|
31120
31210
|
},
|
|
31121
31211
|
{
|
|
31122
|
-
id: "
|
|
31123
|
-
name: "Amazon
|
|
31212
|
+
id: "amazon.titan-text-lite-v1",
|
|
31213
|
+
name: "Amazon Titan Text Lite v1 (Bedrock)",
|
|
31124
31214
|
provider: "bedrock",
|
|
31125
|
-
contextLength:
|
|
31215
|
+
contextLength: 4000
|
|
31126
31216
|
},
|
|
31127
31217
|
{
|
|
31128
|
-
id: "us.amazon.nova-
|
|
31129
|
-
name: "Amazon Nova
|
|
31218
|
+
id: "us.amazon.nova-premier-v1:0",
|
|
31219
|
+
name: "Amazon Nova Premier (US)",
|
|
31130
31220
|
provider: "bedrock",
|
|
31131
31221
|
contextLength: 300000
|
|
31132
31222
|
},
|
|
@@ -31137,209 +31227,491 @@ var init_bedrock = __esm(() => {
|
|
|
31137
31227
|
contextLength: 300000
|
|
31138
31228
|
},
|
|
31139
31229
|
{
|
|
31140
|
-
id: "us.amazon.nova-
|
|
31141
|
-
name: "Amazon Nova
|
|
31230
|
+
id: "us.amazon.nova-micro-v1:0",
|
|
31231
|
+
name: "Amazon Nova Micro (US)",
|
|
31142
31232
|
provider: "bedrock",
|
|
31143
|
-
contextLength:
|
|
31233
|
+
contextLength: 128000
|
|
31144
31234
|
},
|
|
31145
31235
|
{
|
|
31146
|
-
id: "us.
|
|
31147
|
-
name: "
|
|
31236
|
+
id: "us.amazon.nova-lite-v1:0",
|
|
31237
|
+
name: "Amazon Nova Lite (US)",
|
|
31148
31238
|
provider: "bedrock",
|
|
31149
|
-
contextLength:
|
|
31239
|
+
contextLength: 300000
|
|
31150
31240
|
},
|
|
31151
31241
|
{
|
|
31152
31242
|
id: "us.anthropic.claude-3-sonnet-20240229-v1:0",
|
|
31153
|
-
name: "Claude 3 Sonnet (US)",
|
|
31243
|
+
name: "Claude 3 Sonnet (2024-02-29) (US)",
|
|
31154
31244
|
provider: "bedrock",
|
|
31155
31245
|
contextLength: 200000
|
|
31156
31246
|
},
|
|
31157
31247
|
{
|
|
31158
31248
|
id: "us.anthropic.claude-3-opus-20240229-v1:0",
|
|
31159
|
-
name: "Claude 3 Opus (US)",
|
|
31249
|
+
name: "Claude 3 Opus (2024-02-29) (US)",
|
|
31160
31250
|
provider: "bedrock",
|
|
31161
31251
|
contextLength: 200000
|
|
31162
31252
|
},
|
|
31163
31253
|
{
|
|
31164
|
-
id: "us.anthropic.claude-3-
|
|
31165
|
-
name: "Claude 3
|
|
31254
|
+
id: "us.anthropic.claude-3-haiku-20240307-v1:0",
|
|
31255
|
+
name: "Claude 3 Haiku (2024-03-07) (US)",
|
|
31166
31256
|
provider: "bedrock",
|
|
31167
31257
|
contextLength: 200000
|
|
31168
31258
|
},
|
|
31169
31259
|
{
|
|
31170
31260
|
id: "us.anthropic.claude-3-5-sonnet-20240620-v1:0",
|
|
31171
|
-
name: "Claude 3.5 Sonnet (US)",
|
|
31261
|
+
name: "Claude 3.5 Sonnet (2024-06-20) (US)",
|
|
31262
|
+
provider: "bedrock",
|
|
31263
|
+
contextLength: 200000
|
|
31264
|
+
},
|
|
31265
|
+
{
|
|
31266
|
+
id: "us.anthropic.claude-3-5-haiku-20241022-v1:0",
|
|
31267
|
+
name: "Claude 3.5 Haiku (2024-10-22) (US)",
|
|
31172
31268
|
provider: "bedrock",
|
|
31173
31269
|
contextLength: 200000
|
|
31174
31270
|
},
|
|
31175
31271
|
{
|
|
31176
31272
|
id: "us.anthropic.claude-3-5-sonnet-20241022-v2:0",
|
|
31177
|
-
name: "Claude 3.5 Sonnet
|
|
31273
|
+
name: "Claude 3.5 Sonnet (2024-10-22) (US)",
|
|
31178
31274
|
provider: "bedrock",
|
|
31179
31275
|
contextLength: 200000
|
|
31180
31276
|
},
|
|
31181
31277
|
{
|
|
31182
31278
|
id: "us.anthropic.claude-3-7-sonnet-20250219-v1:0",
|
|
31183
|
-
name: "Claude 3.7 Sonnet (US)",
|
|
31279
|
+
name: "Claude 3.7 Sonnet (2025-02-19) (US)",
|
|
31184
31280
|
provider: "bedrock",
|
|
31185
31281
|
contextLength: 200000
|
|
31186
31282
|
},
|
|
31187
31283
|
{
|
|
31188
|
-
id: "us.anthropic.claude-
|
|
31189
|
-
name: "Claude
|
|
31284
|
+
id: "us.anthropic.claude-opus-4-6-v1",
|
|
31285
|
+
name: "Claude Opus 4.6 (US)",
|
|
31286
|
+
provider: "bedrock",
|
|
31287
|
+
contextLength: 200000
|
|
31288
|
+
},
|
|
31289
|
+
{
|
|
31290
|
+
id: "us.anthropic.claude-sonnet-4-6-v1",
|
|
31291
|
+
name: "Claude Sonnet 4.6 (US)",
|
|
31292
|
+
provider: "bedrock",
|
|
31293
|
+
contextLength: 200000
|
|
31294
|
+
},
|
|
31295
|
+
{
|
|
31296
|
+
id: "us.anthropic.claude-opus-4-5-20251101-v1:0",
|
|
31297
|
+
name: "Claude Opus 4.5 (2025-11-01) (US)",
|
|
31190
31298
|
provider: "bedrock",
|
|
31191
31299
|
contextLength: 200000
|
|
31192
31300
|
},
|
|
31193
31301
|
{
|
|
31194
31302
|
id: "us.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
31195
|
-
name: "Claude Sonnet 4.5 (US)",
|
|
31303
|
+
name: "Claude Sonnet 4.5 (2025-09-29) (US)",
|
|
31304
|
+
provider: "bedrock",
|
|
31305
|
+
contextLength: 200000
|
|
31306
|
+
},
|
|
31307
|
+
{
|
|
31308
|
+
id: "us.anthropic.claude-sonnet-4-20250514-v1:0",
|
|
31309
|
+
name: "Claude Sonnet 4 (2025-05-14) (US)",
|
|
31196
31310
|
provider: "bedrock",
|
|
31197
31311
|
contextLength: 200000
|
|
31198
31312
|
},
|
|
31199
31313
|
{
|
|
31200
31314
|
id: "us.anthropic.claude-opus-4-20250514-v1:0",
|
|
31201
|
-
name: "Claude Opus 4 (US)",
|
|
31315
|
+
name: "Claude Opus 4 (2025-05-14) (US)",
|
|
31202
31316
|
provider: "bedrock",
|
|
31203
31317
|
contextLength: 200000
|
|
31204
31318
|
},
|
|
31205
31319
|
{
|
|
31206
31320
|
id: "us.anthropic.claude-opus-4-1-20250805-v1:0",
|
|
31207
|
-
name: "Claude Opus 4.1 (US)",
|
|
31321
|
+
name: "Claude Opus 4.1 (2025-08-05) (US)",
|
|
31208
31322
|
provider: "bedrock",
|
|
31209
31323
|
contextLength: 200000
|
|
31210
31324
|
},
|
|
31211
31325
|
{
|
|
31212
|
-
id: "us.
|
|
31213
|
-
name: "
|
|
31326
|
+
id: "us.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
31327
|
+
name: "Claude Haiku 4.5 (2025-10-01) (US)",
|
|
31328
|
+
provider: "bedrock",
|
|
31329
|
+
contextLength: 200000
|
|
31330
|
+
},
|
|
31331
|
+
{
|
|
31332
|
+
id: "us.meta.llama3-2-11b-instruct-v1:0",
|
|
31333
|
+
name: "Llama 3.2 11B Instruct (US)",
|
|
31214
31334
|
provider: "bedrock",
|
|
31215
31335
|
contextLength: 128000
|
|
31216
31336
|
},
|
|
31217
31337
|
{
|
|
31218
|
-
id: "us.meta.llama3-
|
|
31219
|
-
name: "Llama 3.
|
|
31338
|
+
id: "us.meta.llama3-2-3b-instruct-v1:0",
|
|
31339
|
+
name: "Llama 3.2 3B Instruct (US)",
|
|
31220
31340
|
provider: "bedrock",
|
|
31221
31341
|
contextLength: 128000
|
|
31222
31342
|
},
|
|
31223
31343
|
{
|
|
31224
|
-
id: "us.meta.llama3-2-
|
|
31225
|
-
name: "Llama 3.2
|
|
31344
|
+
id: "us.meta.llama3-2-90b-instruct-v1:0",
|
|
31345
|
+
name: "Llama 3.2 90B Instruct (US)",
|
|
31226
31346
|
provider: "bedrock",
|
|
31227
31347
|
contextLength: 128000
|
|
31228
31348
|
},
|
|
31229
31349
|
{
|
|
31230
|
-
id: "us.meta.llama3-2-
|
|
31231
|
-
name: "Llama 3.2
|
|
31350
|
+
id: "us.meta.llama3-2-1b-instruct-v1:0",
|
|
31351
|
+
name: "Llama 3.2 1B Instruct (US)",
|
|
31232
31352
|
provider: "bedrock",
|
|
31233
31353
|
contextLength: 128000
|
|
31234
31354
|
},
|
|
31235
31355
|
{
|
|
31236
|
-
id: "us.meta.llama3-
|
|
31237
|
-
name: "Llama 3.
|
|
31356
|
+
id: "us.meta.llama3-1-8b-instruct-v1:0",
|
|
31357
|
+
name: "Llama 3.1 8B Instruct (US)",
|
|
31238
31358
|
provider: "bedrock",
|
|
31239
31359
|
contextLength: 128000
|
|
31240
31360
|
},
|
|
31241
31361
|
{
|
|
31242
|
-
id: "us.meta.llama3-
|
|
31243
|
-
name: "Llama 3.
|
|
31362
|
+
id: "us.meta.llama3-1-70b-instruct-v1:0",
|
|
31363
|
+
name: "Llama 3.1 70B Instruct (US)",
|
|
31244
31364
|
provider: "bedrock",
|
|
31245
31365
|
contextLength: 128000
|
|
31246
31366
|
},
|
|
31247
31367
|
{
|
|
31248
31368
|
id: "us.meta.llama3-3-70b-instruct-v1:0",
|
|
31249
|
-
name: "Llama 3.3 70B (US)",
|
|
31369
|
+
name: "Llama 3.3 70B Instruct (US)",
|
|
31370
|
+
provider: "bedrock",
|
|
31371
|
+
contextLength: 128000
|
|
31372
|
+
},
|
|
31373
|
+
{
|
|
31374
|
+
id: "us.deepseek.r1-v1:0",
|
|
31375
|
+
name: "DeepSeek R1 (US)",
|
|
31376
|
+
provider: "bedrock",
|
|
31377
|
+
contextLength: 64000
|
|
31378
|
+
},
|
|
31379
|
+
{
|
|
31380
|
+
id: "us.mistral.pixtral-large-2502-v1:0",
|
|
31381
|
+
name: "Pixtral Large-2502 (US)",
|
|
31250
31382
|
provider: "bedrock",
|
|
31251
31383
|
contextLength: 128000
|
|
31252
31384
|
},
|
|
31253
31385
|
{
|
|
31254
31386
|
id: "us.meta.llama4-scout-17b-instruct-v1:0",
|
|
31255
|
-
name: "Llama 4 Scout 17B (US)",
|
|
31387
|
+
name: "Llama 4 Scout 17B Instruct (US)",
|
|
31256
31388
|
provider: "bedrock",
|
|
31257
31389
|
contextLength: 128000
|
|
31258
31390
|
},
|
|
31259
31391
|
{
|
|
31260
31392
|
id: "us.meta.llama4-maverick-17b-instruct-v1:0",
|
|
31261
|
-
name: "Llama 4 Maverick 17B (US)",
|
|
31393
|
+
name: "Llama 4 Maverick 17B Instruct (US)",
|
|
31262
31394
|
provider: "bedrock",
|
|
31263
31395
|
contextLength: 128000
|
|
31264
31396
|
},
|
|
31265
31397
|
{
|
|
31266
|
-
id: "
|
|
31267
|
-
name: "
|
|
31398
|
+
id: "global.anthropic.claude-v2",
|
|
31399
|
+
name: "Claude v2 (Global)",
|
|
31268
31400
|
provider: "bedrock",
|
|
31269
|
-
contextLength:
|
|
31401
|
+
contextLength: 1e5
|
|
31270
31402
|
},
|
|
31271
31403
|
{
|
|
31272
|
-
id: "
|
|
31273
|
-
name: "
|
|
31404
|
+
id: "global.anthropic.claude-v2:1",
|
|
31405
|
+
name: "Claude v2:1 (Global)",
|
|
31274
31406
|
provider: "bedrock",
|
|
31275
|
-
contextLength:
|
|
31407
|
+
contextLength: 1e5
|
|
31408
|
+
},
|
|
31409
|
+
{
|
|
31410
|
+
id: "global.anthropic.claude-instant-v1",
|
|
31411
|
+
name: "Claude Instant v1 (Global)",
|
|
31412
|
+
provider: "bedrock",
|
|
31413
|
+
contextLength: 1e5
|
|
31414
|
+
},
|
|
31415
|
+
{
|
|
31416
|
+
id: "global.anthropic.claude-opus-4-6-v1",
|
|
31417
|
+
name: "Claude Opus 4.6 (Global)",
|
|
31418
|
+
provider: "bedrock",
|
|
31419
|
+
contextLength: 200000
|
|
31420
|
+
},
|
|
31421
|
+
{
|
|
31422
|
+
id: "global.anthropic.claude-sonnet-4-6-v1",
|
|
31423
|
+
name: "Claude Sonnet 4.6 (Global)",
|
|
31424
|
+
provider: "bedrock",
|
|
31425
|
+
contextLength: 200000
|
|
31426
|
+
},
|
|
31427
|
+
{
|
|
31428
|
+
id: "global.anthropic.claude-opus-4-5-20251101-v1:0",
|
|
31429
|
+
name: "Claude Opus 4.5 (2025-11-01) (Global)",
|
|
31430
|
+
provider: "bedrock",
|
|
31431
|
+
contextLength: 200000
|
|
31276
31432
|
},
|
|
31277
31433
|
{
|
|
31278
31434
|
id: "global.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
31279
|
-
name: "Claude Haiku 4.5 (Global)",
|
|
31435
|
+
name: "Claude Haiku 4.5 (2025-10-01) (Global)",
|
|
31280
31436
|
provider: "bedrock",
|
|
31281
31437
|
contextLength: 200000
|
|
31282
31438
|
},
|
|
31283
31439
|
{
|
|
31284
31440
|
id: "global.anthropic.claude-sonnet-4-5-20250929-v1:0",
|
|
31285
|
-
name: "Claude Sonnet 4.5 (Global)",
|
|
31441
|
+
name: "Claude Sonnet 4.5 (2025-09-29) (Global)",
|
|
31442
|
+
provider: "bedrock",
|
|
31443
|
+
contextLength: 200000
|
|
31444
|
+
},
|
|
31445
|
+
{
|
|
31446
|
+
id: "global.anthropic.claude-sonnet-4-20250514-v1:0",
|
|
31447
|
+
name: "Claude Sonnet 4 (2025-05-14) (Global)",
|
|
31448
|
+
provider: "bedrock",
|
|
31449
|
+
contextLength: 200000
|
|
31450
|
+
},
|
|
31451
|
+
{
|
|
31452
|
+
id: "global.anthropic.claude-opus-4-20250514-v1:0",
|
|
31453
|
+
name: "Claude Opus 4 (2025-05-14) (Global)",
|
|
31454
|
+
provider: "bedrock",
|
|
31455
|
+
contextLength: 200000
|
|
31456
|
+
},
|
|
31457
|
+
{
|
|
31458
|
+
id: "global.anthropic.claude-opus-4-1-20250805-v1:0",
|
|
31459
|
+
name: "Claude Opus 4.1 (2025-08-05) (Global)",
|
|
31460
|
+
provider: "bedrock",
|
|
31461
|
+
contextLength: 200000
|
|
31462
|
+
},
|
|
31463
|
+
{
|
|
31464
|
+
id: "global.anthropic.claude-3-7-sonnet-20250219-v1:0",
|
|
31465
|
+
name: "Claude 3.7 Sonnet (2025-02-19) (Global)",
|
|
31466
|
+
provider: "bedrock",
|
|
31467
|
+
contextLength: 200000
|
|
31468
|
+
},
|
|
31469
|
+
{
|
|
31470
|
+
id: "global.anthropic.claude-3-5-sonnet-20240620-v1:0",
|
|
31471
|
+
name: "Claude 3.5 Sonnet (2024-06-20) (Global)",
|
|
31472
|
+
provider: "bedrock",
|
|
31473
|
+
contextLength: 200000
|
|
31474
|
+
},
|
|
31475
|
+
{
|
|
31476
|
+
id: "global.anthropic.claude-3-5-sonnet-20241022-v2:0",
|
|
31477
|
+
name: "Claude 3.5 Sonnet (2024-10-22) (Global)",
|
|
31478
|
+
provider: "bedrock",
|
|
31479
|
+
contextLength: 200000
|
|
31480
|
+
},
|
|
31481
|
+
{
|
|
31482
|
+
id: "global.anthropic.claude-3-5-haiku-20241022-v1:0",
|
|
31483
|
+
name: "Claude 3.5 Haiku (2024-10-22) (Global)",
|
|
31484
|
+
provider: "bedrock",
|
|
31485
|
+
contextLength: 200000
|
|
31486
|
+
},
|
|
31487
|
+
{
|
|
31488
|
+
id: "global.anthropic.claude-3-sonnet-20240229-v1:0",
|
|
31489
|
+
name: "Claude 3 Sonnet (2024-02-29) (Global)",
|
|
31490
|
+
provider: "bedrock",
|
|
31491
|
+
contextLength: 200000
|
|
31492
|
+
},
|
|
31493
|
+
{
|
|
31494
|
+
id: "global.anthropic.claude-3-haiku-20240307-v1:0",
|
|
31495
|
+
name: "Claude 3 Haiku (2024-03-07) (Global)",
|
|
31496
|
+
provider: "bedrock",
|
|
31497
|
+
contextLength: 200000
|
|
31498
|
+
},
|
|
31499
|
+
{
|
|
31500
|
+
id: "global.anthropic.claude-3-opus-20240229-v1:0",
|
|
31501
|
+
name: "Claude 3 Opus (2024-02-29) (Global)",
|
|
31286
31502
|
provider: "bedrock",
|
|
31287
31503
|
contextLength: 200000
|
|
31288
31504
|
}
|
|
31289
31505
|
];
|
|
31290
31506
|
});
|
|
31291
31507
|
|
|
31292
|
-
// src/core/ai/models/
|
|
31293
|
-
var
|
|
31294
|
-
var
|
|
31295
|
-
|
|
31508
|
+
// src/core/ai/models/openrouter.ts
|
|
31509
|
+
var OPENROUTER_MODELS;
|
|
31510
|
+
var init_openrouter = __esm(() => {
|
|
31511
|
+
OPENROUTER_MODELS = [
|
|
31296
31512
|
{
|
|
31297
|
-
id: "
|
|
31298
|
-
name: "
|
|
31299
|
-
provider: "
|
|
31513
|
+
id: "anthropic/claude-haiku-4.5",
|
|
31514
|
+
name: "Claude Haiku 4.5 (OpenRouter)",
|
|
31515
|
+
provider: "openrouter",
|
|
31516
|
+
contextLength: 200000
|
|
31517
|
+
},
|
|
31518
|
+
{
|
|
31519
|
+
id: "anthropic/claude-sonnet-4.5",
|
|
31520
|
+
name: "Claude Sonnet 4.5 (OpenRouter)",
|
|
31521
|
+
provider: "openrouter",
|
|
31522
|
+
contextLength: 200000
|
|
31523
|
+
},
|
|
31524
|
+
{
|
|
31525
|
+
id: "anthropic/claude-sonnet-4",
|
|
31526
|
+
name: "Claude Sonnet 4 (OpenRouter)",
|
|
31527
|
+
provider: "openrouter",
|
|
31528
|
+
contextLength: 200000
|
|
31529
|
+
},
|
|
31530
|
+
{
|
|
31531
|
+
id: "anthropic/claude-opus-4",
|
|
31532
|
+
name: "Claude Opus 4 (OpenRouter)",
|
|
31533
|
+
provider: "openrouter",
|
|
31534
|
+
contextLength: 200000
|
|
31535
|
+
},
|
|
31536
|
+
{
|
|
31537
|
+
id: "anthropic/claude-opus-4.6",
|
|
31538
|
+
name: "Claude Opus 4.6 (OpenRouter)",
|
|
31539
|
+
provider: "openrouter",
|
|
31540
|
+
contextLength: 200000
|
|
31541
|
+
},
|
|
31542
|
+
{
|
|
31543
|
+
id: "anthropic/claude-opus-4.5",
|
|
31544
|
+
name: "Claude Opus 4.5 (OpenRouter)",
|
|
31545
|
+
provider: "openrouter",
|
|
31546
|
+
contextLength: 200000
|
|
31547
|
+
},
|
|
31548
|
+
{
|
|
31549
|
+
id: "anthropic/claude-3.5-sonnet",
|
|
31550
|
+
name: "Claude 3.5 Sonnet (OpenRouter)",
|
|
31551
|
+
provider: "openrouter",
|
|
31552
|
+
contextLength: 200000
|
|
31553
|
+
},
|
|
31554
|
+
{
|
|
31555
|
+
id: "openai/gpt-4o",
|
|
31556
|
+
name: "GPT-4o (OpenRouter)",
|
|
31557
|
+
provider: "openrouter",
|
|
31300
31558
|
contextLength: 128000
|
|
31301
31559
|
},
|
|
31302
31560
|
{
|
|
31303
|
-
id: "gpt-4o",
|
|
31304
|
-
name: "GPT-4o",
|
|
31305
|
-
provider: "
|
|
31561
|
+
id: "openai/gpt-4o-mini",
|
|
31562
|
+
name: "GPT-4o Mini (OpenRouter)",
|
|
31563
|
+
provider: "openrouter",
|
|
31306
31564
|
contextLength: 128000
|
|
31307
31565
|
},
|
|
31308
31566
|
{
|
|
31309
|
-
id: "
|
|
31310
|
-
name: "
|
|
31311
|
-
provider: "
|
|
31567
|
+
id: "openai/o1",
|
|
31568
|
+
name: "O1 (OpenRouter)",
|
|
31569
|
+
provider: "openrouter",
|
|
31570
|
+
contextLength: 200000
|
|
31571
|
+
},
|
|
31572
|
+
{
|
|
31573
|
+
id: "google/gemini-2.0-flash-exp:free",
|
|
31574
|
+
name: "Gemini 2.0 Flash Exp (Free)",
|
|
31575
|
+
provider: "openrouter",
|
|
31576
|
+
contextLength: 1e6
|
|
31577
|
+
},
|
|
31578
|
+
{
|
|
31579
|
+
id: "google/gemini-2.0-flash-thinking-exp:free",
|
|
31580
|
+
name: "Gemini 2.0 Flash Thinking (Free)",
|
|
31581
|
+
provider: "openrouter",
|
|
31582
|
+
contextLength: 32768
|
|
31583
|
+
},
|
|
31584
|
+
{
|
|
31585
|
+
id: "google/gemini-pro-1.5",
|
|
31586
|
+
name: "Gemini Pro 1.5",
|
|
31587
|
+
provider: "openrouter",
|
|
31588
|
+
contextLength: 2000000
|
|
31589
|
+
},
|
|
31590
|
+
{
|
|
31591
|
+
id: "google/gemini-3-pro-preview",
|
|
31592
|
+
name: "Gemini 3 Pro Preview",
|
|
31593
|
+
provider: "openrouter",
|
|
31594
|
+
contextLength: 1e6
|
|
31595
|
+
},
|
|
31596
|
+
{
|
|
31597
|
+
id: "meta-llama/llama-3.3-70b-instruct",
|
|
31598
|
+
name: "Llama 3.3 70B Instruct",
|
|
31599
|
+
provider: "openrouter",
|
|
31312
31600
|
contextLength: 128000
|
|
31313
31601
|
},
|
|
31314
31602
|
{
|
|
31315
|
-
id: "
|
|
31316
|
-
name: "
|
|
31317
|
-
provider: "
|
|
31603
|
+
id: "meta-llama/llama-3.1-405b-instruct",
|
|
31604
|
+
name: "Llama 3.1 405B Instruct",
|
|
31605
|
+
provider: "openrouter",
|
|
31318
31606
|
contextLength: 128000
|
|
31319
31607
|
},
|
|
31320
31608
|
{
|
|
31321
|
-
id: "
|
|
31322
|
-
name: "
|
|
31323
|
-
provider: "
|
|
31324
|
-
contextLength:
|
|
31609
|
+
id: "deepseek/deepseek-chat",
|
|
31610
|
+
name: "DeepSeek Chat",
|
|
31611
|
+
provider: "openrouter",
|
|
31612
|
+
contextLength: 64000
|
|
31325
31613
|
},
|
|
31326
31614
|
{
|
|
31327
|
-
id: "
|
|
31328
|
-
name: "
|
|
31329
|
-
provider: "
|
|
31330
|
-
contextLength:
|
|
31615
|
+
id: "deepseek/deepseek-r1",
|
|
31616
|
+
name: "DeepSeek R1",
|
|
31617
|
+
provider: "openrouter",
|
|
31618
|
+
contextLength: 64000
|
|
31331
31619
|
},
|
|
31332
31620
|
{
|
|
31333
|
-
id: "
|
|
31334
|
-
name: "
|
|
31335
|
-
provider: "
|
|
31336
|
-
contextLength:
|
|
31621
|
+
id: "mistralai/mistral-large-2512",
|
|
31622
|
+
name: "Mistral Large 3 2512",
|
|
31623
|
+
provider: "openrouter",
|
|
31624
|
+
contextLength: 262144
|
|
31337
31625
|
},
|
|
31338
31626
|
{
|
|
31339
|
-
id: "
|
|
31340
|
-
name: "
|
|
31341
|
-
provider: "
|
|
31627
|
+
id: "moonshotai/kimi-k2-thinking",
|
|
31628
|
+
name: "Kimi K2 Thinking",
|
|
31629
|
+
provider: "openrouter",
|
|
31630
|
+
contextLength: 262144
|
|
31631
|
+
},
|
|
31632
|
+
{
|
|
31633
|
+
id: "moonshot/kimi-k2-turbo",
|
|
31634
|
+
name: "Kimi K2 Turbo",
|
|
31635
|
+
provider: "openrouter",
|
|
31342
31636
|
contextLength: 128000
|
|
31637
|
+
},
|
|
31638
|
+
{
|
|
31639
|
+
id: "moonshot/kimi-k2-chat",
|
|
31640
|
+
name: "Kimi K2 Chat",
|
|
31641
|
+
provider: "openrouter",
|
|
31642
|
+
contextLength: 128000
|
|
31643
|
+
},
|
|
31644
|
+
{
|
|
31645
|
+
id: "minimax/minimax-m2",
|
|
31646
|
+
name: "MiniMax M2",
|
|
31647
|
+
provider: "openrouter",
|
|
31648
|
+
contextLength: 204800
|
|
31649
|
+
},
|
|
31650
|
+
{
|
|
31651
|
+
id: "qwen/qwen3-8b",
|
|
31652
|
+
name: "Qwen 3 8B Thinking",
|
|
31653
|
+
provider: "openrouter",
|
|
31654
|
+
contextLength: 256000
|
|
31655
|
+
},
|
|
31656
|
+
{
|
|
31657
|
+
id: "qwen/qwen3-14b",
|
|
31658
|
+
name: "Qwen 3 14B Instruct",
|
|
31659
|
+
provider: "openrouter",
|
|
31660
|
+
contextLength: 256000
|
|
31661
|
+
},
|
|
31662
|
+
{
|
|
31663
|
+
id: "qwen/qwen3-32b",
|
|
31664
|
+
name: "Qwen 3 32B Instruct",
|
|
31665
|
+
provider: "openrouter",
|
|
31666
|
+
contextLength: 256000
|
|
31667
|
+
},
|
|
31668
|
+
{
|
|
31669
|
+
id: "qwen/qwen3-30b-a3b-thinking-2507",
|
|
31670
|
+
name: "Qwen 3 30B A3B Thinking",
|
|
31671
|
+
provider: "openrouter",
|
|
31672
|
+
contextLength: 32768
|
|
31673
|
+
},
|
|
31674
|
+
{
|
|
31675
|
+
id: "nvidia/nemotron-3-nano-30b-a3b:free",
|
|
31676
|
+
name: "Nemotron 3 Nano 30B A3B (Free)",
|
|
31677
|
+
provider: "openrouter",
|
|
31678
|
+
contextLength: 256000
|
|
31679
|
+
},
|
|
31680
|
+
{
|
|
31681
|
+
id: "nvidia/nemotron-3-nano-30b-a3b",
|
|
31682
|
+
name: "Nemotron 3 Nano 30B A3B",
|
|
31683
|
+
provider: "openrouter",
|
|
31684
|
+
contextLength: 262144
|
|
31685
|
+
},
|
|
31686
|
+
{
|
|
31687
|
+
id: "arcee-ai/trinity-mini:free",
|
|
31688
|
+
name: "Arcee Trinity Mini (Free)",
|
|
31689
|
+
provider: "openrouter",
|
|
31690
|
+
contextLength: 131072
|
|
31691
|
+
},
|
|
31692
|
+
{
|
|
31693
|
+
id: "arcee-ai/trinity-mini",
|
|
31694
|
+
name: "Arcee Trinity Mini",
|
|
31695
|
+
provider: "openrouter",
|
|
31696
|
+
contextLength: 131072
|
|
31697
|
+
},
|
|
31698
|
+
{
|
|
31699
|
+
id: "x-ai/grok-4.1-fast:free",
|
|
31700
|
+
name: "Grok 4.1 Fast (Free)",
|
|
31701
|
+
provider: "openrouter",
|
|
31702
|
+
contextLength: 2000000
|
|
31703
|
+
},
|
|
31704
|
+
{
|
|
31705
|
+
id: "x-ai/grok-code-fast-1",
|
|
31706
|
+
name: "Grok Code Fast 1",
|
|
31707
|
+
provider: "openrouter",
|
|
31708
|
+
contextLength: 256000
|
|
31709
|
+
},
|
|
31710
|
+
{
|
|
31711
|
+
id: "z-ai/glm-4.7-flash",
|
|
31712
|
+
name: "GLM 4.7 Flash",
|
|
31713
|
+
provider: "openrouter",
|
|
31714
|
+
contextLength: 200000
|
|
31343
31715
|
}
|
|
31344
31716
|
];
|
|
31345
31717
|
});
|
|
@@ -31355,14 +31727,14 @@ function getModelInfo(model) {
|
|
|
31355
31727
|
var AVAILABLE_MODELS;
|
|
31356
31728
|
var init_models = __esm(() => {
|
|
31357
31729
|
init_anthropic();
|
|
31358
|
-
init_openrouter();
|
|
31359
|
-
init_bedrock();
|
|
31360
31730
|
init_openai();
|
|
31731
|
+
init_bedrock();
|
|
31732
|
+
init_openrouter();
|
|
31361
31733
|
AVAILABLE_MODELS = [
|
|
31362
31734
|
...ANTHROPIC_MODELS,
|
|
31363
|
-
...
|
|
31735
|
+
...OPENAI_MODELS,
|
|
31364
31736
|
...BEDROCK_MODELS,
|
|
31365
|
-
...
|
|
31737
|
+
...OPENROUTER_MODELS
|
|
31366
31738
|
];
|
|
31367
31739
|
});
|
|
31368
31740
|
|
|
@@ -209113,7 +209485,7 @@ import fs2 from "fs/promises";
|
|
|
209113
209485
|
// package.json
|
|
209114
209486
|
var package_default2 = {
|
|
209115
209487
|
name: "@pensar/apex",
|
|
209116
|
-
version: "0.0.
|
|
209488
|
+
version: "0.0.77-canary.c4e8d81a",
|
|
209117
209489
|
description: "AI-powered penetration testing CLI tool with terminal UI",
|
|
209118
209490
|
module: "src/tui/index.tsx",
|
|
209119
209491
|
main: "build/index.js",
|
|
@@ -209135,6 +209507,7 @@ var package_default2 = {
|
|
|
209135
209507
|
scripts: {
|
|
209136
209508
|
build: "bun build src/tui/index.tsx --outdir build --target node --format esm --external sharp",
|
|
209137
209509
|
"generate:ascii": "bun run scripts/generate-ascii-art.ts",
|
|
209510
|
+
"generate:models": "bun run scripts/generate-models.ts",
|
|
209138
209511
|
"build:binary": "bun run generate:ascii && bun build src/cli.ts --compile --outfile pensar",
|
|
209139
209512
|
"build:binary:macos-arm64": "bun build src/cli.ts --compile --target=bun-darwin-arm64 --outfile dist/pensar-darwin-arm64",
|
|
209140
209513
|
"build:binary:macos-x64": "bun build src/cli.ts --compile --target=bun-darwin-x64 --outfile dist/pensar-darwin-x64",
|
|
@@ -209190,17 +209563,17 @@ var package_default2 = {
|
|
|
209190
209563
|
typescript: "^5.9.3"
|
|
209191
209564
|
},
|
|
209192
209565
|
dependencies: {
|
|
209193
|
-
"@ai-sdk/amazon-bedrock": "^4.0.
|
|
209194
|
-
"@ai-sdk/anthropic": "^3.0.
|
|
209195
|
-
"@ai-sdk/openai": "^3.0.
|
|
209566
|
+
"@ai-sdk/amazon-bedrock": "^4.0.69",
|
|
209567
|
+
"@ai-sdk/anthropic": "^3.0.50",
|
|
209568
|
+
"@ai-sdk/openai": "^3.0.37",
|
|
209196
209569
|
"@daytonaio/sdk": "^0.112.1",
|
|
209197
209570
|
"@googleapis/gmail": "^16.1.1",
|
|
209198
209571
|
"@microsoft/microsoft-graph-client": "^3.0.7",
|
|
209199
209572
|
"@modelcontextprotocol/sdk": "^1.0.0",
|
|
209200
|
-
"@openrouter/ai-sdk-provider": "^2.
|
|
209573
|
+
"@openrouter/ai-sdk-provider": "^2.2.3",
|
|
209201
209574
|
"@opentui/core": "^0.1.80",
|
|
209202
209575
|
"@opentui/react": "^0.1.80",
|
|
209203
|
-
ai: "^6.0.
|
|
209576
|
+
ai: "^6.0.105",
|
|
209204
209577
|
glob: "^13.0.0",
|
|
209205
209578
|
"google-auth-library": "^10.6.1",
|
|
209206
209579
|
ignore: "^7.0.5",
|