aimodels 0.4.9 → 0.4.11
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.js +344 -25
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
// src/data.js
|
|
2
2
|
var models = {
|
|
3
|
-
"claude-3-7-sonnet": {
|
|
4
|
-
"id": "claude-3-7-sonnet",
|
|
3
|
+
"claude-3-7-sonnet-20250219": {
|
|
4
|
+
"id": "claude-3-7-sonnet-20250219",
|
|
5
5
|
"name": "Claude 3.7 Sonnet",
|
|
6
6
|
"license": "proprietary",
|
|
7
7
|
"providerIds": [
|
|
@@ -33,12 +33,12 @@ var models = {
|
|
|
33
33
|
},
|
|
34
34
|
"aliases": [
|
|
35
35
|
"claude-3-7-sonnet-latest",
|
|
36
|
-
"claude-3-7-sonnet
|
|
36
|
+
"claude-3-7-sonnet"
|
|
37
37
|
],
|
|
38
38
|
"creatorId": "anthropic"
|
|
39
39
|
},
|
|
40
|
-
"claude-3-5-sonnet": {
|
|
41
|
-
"id": "claude-3-5-sonnet",
|
|
40
|
+
"claude-3-5-sonnet-20241022": {
|
|
41
|
+
"id": "claude-3-5-sonnet-20241022",
|
|
42
42
|
"name": "Claude 3.5 Sonnet",
|
|
43
43
|
"license": "proprietary",
|
|
44
44
|
"providerIds": [
|
|
@@ -61,18 +61,18 @@ var models = {
|
|
|
61
61
|
},
|
|
62
62
|
"aliases": [
|
|
63
63
|
"claude-3-5-sonnet-latest",
|
|
64
|
-
"claude-3-5-sonnet
|
|
64
|
+
"claude-3-5-sonnet"
|
|
65
65
|
],
|
|
66
66
|
"creatorId": "anthropic"
|
|
67
67
|
},
|
|
68
68
|
"claude-3-5-sonnet-20240620": {
|
|
69
69
|
"id": "claude-3-5-sonnet-20240620",
|
|
70
70
|
"name": "Claude 3.5 Sonnet (2024-06-20)",
|
|
71
|
-
"extends": "claude-3-5-sonnet",
|
|
71
|
+
"extends": "claude-3-5-sonnet-20241022",
|
|
72
72
|
"creatorId": "anthropic"
|
|
73
73
|
},
|
|
74
|
-
"claude-3-opus": {
|
|
75
|
-
"id": "claude-3-opus",
|
|
74
|
+
"claude-3-opus-20240229": {
|
|
75
|
+
"id": "claude-3-opus-20240229",
|
|
76
76
|
"name": "Claude 3 Opus",
|
|
77
77
|
"license": "proprietary",
|
|
78
78
|
"providerIds": [
|
|
@@ -95,12 +95,12 @@ var models = {
|
|
|
95
95
|
},
|
|
96
96
|
"aliases": [
|
|
97
97
|
"claude-3-opus-latest",
|
|
98
|
-
"claude-3-opus
|
|
98
|
+
"claude-3-opus"
|
|
99
99
|
],
|
|
100
100
|
"creatorId": "anthropic"
|
|
101
101
|
},
|
|
102
|
-
"claude-3-sonnet": {
|
|
103
|
-
"id": "claude-3-sonnet",
|
|
102
|
+
"claude-3-sonnet-20240229": {
|
|
103
|
+
"id": "claude-3-sonnet-20240229",
|
|
104
104
|
"name": "Claude 3 Sonnet",
|
|
105
105
|
"license": "proprietary",
|
|
106
106
|
"providerIds": [
|
|
@@ -123,12 +123,12 @@ var models = {
|
|
|
123
123
|
},
|
|
124
124
|
"aliases": [
|
|
125
125
|
"claude-3-sonnet-latest",
|
|
126
|
-
"claude-3-sonnet
|
|
126
|
+
"claude-3-sonnet"
|
|
127
127
|
],
|
|
128
128
|
"creatorId": "anthropic"
|
|
129
129
|
},
|
|
130
|
-
"claude-3-haiku": {
|
|
131
|
-
"id": "claude-3-haiku",
|
|
130
|
+
"claude-3-haiku-20240307": {
|
|
131
|
+
"id": "claude-3-haiku-20240307",
|
|
132
132
|
"name": "Claude 3 Haiku",
|
|
133
133
|
"license": "proprietary",
|
|
134
134
|
"providerIds": [
|
|
@@ -151,12 +151,12 @@ var models = {
|
|
|
151
151
|
},
|
|
152
152
|
"aliases": [
|
|
153
153
|
"claude-3-haiku-latest",
|
|
154
|
-
"claude-3-haiku
|
|
154
|
+
"claude-3-haiku"
|
|
155
155
|
],
|
|
156
156
|
"creatorId": "anthropic"
|
|
157
157
|
},
|
|
158
|
-
"claude-3-5-haiku": {
|
|
159
|
-
"id": "claude-3-5-haiku",
|
|
158
|
+
"claude-3-5-haiku-20241022": {
|
|
159
|
+
"id": "claude-3-5-haiku-20241022",
|
|
160
160
|
"name": "Claude 3.5 Haiku",
|
|
161
161
|
"license": "proprietary",
|
|
162
162
|
"providerIds": [
|
|
@@ -178,7 +178,7 @@ var models = {
|
|
|
178
178
|
},
|
|
179
179
|
"aliases": [
|
|
180
180
|
"claude-3-5-haiku-latest",
|
|
181
|
-
"claude-3-5-haiku
|
|
181
|
+
"claude-3-5-haiku"
|
|
182
182
|
],
|
|
183
183
|
"creatorId": "anthropic"
|
|
184
184
|
},
|
|
@@ -753,7 +753,7 @@ var models = {
|
|
|
753
753
|
],
|
|
754
754
|
"context": {
|
|
755
755
|
"type": "token",
|
|
756
|
-
"total":
|
|
756
|
+
"total": 1114112,
|
|
757
757
|
"maxOutput": 65536
|
|
758
758
|
},
|
|
759
759
|
"aliases": [
|
|
@@ -761,6 +761,52 @@ var models = {
|
|
|
761
761
|
],
|
|
762
762
|
"creatorId": "google"
|
|
763
763
|
},
|
|
764
|
+
"gemini-2.5-flash-preview": {
|
|
765
|
+
"id": "gemini-2.5-flash-preview",
|
|
766
|
+
"name": "Gemini 2.5 Flash Preview",
|
|
767
|
+
"license": "proprietary",
|
|
768
|
+
"providerIds": [
|
|
769
|
+
"google"
|
|
770
|
+
],
|
|
771
|
+
"capabilities": [
|
|
772
|
+
"chat",
|
|
773
|
+
"txt-in",
|
|
774
|
+
"txt-out",
|
|
775
|
+
"json-out",
|
|
776
|
+
"fn-out",
|
|
777
|
+
"img-in",
|
|
778
|
+
"reason"
|
|
779
|
+
],
|
|
780
|
+
"context": {
|
|
781
|
+
"type": "token",
|
|
782
|
+
"total": 1048576,
|
|
783
|
+
"maxOutput": 32768
|
|
784
|
+
},
|
|
785
|
+
"creatorId": "google"
|
|
786
|
+
},
|
|
787
|
+
"gemini-2.5-pro-experimental": {
|
|
788
|
+
"id": "gemini-2.5-pro-experimental",
|
|
789
|
+
"name": "Gemini 2.5 Pro Experimental",
|
|
790
|
+
"license": "proprietary",
|
|
791
|
+
"providerIds": [
|
|
792
|
+
"google"
|
|
793
|
+
],
|
|
794
|
+
"capabilities": [
|
|
795
|
+
"chat",
|
|
796
|
+
"txt-in",
|
|
797
|
+
"txt-out",
|
|
798
|
+
"json-out",
|
|
799
|
+
"fn-out",
|
|
800
|
+
"img-in",
|
|
801
|
+
"reason"
|
|
802
|
+
],
|
|
803
|
+
"context": {
|
|
804
|
+
"type": "token",
|
|
805
|
+
"total": 1114112,
|
|
806
|
+
"maxOutput": 65536
|
|
807
|
+
},
|
|
808
|
+
"creatorId": "google"
|
|
809
|
+
},
|
|
764
810
|
"gemini-2.0-flash": {
|
|
765
811
|
"id": "gemini-2.0-flash",
|
|
766
812
|
"name": "Gemini 2.0 Flash",
|
|
@@ -780,7 +826,7 @@ var models = {
|
|
|
780
826
|
],
|
|
781
827
|
"context": {
|
|
782
828
|
"type": "token",
|
|
783
|
-
"total":
|
|
829
|
+
"total": 1056768,
|
|
784
830
|
"maxOutput": 8192
|
|
785
831
|
},
|
|
786
832
|
"aliases": [
|
|
@@ -788,6 +834,55 @@ var models = {
|
|
|
788
834
|
],
|
|
789
835
|
"creatorId": "google"
|
|
790
836
|
},
|
|
837
|
+
"gemini-2.0-flash-thinking": {
|
|
838
|
+
"id": "gemini-2.0-flash-thinking",
|
|
839
|
+
"name": "Gemini 2.0 Flash Thinking",
|
|
840
|
+
"license": "proprietary",
|
|
841
|
+
"providerIds": [
|
|
842
|
+
"google"
|
|
843
|
+
],
|
|
844
|
+
"capabilities": [
|
|
845
|
+
"chat",
|
|
846
|
+
"txt-in",
|
|
847
|
+
"txt-out",
|
|
848
|
+
"json-out",
|
|
849
|
+
"fn-out",
|
|
850
|
+
"img-in",
|
|
851
|
+
"reason"
|
|
852
|
+
],
|
|
853
|
+
"context": {
|
|
854
|
+
"type": "token",
|
|
855
|
+
"total": 1056768,
|
|
856
|
+
"maxOutput": 8192
|
|
857
|
+
},
|
|
858
|
+
"aliases": [
|
|
859
|
+
"gemini-2.0-flash-thinking-experimental"
|
|
860
|
+
],
|
|
861
|
+
"creatorId": "google"
|
|
862
|
+
},
|
|
863
|
+
"gemini-2.0-flash-experimental": {
|
|
864
|
+
"id": "gemini-2.0-flash-experimental",
|
|
865
|
+
"name": "Gemini 2.0 Flash Experimental",
|
|
866
|
+
"license": "proprietary",
|
|
867
|
+
"providerIds": [
|
|
868
|
+
"google"
|
|
869
|
+
],
|
|
870
|
+
"capabilities": [
|
|
871
|
+
"chat",
|
|
872
|
+
"txt-in",
|
|
873
|
+
"txt-out",
|
|
874
|
+
"json-out",
|
|
875
|
+
"fn-out",
|
|
876
|
+
"img-in",
|
|
877
|
+
"reason"
|
|
878
|
+
],
|
|
879
|
+
"context": {
|
|
880
|
+
"type": "token",
|
|
881
|
+
"total": 1056768,
|
|
882
|
+
"maxOutput": 8192
|
|
883
|
+
},
|
|
884
|
+
"creatorId": "google"
|
|
885
|
+
},
|
|
791
886
|
"gemini-2.0-flash-lite": {
|
|
792
887
|
"id": "gemini-2.0-flash-lite",
|
|
793
888
|
"name": "Gemini 2.0 Flash Lite",
|
|
@@ -806,7 +901,7 @@ var models = {
|
|
|
806
901
|
],
|
|
807
902
|
"context": {
|
|
808
903
|
"type": "token",
|
|
809
|
-
"total":
|
|
904
|
+
"total": 1056768,
|
|
810
905
|
"maxOutput": 8192
|
|
811
906
|
},
|
|
812
907
|
"aliases": [
|
|
@@ -832,7 +927,7 @@ var models = {
|
|
|
832
927
|
],
|
|
833
928
|
"context": {
|
|
834
929
|
"type": "token",
|
|
835
|
-
"total":
|
|
930
|
+
"total": 1008192,
|
|
836
931
|
"maxOutput": 8192
|
|
837
932
|
},
|
|
838
933
|
"creatorId": "google"
|
|
@@ -855,7 +950,7 @@ var models = {
|
|
|
855
950
|
],
|
|
856
951
|
"context": {
|
|
857
952
|
"type": "token",
|
|
858
|
-
"total":
|
|
953
|
+
"total": 1008192,
|
|
859
954
|
"maxOutput": 8192
|
|
860
955
|
},
|
|
861
956
|
"creatorId": "google"
|
|
@@ -879,7 +974,7 @@ var models = {
|
|
|
879
974
|
],
|
|
880
975
|
"context": {
|
|
881
976
|
"type": "token",
|
|
882
|
-
"total":
|
|
977
|
+
"total": 2008192,
|
|
883
978
|
"maxOutput": 8192
|
|
884
979
|
},
|
|
885
980
|
"aliases": [
|
|
@@ -889,6 +984,135 @@ var models = {
|
|
|
889
984
|
],
|
|
890
985
|
"creatorId": "google"
|
|
891
986
|
},
|
|
987
|
+
"gemma-3-1b": {
|
|
988
|
+
"id": "gemma-3-1b",
|
|
989
|
+
"name": "Gemma 3 1B",
|
|
990
|
+
"license": "apache-2.0",
|
|
991
|
+
"providerIds": [
|
|
992
|
+
"google"
|
|
993
|
+
],
|
|
994
|
+
"capabilities": [
|
|
995
|
+
"chat",
|
|
996
|
+
"txt-in",
|
|
997
|
+
"txt-out",
|
|
998
|
+
"json-out",
|
|
999
|
+
"fn-out"
|
|
1000
|
+
],
|
|
1001
|
+
"context": {
|
|
1002
|
+
"type": "token",
|
|
1003
|
+
"total": 40960,
|
|
1004
|
+
"maxOutput": 8192
|
|
1005
|
+
},
|
|
1006
|
+
"creatorId": "google"
|
|
1007
|
+
},
|
|
1008
|
+
"gemma-3-4b": {
|
|
1009
|
+
"id": "gemma-3-4b",
|
|
1010
|
+
"name": "Gemma 3 4B",
|
|
1011
|
+
"license": "apache-2.0",
|
|
1012
|
+
"providerIds": [
|
|
1013
|
+
"google"
|
|
1014
|
+
],
|
|
1015
|
+
"capabilities": [
|
|
1016
|
+
"chat",
|
|
1017
|
+
"txt-in",
|
|
1018
|
+
"txt-out",
|
|
1019
|
+
"json-out",
|
|
1020
|
+
"fn-out",
|
|
1021
|
+
"img-in"
|
|
1022
|
+
],
|
|
1023
|
+
"context": {
|
|
1024
|
+
"type": "token",
|
|
1025
|
+
"total": 40960,
|
|
1026
|
+
"maxOutput": 8192
|
|
1027
|
+
},
|
|
1028
|
+
"creatorId": "google"
|
|
1029
|
+
},
|
|
1030
|
+
"gemma-3-12b": {
|
|
1031
|
+
"id": "gemma-3-12b",
|
|
1032
|
+
"name": "Gemma 3 12B",
|
|
1033
|
+
"license": "apache-2.0",
|
|
1034
|
+
"providerIds": [
|
|
1035
|
+
"google"
|
|
1036
|
+
],
|
|
1037
|
+
"capabilities": [
|
|
1038
|
+
"chat",
|
|
1039
|
+
"txt-in",
|
|
1040
|
+
"txt-out",
|
|
1041
|
+
"json-out",
|
|
1042
|
+
"fn-out",
|
|
1043
|
+
"img-in"
|
|
1044
|
+
],
|
|
1045
|
+
"context": {
|
|
1046
|
+
"type": "token",
|
|
1047
|
+
"total": 40960,
|
|
1048
|
+
"maxOutput": 8192
|
|
1049
|
+
},
|
|
1050
|
+
"creatorId": "google"
|
|
1051
|
+
},
|
|
1052
|
+
"gemma-3-27b": {
|
|
1053
|
+
"id": "gemma-3-27b",
|
|
1054
|
+
"name": "Gemma 3 27B",
|
|
1055
|
+
"license": "apache-2.0",
|
|
1056
|
+
"providerIds": [
|
|
1057
|
+
"google"
|
|
1058
|
+
],
|
|
1059
|
+
"capabilities": [
|
|
1060
|
+
"chat",
|
|
1061
|
+
"txt-in",
|
|
1062
|
+
"txt-out",
|
|
1063
|
+
"json-out",
|
|
1064
|
+
"fn-out",
|
|
1065
|
+
"img-in"
|
|
1066
|
+
],
|
|
1067
|
+
"context": {
|
|
1068
|
+
"type": "token",
|
|
1069
|
+
"total": 40960,
|
|
1070
|
+
"maxOutput": 8192
|
|
1071
|
+
},
|
|
1072
|
+
"creatorId": "google"
|
|
1073
|
+
},
|
|
1074
|
+
"gemma-2-9b": {
|
|
1075
|
+
"id": "gemma-2-9b",
|
|
1076
|
+
"name": "Gemma 2 9B",
|
|
1077
|
+
"license": "apache-2.0",
|
|
1078
|
+
"providerIds": [
|
|
1079
|
+
"google"
|
|
1080
|
+
],
|
|
1081
|
+
"capabilities": [
|
|
1082
|
+
"chat",
|
|
1083
|
+
"txt-in",
|
|
1084
|
+
"txt-out",
|
|
1085
|
+
"json-out",
|
|
1086
|
+
"fn-out"
|
|
1087
|
+
],
|
|
1088
|
+
"context": {
|
|
1089
|
+
"type": "token",
|
|
1090
|
+
"total": 8192,
|
|
1091
|
+
"maxOutput": 4096
|
|
1092
|
+
},
|
|
1093
|
+
"creatorId": "google"
|
|
1094
|
+
},
|
|
1095
|
+
"gemma-2-27b": {
|
|
1096
|
+
"id": "gemma-2-27b",
|
|
1097
|
+
"name": "Gemma 2 27B",
|
|
1098
|
+
"license": "apache-2.0",
|
|
1099
|
+
"providerIds": [
|
|
1100
|
+
"google"
|
|
1101
|
+
],
|
|
1102
|
+
"capabilities": [
|
|
1103
|
+
"chat",
|
|
1104
|
+
"txt-in",
|
|
1105
|
+
"txt-out",
|
|
1106
|
+
"json-out",
|
|
1107
|
+
"fn-out"
|
|
1108
|
+
],
|
|
1109
|
+
"context": {
|
|
1110
|
+
"type": "token",
|
|
1111
|
+
"total": 8192,
|
|
1112
|
+
"maxOutput": 4096
|
|
1113
|
+
},
|
|
1114
|
+
"creatorId": "google"
|
|
1115
|
+
},
|
|
892
1116
|
"text-embedding-004": {
|
|
893
1117
|
"id": "text-embedding-004",
|
|
894
1118
|
"name": "Text Embedding 004",
|
|
@@ -1533,6 +1757,40 @@ var models = {
|
|
|
1533
1757
|
},
|
|
1534
1758
|
"creatorId": "openai"
|
|
1535
1759
|
},
|
|
1760
|
+
"o1-pro": {
|
|
1761
|
+
"id": "o1-pro",
|
|
1762
|
+
"extends": "o1",
|
|
1763
|
+
"overrides": {
|
|
1764
|
+
"name": "OpenAI o1 Pro",
|
|
1765
|
+
"providerIds": [
|
|
1766
|
+
"openai"
|
|
1767
|
+
]
|
|
1768
|
+
},
|
|
1769
|
+
"creatorId": "openai"
|
|
1770
|
+
},
|
|
1771
|
+
"o3": {
|
|
1772
|
+
"id": "o3",
|
|
1773
|
+
"name": "OpenAI o3",
|
|
1774
|
+
"license": "proprietary",
|
|
1775
|
+
"providerIds": [
|
|
1776
|
+
"openai"
|
|
1777
|
+
],
|
|
1778
|
+
"capabilities": [
|
|
1779
|
+
"chat",
|
|
1780
|
+
"txt-in",
|
|
1781
|
+
"txt-out",
|
|
1782
|
+
"img-in",
|
|
1783
|
+
"json-out",
|
|
1784
|
+
"fn-out",
|
|
1785
|
+
"reason"
|
|
1786
|
+
],
|
|
1787
|
+
"context": {
|
|
1788
|
+
"type": "token",
|
|
1789
|
+
"total": 2e5,
|
|
1790
|
+
"maxOutput": 1e5
|
|
1791
|
+
},
|
|
1792
|
+
"creatorId": "openai"
|
|
1793
|
+
},
|
|
1536
1794
|
"o3-mini": {
|
|
1537
1795
|
"id": "o3-mini",
|
|
1538
1796
|
"name": "OpenAI o3 Mini",
|
|
@@ -1753,6 +2011,67 @@ var models = {
|
|
|
1753
2011
|
},
|
|
1754
2012
|
"creatorId": "openai"
|
|
1755
2013
|
},
|
|
2014
|
+
"o4-mini": {
|
|
2015
|
+
"id": "o4-mini",
|
|
2016
|
+
"name": "OpenAI o4 Mini",
|
|
2017
|
+
"license": "proprietary",
|
|
2018
|
+
"providerIds": [
|
|
2019
|
+
"openai"
|
|
2020
|
+
],
|
|
2021
|
+
"capabilities": [
|
|
2022
|
+
"chat",
|
|
2023
|
+
"txt-in",
|
|
2024
|
+
"txt-out",
|
|
2025
|
+
"img-in",
|
|
2026
|
+
"json-out",
|
|
2027
|
+
"fn-out",
|
|
2028
|
+
"reason"
|
|
2029
|
+
],
|
|
2030
|
+
"context": {
|
|
2031
|
+
"type": "token",
|
|
2032
|
+
"total": 2e5,
|
|
2033
|
+
"maxOutput": 1e5
|
|
2034
|
+
},
|
|
2035
|
+
"creatorId": "openai"
|
|
2036
|
+
},
|
|
2037
|
+
"gpt-4.1": {
|
|
2038
|
+
"id": "gpt-4.1",
|
|
2039
|
+
"name": "GPT-4.1",
|
|
2040
|
+
"license": "proprietary",
|
|
2041
|
+
"providerIds": [
|
|
2042
|
+
"openai"
|
|
2043
|
+
],
|
|
2044
|
+
"capabilities": [
|
|
2045
|
+
"chat",
|
|
2046
|
+
"txt-in",
|
|
2047
|
+
"txt-out",
|
|
2048
|
+
"img-in",
|
|
2049
|
+
"json-out",
|
|
2050
|
+
"fn-out"
|
|
2051
|
+
],
|
|
2052
|
+
"context": {
|
|
2053
|
+
"type": "token",
|
|
2054
|
+
"total": 1048576,
|
|
2055
|
+
"maxOutput": 32768
|
|
2056
|
+
},
|
|
2057
|
+
"creatorId": "openai"
|
|
2058
|
+
},
|
|
2059
|
+
"gpt-4.1-mini": {
|
|
2060
|
+
"id": "gpt-4.1-mini",
|
|
2061
|
+
"extends": "gpt-4.1",
|
|
2062
|
+
"overrides": {
|
|
2063
|
+
"name": "GPT-4.1 Mini"
|
|
2064
|
+
},
|
|
2065
|
+
"creatorId": "openai"
|
|
2066
|
+
},
|
|
2067
|
+
"gpt-4.1-nano": {
|
|
2068
|
+
"id": "gpt-4.1-nano",
|
|
2069
|
+
"extends": "gpt-4.1",
|
|
2070
|
+
"overrides": {
|
|
2071
|
+
"name": "GPT-4.1 Nano"
|
|
2072
|
+
},
|
|
2073
|
+
"creatorId": "openai"
|
|
2074
|
+
},
|
|
1756
2075
|
"grok-2-vision-1212": {
|
|
1757
2076
|
"id": "grok-2-vision-1212",
|
|
1758
2077
|
"name": "Grok 2 Vision",
|