@aliou/pi-neuralwatt 0.1.1 → 0.1.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aliou/pi-neuralwatt",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "private": false,
@@ -159,6 +159,49 @@ export const NEURALWATT_MODELS: NeuralwattModelConfig[] = [
159
159
  maxTokensField: "max_tokens",
160
160
  },
161
161
  },
162
+ // Kimi K2.6 - MoonshotAI
163
+ {
164
+ id: "moonshotai/Kimi-K2.6",
165
+ name: "Kimi K2.6",
166
+ reasoning: true,
167
+ input: ["text", "image"],
168
+ cost: {
169
+ input: 0.69,
170
+ output: 3.22,
171
+ cacheRead: 0,
172
+ cacheWrite: 0,
173
+ },
174
+ contextWindow: 262144,
175
+ maxTokens: 65536,
176
+ compat: {
177
+ supportsDeveloperRole: false,
178
+ supportsReasoningEffort: true,
179
+ reasoningEffortMap: NEURALWATT_REASONING_EFFORT_MAP,
180
+ maxTokensField: "max_tokens",
181
+ },
182
+ },
183
+ // Kimi K2.6 Fast - MoonshotAI
184
+ {
185
+ id: "kimi-k2.6-fast",
186
+ name: "Kimi K2.6 Fast",
187
+ reasoning: true,
188
+ fast: true,
189
+ input: ["text", "image"],
190
+ cost: {
191
+ input: 0.69,
192
+ output: 3.22,
193
+ cacheRead: 0,
194
+ cacheWrite: 0,
195
+ },
196
+ contextWindow: 262144,
197
+ maxTokens: 65536,
198
+ compat: {
199
+ supportsDeveloperRole: false,
200
+ supportsReasoningEffort: true,
201
+ reasoningEffortMap: NEURALWATT_REASONING_EFFORT_MAP,
202
+ maxTokensField: "max_tokens",
203
+ },
204
+ },
162
205
  // MiniMax M2.5 - MiniMax
163
206
  {
164
207
  id: "MiniMaxAI/MiniMax-M2.5",
@@ -242,30 +285,10 @@ export const NEURALWATT_MODELS: NeuralwattModelConfig[] = [
242
285
  maxTokensField: "max_tokens",
243
286
  },
244
287
  },
245
- // Qwen3.6 35B Fast (qwen3.5-35b-fast) - Qwen
246
- {
247
- id: "qwen3.5-35b-fast",
248
- name: "Qwen3.6 35B Fast",
249
- reasoning: false,
250
- fast: true,
251
- input: ["text"],
252
- cost: {
253
- input: 0.05,
254
- output: 0.1,
255
- cacheRead: 0,
256
- cacheWrite: 0,
257
- },
258
- contextWindow: 131072,
259
- maxTokens: 32768,
260
- compat: {
261
- supportsDeveloperRole: false,
262
- maxTokensField: "max_tokens",
263
- },
264
- },
265
288
  // Qwen3.6 35B Fast (qwen3.6-35b-fast) - Qwen
266
289
  {
267
290
  id: "qwen3.6-35b-fast",
268
- name: "Qwen3.6 35B Fast (alt)",
291
+ name: "Qwen3.6 35B Fast",
269
292
  reasoning: false,
270
293
  fast: true,
271
294
  input: ["text"],