aimodels 0.4.11 → 0.4.13
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 +137 -21
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -734,9 +734,9 @@ var models = {
|
|
|
734
734
|
},
|
|
735
735
|
"creatorId": "deepseek"
|
|
736
736
|
},
|
|
737
|
-
"gemini-2.5-pro-
|
|
738
|
-
"id": "gemini-2.5-pro-
|
|
739
|
-
"name": "Gemini 2.5 Pro",
|
|
737
|
+
"gemini-2.5-pro-preview-03-25": {
|
|
738
|
+
"id": "gemini-2.5-pro-preview-03-25",
|
|
739
|
+
"name": "Gemini 2.5 Pro (Preview)",
|
|
740
740
|
"license": "proprietary",
|
|
741
741
|
"providerIds": [
|
|
742
742
|
"google"
|
|
@@ -761,9 +761,9 @@ var models = {
|
|
|
761
761
|
],
|
|
762
762
|
"creatorId": "google"
|
|
763
763
|
},
|
|
764
|
-
"gemini-2.5-
|
|
765
|
-
"id": "gemini-2.5-
|
|
766
|
-
"name": "Gemini 2.5
|
|
764
|
+
"gemini-2.5-pro-exp-03-25": {
|
|
765
|
+
"id": "gemini-2.5-pro-exp-03-25",
|
|
766
|
+
"name": "Gemini 2.5 Pro (Experimental)",
|
|
767
767
|
"license": "proprietary",
|
|
768
768
|
"providerIds": [
|
|
769
769
|
"google"
|
|
@@ -775,18 +775,22 @@ var models = {
|
|
|
775
775
|
"json-out",
|
|
776
776
|
"fn-out",
|
|
777
777
|
"img-in",
|
|
778
|
+
"audio-in",
|
|
778
779
|
"reason"
|
|
779
780
|
],
|
|
780
781
|
"context": {
|
|
781
782
|
"type": "token",
|
|
782
|
-
"total":
|
|
783
|
-
"maxOutput":
|
|
783
|
+
"total": 1114112,
|
|
784
|
+
"maxOutput": 65536
|
|
784
785
|
},
|
|
786
|
+
"aliases": [
|
|
787
|
+
"gemini-2.5-exp"
|
|
788
|
+
],
|
|
785
789
|
"creatorId": "google"
|
|
786
790
|
},
|
|
787
|
-
"gemini-2.5-
|
|
788
|
-
"id": "gemini-2.5-
|
|
789
|
-
"name": "Gemini 2.5
|
|
791
|
+
"gemini-2.5-flash-preview": {
|
|
792
|
+
"id": "gemini-2.5-flash-preview",
|
|
793
|
+
"name": "Gemini 2.5 Flash Preview",
|
|
790
794
|
"license": "proprietary",
|
|
791
795
|
"providerIds": [
|
|
792
796
|
"google"
|
|
@@ -802,8 +806,8 @@ var models = {
|
|
|
802
806
|
],
|
|
803
807
|
"context": {
|
|
804
808
|
"type": "token",
|
|
805
|
-
"total":
|
|
806
|
-
"maxOutput":
|
|
809
|
+
"total": 1048576,
|
|
810
|
+
"maxOutput": 32768
|
|
807
811
|
},
|
|
808
812
|
"creatorId": "google"
|
|
809
813
|
},
|
|
@@ -2072,6 +2076,110 @@ var models = {
|
|
|
2072
2076
|
},
|
|
2073
2077
|
"creatorId": "openai"
|
|
2074
2078
|
},
|
|
2079
|
+
"grok-3-beta": {
|
|
2080
|
+
"id": "grok-3-beta",
|
|
2081
|
+
"name": "Grok 3 Beta",
|
|
2082
|
+
"creator": "xai",
|
|
2083
|
+
"license": "proprietary",
|
|
2084
|
+
"providerIds": [
|
|
2085
|
+
"xai"
|
|
2086
|
+
],
|
|
2087
|
+
"capabilities": [
|
|
2088
|
+
"chat",
|
|
2089
|
+
"txt-in",
|
|
2090
|
+
"txt-out",
|
|
2091
|
+
"reason",
|
|
2092
|
+
"fn-out",
|
|
2093
|
+
"json-out"
|
|
2094
|
+
],
|
|
2095
|
+
"context": {
|
|
2096
|
+
"type": "token",
|
|
2097
|
+
"total": 131072,
|
|
2098
|
+
"maxOutput": 131072
|
|
2099
|
+
},
|
|
2100
|
+
"aliases": [
|
|
2101
|
+
"grok-3",
|
|
2102
|
+
"grok-3-latest"
|
|
2103
|
+
],
|
|
2104
|
+
"releasedAt": "2025-04-03",
|
|
2105
|
+
"creatorId": "xai"
|
|
2106
|
+
},
|
|
2107
|
+
"grok-3-fast-beta": {
|
|
2108
|
+
"id": "grok-3-fast-beta",
|
|
2109
|
+
"name": "Grok 3 Beta (Fast mode)",
|
|
2110
|
+
"creator": "xai",
|
|
2111
|
+
"license": "proprietary",
|
|
2112
|
+
"providerIds": [
|
|
2113
|
+
"xai"
|
|
2114
|
+
],
|
|
2115
|
+
"capabilities": [
|
|
2116
|
+
"chat",
|
|
2117
|
+
"txt-in",
|
|
2118
|
+
"txt-out",
|
|
2119
|
+
"reason",
|
|
2120
|
+
"fn-out",
|
|
2121
|
+
"json-out"
|
|
2122
|
+
],
|
|
2123
|
+
"context": {
|
|
2124
|
+
"type": "token",
|
|
2125
|
+
"total": 131072,
|
|
2126
|
+
"maxOutput": 131072
|
|
2127
|
+
},
|
|
2128
|
+
"releasedAt": "2025-04-03",
|
|
2129
|
+
"creatorId": "xai"
|
|
2130
|
+
},
|
|
2131
|
+
"grok-3-mini-beta": {
|
|
2132
|
+
"id": "grok-3-mini-beta",
|
|
2133
|
+
"name": "Grok 3 Mini Beta",
|
|
2134
|
+
"creator": "xai",
|
|
2135
|
+
"license": "proprietary",
|
|
2136
|
+
"providerIds": [
|
|
2137
|
+
"xai"
|
|
2138
|
+
],
|
|
2139
|
+
"capabilities": [
|
|
2140
|
+
"chat",
|
|
2141
|
+
"txt-in",
|
|
2142
|
+
"txt-out",
|
|
2143
|
+
"reason",
|
|
2144
|
+
"fn-out",
|
|
2145
|
+
"json-out"
|
|
2146
|
+
],
|
|
2147
|
+
"context": {
|
|
2148
|
+
"type": "token",
|
|
2149
|
+
"total": 131072,
|
|
2150
|
+
"maxOutput": 131072
|
|
2151
|
+
},
|
|
2152
|
+
"aliases": [
|
|
2153
|
+
"grok-3-mini",
|
|
2154
|
+
"grok-3-mini-latest"
|
|
2155
|
+
],
|
|
2156
|
+
"releasedAt": "2025-04-03",
|
|
2157
|
+
"creatorId": "xai"
|
|
2158
|
+
},
|
|
2159
|
+
"grok-3-mini-fast-beta": {
|
|
2160
|
+
"id": "grok-3-mini-fast-beta",
|
|
2161
|
+
"name": "Grok 3 Mini Beta (Fast mode)",
|
|
2162
|
+
"creator": "xai",
|
|
2163
|
+
"license": "proprietary",
|
|
2164
|
+
"providerIds": [
|
|
2165
|
+
"xai"
|
|
2166
|
+
],
|
|
2167
|
+
"capabilities": [
|
|
2168
|
+
"chat",
|
|
2169
|
+
"txt-in",
|
|
2170
|
+
"txt-out",
|
|
2171
|
+
"reason",
|
|
2172
|
+
"fn-out",
|
|
2173
|
+
"json-out"
|
|
2174
|
+
],
|
|
2175
|
+
"context": {
|
|
2176
|
+
"type": "token",
|
|
2177
|
+
"total": 131072,
|
|
2178
|
+
"maxOutput": 131072
|
|
2179
|
+
},
|
|
2180
|
+
"releasedAt": "2025-04-03",
|
|
2181
|
+
"creatorId": "xai"
|
|
2182
|
+
},
|
|
2075
2183
|
"grok-2-vision-1212": {
|
|
2076
2184
|
"id": "grok-2-vision-1212",
|
|
2077
2185
|
"name": "Grok 2 Vision",
|
|
@@ -2084,17 +2192,20 @@ var models = {
|
|
|
2084
2192
|
"chat",
|
|
2085
2193
|
"txt-in",
|
|
2086
2194
|
"txt-out",
|
|
2087
|
-
"img-in"
|
|
2195
|
+
"img-in",
|
|
2196
|
+
"fn-out",
|
|
2197
|
+
"json-out"
|
|
2088
2198
|
],
|
|
2089
2199
|
"context": {
|
|
2090
2200
|
"type": "token",
|
|
2091
2201
|
"total": 32768,
|
|
2092
|
-
"maxOutput":
|
|
2202
|
+
"maxOutput": 32768
|
|
2093
2203
|
},
|
|
2094
2204
|
"aliases": [
|
|
2095
2205
|
"grok-2-vision",
|
|
2096
2206
|
"grok-2-vision-latest"
|
|
2097
2207
|
],
|
|
2208
|
+
"releasedAt": "2024-12-12",
|
|
2098
2209
|
"creatorId": "xai"
|
|
2099
2210
|
},
|
|
2100
2211
|
"grok-2-1212": {
|
|
@@ -2108,17 +2219,20 @@ var models = {
|
|
|
2108
2219
|
"capabilities": [
|
|
2109
2220
|
"chat",
|
|
2110
2221
|
"txt-in",
|
|
2111
|
-
"txt-out"
|
|
2222
|
+
"txt-out",
|
|
2223
|
+
"fn-out",
|
|
2224
|
+
"json-out"
|
|
2112
2225
|
],
|
|
2113
2226
|
"context": {
|
|
2114
2227
|
"type": "token",
|
|
2115
2228
|
"total": 131072,
|
|
2116
|
-
"maxOutput":
|
|
2229
|
+
"maxOutput": 131072
|
|
2117
2230
|
},
|
|
2118
2231
|
"aliases": [
|
|
2119
2232
|
"grok-2",
|
|
2120
2233
|
"grok-2-latest"
|
|
2121
2234
|
],
|
|
2235
|
+
"releasedAt": "2024-12-12",
|
|
2122
2236
|
"creatorId": "xai"
|
|
2123
2237
|
},
|
|
2124
2238
|
"grok-vision-beta": {
|
|
@@ -2133,12 +2247,13 @@ var models = {
|
|
|
2133
2247
|
"chat",
|
|
2134
2248
|
"txt-in",
|
|
2135
2249
|
"txt-out",
|
|
2136
|
-
"img-in"
|
|
2250
|
+
"img-in",
|
|
2251
|
+
"fn-out"
|
|
2137
2252
|
],
|
|
2138
2253
|
"context": {
|
|
2139
2254
|
"type": "token",
|
|
2140
2255
|
"total": 8192,
|
|
2141
|
-
"maxOutput":
|
|
2256
|
+
"maxOutput": 8192
|
|
2142
2257
|
},
|
|
2143
2258
|
"creatorId": "xai"
|
|
2144
2259
|
},
|
|
@@ -2153,12 +2268,13 @@ var models = {
|
|
|
2153
2268
|
"capabilities": [
|
|
2154
2269
|
"chat",
|
|
2155
2270
|
"txt-in",
|
|
2156
|
-
"txt-out"
|
|
2271
|
+
"txt-out",
|
|
2272
|
+
"fn-out"
|
|
2157
2273
|
],
|
|
2158
2274
|
"context": {
|
|
2159
2275
|
"type": "token",
|
|
2160
2276
|
"total": 131072,
|
|
2161
|
-
"maxOutput":
|
|
2277
|
+
"maxOutput": 131072
|
|
2162
2278
|
},
|
|
2163
2279
|
"creatorId": "xai"
|
|
2164
2280
|
}
|