@hasna/assistants 1.1.65 → 1.1.66
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 +32 -4
- package/dist/index.js.map +3 -3
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2055,6 +2055,8 @@ var init_models = __esm(() => {
|
|
|
2055
2055
|
description: "Powerful reasoning model",
|
|
2056
2056
|
contextWindow: 200000,
|
|
2057
2057
|
maxOutputTokens: 1e5,
|
|
2058
|
+
inputCostPer1M: 2,
|
|
2059
|
+
outputCostPer1M: 8,
|
|
2058
2060
|
supportsTools: true,
|
|
2059
2061
|
supportsStreaming: true
|
|
2060
2062
|
},
|
|
@@ -2065,6 +2067,8 @@ var init_models = __esm(() => {
|
|
|
2065
2067
|
description: "Compact reasoning model",
|
|
2066
2068
|
contextWindow: 200000,
|
|
2067
2069
|
maxOutputTokens: 1e5,
|
|
2070
|
+
inputCostPer1M: 1.1,
|
|
2071
|
+
outputCostPer1M: 4.4,
|
|
2068
2072
|
supportsTools: true,
|
|
2069
2073
|
supportsStreaming: true
|
|
2070
2074
|
},
|
|
@@ -2102,7 +2106,7 @@ var init_models = __esm(() => {
|
|
|
2102
2106
|
contextWindow: 400000,
|
|
2103
2107
|
maxOutputTokens: 128000,
|
|
2104
2108
|
inputCostPer1M: 21,
|
|
2105
|
-
outputCostPer1M:
|
|
2109
|
+
outputCostPer1M: 168,
|
|
2106
2110
|
supportsTools: true,
|
|
2107
2111
|
supportsStreaming: true,
|
|
2108
2112
|
notes: "Supports xhigh reasoning effort"
|
|
@@ -2141,6 +2145,8 @@ var init_models = __esm(() => {
|
|
|
2141
2145
|
description: "High quality general model",
|
|
2142
2146
|
contextWindow: 128000,
|
|
2143
2147
|
maxOutputTokens: 8192,
|
|
2148
|
+
inputCostPer1M: 2,
|
|
2149
|
+
outputCostPer1M: 6,
|
|
2144
2150
|
supportsTools: true,
|
|
2145
2151
|
supportsStreaming: true
|
|
2146
2152
|
},
|
|
@@ -2151,6 +2157,8 @@ var init_models = __esm(() => {
|
|
|
2151
2157
|
description: "Fast, cost-effective model",
|
|
2152
2158
|
contextWindow: 128000,
|
|
2153
2159
|
maxOutputTokens: 8192,
|
|
2160
|
+
inputCostPer1M: 0.1,
|
|
2161
|
+
outputCostPer1M: 0.3,
|
|
2154
2162
|
supportsTools: true,
|
|
2155
2163
|
supportsStreaming: true
|
|
2156
2164
|
},
|
|
@@ -2161,6 +2169,8 @@ var init_models = __esm(() => {
|
|
|
2161
2169
|
description: "Latest flagship model",
|
|
2162
2170
|
contextWindow: 131072,
|
|
2163
2171
|
maxOutputTokens: 16384,
|
|
2172
|
+
inputCostPer1M: 3,
|
|
2173
|
+
outputCostPer1M: 15,
|
|
2164
2174
|
supportsTools: true,
|
|
2165
2175
|
supportsStreaming: true
|
|
2166
2176
|
},
|
|
@@ -2171,6 +2181,8 @@ var init_models = __esm(() => {
|
|
|
2171
2181
|
description: "Prior flagship model",
|
|
2172
2182
|
contextWindow: 131072,
|
|
2173
2183
|
maxOutputTokens: 16384,
|
|
2184
|
+
inputCostPer1M: 3,
|
|
2185
|
+
outputCostPer1M: 15,
|
|
2174
2186
|
supportsTools: true,
|
|
2175
2187
|
supportsStreaming: true
|
|
2176
2188
|
},
|
|
@@ -2181,6 +2193,8 @@ var init_models = __esm(() => {
|
|
|
2181
2193
|
description: "Lightweight Grok variant",
|
|
2182
2194
|
contextWindow: 131072,
|
|
2183
2195
|
maxOutputTokens: 16384,
|
|
2196
|
+
inputCostPer1M: 0.3,
|
|
2197
|
+
outputCostPer1M: 0.5,
|
|
2184
2198
|
supportsTools: true,
|
|
2185
2199
|
supportsStreaming: true
|
|
2186
2200
|
},
|
|
@@ -2191,6 +2205,8 @@ var init_models = __esm(() => {
|
|
|
2191
2205
|
description: "Most capable preview model",
|
|
2192
2206
|
contextWindow: 1048576,
|
|
2193
2207
|
maxOutputTokens: 65536,
|
|
2208
|
+
inputCostPer1M: 2,
|
|
2209
|
+
outputCostPer1M: 12,
|
|
2194
2210
|
supportsTools: true,
|
|
2195
2211
|
supportsStreaming: true
|
|
2196
2212
|
},
|
|
@@ -2201,6 +2217,8 @@ var init_models = __esm(() => {
|
|
|
2201
2217
|
description: "Image generation preview model",
|
|
2202
2218
|
contextWindow: 65536,
|
|
2203
2219
|
maxOutputTokens: 32768,
|
|
2220
|
+
inputCostPer1M: 2,
|
|
2221
|
+
outputCostPer1M: 12,
|
|
2204
2222
|
supportsTools: true,
|
|
2205
2223
|
supportsStreaming: true
|
|
2206
2224
|
},
|
|
@@ -2211,6 +2229,8 @@ var init_models = __esm(() => {
|
|
|
2211
2229
|
description: "Fast preview model",
|
|
2212
2230
|
contextWindow: 1048576,
|
|
2213
2231
|
maxOutputTokens: 65536,
|
|
2232
|
+
inputCostPer1M: 0.15,
|
|
2233
|
+
outputCostPer1M: 0.6,
|
|
2214
2234
|
supportsTools: true,
|
|
2215
2235
|
supportsStreaming: true
|
|
2216
2236
|
},
|
|
@@ -2221,6 +2241,8 @@ var init_models = __esm(() => {
|
|
|
2221
2241
|
description: "Most capable Gemini 2.5 model",
|
|
2222
2242
|
contextWindow: 1048576,
|
|
2223
2243
|
maxOutputTokens: 65536,
|
|
2244
|
+
inputCostPer1M: 1.25,
|
|
2245
|
+
outputCostPer1M: 10,
|
|
2224
2246
|
supportsTools: true,
|
|
2225
2247
|
supportsStreaming: true
|
|
2226
2248
|
},
|
|
@@ -2231,6 +2253,8 @@ var init_models = __esm(() => {
|
|
|
2231
2253
|
description: "Fast Gemini 2.5 model",
|
|
2232
2254
|
contextWindow: 1048576,
|
|
2233
2255
|
maxOutputTokens: 65536,
|
|
2256
|
+
inputCostPer1M: 0.15,
|
|
2257
|
+
outputCostPer1M: 0.6,
|
|
2234
2258
|
supportsTools: true,
|
|
2235
2259
|
supportsStreaming: true
|
|
2236
2260
|
},
|
|
@@ -2241,6 +2265,8 @@ var init_models = __esm(() => {
|
|
|
2241
2265
|
description: "Lightweight Gemini 2.5 model",
|
|
2242
2266
|
contextWindow: 1048576,
|
|
2243
2267
|
maxOutputTokens: 65536,
|
|
2268
|
+
inputCostPer1M: 0.1,
|
|
2269
|
+
outputCostPer1M: 0.4,
|
|
2244
2270
|
supportsTools: true,
|
|
2245
2271
|
supportsStreaming: true
|
|
2246
2272
|
},
|
|
@@ -2251,6 +2277,8 @@ var init_models = __esm(() => {
|
|
|
2251
2277
|
description: "Image-capable Gemini 2.5 Flash",
|
|
2252
2278
|
contextWindow: 65536,
|
|
2253
2279
|
maxOutputTokens: 32768,
|
|
2280
|
+
inputCostPer1M: 0.15,
|
|
2281
|
+
outputCostPer1M: 0.6,
|
|
2254
2282
|
supportsTools: true,
|
|
2255
2283
|
supportsStreaming: true
|
|
2256
2284
|
},
|
|
@@ -89177,7 +89205,7 @@ Not a git repository or git not available.
|
|
|
89177
89205
|
context.setProjectContext(projectContext);
|
|
89178
89206
|
}
|
|
89179
89207
|
}
|
|
89180
|
-
var VERSION2 = "1.1.
|
|
89208
|
+
var VERSION2 = "1.1.66";
|
|
89181
89209
|
var init_builtin = __esm(async () => {
|
|
89182
89210
|
init_src2();
|
|
89183
89211
|
init_context3();
|
|
@@ -269225,7 +269253,7 @@ process.on("unhandledRejection", (reason) => {
|
|
|
269225
269253
|
cleanup();
|
|
269226
269254
|
process.exit(1);
|
|
269227
269255
|
});
|
|
269228
|
-
var VERSION4 = "1.1.
|
|
269256
|
+
var VERSION4 = "1.1.66";
|
|
269229
269257
|
var SYNC_START = "\x1B[?2026h";
|
|
269230
269258
|
var SYNC_END = "\x1B[?2026l";
|
|
269231
269259
|
function enableSynchronizedOutput() {
|
|
@@ -269345,4 +269373,4 @@ export {
|
|
|
269345
269373
|
main
|
|
269346
269374
|
};
|
|
269347
269375
|
|
|
269348
|
-
//# debugId=
|
|
269376
|
+
//# debugId=BC5CF87B7F42C6AF64756E2164756E21
|