aimodels 0.5.2 → 0.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1498 -254
- package/package.json +5 -3
package/dist/index.js
CHANGED
|
@@ -69,6 +69,20 @@ var models = {
|
|
|
69
69
|
],
|
|
70
70
|
"creatorId": "anthropic"
|
|
71
71
|
},
|
|
72
|
+
"claude-opus-4-6": {
|
|
73
|
+
"id": "claude-opus-4-6",
|
|
74
|
+
"extends": "claude-opus-4-5-20251101",
|
|
75
|
+
"overrides": {
|
|
76
|
+
"name": "Claude Opus 4.6",
|
|
77
|
+
"context": {
|
|
78
|
+
"type": "token",
|
|
79
|
+
"total": 1e6,
|
|
80
|
+
"maxOutput": 128e3,
|
|
81
|
+
"outputIsFixed": 1
|
|
82
|
+
}
|
|
83
|
+
},
|
|
84
|
+
"creatorId": "anthropic"
|
|
85
|
+
},
|
|
72
86
|
"claude-opus-4-1-20250805": {
|
|
73
87
|
"id": "claude-opus-4-1-20250805",
|
|
74
88
|
"name": "Claude Opus 4.1",
|
|
@@ -138,36 +152,18 @@ var models = {
|
|
|
138
152
|
],
|
|
139
153
|
"creatorId": "anthropic"
|
|
140
154
|
},
|
|
141
|
-
"claude-
|
|
142
|
-
"id": "claude-
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
|
|
146
|
-
"
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
"reason"
|
|
152
|
-
],
|
|
153
|
-
"context": {
|
|
154
|
-
"type": "token",
|
|
155
|
-
"total": 2e5,
|
|
156
|
-
"maxOutput": 8192,
|
|
157
|
-
"outputIsFixed": 1,
|
|
158
|
-
"extended": {
|
|
159
|
-
"reasoning": {
|
|
160
|
-
"maxOutput": 64e3
|
|
161
|
-
},
|
|
162
|
-
"experimental": {
|
|
163
|
-
"maxOutput": 128e3
|
|
164
|
-
}
|
|
155
|
+
"claude-sonnet-4-6": {
|
|
156
|
+
"id": "claude-sonnet-4-6",
|
|
157
|
+
"extends": "claude-sonnet-4-5-20250929",
|
|
158
|
+
"overrides": {
|
|
159
|
+
"name": "Claude Sonnet 4.6",
|
|
160
|
+
"context": {
|
|
161
|
+
"type": "token",
|
|
162
|
+
"total": 1e6,
|
|
163
|
+
"maxOutput": 64e3,
|
|
164
|
+
"outputIsFixed": 1
|
|
165
165
|
}
|
|
166
166
|
},
|
|
167
|
-
"aliases": [
|
|
168
|
-
"claude-3-7-sonnet-latest",
|
|
169
|
-
"claude-3-7-sonnet"
|
|
170
|
-
],
|
|
171
167
|
"creatorId": "anthropic"
|
|
172
168
|
},
|
|
173
169
|
"command-a-03-2025": {
|
|
@@ -588,8 +584,8 @@ var models = {
|
|
|
588
584
|
},
|
|
589
585
|
"deepseek-chat": {
|
|
590
586
|
"id": "deepseek-chat",
|
|
591
|
-
"name": "DeepSeek V3",
|
|
592
|
-
"license": "
|
|
587
|
+
"name": "DeepSeek V3.2",
|
|
588
|
+
"license": "mit",
|
|
593
589
|
"capabilities": [
|
|
594
590
|
"chat",
|
|
595
591
|
"txt-in",
|
|
@@ -602,12 +598,16 @@ var models = {
|
|
|
602
598
|
"total": 131072,
|
|
603
599
|
"maxOutput": 8192
|
|
604
600
|
},
|
|
601
|
+
"aliases": [
|
|
602
|
+
"deepseek-v3.2",
|
|
603
|
+
"deepseek-v3.2-latest"
|
|
604
|
+
],
|
|
605
605
|
"creatorId": "deepseek"
|
|
606
606
|
},
|
|
607
607
|
"deepseek-reasoner": {
|
|
608
608
|
"id": "deepseek-reasoner",
|
|
609
|
-
"name": "DeepSeek
|
|
610
|
-
"license": "
|
|
609
|
+
"name": "DeepSeek V3.2 (Thinking Mode)",
|
|
610
|
+
"license": "mit",
|
|
611
611
|
"capabilities": [
|
|
612
612
|
"chat",
|
|
613
613
|
"txt-in",
|
|
@@ -619,13 +619,17 @@ var models = {
|
|
|
619
619
|
"context": {
|
|
620
620
|
"type": "token",
|
|
621
621
|
"total": 131072,
|
|
622
|
-
"maxOutput":
|
|
622
|
+
"maxOutput": 65536
|
|
623
623
|
},
|
|
624
|
+
"aliases": [
|
|
625
|
+
"deepseek-v3.2-thinking",
|
|
626
|
+
"deepseek-reasoner-latest"
|
|
627
|
+
],
|
|
624
628
|
"creatorId": "deepseek"
|
|
625
629
|
},
|
|
626
|
-
"gemini-
|
|
627
|
-
"id": "gemini-
|
|
628
|
-
"name": "Gemini
|
|
630
|
+
"gemini-3-pro-preview": {
|
|
631
|
+
"id": "gemini-3-pro-preview",
|
|
632
|
+
"name": "Gemini 3 Pro Preview",
|
|
629
633
|
"license": "proprietary",
|
|
630
634
|
"capabilities": [
|
|
631
635
|
"chat",
|
|
@@ -635,21 +639,19 @@ var models = {
|
|
|
635
639
|
"fn-out",
|
|
636
640
|
"img-in",
|
|
637
641
|
"audio-in",
|
|
642
|
+
"video-in",
|
|
638
643
|
"reason"
|
|
639
644
|
],
|
|
640
645
|
"context": {
|
|
641
646
|
"type": "token",
|
|
642
|
-
"total":
|
|
647
|
+
"total": 1048576,
|
|
643
648
|
"maxOutput": 65536
|
|
644
649
|
},
|
|
645
|
-
"aliases": [
|
|
646
|
-
"gemini-2.5"
|
|
647
|
-
],
|
|
648
650
|
"creatorId": "google"
|
|
649
651
|
},
|
|
650
|
-
"gemini-
|
|
651
|
-
"id": "gemini-
|
|
652
|
-
"name": "Gemini
|
|
652
|
+
"gemini-3-flash-preview": {
|
|
653
|
+
"id": "gemini-3-flash-preview",
|
|
654
|
+
"name": "Gemini 3 Flash Preview",
|
|
653
655
|
"license": "proprietary",
|
|
654
656
|
"capabilities": [
|
|
655
657
|
"chat",
|
|
@@ -659,240 +661,308 @@ var models = {
|
|
|
659
661
|
"fn-out",
|
|
660
662
|
"img-in",
|
|
661
663
|
"audio-in",
|
|
664
|
+
"video-in",
|
|
662
665
|
"reason"
|
|
663
666
|
],
|
|
664
667
|
"context": {
|
|
665
668
|
"type": "token",
|
|
666
|
-
"total":
|
|
669
|
+
"total": 1048576,
|
|
667
670
|
"maxOutput": 65536
|
|
668
671
|
},
|
|
669
|
-
"aliases": [
|
|
670
|
-
"gemini-2.5-exp"
|
|
671
|
-
],
|
|
672
672
|
"creatorId": "google"
|
|
673
673
|
},
|
|
674
|
-
"gemini-
|
|
675
|
-
"id": "gemini-
|
|
676
|
-
"
|
|
674
|
+
"gemini-3.1-pro-preview": {
|
|
675
|
+
"id": "gemini-3.1-pro-preview",
|
|
676
|
+
"extends": "gemini-3-pro-preview",
|
|
677
|
+
"overrides": {
|
|
678
|
+
"name": "Gemini 3.1 Pro Preview"
|
|
679
|
+
},
|
|
680
|
+
"creatorId": "google"
|
|
681
|
+
},
|
|
682
|
+
"gemini-3-pro-image-preview": {
|
|
683
|
+
"id": "gemini-3-pro-image-preview",
|
|
684
|
+
"name": "Gemini 3 Pro Image Preview",
|
|
677
685
|
"license": "proprietary",
|
|
678
686
|
"capabilities": [
|
|
679
687
|
"chat",
|
|
680
688
|
"txt-in",
|
|
681
689
|
"txt-out",
|
|
682
|
-
"json-out",
|
|
683
|
-
"fn-out",
|
|
684
690
|
"img-in",
|
|
691
|
+
"img-out",
|
|
685
692
|
"reason"
|
|
686
693
|
],
|
|
687
694
|
"context": {
|
|
688
695
|
"type": "token",
|
|
689
|
-
"total":
|
|
696
|
+
"total": 65536,
|
|
690
697
|
"maxOutput": 32768
|
|
691
698
|
},
|
|
692
699
|
"creatorId": "google"
|
|
693
700
|
},
|
|
694
|
-
"
|
|
695
|
-
"id": "
|
|
696
|
-
"name": "
|
|
697
|
-
"license": "
|
|
701
|
+
"gemini-3.1-flash-image-preview": {
|
|
702
|
+
"id": "gemini-3.1-flash-image-preview",
|
|
703
|
+
"name": "Gemini 3.1 Flash Image Preview",
|
|
704
|
+
"license": "proprietary",
|
|
698
705
|
"capabilities": [
|
|
699
706
|
"chat",
|
|
700
707
|
"txt-in",
|
|
701
708
|
"txt-out",
|
|
702
|
-
"
|
|
703
|
-
"
|
|
709
|
+
"img-in",
|
|
710
|
+
"img-out",
|
|
711
|
+
"reason"
|
|
704
712
|
],
|
|
705
713
|
"context": {
|
|
706
714
|
"type": "token",
|
|
707
|
-
"total":
|
|
708
|
-
"maxOutput":
|
|
715
|
+
"total": 131072,
|
|
716
|
+
"maxOutput": 32768
|
|
709
717
|
},
|
|
710
718
|
"creatorId": "google"
|
|
711
719
|
},
|
|
712
|
-
"
|
|
713
|
-
"id": "
|
|
714
|
-
"name": "
|
|
715
|
-
"license": "
|
|
720
|
+
"gemini-2.5-pro": {
|
|
721
|
+
"id": "gemini-2.5-pro",
|
|
722
|
+
"name": "Gemini 2.5 Pro",
|
|
723
|
+
"license": "proprietary",
|
|
716
724
|
"capabilities": [
|
|
717
725
|
"chat",
|
|
718
726
|
"txt-in",
|
|
719
727
|
"txt-out",
|
|
728
|
+
"img-in",
|
|
729
|
+
"audio-in",
|
|
730
|
+
"video-in",
|
|
720
731
|
"json-out",
|
|
721
732
|
"fn-out",
|
|
722
|
-
"
|
|
733
|
+
"reason"
|
|
723
734
|
],
|
|
724
735
|
"context": {
|
|
725
736
|
"type": "token",
|
|
726
|
-
"total":
|
|
727
|
-
"maxOutput":
|
|
737
|
+
"total": 1048576,
|
|
738
|
+
"maxOutput": 65536
|
|
728
739
|
},
|
|
740
|
+
"aliases": [
|
|
741
|
+
"gemini-2.5"
|
|
742
|
+
],
|
|
729
743
|
"creatorId": "google"
|
|
730
744
|
},
|
|
731
|
-
"
|
|
732
|
-
"id": "
|
|
733
|
-
"
|
|
734
|
-
"
|
|
745
|
+
"gemini-2.5-pro-preview-06-05": {
|
|
746
|
+
"id": "gemini-2.5-pro-preview-06-05",
|
|
747
|
+
"extends": "gemini-2.5-pro",
|
|
748
|
+
"overrides": {
|
|
749
|
+
"name": "Gemini 2.5 Pro Preview 06-05"
|
|
750
|
+
},
|
|
751
|
+
"creatorId": "google"
|
|
752
|
+
},
|
|
753
|
+
"gemini-2.5-flash": {
|
|
754
|
+
"id": "gemini-2.5-flash",
|
|
755
|
+
"name": "Gemini 2.5 Flash",
|
|
756
|
+
"license": "proprietary",
|
|
735
757
|
"capabilities": [
|
|
736
758
|
"chat",
|
|
737
759
|
"txt-in",
|
|
738
760
|
"txt-out",
|
|
761
|
+
"img-in",
|
|
762
|
+
"audio-in",
|
|
763
|
+
"video-in",
|
|
739
764
|
"json-out",
|
|
740
765
|
"fn-out",
|
|
741
|
-
"
|
|
766
|
+
"reason"
|
|
742
767
|
],
|
|
743
768
|
"context": {
|
|
744
769
|
"type": "token",
|
|
745
|
-
"total":
|
|
746
|
-
"maxOutput":
|
|
770
|
+
"total": 1048576,
|
|
771
|
+
"maxOutput": 65536
|
|
772
|
+
},
|
|
773
|
+
"aliases": [
|
|
774
|
+
"gemini-flash-latest"
|
|
775
|
+
],
|
|
776
|
+
"creatorId": "google"
|
|
777
|
+
},
|
|
778
|
+
"gemini-2.5-flash-preview-09-2025": {
|
|
779
|
+
"id": "gemini-2.5-flash-preview-09-2025",
|
|
780
|
+
"extends": "gemini-2.5-flash",
|
|
781
|
+
"overrides": {
|
|
782
|
+
"name": "Gemini 2.5 Flash Preview 09-25"
|
|
747
783
|
},
|
|
748
784
|
"creatorId": "google"
|
|
749
785
|
},
|
|
750
|
-
"
|
|
751
|
-
"id": "
|
|
752
|
-
"name": "
|
|
753
|
-
"license": "
|
|
786
|
+
"gemini-2.5-flash-lite": {
|
|
787
|
+
"id": "gemini-2.5-flash-lite",
|
|
788
|
+
"name": "Gemini 2.5 Flash Lite",
|
|
789
|
+
"license": "proprietary",
|
|
754
790
|
"capabilities": [
|
|
755
791
|
"chat",
|
|
756
792
|
"txt-in",
|
|
757
793
|
"txt-out",
|
|
794
|
+
"img-in",
|
|
795
|
+
"audio-in",
|
|
796
|
+
"video-in",
|
|
758
797
|
"json-out",
|
|
759
798
|
"fn-out",
|
|
760
|
-
"
|
|
799
|
+
"reason"
|
|
761
800
|
],
|
|
762
801
|
"context": {
|
|
763
802
|
"type": "token",
|
|
764
|
-
"total":
|
|
765
|
-
"maxOutput":
|
|
803
|
+
"total": 1048576,
|
|
804
|
+
"maxOutput": 65536
|
|
766
805
|
},
|
|
806
|
+
"aliases": [
|
|
807
|
+
"gemini-flash-lite-latest"
|
|
808
|
+
],
|
|
767
809
|
"creatorId": "google"
|
|
768
810
|
},
|
|
769
|
-
"
|
|
770
|
-
"id": "
|
|
771
|
-
"
|
|
811
|
+
"gemini-2.5-flash-lite-preview-09-2025": {
|
|
812
|
+
"id": "gemini-2.5-flash-lite-preview-09-2025",
|
|
813
|
+
"extends": "gemini-2.5-flash-lite",
|
|
814
|
+
"overrides": {
|
|
815
|
+
"name": "Gemini 2.5 Flash Lite Preview 09-25"
|
|
816
|
+
},
|
|
817
|
+
"creatorId": "google"
|
|
818
|
+
},
|
|
819
|
+
"gemini-3.1-flash-lite-preview": {
|
|
820
|
+
"id": "gemini-3.1-flash-lite-preview",
|
|
821
|
+
"extends": "gemini-2.5-flash-lite",
|
|
822
|
+
"overrides": {
|
|
823
|
+
"name": "Gemini 3.1 Flash-Lite Preview",
|
|
824
|
+
"context": {
|
|
825
|
+
"type": "token",
|
|
826
|
+
"total": 1048576,
|
|
827
|
+
"maxOutput": 65535
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
"creatorId": "google"
|
|
831
|
+
},
|
|
832
|
+
"gemini-live-2.5-flash-native-audio": {
|
|
833
|
+
"id": "gemini-live-2.5-flash-native-audio",
|
|
834
|
+
"name": "Gemini Live 2.5 Flash Native Audio",
|
|
772
835
|
"license": "proprietary",
|
|
773
836
|
"capabilities": [
|
|
837
|
+
"chat",
|
|
774
838
|
"txt-in",
|
|
775
|
-
"
|
|
839
|
+
"txt-out",
|
|
840
|
+
"img-in",
|
|
841
|
+
"audio-in",
|
|
842
|
+
"audio-out",
|
|
843
|
+
"video-in",
|
|
844
|
+
"fn-out"
|
|
776
845
|
],
|
|
777
846
|
"context": {
|
|
778
847
|
"type": "token",
|
|
779
|
-
"total":
|
|
780
|
-
"maxOutput":
|
|
848
|
+
"total": 128e3,
|
|
849
|
+
"maxOutput": 64e3
|
|
781
850
|
},
|
|
782
851
|
"creatorId": "google"
|
|
783
852
|
},
|
|
784
|
-
"
|
|
785
|
-
"id": "
|
|
786
|
-
"name": "
|
|
853
|
+
"gemini-2.0-flash": {
|
|
854
|
+
"id": "gemini-2.0-flash",
|
|
855
|
+
"name": "Gemini 2.0 Flash",
|
|
787
856
|
"license": "proprietary",
|
|
788
857
|
"capabilities": [
|
|
858
|
+
"chat",
|
|
789
859
|
"txt-in",
|
|
790
|
-
"txt-out"
|
|
860
|
+
"txt-out",
|
|
861
|
+
"img-in",
|
|
862
|
+
"audio-in",
|
|
863
|
+
"video-in",
|
|
864
|
+
"json-out",
|
|
865
|
+
"fn-out"
|
|
791
866
|
],
|
|
792
867
|
"context": {
|
|
793
868
|
"type": "token",
|
|
794
|
-
"total":
|
|
795
|
-
"maxOutput":
|
|
869
|
+
"total": 1048576,
|
|
870
|
+
"maxOutput": 8192
|
|
796
871
|
},
|
|
797
872
|
"creatorId": "google"
|
|
798
873
|
},
|
|
799
|
-
"gemini-2.
|
|
800
|
-
"id": "gemini-2.
|
|
801
|
-
"name": "Gemini 2.
|
|
874
|
+
"gemini-2.0-flash-lite": {
|
|
875
|
+
"id": "gemini-2.0-flash-lite",
|
|
876
|
+
"name": "Gemini 2.0 Flash Lite",
|
|
802
877
|
"license": "proprietary",
|
|
803
878
|
"capabilities": [
|
|
804
879
|
"chat",
|
|
805
880
|
"txt-in",
|
|
806
881
|
"txt-out",
|
|
807
882
|
"img-in",
|
|
883
|
+
"audio-in",
|
|
884
|
+
"video-in",
|
|
808
885
|
"json-out",
|
|
809
|
-
"fn-out"
|
|
810
|
-
"reason"
|
|
886
|
+
"fn-out"
|
|
811
887
|
],
|
|
812
888
|
"context": {
|
|
813
889
|
"type": "token",
|
|
814
890
|
"total": 1048576,
|
|
815
|
-
"maxOutput":
|
|
816
|
-
},
|
|
817
|
-
"creatorId": "google"
|
|
818
|
-
},
|
|
819
|
-
"gemini-2.5-pro-preview-05-06": {
|
|
820
|
-
"id": "gemini-2.5-pro-preview-05-06",
|
|
821
|
-
"extends": "gemini-2.5-pro-preview-06-05",
|
|
822
|
-
"overrides": {
|
|
823
|
-
"name": "Gemini 2.5 Pro Preview 05-06"
|
|
824
|
-
},
|
|
825
|
-
"creatorId": "google"
|
|
826
|
-
},
|
|
827
|
-
"gemini-2.5-flash-preview-05-20": {
|
|
828
|
-
"id": "gemini-2.5-flash-preview-05-20",
|
|
829
|
-
"extends": "gemini-2.5-flash-preview",
|
|
830
|
-
"overrides": {
|
|
831
|
-
"name": "Gemini 2.5 Flash Preview 05-20"
|
|
891
|
+
"maxOutput": 8192
|
|
832
892
|
},
|
|
833
893
|
"creatorId": "google"
|
|
834
894
|
},
|
|
835
|
-
"
|
|
836
|
-
"id": "
|
|
837
|
-
"
|
|
838
|
-
"
|
|
839
|
-
|
|
840
|
-
"
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
"
|
|
850
|
-
"type": "token",
|
|
851
|
-
"total": 1048576,
|
|
852
|
-
"maxOutput": 65536
|
|
853
|
-
}
|
|
895
|
+
"gemma-3-1b": {
|
|
896
|
+
"id": "gemma-3-1b",
|
|
897
|
+
"name": "Gemma 3 1B",
|
|
898
|
+
"license": "apache-2.0",
|
|
899
|
+
"capabilities": [
|
|
900
|
+
"chat",
|
|
901
|
+
"txt-in",
|
|
902
|
+
"txt-out",
|
|
903
|
+
"json-out",
|
|
904
|
+
"fn-out"
|
|
905
|
+
],
|
|
906
|
+
"context": {
|
|
907
|
+
"type": "token",
|
|
908
|
+
"total": 40960,
|
|
909
|
+
"maxOutput": 8192
|
|
854
910
|
},
|
|
855
911
|
"creatorId": "google"
|
|
856
912
|
},
|
|
857
|
-
"
|
|
858
|
-
"id": "
|
|
859
|
-
"name": "
|
|
860
|
-
"license": "
|
|
913
|
+
"gemma-3-4b": {
|
|
914
|
+
"id": "gemma-3-4b",
|
|
915
|
+
"name": "Gemma 3 4B",
|
|
916
|
+
"license": "apache-2.0",
|
|
861
917
|
"capabilities": [
|
|
862
918
|
"chat",
|
|
863
919
|
"txt-in",
|
|
864
920
|
"txt-out",
|
|
865
|
-
"
|
|
921
|
+
"json-out",
|
|
922
|
+
"fn-out",
|
|
923
|
+
"img-in"
|
|
866
924
|
],
|
|
867
925
|
"context": {
|
|
868
926
|
"type": "token",
|
|
869
|
-
"total":
|
|
870
|
-
"maxOutput":
|
|
927
|
+
"total": 40960,
|
|
928
|
+
"maxOutput": 8192
|
|
871
929
|
},
|
|
872
930
|
"creatorId": "google"
|
|
873
931
|
},
|
|
874
|
-
"
|
|
875
|
-
"id": "
|
|
876
|
-
"
|
|
877
|
-
"
|
|
878
|
-
|
|
932
|
+
"gemma-3-12b": {
|
|
933
|
+
"id": "gemma-3-12b",
|
|
934
|
+
"name": "Gemma 3 12B",
|
|
935
|
+
"license": "apache-2.0",
|
|
936
|
+
"capabilities": [
|
|
937
|
+
"chat",
|
|
938
|
+
"txt-in",
|
|
939
|
+
"txt-out",
|
|
940
|
+
"json-out",
|
|
941
|
+
"fn-out",
|
|
942
|
+
"img-in"
|
|
943
|
+
],
|
|
944
|
+
"context": {
|
|
945
|
+
"type": "token",
|
|
946
|
+
"total": 40960,
|
|
947
|
+
"maxOutput": 8192
|
|
879
948
|
},
|
|
880
949
|
"creatorId": "google"
|
|
881
950
|
},
|
|
882
|
-
"
|
|
883
|
-
"id": "
|
|
884
|
-
"name": "
|
|
885
|
-
"license": "
|
|
951
|
+
"gemma-3-27b": {
|
|
952
|
+
"id": "gemma-3-27b",
|
|
953
|
+
"name": "Gemma 3 27B",
|
|
954
|
+
"license": "apache-2.0",
|
|
886
955
|
"capabilities": [
|
|
887
956
|
"chat",
|
|
888
957
|
"txt-in",
|
|
889
958
|
"txt-out",
|
|
890
|
-
"
|
|
891
|
-
"
|
|
959
|
+
"json-out",
|
|
960
|
+
"fn-out",
|
|
961
|
+
"img-in"
|
|
892
962
|
],
|
|
893
963
|
"context": {
|
|
894
964
|
"type": "token",
|
|
895
|
-
"total":
|
|
965
|
+
"total": 40960,
|
|
896
966
|
"maxOutput": 8192
|
|
897
967
|
},
|
|
898
968
|
"creatorId": "google"
|
|
@@ -959,23 +1029,141 @@ var models = {
|
|
|
959
1029
|
},
|
|
960
1030
|
"creatorId": "google"
|
|
961
1031
|
},
|
|
962
|
-
"
|
|
963
|
-
"id": "
|
|
964
|
-
"name": "
|
|
1032
|
+
"text-embedding-004": {
|
|
1033
|
+
"id": "text-embedding-004",
|
|
1034
|
+
"name": "Text Embedding 004",
|
|
965
1035
|
"license": "proprietary",
|
|
966
1036
|
"capabilities": [
|
|
967
|
-
"chat",
|
|
968
1037
|
"txt-in",
|
|
969
|
-
"
|
|
970
|
-
"img-in",
|
|
971
|
-
"img-out"
|
|
1038
|
+
"vec-out"
|
|
972
1039
|
],
|
|
973
1040
|
"context": {
|
|
974
1041
|
"type": "token",
|
|
975
|
-
"total":
|
|
976
|
-
"maxOutput":
|
|
1042
|
+
"total": 2048,
|
|
1043
|
+
"maxOutput": 768
|
|
977
1044
|
},
|
|
978
|
-
"
|
|
1045
|
+
"creatorId": "google"
|
|
1046
|
+
},
|
|
1047
|
+
"gemini-embedding-001": {
|
|
1048
|
+
"id": "gemini-embedding-001",
|
|
1049
|
+
"name": "Gemini Embedding 001",
|
|
1050
|
+
"license": "proprietary",
|
|
1051
|
+
"capabilities": [
|
|
1052
|
+
"txt-in",
|
|
1053
|
+
"vec-out"
|
|
1054
|
+
],
|
|
1055
|
+
"context": {
|
|
1056
|
+
"type": "embedding",
|
|
1057
|
+
"total": 2048,
|
|
1058
|
+
"unit": "tokens",
|
|
1059
|
+
"dimensions": 3072,
|
|
1060
|
+
"embeddingType": "text"
|
|
1061
|
+
},
|
|
1062
|
+
"creatorId": "google"
|
|
1063
|
+
},
|
|
1064
|
+
"gemini-embedding-2-preview": {
|
|
1065
|
+
"id": "gemini-embedding-2-preview",
|
|
1066
|
+
"name": "Gemini Embedding 2 Preview",
|
|
1067
|
+
"license": "proprietary",
|
|
1068
|
+
"capabilities": [
|
|
1069
|
+
"txt-in",
|
|
1070
|
+
"img-in",
|
|
1071
|
+
"audio-in",
|
|
1072
|
+
"video-in",
|
|
1073
|
+
"vec-out"
|
|
1074
|
+
],
|
|
1075
|
+
"context": {
|
|
1076
|
+
"type": "embedding",
|
|
1077
|
+
"total": 8192,
|
|
1078
|
+
"unit": "tokens",
|
|
1079
|
+
"dimensions": 3072,
|
|
1080
|
+
"embeddingType": "multimodal"
|
|
1081
|
+
},
|
|
1082
|
+
"creatorId": "google"
|
|
1083
|
+
},
|
|
1084
|
+
"text-embedding-005": {
|
|
1085
|
+
"id": "text-embedding-005",
|
|
1086
|
+
"name": "Text Embedding 005",
|
|
1087
|
+
"license": "proprietary",
|
|
1088
|
+
"capabilities": [
|
|
1089
|
+
"txt-in",
|
|
1090
|
+
"vec-out"
|
|
1091
|
+
],
|
|
1092
|
+
"context": {
|
|
1093
|
+
"type": "embedding",
|
|
1094
|
+
"total": 2048,
|
|
1095
|
+
"unit": "tokens",
|
|
1096
|
+
"dimensions": 768,
|
|
1097
|
+
"embeddingType": "text"
|
|
1098
|
+
},
|
|
1099
|
+
"creatorId": "google"
|
|
1100
|
+
},
|
|
1101
|
+
"text-multilingual-embedding-002": {
|
|
1102
|
+
"id": "text-multilingual-embedding-002",
|
|
1103
|
+
"name": "Text Multilingual Embedding 002",
|
|
1104
|
+
"license": "proprietary",
|
|
1105
|
+
"capabilities": [
|
|
1106
|
+
"txt-in",
|
|
1107
|
+
"vec-out"
|
|
1108
|
+
],
|
|
1109
|
+
"context": {
|
|
1110
|
+
"type": "embedding",
|
|
1111
|
+
"total": 2048,
|
|
1112
|
+
"unit": "tokens",
|
|
1113
|
+
"dimensions": 768,
|
|
1114
|
+
"embeddingType": "text"
|
|
1115
|
+
},
|
|
1116
|
+
"creatorId": "google"
|
|
1117
|
+
},
|
|
1118
|
+
"multimodalembedding@001": {
|
|
1119
|
+
"id": "multimodalembedding@001",
|
|
1120
|
+
"name": "Multimodal Embedding 001",
|
|
1121
|
+
"license": "proprietary",
|
|
1122
|
+
"capabilities": [
|
|
1123
|
+
"txt-in",
|
|
1124
|
+
"img-in",
|
|
1125
|
+
"video-in",
|
|
1126
|
+
"vec-out"
|
|
1127
|
+
],
|
|
1128
|
+
"context": {
|
|
1129
|
+
"type": "embedding",
|
|
1130
|
+
"dimensions": 1408,
|
|
1131
|
+
"embeddingType": "multimodal"
|
|
1132
|
+
},
|
|
1133
|
+
"creatorId": "google"
|
|
1134
|
+
},
|
|
1135
|
+
"aqa": {
|
|
1136
|
+
"id": "aqa",
|
|
1137
|
+
"name": "Attributed Question Answering",
|
|
1138
|
+
"license": "proprietary",
|
|
1139
|
+
"capabilities": [
|
|
1140
|
+
"txt-in",
|
|
1141
|
+
"txt-out"
|
|
1142
|
+
],
|
|
1143
|
+
"context": {
|
|
1144
|
+
"type": "token",
|
|
1145
|
+
"total": 7168,
|
|
1146
|
+
"maxOutput": 1024
|
|
1147
|
+
},
|
|
1148
|
+
"creatorId": "google"
|
|
1149
|
+
},
|
|
1150
|
+
"gemini-2.5-flash-image": {
|
|
1151
|
+
"id": "gemini-2.5-flash-image",
|
|
1152
|
+
"name": "Gemini 2.5 Flash Image (Nano Banana)",
|
|
1153
|
+
"license": "proprietary",
|
|
1154
|
+
"capabilities": [
|
|
1155
|
+
"chat",
|
|
1156
|
+
"txt-in",
|
|
1157
|
+
"txt-out",
|
|
1158
|
+
"img-in",
|
|
1159
|
+
"img-out"
|
|
1160
|
+
],
|
|
1161
|
+
"context": {
|
|
1162
|
+
"type": "token",
|
|
1163
|
+
"total": 1048576,
|
|
1164
|
+
"maxOutput": 65535
|
|
1165
|
+
},
|
|
1166
|
+
"aliases": [
|
|
979
1167
|
"nano-banana"
|
|
980
1168
|
],
|
|
981
1169
|
"creatorId": "google"
|
|
@@ -998,6 +1186,76 @@ var models = {
|
|
|
998
1186
|
},
|
|
999
1187
|
"creatorId": "google"
|
|
1000
1188
|
},
|
|
1189
|
+
"imagen-4.0-generate-001": {
|
|
1190
|
+
"id": "imagen-4.0-generate-001",
|
|
1191
|
+
"name": "Imagen 4.0",
|
|
1192
|
+
"license": "proprietary",
|
|
1193
|
+
"capabilities": [
|
|
1194
|
+
"txt-in",
|
|
1195
|
+
"img-out"
|
|
1196
|
+
],
|
|
1197
|
+
"context": {
|
|
1198
|
+
"maxOutput": 4,
|
|
1199
|
+
"sizes": [
|
|
1200
|
+
"1024x1024",
|
|
1201
|
+
"896x1280",
|
|
1202
|
+
"1280x896",
|
|
1203
|
+
"768x1408",
|
|
1204
|
+
"1408x768",
|
|
1205
|
+
"2048x2048",
|
|
1206
|
+
"1792x2560",
|
|
1207
|
+
"2560x1792",
|
|
1208
|
+
"1536x2816",
|
|
1209
|
+
"2816x1536"
|
|
1210
|
+
]
|
|
1211
|
+
},
|
|
1212
|
+
"creatorId": "google"
|
|
1213
|
+
},
|
|
1214
|
+
"imagen-4.0-fast-generate-001": {
|
|
1215
|
+
"id": "imagen-4.0-fast-generate-001",
|
|
1216
|
+
"name": "Imagen 4.0 Fast",
|
|
1217
|
+
"license": "proprietary",
|
|
1218
|
+
"capabilities": [
|
|
1219
|
+
"txt-in",
|
|
1220
|
+
"img-out"
|
|
1221
|
+
],
|
|
1222
|
+
"context": {
|
|
1223
|
+
"maxOutput": 4,
|
|
1224
|
+
"sizes": [
|
|
1225
|
+
"1024x1024",
|
|
1226
|
+
"896x1280",
|
|
1227
|
+
"1280x896",
|
|
1228
|
+
"768x1408",
|
|
1229
|
+
"1408x768"
|
|
1230
|
+
]
|
|
1231
|
+
},
|
|
1232
|
+
"creatorId": "google"
|
|
1233
|
+
},
|
|
1234
|
+
"imagen-4.0-ultra-generate-001": {
|
|
1235
|
+
"id": "imagen-4.0-ultra-generate-001",
|
|
1236
|
+
"name": "Imagen 4.0 Ultra",
|
|
1237
|
+
"license": "proprietary",
|
|
1238
|
+
"capabilities": [
|
|
1239
|
+
"txt-in",
|
|
1240
|
+
"img-out"
|
|
1241
|
+
],
|
|
1242
|
+
"context": {
|
|
1243
|
+
"maxOutput": 4,
|
|
1244
|
+
"sizes": [
|
|
1245
|
+
"1024x1024",
|
|
1246
|
+
"896x1280",
|
|
1247
|
+
"1280x896",
|
|
1248
|
+
"768x1408",
|
|
1249
|
+
"1408x768",
|
|
1250
|
+
"2048x2048",
|
|
1251
|
+
"1792x2560",
|
|
1252
|
+
"2560x1792",
|
|
1253
|
+
"1536x2816",
|
|
1254
|
+
"2816x1536"
|
|
1255
|
+
]
|
|
1256
|
+
},
|
|
1257
|
+
"creatorId": "google"
|
|
1258
|
+
},
|
|
1001
1259
|
"veo-2.0-generate-001": {
|
|
1002
1260
|
"id": "veo-2.0-generate-001",
|
|
1003
1261
|
"name": "Veo 2",
|
|
@@ -1013,6 +1271,183 @@ var models = {
|
|
|
1013
1271
|
},
|
|
1014
1272
|
"creatorId": "google"
|
|
1015
1273
|
},
|
|
1274
|
+
"veo-3.0-generate-preview": {
|
|
1275
|
+
"id": "veo-3.0-generate-preview",
|
|
1276
|
+
"name": "Veo 3.0 Generate",
|
|
1277
|
+
"license": "proprietary",
|
|
1278
|
+
"capabilities": [
|
|
1279
|
+
"txt-in",
|
|
1280
|
+
"img-in",
|
|
1281
|
+
"video-out"
|
|
1282
|
+
],
|
|
1283
|
+
"context": {
|
|
1284
|
+
"type": "token",
|
|
1285
|
+
"total": 480,
|
|
1286
|
+
"maxOutput": 8192
|
|
1287
|
+
},
|
|
1288
|
+
"creatorId": "google"
|
|
1289
|
+
},
|
|
1290
|
+
"veo-3.0-generate-001": {
|
|
1291
|
+
"id": "veo-3.0-generate-001",
|
|
1292
|
+
"name": "Veo 3.0 Generate",
|
|
1293
|
+
"license": "proprietary",
|
|
1294
|
+
"capabilities": [
|
|
1295
|
+
"txt-in",
|
|
1296
|
+
"video-out"
|
|
1297
|
+
],
|
|
1298
|
+
"context": {
|
|
1299
|
+
"type": "token",
|
|
1300
|
+
"total": 480,
|
|
1301
|
+
"maxOutput": 8192
|
|
1302
|
+
},
|
|
1303
|
+
"creatorId": "google"
|
|
1304
|
+
},
|
|
1305
|
+
"veo-3.0-fast-generate-001": {
|
|
1306
|
+
"id": "veo-3.0-fast-generate-001",
|
|
1307
|
+
"extends": "veo-3.0-generate-preview",
|
|
1308
|
+
"overrides": {
|
|
1309
|
+
"name": "Veo 3.0 Fast Generate"
|
|
1310
|
+
},
|
|
1311
|
+
"creatorId": "google"
|
|
1312
|
+
},
|
|
1313
|
+
"veo-3.1-generate-preview": {
|
|
1314
|
+
"id": "veo-3.1-generate-preview",
|
|
1315
|
+
"name": "Veo 3.1 Generate",
|
|
1316
|
+
"license": "proprietary",
|
|
1317
|
+
"capabilities": [
|
|
1318
|
+
"txt-in",
|
|
1319
|
+
"img-in",
|
|
1320
|
+
"video-out"
|
|
1321
|
+
],
|
|
1322
|
+
"context": {
|
|
1323
|
+
"type": "token",
|
|
1324
|
+
"total": 480,
|
|
1325
|
+
"maxOutput": 8192
|
|
1326
|
+
},
|
|
1327
|
+
"creatorId": "google"
|
|
1328
|
+
},
|
|
1329
|
+
"veo-3.1-generate-001": {
|
|
1330
|
+
"id": "veo-3.1-generate-001",
|
|
1331
|
+
"extends": "veo-3.1-generate-preview",
|
|
1332
|
+
"overrides": {
|
|
1333
|
+
"name": "Veo 3.1 Generate"
|
|
1334
|
+
},
|
|
1335
|
+
"creatorId": "google"
|
|
1336
|
+
},
|
|
1337
|
+
"veo-3.1-fast-generate-preview": {
|
|
1338
|
+
"id": "veo-3.1-fast-generate-preview",
|
|
1339
|
+
"name": "Veo 3.1 Fast Generate",
|
|
1340
|
+
"license": "proprietary",
|
|
1341
|
+
"capabilities": [
|
|
1342
|
+
"txt-in",
|
|
1343
|
+
"img-in",
|
|
1344
|
+
"video-out"
|
|
1345
|
+
],
|
|
1346
|
+
"context": {
|
|
1347
|
+
"type": "token",
|
|
1348
|
+
"total": 480,
|
|
1349
|
+
"maxOutput": 8192
|
|
1350
|
+
},
|
|
1351
|
+
"creatorId": "google"
|
|
1352
|
+
},
|
|
1353
|
+
"veo-3.1-fast-generate-001": {
|
|
1354
|
+
"id": "veo-3.1-fast-generate-001",
|
|
1355
|
+
"extends": "veo-3.1-fast-generate-preview",
|
|
1356
|
+
"overrides": {
|
|
1357
|
+
"name": "Veo 3.1 Fast Generate"
|
|
1358
|
+
},
|
|
1359
|
+
"creatorId": "google"
|
|
1360
|
+
},
|
|
1361
|
+
"kimi-k2.5": {
|
|
1362
|
+
"id": "kimi-k2.5",
|
|
1363
|
+
"name": "Kimi K2.5",
|
|
1364
|
+
"license": "modified-mit",
|
|
1365
|
+
"capabilities": [
|
|
1366
|
+
"chat",
|
|
1367
|
+
"txt-in",
|
|
1368
|
+
"txt-out",
|
|
1369
|
+
"img-in",
|
|
1370
|
+
"video-in",
|
|
1371
|
+
"json-out",
|
|
1372
|
+
"fn-out",
|
|
1373
|
+
"reason"
|
|
1374
|
+
],
|
|
1375
|
+
"context": {
|
|
1376
|
+
"type": "token",
|
|
1377
|
+
"total": 262144,
|
|
1378
|
+
"maxOutput": 32768
|
|
1379
|
+
},
|
|
1380
|
+
"aliases": [
|
|
1381
|
+
"kimi-k2.5-latest"
|
|
1382
|
+
],
|
|
1383
|
+
"creatorId": "kimi"
|
|
1384
|
+
},
|
|
1385
|
+
"kimi-k2-0905-preview": {
|
|
1386
|
+
"id": "kimi-k2-0905-preview",
|
|
1387
|
+
"name": "Kimi K2 0905 Preview",
|
|
1388
|
+
"license": "modified-mit",
|
|
1389
|
+
"capabilities": [
|
|
1390
|
+
"chat",
|
|
1391
|
+
"txt-in",
|
|
1392
|
+
"txt-out",
|
|
1393
|
+
"json-out",
|
|
1394
|
+
"fn-out"
|
|
1395
|
+
],
|
|
1396
|
+
"context": {
|
|
1397
|
+
"type": "token",
|
|
1398
|
+
"total": 262144,
|
|
1399
|
+
"maxOutput": 32768
|
|
1400
|
+
},
|
|
1401
|
+
"aliases": [
|
|
1402
|
+
"kimi-k2"
|
|
1403
|
+
],
|
|
1404
|
+
"creatorId": "kimi"
|
|
1405
|
+
},
|
|
1406
|
+
"kimi-k2-turbo-preview": {
|
|
1407
|
+
"id": "kimi-k2-turbo-preview",
|
|
1408
|
+
"extends": "kimi-k2-0905-preview",
|
|
1409
|
+
"overrides": {
|
|
1410
|
+
"name": "Kimi K2 Turbo Preview"
|
|
1411
|
+
},
|
|
1412
|
+
"creatorId": "kimi"
|
|
1413
|
+
},
|
|
1414
|
+
"kimi-k2-thinking": {
|
|
1415
|
+
"id": "kimi-k2-thinking",
|
|
1416
|
+
"extends": "kimi-k2-0905-preview",
|
|
1417
|
+
"overrides": {
|
|
1418
|
+
"name": "Kimi K2 Thinking",
|
|
1419
|
+
"capabilities": [
|
|
1420
|
+
"chat",
|
|
1421
|
+
"txt-in",
|
|
1422
|
+
"txt-out",
|
|
1423
|
+
"json-out",
|
|
1424
|
+
"fn-out",
|
|
1425
|
+
"reason"
|
|
1426
|
+
]
|
|
1427
|
+
},
|
|
1428
|
+
"creatorId": "kimi"
|
|
1429
|
+
},
|
|
1430
|
+
"kimi-k2-thinking-turbo": {
|
|
1431
|
+
"id": "kimi-k2-thinking-turbo",
|
|
1432
|
+
"extends": "kimi-k2-thinking",
|
|
1433
|
+
"overrides": {
|
|
1434
|
+
"name": "Kimi K2 Thinking Turbo"
|
|
1435
|
+
},
|
|
1436
|
+
"creatorId": "kimi"
|
|
1437
|
+
},
|
|
1438
|
+
"kimi-k2-0711-preview": {
|
|
1439
|
+
"id": "kimi-k2-0711-preview",
|
|
1440
|
+
"extends": "kimi-k2-0905-preview",
|
|
1441
|
+
"overrides": {
|
|
1442
|
+
"name": "Kimi K2 0711 Preview",
|
|
1443
|
+
"context": {
|
|
1444
|
+
"type": "token",
|
|
1445
|
+
"total": 131072,
|
|
1446
|
+
"maxOutput": 32768
|
|
1447
|
+
}
|
|
1448
|
+
},
|
|
1449
|
+
"creatorId": "kimi"
|
|
1450
|
+
},
|
|
1016
1451
|
"llama-4-scout": {
|
|
1017
1452
|
"id": "llama-4-scout",
|
|
1018
1453
|
"name": "Llama 4 Scout",
|
|
@@ -1147,10 +1582,155 @@ var models = {
|
|
|
1147
1582
|
},
|
|
1148
1583
|
"creatorId": "meta"
|
|
1149
1584
|
},
|
|
1150
|
-
"
|
|
1151
|
-
"id": "
|
|
1152
|
-
"name": "
|
|
1153
|
-
"license": "
|
|
1585
|
+
"llama-3.1-8b-instant": {
|
|
1586
|
+
"id": "llama-3.1-8b-instant",
|
|
1587
|
+
"name": "Llama 3.1 8B",
|
|
1588
|
+
"license": "llama-3-community",
|
|
1589
|
+
"capabilities": [
|
|
1590
|
+
"chat",
|
|
1591
|
+
"txt-in",
|
|
1592
|
+
"txt-out",
|
|
1593
|
+
"json-out",
|
|
1594
|
+
"fn-out"
|
|
1595
|
+
],
|
|
1596
|
+
"context": {
|
|
1597
|
+
"type": "token",
|
|
1598
|
+
"total": 131072,
|
|
1599
|
+
"maxOutput": 131072
|
|
1600
|
+
},
|
|
1601
|
+
"aliases": [
|
|
1602
|
+
"llama-3.1-8b"
|
|
1603
|
+
],
|
|
1604
|
+
"creatorId": "meta"
|
|
1605
|
+
},
|
|
1606
|
+
"llama-3.3-70b-versatile": {
|
|
1607
|
+
"id": "llama-3.3-70b-versatile",
|
|
1608
|
+
"name": "Llama 3.3 70B",
|
|
1609
|
+
"license": "llama-3-community",
|
|
1610
|
+
"capabilities": [
|
|
1611
|
+
"chat",
|
|
1612
|
+
"txt-in",
|
|
1613
|
+
"txt-out",
|
|
1614
|
+
"json-out",
|
|
1615
|
+
"fn-out"
|
|
1616
|
+
],
|
|
1617
|
+
"context": {
|
|
1618
|
+
"type": "token",
|
|
1619
|
+
"total": 131072,
|
|
1620
|
+
"maxOutput": 32768
|
|
1621
|
+
},
|
|
1622
|
+
"aliases": [
|
|
1623
|
+
"llama-3.3-70b"
|
|
1624
|
+
],
|
|
1625
|
+
"creatorId": "meta"
|
|
1626
|
+
},
|
|
1627
|
+
"meta-llama/llama-guard-4-12b": {
|
|
1628
|
+
"id": "meta-llama/llama-guard-4-12b",
|
|
1629
|
+
"name": "LlamaGuard 4 12B",
|
|
1630
|
+
"license": "llama-4-community",
|
|
1631
|
+
"capabilities": [
|
|
1632
|
+
"chat",
|
|
1633
|
+
"txt-in",
|
|
1634
|
+
"txt-out"
|
|
1635
|
+
],
|
|
1636
|
+
"context": {
|
|
1637
|
+
"type": "token",
|
|
1638
|
+
"total": 131072,
|
|
1639
|
+
"maxOutput": 1024
|
|
1640
|
+
},
|
|
1641
|
+
"aliases": [
|
|
1642
|
+
"llama-guard-4-12b"
|
|
1643
|
+
],
|
|
1644
|
+
"creatorId": "meta"
|
|
1645
|
+
},
|
|
1646
|
+
"meta-llama/llama-4-maverick-17b-128e-instruct": {
|
|
1647
|
+
"id": "meta-llama/llama-4-maverick-17b-128e-instruct",
|
|
1648
|
+
"name": "Llama 4 Maverick 17B 128E",
|
|
1649
|
+
"license": "llama-4-community",
|
|
1650
|
+
"capabilities": [
|
|
1651
|
+
"chat",
|
|
1652
|
+
"txt-in",
|
|
1653
|
+
"txt-out",
|
|
1654
|
+
"json-out",
|
|
1655
|
+
"fn-out",
|
|
1656
|
+
"img-in",
|
|
1657
|
+
"reason"
|
|
1658
|
+
],
|
|
1659
|
+
"context": {
|
|
1660
|
+
"type": "token",
|
|
1661
|
+
"total": 131072,
|
|
1662
|
+
"maxOutput": 8192
|
|
1663
|
+
},
|
|
1664
|
+
"aliases": [
|
|
1665
|
+
"llama-4-maverick-17b-128e"
|
|
1666
|
+
],
|
|
1667
|
+
"creatorId": "meta"
|
|
1668
|
+
},
|
|
1669
|
+
"meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
1670
|
+
"id": "meta-llama/llama-4-scout-17b-16e-instruct",
|
|
1671
|
+
"name": "Llama 4 Scout 17B 16E",
|
|
1672
|
+
"license": "llama-4-community",
|
|
1673
|
+
"capabilities": [
|
|
1674
|
+
"chat",
|
|
1675
|
+
"txt-in",
|
|
1676
|
+
"txt-out",
|
|
1677
|
+
"json-out",
|
|
1678
|
+
"fn-out",
|
|
1679
|
+
"img-in",
|
|
1680
|
+
"reason"
|
|
1681
|
+
],
|
|
1682
|
+
"context": {
|
|
1683
|
+
"type": "token",
|
|
1684
|
+
"total": 131072,
|
|
1685
|
+
"maxOutput": 8192
|
|
1686
|
+
},
|
|
1687
|
+
"aliases": [
|
|
1688
|
+
"llama-4-scout-17b-16e"
|
|
1689
|
+
],
|
|
1690
|
+
"creatorId": "meta"
|
|
1691
|
+
},
|
|
1692
|
+
"meta-llama/llama-prompt-guard-2-22m": {
|
|
1693
|
+
"id": "meta-llama/llama-prompt-guard-2-22m",
|
|
1694
|
+
"name": "Llama Prompt Guard 2 22M",
|
|
1695
|
+
"license": "llama-3-community",
|
|
1696
|
+
"capabilities": [
|
|
1697
|
+
"chat",
|
|
1698
|
+
"txt-in",
|
|
1699
|
+
"txt-out"
|
|
1700
|
+
],
|
|
1701
|
+
"context": {
|
|
1702
|
+
"type": "token",
|
|
1703
|
+
"total": 512,
|
|
1704
|
+
"maxOutput": 512
|
|
1705
|
+
},
|
|
1706
|
+
"aliases": [
|
|
1707
|
+
"llama-prompt-guard-2-22m"
|
|
1708
|
+
],
|
|
1709
|
+
"creatorId": "meta"
|
|
1710
|
+
},
|
|
1711
|
+
"meta-llama/llama-prompt-guard-2-86m": {
|
|
1712
|
+
"id": "meta-llama/llama-prompt-guard-2-86m",
|
|
1713
|
+
"name": "Llama Prompt Guard 2 86M",
|
|
1714
|
+
"license": "llama-3-community",
|
|
1715
|
+
"capabilities": [
|
|
1716
|
+
"chat",
|
|
1717
|
+
"txt-in",
|
|
1718
|
+
"txt-out"
|
|
1719
|
+
],
|
|
1720
|
+
"context": {
|
|
1721
|
+
"type": "token",
|
|
1722
|
+
"total": 512,
|
|
1723
|
+
"maxOutput": 512
|
|
1724
|
+
},
|
|
1725
|
+
"aliases": [
|
|
1726
|
+
"llama-prompt-guard-2-86m"
|
|
1727
|
+
],
|
|
1728
|
+
"creatorId": "meta"
|
|
1729
|
+
},
|
|
1730
|
+
"mistral-medium-3-2025-05-07": {
|
|
1731
|
+
"id": "mistral-medium-3-2025-05-07",
|
|
1732
|
+
"name": "Mistral Medium 3",
|
|
1733
|
+
"license": "proprietary",
|
|
1154
1734
|
"capabilities": [
|
|
1155
1735
|
"chat",
|
|
1156
1736
|
"txt-in",
|
|
@@ -1316,6 +1896,83 @@ var models = {
|
|
|
1316
1896
|
},
|
|
1317
1897
|
"creatorId": "openai"
|
|
1318
1898
|
},
|
|
1899
|
+
"gpt-5.4": {
|
|
1900
|
+
"id": "gpt-5.4",
|
|
1901
|
+
"name": "GPT-5.4",
|
|
1902
|
+
"license": "proprietary",
|
|
1903
|
+
"capabilities": [
|
|
1904
|
+
"chat",
|
|
1905
|
+
"txt-in",
|
|
1906
|
+
"txt-out",
|
|
1907
|
+
"img-in",
|
|
1908
|
+
"json-out",
|
|
1909
|
+
"fn-out",
|
|
1910
|
+
"reason"
|
|
1911
|
+
],
|
|
1912
|
+
"context": {
|
|
1913
|
+
"type": "token",
|
|
1914
|
+
"total": 105e4,
|
|
1915
|
+
"maxOutput": 128e3
|
|
1916
|
+
},
|
|
1917
|
+
"aliases": [
|
|
1918
|
+
"gpt-5.4-2026-03-05"
|
|
1919
|
+
],
|
|
1920
|
+
"creatorId": "openai"
|
|
1921
|
+
},
|
|
1922
|
+
"gpt-5.4-pro": {
|
|
1923
|
+
"id": "gpt-5.4-pro",
|
|
1924
|
+
"name": "GPT-5.4 Pro",
|
|
1925
|
+
"license": "proprietary",
|
|
1926
|
+
"capabilities": [
|
|
1927
|
+
"chat",
|
|
1928
|
+
"txt-in",
|
|
1929
|
+
"txt-out",
|
|
1930
|
+
"img-in",
|
|
1931
|
+
"fn-out",
|
|
1932
|
+
"reason"
|
|
1933
|
+
],
|
|
1934
|
+
"context": {
|
|
1935
|
+
"type": "token",
|
|
1936
|
+
"total": 105e4,
|
|
1937
|
+
"maxOutput": 128e3
|
|
1938
|
+
},
|
|
1939
|
+
"aliases": [
|
|
1940
|
+
"gpt-5.4-pro-2026-03-05"
|
|
1941
|
+
],
|
|
1942
|
+
"creatorId": "openai"
|
|
1943
|
+
},
|
|
1944
|
+
"gpt-5.4-mini": {
|
|
1945
|
+
"id": "gpt-5.4-mini",
|
|
1946
|
+
"extends": "gpt-5.4",
|
|
1947
|
+
"overrides": {
|
|
1948
|
+
"name": "GPT-5.4 Mini",
|
|
1949
|
+
"context": {
|
|
1950
|
+
"type": "token",
|
|
1951
|
+
"total": 4e5,
|
|
1952
|
+
"maxOutput": 128e3
|
|
1953
|
+
},
|
|
1954
|
+
"aliases": [
|
|
1955
|
+
"gpt-5.4-mini-2026-03-17"
|
|
1956
|
+
]
|
|
1957
|
+
},
|
|
1958
|
+
"creatorId": "openai"
|
|
1959
|
+
},
|
|
1960
|
+
"gpt-5.4-nano": {
|
|
1961
|
+
"id": "gpt-5.4-nano",
|
|
1962
|
+
"extends": "gpt-5.4",
|
|
1963
|
+
"overrides": {
|
|
1964
|
+
"name": "GPT-5.4 Nano",
|
|
1965
|
+
"context": {
|
|
1966
|
+
"type": "token",
|
|
1967
|
+
"total": 4e5,
|
|
1968
|
+
"maxOutput": 128e3
|
|
1969
|
+
},
|
|
1970
|
+
"aliases": [
|
|
1971
|
+
"gpt-5.4-nano-2026-03-17"
|
|
1972
|
+
]
|
|
1973
|
+
},
|
|
1974
|
+
"creatorId": "openai"
|
|
1975
|
+
},
|
|
1319
1976
|
"gpt-4o": {
|
|
1320
1977
|
"id": "gpt-4o",
|
|
1321
1978
|
"name": "GPT-4o",
|
|
@@ -1381,6 +2038,42 @@ var models = {
|
|
|
1381
2038
|
],
|
|
1382
2039
|
"creatorId": "openai"
|
|
1383
2040
|
},
|
|
2041
|
+
"gpt-oss-120b": {
|
|
2042
|
+
"id": "gpt-oss-120b",
|
|
2043
|
+
"name": "GPT OSS 120B",
|
|
2044
|
+
"license": "apache-2.0",
|
|
2045
|
+
"capabilities": [
|
|
2046
|
+
"chat",
|
|
2047
|
+
"txt-in",
|
|
2048
|
+
"txt-out",
|
|
2049
|
+
"fn-out",
|
|
2050
|
+
"reason"
|
|
2051
|
+
],
|
|
2052
|
+
"context": {
|
|
2053
|
+
"type": "token",
|
|
2054
|
+
"total": 131072,
|
|
2055
|
+
"maxOutput": 65536
|
|
2056
|
+
},
|
|
2057
|
+
"creatorId": "openai"
|
|
2058
|
+
},
|
|
2059
|
+
"gpt-oss-20b": {
|
|
2060
|
+
"id": "gpt-oss-20b",
|
|
2061
|
+
"name": "GPT OSS 20B",
|
|
2062
|
+
"license": "apache-2.0",
|
|
2063
|
+
"capabilities": [
|
|
2064
|
+
"chat",
|
|
2065
|
+
"txt-in",
|
|
2066
|
+
"txt-out",
|
|
2067
|
+
"fn-out",
|
|
2068
|
+
"reason"
|
|
2069
|
+
],
|
|
2070
|
+
"context": {
|
|
2071
|
+
"type": "token",
|
|
2072
|
+
"total": 131072,
|
|
2073
|
+
"maxOutput": 65536
|
|
2074
|
+
},
|
|
2075
|
+
"creatorId": "openai"
|
|
2076
|
+
},
|
|
1384
2077
|
"whisper-1": {
|
|
1385
2078
|
"id": "whisper-1",
|
|
1386
2079
|
"name": "Whisper",
|
|
@@ -1419,6 +2112,45 @@ var models = {
|
|
|
1419
2112
|
},
|
|
1420
2113
|
"creatorId": "openai"
|
|
1421
2114
|
},
|
|
2115
|
+
"gpt-realtime-1.5": {
|
|
2116
|
+
"id": "gpt-realtime-1.5",
|
|
2117
|
+
"name": "GPT Realtime 1.5",
|
|
2118
|
+
"license": "proprietary",
|
|
2119
|
+
"capabilities": [
|
|
2120
|
+
"chat",
|
|
2121
|
+
"txt-in",
|
|
2122
|
+
"txt-out",
|
|
2123
|
+
"img-in",
|
|
2124
|
+
"audio-in",
|
|
2125
|
+
"audio-out",
|
|
2126
|
+
"fn-out"
|
|
2127
|
+
],
|
|
2128
|
+
"context": {
|
|
2129
|
+
"type": "token",
|
|
2130
|
+
"total": 32e3,
|
|
2131
|
+
"maxOutput": 4096
|
|
2132
|
+
},
|
|
2133
|
+
"creatorId": "openai"
|
|
2134
|
+
},
|
|
2135
|
+
"gpt-audio-1.5": {
|
|
2136
|
+
"id": "gpt-audio-1.5",
|
|
2137
|
+
"name": "GPT Audio 1.5",
|
|
2138
|
+
"license": "proprietary",
|
|
2139
|
+
"capabilities": [
|
|
2140
|
+
"chat",
|
|
2141
|
+
"txt-in",
|
|
2142
|
+
"txt-out",
|
|
2143
|
+
"audio-in",
|
|
2144
|
+
"audio-out",
|
|
2145
|
+
"fn-out"
|
|
2146
|
+
],
|
|
2147
|
+
"context": {
|
|
2148
|
+
"type": "token",
|
|
2149
|
+
"total": 128e3,
|
|
2150
|
+
"maxOutput": 16384
|
|
2151
|
+
},
|
|
2152
|
+
"creatorId": "openai"
|
|
2153
|
+
},
|
|
1422
2154
|
"dall-e-2": {
|
|
1423
2155
|
"id": "dall-e-2",
|
|
1424
2156
|
"name": "DALL-E 2",
|
|
@@ -1536,93 +2268,346 @@ var models = {
|
|
|
1536
2268
|
},
|
|
1537
2269
|
"creatorId": "openai"
|
|
1538
2270
|
},
|
|
1539
|
-
"o4-mini-2025-04-16": {
|
|
1540
|
-
"id": "o4-mini-2025-04-16",
|
|
1541
|
-
"name": "OpenAI o4 Mini",
|
|
2271
|
+
"o4-mini-2025-04-16": {
|
|
2272
|
+
"id": "o4-mini-2025-04-16",
|
|
2273
|
+
"name": "OpenAI o4 Mini",
|
|
2274
|
+
"license": "proprietary",
|
|
2275
|
+
"capabilities": [
|
|
2276
|
+
"chat",
|
|
2277
|
+
"txt-in",
|
|
2278
|
+
"txt-out",
|
|
2279
|
+
"json-out",
|
|
2280
|
+
"fn-out",
|
|
2281
|
+
"reason"
|
|
2282
|
+
],
|
|
2283
|
+
"context": {
|
|
2284
|
+
"type": "token",
|
|
2285
|
+
"total": 2e5,
|
|
2286
|
+
"maxOutput": 1e5
|
|
2287
|
+
},
|
|
2288
|
+
"aliases": [
|
|
2289
|
+
"o4-mini"
|
|
2290
|
+
],
|
|
2291
|
+
"creatorId": "openai"
|
|
2292
|
+
},
|
|
2293
|
+
"computer-use-preview-2025-03-11": {
|
|
2294
|
+
"id": "computer-use-preview-2025-03-11",
|
|
2295
|
+
"name": "Computer Use Preview",
|
|
2296
|
+
"license": "proprietary",
|
|
2297
|
+
"capabilities": [
|
|
2298
|
+
"chat",
|
|
2299
|
+
"txt-in",
|
|
2300
|
+
"txt-out",
|
|
2301
|
+
"img-in",
|
|
2302
|
+
"json-out",
|
|
2303
|
+
"fn-out"
|
|
2304
|
+
],
|
|
2305
|
+
"context": {
|
|
2306
|
+
"type": "token",
|
|
2307
|
+
"total": 128e3,
|
|
2308
|
+
"maxOutput": 16384
|
|
2309
|
+
},
|
|
2310
|
+
"aliases": [
|
|
2311
|
+
"computer-use-preview"
|
|
2312
|
+
],
|
|
2313
|
+
"creatorId": "openai"
|
|
2314
|
+
},
|
|
2315
|
+
"gpt-image-1": {
|
|
2316
|
+
"id": "gpt-image-1",
|
|
2317
|
+
"name": "GPT Image 1",
|
|
2318
|
+
"license": "proprietary",
|
|
2319
|
+
"capabilities": [
|
|
2320
|
+
"img-in",
|
|
2321
|
+
"img-out"
|
|
2322
|
+
],
|
|
2323
|
+
"context": {
|
|
2324
|
+
"maxOutput": 1,
|
|
2325
|
+
"sizes": [
|
|
2326
|
+
"1024x1024",
|
|
2327
|
+
"1792x1024",
|
|
2328
|
+
"1024x1792"
|
|
2329
|
+
],
|
|
2330
|
+
"qualities": [
|
|
2331
|
+
"standard",
|
|
2332
|
+
"hd"
|
|
2333
|
+
]
|
|
2334
|
+
},
|
|
2335
|
+
"creatorId": "openai"
|
|
2336
|
+
},
|
|
2337
|
+
"gpt-image-1.5": {
|
|
2338
|
+
"id": "gpt-image-1.5",
|
|
2339
|
+
"name": "GPT Image 1.5",
|
|
2340
|
+
"license": "proprietary",
|
|
2341
|
+
"capabilities": [
|
|
2342
|
+
"txt-in",
|
|
2343
|
+
"txt-out",
|
|
2344
|
+
"img-in",
|
|
2345
|
+
"img-out"
|
|
2346
|
+
],
|
|
2347
|
+
"context": {
|
|
2348
|
+
"maxOutput": 1,
|
|
2349
|
+
"sizes": [
|
|
2350
|
+
"1024x1024",
|
|
2351
|
+
"1024x1536",
|
|
2352
|
+
"1536x1024"
|
|
2353
|
+
],
|
|
2354
|
+
"qualities": [
|
|
2355
|
+
"low",
|
|
2356
|
+
"medium",
|
|
2357
|
+
"high"
|
|
2358
|
+
]
|
|
2359
|
+
},
|
|
2360
|
+
"aliases": [
|
|
2361
|
+
"gpt-image-1.5-2025-12-16"
|
|
2362
|
+
],
|
|
2363
|
+
"creatorId": "openai"
|
|
2364
|
+
},
|
|
2365
|
+
"gpt-image-1-mini": {
|
|
2366
|
+
"id": "gpt-image-1-mini",
|
|
2367
|
+
"extends": "gpt-image-1.5",
|
|
2368
|
+
"overrides": {
|
|
2369
|
+
"name": "GPT Image 1 Mini"
|
|
2370
|
+
},
|
|
2371
|
+
"creatorId": "openai"
|
|
2372
|
+
},
|
|
2373
|
+
"omni-moderation-2024-09-26": {
|
|
2374
|
+
"id": "omni-moderation-2024-09-26",
|
|
2375
|
+
"name": "Omni Moderation",
|
|
2376
|
+
"license": "proprietary",
|
|
2377
|
+
"capabilities": [
|
|
2378
|
+
"txt-in",
|
|
2379
|
+
"img-in",
|
|
2380
|
+
"txt-out"
|
|
2381
|
+
],
|
|
2382
|
+
"context": {
|
|
2383
|
+
"type": "token",
|
|
2384
|
+
"total": 32e3
|
|
2385
|
+
},
|
|
2386
|
+
"aliases": [
|
|
2387
|
+
"omni-moderation-latest"
|
|
2388
|
+
],
|
|
2389
|
+
"creatorId": "openai"
|
|
2390
|
+
},
|
|
2391
|
+
"qwen3-max": {
|
|
2392
|
+
"id": "qwen3-max",
|
|
2393
|
+
"name": "Qwen3 Max",
|
|
2394
|
+
"license": "proprietary",
|
|
2395
|
+
"capabilities": [
|
|
2396
|
+
"chat",
|
|
2397
|
+
"txt-in",
|
|
2398
|
+
"txt-out",
|
|
2399
|
+
"json-out",
|
|
2400
|
+
"fn-out",
|
|
2401
|
+
"reason"
|
|
2402
|
+
],
|
|
2403
|
+
"context": {
|
|
2404
|
+
"type": "token",
|
|
2405
|
+
"total": 262144,
|
|
2406
|
+
"maxOutput": 65536
|
|
2407
|
+
},
|
|
2408
|
+
"aliases": [
|
|
2409
|
+
"qwen3-max-2026-01-23"
|
|
2410
|
+
],
|
|
2411
|
+
"creatorId": "qwen"
|
|
2412
|
+
},
|
|
2413
|
+
"qwen3.5-plus": {
|
|
2414
|
+
"id": "qwen3.5-plus",
|
|
2415
|
+
"name": "Qwen3.5 Plus",
|
|
2416
|
+
"license": "proprietary",
|
|
2417
|
+
"capabilities": [
|
|
2418
|
+
"chat",
|
|
2419
|
+
"txt-in",
|
|
2420
|
+
"txt-out",
|
|
2421
|
+
"img-in",
|
|
2422
|
+
"video-in",
|
|
2423
|
+
"json-out",
|
|
2424
|
+
"fn-out",
|
|
2425
|
+
"reason"
|
|
2426
|
+
],
|
|
2427
|
+
"context": {
|
|
2428
|
+
"type": "token",
|
|
2429
|
+
"total": 1e6,
|
|
2430
|
+
"maxOutput": 65536
|
|
2431
|
+
},
|
|
2432
|
+
"aliases": [
|
|
2433
|
+
"qwen3.5-plus-2026-02-15"
|
|
2434
|
+
],
|
|
2435
|
+
"creatorId": "qwen"
|
|
2436
|
+
},
|
|
2437
|
+
"qwen3.5-flash": {
|
|
2438
|
+
"id": "qwen3.5-flash",
|
|
2439
|
+
"name": "Qwen3.5 Flash",
|
|
2440
|
+
"license": "proprietary",
|
|
2441
|
+
"capabilities": [
|
|
2442
|
+
"chat",
|
|
2443
|
+
"txt-in",
|
|
2444
|
+
"txt-out",
|
|
2445
|
+
"img-in",
|
|
2446
|
+
"video-in",
|
|
2447
|
+
"json-out",
|
|
2448
|
+
"fn-out",
|
|
2449
|
+
"reason"
|
|
2450
|
+
],
|
|
2451
|
+
"context": {
|
|
2452
|
+
"type": "token",
|
|
2453
|
+
"total": 1e6,
|
|
2454
|
+
"maxOutput": 65536
|
|
2455
|
+
},
|
|
2456
|
+
"aliases": [
|
|
2457
|
+
"qwen3.5-flash-2026-02-23"
|
|
2458
|
+
],
|
|
2459
|
+
"creatorId": "qwen"
|
|
2460
|
+
},
|
|
2461
|
+
"qwen3-next-80b-a3b-thinking": {
|
|
2462
|
+
"id": "qwen3-next-80b-a3b-thinking",
|
|
2463
|
+
"name": "Qwen3 Next 80B A3B Thinking",
|
|
2464
|
+
"license": "apache-2.0",
|
|
2465
|
+
"capabilities": [
|
|
2466
|
+
"chat",
|
|
2467
|
+
"txt-in",
|
|
2468
|
+
"txt-out",
|
|
2469
|
+
"json-out",
|
|
2470
|
+
"fn-out",
|
|
2471
|
+
"reason"
|
|
2472
|
+
],
|
|
2473
|
+
"context": {
|
|
2474
|
+
"type": "token",
|
|
2475
|
+
"total": 131072,
|
|
2476
|
+
"maxOutput": 32768
|
|
2477
|
+
},
|
|
2478
|
+
"creatorId": "qwen"
|
|
2479
|
+
},
|
|
2480
|
+
"qwen3-next-80b-a3b-instruct": {
|
|
2481
|
+
"id": "qwen3-next-80b-a3b-instruct",
|
|
2482
|
+
"name": "Qwen3 Next 80B A3B Instruct",
|
|
2483
|
+
"license": "apache-2.0",
|
|
2484
|
+
"capabilities": [
|
|
2485
|
+
"chat",
|
|
2486
|
+
"txt-in",
|
|
2487
|
+
"txt-out",
|
|
2488
|
+
"json-out",
|
|
2489
|
+
"fn-out"
|
|
2490
|
+
],
|
|
2491
|
+
"context": {
|
|
2492
|
+
"type": "token",
|
|
2493
|
+
"total": 131072,
|
|
2494
|
+
"maxOutput": 32768
|
|
2495
|
+
},
|
|
2496
|
+
"creatorId": "qwen"
|
|
2497
|
+
},
|
|
2498
|
+
"qwen3-coder-next": {
|
|
2499
|
+
"id": "qwen3-coder-next",
|
|
2500
|
+
"name": "Qwen3 Coder Next",
|
|
2501
|
+
"license": "proprietary",
|
|
2502
|
+
"capabilities": [
|
|
2503
|
+
"chat",
|
|
2504
|
+
"txt-in",
|
|
2505
|
+
"txt-out",
|
|
2506
|
+
"json-out",
|
|
2507
|
+
"fn-out"
|
|
2508
|
+
],
|
|
2509
|
+
"context": {
|
|
2510
|
+
"type": "token",
|
|
2511
|
+
"total": 262144,
|
|
2512
|
+
"maxOutput": 65536
|
|
2513
|
+
},
|
|
2514
|
+
"creatorId": "qwen"
|
|
2515
|
+
},
|
|
2516
|
+
"qwen3-coder-plus": {
|
|
2517
|
+
"id": "qwen3-coder-plus",
|
|
2518
|
+
"name": "Qwen3 Coder Plus",
|
|
2519
|
+
"license": "proprietary",
|
|
2520
|
+
"capabilities": [
|
|
2521
|
+
"chat",
|
|
2522
|
+
"txt-in",
|
|
2523
|
+
"txt-out",
|
|
2524
|
+
"json-out",
|
|
2525
|
+
"fn-out"
|
|
2526
|
+
],
|
|
2527
|
+
"context": {
|
|
2528
|
+
"type": "token",
|
|
2529
|
+
"total": 1e6,
|
|
2530
|
+
"maxOutput": 65536
|
|
2531
|
+
},
|
|
2532
|
+
"aliases": [
|
|
2533
|
+
"qwen3-coder-plus-2025-09-23"
|
|
2534
|
+
],
|
|
2535
|
+
"creatorId": "qwen"
|
|
2536
|
+
},
|
|
2537
|
+
"qwen3-vl-plus": {
|
|
2538
|
+
"id": "qwen3-vl-plus",
|
|
2539
|
+
"name": "Qwen3 VL Plus",
|
|
1542
2540
|
"license": "proprietary",
|
|
1543
2541
|
"capabilities": [
|
|
1544
2542
|
"chat",
|
|
1545
2543
|
"txt-in",
|
|
1546
2544
|
"txt-out",
|
|
2545
|
+
"img-in",
|
|
2546
|
+
"video-in",
|
|
1547
2547
|
"json-out",
|
|
1548
2548
|
"fn-out",
|
|
1549
2549
|
"reason"
|
|
1550
2550
|
],
|
|
1551
2551
|
"context": {
|
|
1552
2552
|
"type": "token",
|
|
1553
|
-
"total":
|
|
1554
|
-
"maxOutput":
|
|
2553
|
+
"total": 262144,
|
|
2554
|
+
"maxOutput": 32768
|
|
1555
2555
|
},
|
|
1556
2556
|
"aliases": [
|
|
1557
|
-
"
|
|
2557
|
+
"qwen3-vl-plus-2025-12-19"
|
|
1558
2558
|
],
|
|
1559
|
-
"creatorId": "
|
|
2559
|
+
"creatorId": "qwen"
|
|
1560
2560
|
},
|
|
1561
|
-
"
|
|
1562
|
-
"id": "
|
|
1563
|
-
"name": "
|
|
2561
|
+
"qwen3-vl-flash": {
|
|
2562
|
+
"id": "qwen3-vl-flash",
|
|
2563
|
+
"name": "Qwen3 VL Flash",
|
|
1564
2564
|
"license": "proprietary",
|
|
1565
2565
|
"capabilities": [
|
|
1566
2566
|
"chat",
|
|
1567
2567
|
"txt-in",
|
|
1568
2568
|
"txt-out",
|
|
1569
2569
|
"img-in",
|
|
2570
|
+
"video-in",
|
|
1570
2571
|
"json-out",
|
|
1571
|
-
"fn-out"
|
|
2572
|
+
"fn-out",
|
|
2573
|
+
"reason"
|
|
1572
2574
|
],
|
|
1573
2575
|
"context": {
|
|
1574
2576
|
"type": "token",
|
|
1575
|
-
"total":
|
|
1576
|
-
"maxOutput":
|
|
2577
|
+
"total": 262144,
|
|
2578
|
+
"maxOutput": 32768
|
|
1577
2579
|
},
|
|
1578
2580
|
"aliases": [
|
|
1579
|
-
"
|
|
1580
|
-
],
|
|
1581
|
-
"creatorId": "openai"
|
|
1582
|
-
},
|
|
1583
|
-
"gpt-image-1": {
|
|
1584
|
-
"id": "gpt-image-1",
|
|
1585
|
-
"name": "GPT Image 1",
|
|
1586
|
-
"license": "proprietary",
|
|
1587
|
-
"capabilities": [
|
|
1588
|
-
"img-in",
|
|
1589
|
-
"img-out"
|
|
2581
|
+
"qwen3-vl-flash-2026-01-22"
|
|
1590
2582
|
],
|
|
1591
|
-
"
|
|
1592
|
-
"maxOutput": 1,
|
|
1593
|
-
"sizes": [
|
|
1594
|
-
"1024x1024",
|
|
1595
|
-
"1792x1024",
|
|
1596
|
-
"1024x1792"
|
|
1597
|
-
],
|
|
1598
|
-
"qualities": [
|
|
1599
|
-
"standard",
|
|
1600
|
-
"hd"
|
|
1601
|
-
]
|
|
1602
|
-
},
|
|
1603
|
-
"creatorId": "openai"
|
|
2583
|
+
"creatorId": "qwen"
|
|
1604
2584
|
},
|
|
1605
|
-
"
|
|
1606
|
-
"id": "
|
|
1607
|
-
"name": "
|
|
1608
|
-
"license": "
|
|
2585
|
+
"qwen3-235b-a22b": {
|
|
2586
|
+
"id": "qwen3-235b-a22b",
|
|
2587
|
+
"name": "Qwen3 235B A22B",
|
|
2588
|
+
"license": "apache-2.0",
|
|
1609
2589
|
"capabilities": [
|
|
2590
|
+
"chat",
|
|
1610
2591
|
"txt-in",
|
|
1611
|
-
"
|
|
1612
|
-
"
|
|
2592
|
+
"txt-out",
|
|
2593
|
+
"json-out",
|
|
2594
|
+
"fn-out",
|
|
2595
|
+
"reason"
|
|
1613
2596
|
],
|
|
1614
2597
|
"context": {
|
|
1615
2598
|
"type": "token",
|
|
1616
|
-
"total":
|
|
2599
|
+
"total": 131072,
|
|
2600
|
+
"maxOutput": 16384
|
|
1617
2601
|
},
|
|
1618
2602
|
"aliases": [
|
|
1619
|
-
"
|
|
2603
|
+
"qwen3-235b-a22b-instruct-2507",
|
|
2604
|
+
"qwen3-235b-a22b-thinking-2507"
|
|
1620
2605
|
],
|
|
1621
|
-
"creatorId": "
|
|
2606
|
+
"creatorId": "qwen"
|
|
1622
2607
|
},
|
|
1623
|
-
"
|
|
1624
|
-
"id": "
|
|
1625
|
-
"name": "
|
|
2608
|
+
"qwen3-32b": {
|
|
2609
|
+
"id": "qwen3-32b",
|
|
2610
|
+
"name": "Qwen3 32B",
|
|
1626
2611
|
"license": "apache-2.0",
|
|
1627
2612
|
"capabilities": [
|
|
1628
2613
|
"chat",
|
|
@@ -1637,15 +2622,11 @@ var models = {
|
|
|
1637
2622
|
"total": 131072,
|
|
1638
2623
|
"maxOutput": 8192
|
|
1639
2624
|
},
|
|
1640
|
-
"aliases": [
|
|
1641
|
-
"qwen-3-235b",
|
|
1642
|
-
"qwen-3-235b-instruct-latest"
|
|
1643
|
-
],
|
|
1644
2625
|
"creatorId": "qwen"
|
|
1645
2626
|
},
|
|
1646
|
-
"
|
|
1647
|
-
"id": "
|
|
1648
|
-
"name": "
|
|
2627
|
+
"qwen3-30b-a3b": {
|
|
2628
|
+
"id": "qwen3-30b-a3b",
|
|
2629
|
+
"name": "Qwen3 30B A3B",
|
|
1649
2630
|
"license": "apache-2.0",
|
|
1650
2631
|
"capabilities": [
|
|
1651
2632
|
"chat",
|
|
@@ -1661,53 +2642,47 @@ var models = {
|
|
|
1661
2642
|
"maxOutput": 8192
|
|
1662
2643
|
},
|
|
1663
2644
|
"aliases": [
|
|
1664
|
-
"
|
|
1665
|
-
"
|
|
2645
|
+
"qwen3-30b-a3b-instruct-2507",
|
|
2646
|
+
"qwen3-30b-a3b-thinking-2507"
|
|
1666
2647
|
],
|
|
1667
2648
|
"creatorId": "qwen"
|
|
1668
2649
|
},
|
|
1669
|
-
"
|
|
1670
|
-
"id": "
|
|
1671
|
-
"name": "
|
|
2650
|
+
"qwen3-14b": {
|
|
2651
|
+
"id": "qwen3-14b",
|
|
2652
|
+
"name": "Qwen3 14B",
|
|
1672
2653
|
"license": "apache-2.0",
|
|
1673
2654
|
"capabilities": [
|
|
1674
2655
|
"chat",
|
|
1675
2656
|
"txt-in",
|
|
1676
2657
|
"txt-out",
|
|
1677
2658
|
"json-out",
|
|
1678
|
-
"fn-out"
|
|
2659
|
+
"fn-out",
|
|
2660
|
+
"reason"
|
|
1679
2661
|
],
|
|
1680
2662
|
"context": {
|
|
1681
2663
|
"type": "token",
|
|
1682
2664
|
"total": 131072,
|
|
1683
2665
|
"maxOutput": 8192
|
|
1684
2666
|
},
|
|
1685
|
-
"aliases": [
|
|
1686
|
-
"qwen-3-32b",
|
|
1687
|
-
"qwen-3-32b-instruct-latest"
|
|
1688
|
-
],
|
|
1689
2667
|
"creatorId": "qwen"
|
|
1690
2668
|
},
|
|
1691
|
-
"
|
|
1692
|
-
"id": "
|
|
1693
|
-
"name": "
|
|
2669
|
+
"qwen3-8b": {
|
|
2670
|
+
"id": "qwen3-8b",
|
|
2671
|
+
"name": "Qwen3 8B",
|
|
1694
2672
|
"license": "apache-2.0",
|
|
1695
2673
|
"capabilities": [
|
|
1696
2674
|
"chat",
|
|
1697
2675
|
"txt-in",
|
|
1698
2676
|
"txt-out",
|
|
1699
2677
|
"json-out",
|
|
1700
|
-
"fn-out"
|
|
2678
|
+
"fn-out",
|
|
2679
|
+
"reason"
|
|
1701
2680
|
],
|
|
1702
2681
|
"context": {
|
|
1703
2682
|
"type": "token",
|
|
1704
2683
|
"total": 131072,
|
|
1705
2684
|
"maxOutput": 8192
|
|
1706
2685
|
},
|
|
1707
|
-
"aliases": [
|
|
1708
|
-
"qwen-3-7b",
|
|
1709
|
-
"qwen-3-7b-instruct-latest"
|
|
1710
|
-
],
|
|
1711
2686
|
"creatorId": "qwen"
|
|
1712
2687
|
},
|
|
1713
2688
|
"grok-3-beta": {
|
|
@@ -1939,6 +2914,214 @@ var models = {
|
|
|
1939
2914
|
"grok-4-heavy-latest"
|
|
1940
2915
|
],
|
|
1941
2916
|
"creatorId": "xai"
|
|
2917
|
+
},
|
|
2918
|
+
"grok-code-fast-1": {
|
|
2919
|
+
"id": "grok-code-fast-1",
|
|
2920
|
+
"name": "Grok Code Fast 1",
|
|
2921
|
+
"creator": "xai",
|
|
2922
|
+
"license": "proprietary",
|
|
2923
|
+
"capabilities": [
|
|
2924
|
+
"chat",
|
|
2925
|
+
"txt-in",
|
|
2926
|
+
"txt-out",
|
|
2927
|
+
"reason",
|
|
2928
|
+
"fn-out",
|
|
2929
|
+
"json-out"
|
|
2930
|
+
],
|
|
2931
|
+
"context": {
|
|
2932
|
+
"type": "token",
|
|
2933
|
+
"total": 256e3,
|
|
2934
|
+
"maxOutput": 1e4
|
|
2935
|
+
},
|
|
2936
|
+
"releasedAt": "2025-08-28",
|
|
2937
|
+
"creatorId": "xai"
|
|
2938
|
+
},
|
|
2939
|
+
"grok-4-fast": {
|
|
2940
|
+
"id": "grok-4-fast",
|
|
2941
|
+
"name": "Grok 4 Fast",
|
|
2942
|
+
"creator": "xai",
|
|
2943
|
+
"license": "proprietary",
|
|
2944
|
+
"capabilities": [
|
|
2945
|
+
"chat",
|
|
2946
|
+
"txt-in",
|
|
2947
|
+
"txt-out",
|
|
2948
|
+
"img-in",
|
|
2949
|
+
"reason",
|
|
2950
|
+
"fn-out",
|
|
2951
|
+
"json-out"
|
|
2952
|
+
],
|
|
2953
|
+
"context": {
|
|
2954
|
+
"type": "token",
|
|
2955
|
+
"total": 2e6,
|
|
2956
|
+
"maxOutput": 3e4
|
|
2957
|
+
},
|
|
2958
|
+
"releasedAt": "2025-09-19",
|
|
2959
|
+
"creatorId": "xai"
|
|
2960
|
+
},
|
|
2961
|
+
"grok-4-fast-non-reasoning": {
|
|
2962
|
+
"id": "grok-4-fast-non-reasoning",
|
|
2963
|
+
"name": "Grok 4 Fast (Non-Reasoning)",
|
|
2964
|
+
"creator": "xai",
|
|
2965
|
+
"license": "proprietary",
|
|
2966
|
+
"capabilities": [
|
|
2967
|
+
"chat",
|
|
2968
|
+
"txt-in",
|
|
2969
|
+
"txt-out",
|
|
2970
|
+
"img-in",
|
|
2971
|
+
"fn-out",
|
|
2972
|
+
"json-out"
|
|
2973
|
+
],
|
|
2974
|
+
"context": {
|
|
2975
|
+
"type": "token",
|
|
2976
|
+
"total": 2e6,
|
|
2977
|
+
"maxOutput": 3e4
|
|
2978
|
+
},
|
|
2979
|
+
"releasedAt": "2025-09-19",
|
|
2980
|
+
"creatorId": "xai"
|
|
2981
|
+
},
|
|
2982
|
+
"grok-4-1-fast": {
|
|
2983
|
+
"id": "grok-4-1-fast",
|
|
2984
|
+
"name": "Grok 4.1 Fast",
|
|
2985
|
+
"creator": "xai",
|
|
2986
|
+
"license": "proprietary",
|
|
2987
|
+
"capabilities": [
|
|
2988
|
+
"chat",
|
|
2989
|
+
"txt-in",
|
|
2990
|
+
"txt-out",
|
|
2991
|
+
"img-in",
|
|
2992
|
+
"reason",
|
|
2993
|
+
"fn-out",
|
|
2994
|
+
"json-out"
|
|
2995
|
+
],
|
|
2996
|
+
"context": {
|
|
2997
|
+
"type": "token",
|
|
2998
|
+
"total": 2e6,
|
|
2999
|
+
"maxOutput": 3e4
|
|
3000
|
+
},
|
|
3001
|
+
"releasedAt": "2025-11-19",
|
|
3002
|
+
"creatorId": "xai"
|
|
3003
|
+
},
|
|
3004
|
+
"grok-4-1-fast-non-reasoning": {
|
|
3005
|
+
"id": "grok-4-1-fast-non-reasoning",
|
|
3006
|
+
"name": "Grok 4.1 Fast (Non-Reasoning)",
|
|
3007
|
+
"creator": "xai",
|
|
3008
|
+
"license": "proprietary",
|
|
3009
|
+
"capabilities": [
|
|
3010
|
+
"chat",
|
|
3011
|
+
"txt-in",
|
|
3012
|
+
"txt-out",
|
|
3013
|
+
"img-in",
|
|
3014
|
+
"fn-out",
|
|
3015
|
+
"json-out"
|
|
3016
|
+
],
|
|
3017
|
+
"context": {
|
|
3018
|
+
"type": "token",
|
|
3019
|
+
"total": 2e6,
|
|
3020
|
+
"maxOutput": 3e4
|
|
3021
|
+
},
|
|
3022
|
+
"releasedAt": "2025-11-19",
|
|
3023
|
+
"creatorId": "xai"
|
|
3024
|
+
},
|
|
3025
|
+
"grok-4.20-reasoning": {
|
|
3026
|
+
"id": "grok-4.20-reasoning",
|
|
3027
|
+
"name": "Grok 4.20",
|
|
3028
|
+
"creator": "xai",
|
|
3029
|
+
"license": "proprietary",
|
|
3030
|
+
"capabilities": [
|
|
3031
|
+
"chat",
|
|
3032
|
+
"txt-in",
|
|
3033
|
+
"txt-out",
|
|
3034
|
+
"img-in",
|
|
3035
|
+
"reason",
|
|
3036
|
+
"fn-out",
|
|
3037
|
+
"json-out"
|
|
3038
|
+
],
|
|
3039
|
+
"context": {
|
|
3040
|
+
"type": "token",
|
|
3041
|
+
"total": 2e6,
|
|
3042
|
+
"maxOutput": null
|
|
3043
|
+
},
|
|
3044
|
+
"releasedAt": "2026-03-10",
|
|
3045
|
+
"creatorId": "xai"
|
|
3046
|
+
},
|
|
3047
|
+
"grok-4.20-beta-latest-non-reasoning": {
|
|
3048
|
+
"id": "grok-4.20-beta-latest-non-reasoning",
|
|
3049
|
+
"name": "Grok 4.20 (Non-Reasoning)",
|
|
3050
|
+
"creator": "xai",
|
|
3051
|
+
"license": "proprietary",
|
|
3052
|
+
"capabilities": [
|
|
3053
|
+
"chat",
|
|
3054
|
+
"txt-in",
|
|
3055
|
+
"txt-out",
|
|
3056
|
+
"img-in",
|
|
3057
|
+
"fn-out",
|
|
3058
|
+
"json-out"
|
|
3059
|
+
],
|
|
3060
|
+
"context": {
|
|
3061
|
+
"type": "token",
|
|
3062
|
+
"total": 2e6,
|
|
3063
|
+
"maxOutput": null
|
|
3064
|
+
},
|
|
3065
|
+
"releasedAt": "2026-03-10",
|
|
3066
|
+
"creatorId": "xai"
|
|
3067
|
+
},
|
|
3068
|
+
"grok-4.20-multi-agent-beta-0309": {
|
|
3069
|
+
"id": "grok-4.20-multi-agent-beta-0309",
|
|
3070
|
+
"name": "Grok 4.20 Multi-Agent Beta",
|
|
3071
|
+
"creator": "xai",
|
|
3072
|
+
"license": "proprietary",
|
|
3073
|
+
"capabilities": [
|
|
3074
|
+
"chat",
|
|
3075
|
+
"txt-in",
|
|
3076
|
+
"txt-out",
|
|
3077
|
+
"reason"
|
|
3078
|
+
],
|
|
3079
|
+
"context": {
|
|
3080
|
+
"type": "token",
|
|
3081
|
+
"total": 2e6,
|
|
3082
|
+
"maxOutput": null
|
|
3083
|
+
},
|
|
3084
|
+
"releasedAt": "2026-03-09",
|
|
3085
|
+
"creatorId": "xai"
|
|
3086
|
+
},
|
|
3087
|
+
"grok-imagine-image": {
|
|
3088
|
+
"id": "grok-imagine-image",
|
|
3089
|
+
"name": "Grok Imagine Image",
|
|
3090
|
+
"creator": "xai",
|
|
3091
|
+
"license": "proprietary",
|
|
3092
|
+
"capabilities": [
|
|
3093
|
+
"txt-in",
|
|
3094
|
+
"img-in",
|
|
3095
|
+
"img-out"
|
|
3096
|
+
],
|
|
3097
|
+
"context": {
|
|
3098
|
+
"maxOutput": 10,
|
|
3099
|
+
"sizes": [
|
|
3100
|
+
"1k",
|
|
3101
|
+
"2k"
|
|
3102
|
+
]
|
|
3103
|
+
},
|
|
3104
|
+
"releasedAt": "2026-01-28",
|
|
3105
|
+
"creatorId": "xai"
|
|
3106
|
+
},
|
|
3107
|
+
"grok-imagine-video": {
|
|
3108
|
+
"id": "grok-imagine-video",
|
|
3109
|
+
"name": "Grok Imagine Video",
|
|
3110
|
+
"creator": "xai",
|
|
3111
|
+
"license": "proprietary",
|
|
3112
|
+
"capabilities": [
|
|
3113
|
+
"txt-in",
|
|
3114
|
+
"img-in",
|
|
3115
|
+
"video-in",
|
|
3116
|
+
"video-out"
|
|
3117
|
+
],
|
|
3118
|
+
"context": {
|
|
3119
|
+
"type": "token",
|
|
3120
|
+
"total": 15,
|
|
3121
|
+
"maxOutput": 15
|
|
3122
|
+
},
|
|
3123
|
+
"releasedAt": "2026-01-28",
|
|
3124
|
+
"creatorId": "xai"
|
|
1942
3125
|
}
|
|
1943
3126
|
};
|
|
1944
3127
|
var providers = {
|
|
@@ -1996,6 +3179,38 @@ var providers = {
|
|
|
1996
3179
|
"name": "Groq",
|
|
1997
3180
|
"apiUrl": "https://api.groq.com/openai/v1",
|
|
1998
3181
|
"apiDocsUrl": "https://console.groq.com/docs/api-reference",
|
|
3182
|
+
"pricing": {},
|
|
3183
|
+
"models": [
|
|
3184
|
+
{
|
|
3185
|
+
"creator": "meta",
|
|
3186
|
+
"include": [
|
|
3187
|
+
"llama3-8b-8192",
|
|
3188
|
+
"llama3-70b-8192",
|
|
3189
|
+
"llama-guard-3-8b",
|
|
3190
|
+
"llama-3.1-8b-instant",
|
|
3191
|
+
"llama-3.3-70b-versatile",
|
|
3192
|
+
"meta-llama/llama-guard-4-12b",
|
|
3193
|
+
"meta-llama/llama-4-maverick-17b-128e-instruct",
|
|
3194
|
+
"meta-llama/llama-4-scout-17b-16e-instruct",
|
|
3195
|
+
"meta-llama/llama-prompt-guard-2-22m",
|
|
3196
|
+
"meta-llama/llama-prompt-guard-2-86m"
|
|
3197
|
+
]
|
|
3198
|
+
},
|
|
3199
|
+
{
|
|
3200
|
+
"creator": "openai",
|
|
3201
|
+
"include": [
|
|
3202
|
+
"gpt-oss-120b",
|
|
3203
|
+
"gpt-oss-20b",
|
|
3204
|
+
"whisper-1"
|
|
3205
|
+
]
|
|
3206
|
+
}
|
|
3207
|
+
]
|
|
3208
|
+
},
|
|
3209
|
+
"kimi": {
|
|
3210
|
+
"id": "kimi",
|
|
3211
|
+
"name": "Moonshot AI",
|
|
3212
|
+
"apiUrl": "https://api.moonshot.ai/v1",
|
|
3213
|
+
"apiDocsUrl": "https://platform.moonshot.ai/docs",
|
|
1999
3214
|
"pricing": {}
|
|
2000
3215
|
},
|
|
2001
3216
|
"mistral": {
|
|
@@ -2014,7 +3229,17 @@ var providers = {
|
|
|
2014
3229
|
"name": "OpenAI",
|
|
2015
3230
|
"apiUrl": "https://api.openai.com/v1",
|
|
2016
3231
|
"apiDocsUrl": "https://platform.openai.com/docs/api-reference",
|
|
2017
|
-
"pricing": {}
|
|
3232
|
+
"pricing": {},
|
|
3233
|
+
"models": [
|
|
3234
|
+
{
|
|
3235
|
+
"creator": "openai",
|
|
3236
|
+
"include": "all",
|
|
3237
|
+
"exclude": [
|
|
3238
|
+
"gpt-oss-120b",
|
|
3239
|
+
"gpt-oss-20b"
|
|
3240
|
+
]
|
|
3241
|
+
}
|
|
3242
|
+
]
|
|
2018
3243
|
},
|
|
2019
3244
|
"openrouter": {
|
|
2020
3245
|
"id": "openrouter",
|
|
@@ -2046,6 +3271,7 @@ var providers = {
|
|
|
2046
3271
|
},
|
|
2047
3272
|
"qwen": {
|
|
2048
3273
|
"id": "qwen",
|
|
3274
|
+
"name": "Qwen",
|
|
2049
3275
|
"apiUrl": "https://dashscope.aliyuncs.com/compatible-mode/v1",
|
|
2050
3276
|
"apiDocsUrl": "https://help.aliyun.com/zh/model-studio/developer-reference/",
|
|
2051
3277
|
"pricing": {}
|
|
@@ -2119,6 +3345,12 @@ var organizations = {
|
|
|
2119
3345
|
"country": "CHN",
|
|
2120
3346
|
"founded": 2023
|
|
2121
3347
|
},
|
|
3348
|
+
"kimi": {
|
|
3349
|
+
"name": "Moonshot AI",
|
|
3350
|
+
"websiteUrl": "https://www.moonshot.ai",
|
|
3351
|
+
"country": "CHN",
|
|
3352
|
+
"founded": 2023
|
|
3353
|
+
},
|
|
2122
3354
|
"azure": {
|
|
2123
3355
|
"name": "Azure",
|
|
2124
3356
|
"websiteUrl": "https://azure.microsoft.com/en-us/products/ai-services/openai-service",
|
|
@@ -2366,21 +3598,33 @@ var Model = class _Model {
|
|
|
2366
3598
|
get providerIds() {
|
|
2367
3599
|
const ids = /* @__PURE__ */ new Set();
|
|
2368
3600
|
const creatorId = this.creatorId;
|
|
2369
|
-
if (creatorId
|
|
2370
|
-
|
|
2371
|
-
|
|
3601
|
+
if (!creatorId) return [];
|
|
3602
|
+
const includesModel = (entry) => {
|
|
3603
|
+
if (entry.creator !== creatorId) return false;
|
|
3604
|
+
if (entry.include === "all") {
|
|
3605
|
+
return !entry.exclude || !entry.exclude.includes(this.id);
|
|
3606
|
+
}
|
|
3607
|
+
return Array.isArray(entry.include) && entry.include.includes(this.id);
|
|
3608
|
+
};
|
|
2372
3609
|
for (const [providerId, provider] of Object.entries(ModelCollection.providersData)) {
|
|
3610
|
+
const isNative = providerId === creatorId;
|
|
2373
3611
|
const entries = provider.models;
|
|
2374
|
-
if (
|
|
2375
|
-
|
|
2376
|
-
|
|
2377
|
-
|
|
2378
|
-
|
|
2379
|
-
|
|
2380
|
-
|
|
2381
|
-
|
|
3612
|
+
if (isNative) {
|
|
3613
|
+
if (!entries || entries.length === 0) {
|
|
3614
|
+
ids.add(providerId);
|
|
3615
|
+
continue;
|
|
3616
|
+
}
|
|
3617
|
+
const creatorEntry = entries.find((e) => e.creator === creatorId);
|
|
3618
|
+
if (!creatorEntry) {
|
|
3619
|
+
ids.add(providerId);
|
|
3620
|
+
} else if (includesModel(creatorEntry)) {
|
|
2382
3621
|
ids.add(providerId);
|
|
2383
3622
|
}
|
|
3623
|
+
continue;
|
|
3624
|
+
}
|
|
3625
|
+
if (!entries) continue;
|
|
3626
|
+
if (entries.some(includesModel)) {
|
|
3627
|
+
ids.add(providerId);
|
|
2384
3628
|
}
|
|
2385
3629
|
}
|
|
2386
3630
|
return Array.from(ids);
|