pi-sophnet 1.0.0 → 1.0.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/README.md CHANGED
@@ -30,7 +30,7 @@ Set your Sophnet API key using one of:
30
30
  | GLM-5.1 | 200K | ¥8 / ¥28 |
31
31
  | MiniMax-M3 | 512K | ¥2.1 / ¥8.4 |
32
32
  | Kimi-K2.6 | 256K | ¥6.5 / ¥27 |
33
- | qwen3.7-max | 524K | ¥6 / ¥18 |
33
+ | qwen3.7-max | 200K | ¥6 / ¥18 |
34
34
 
35
35
  ## License
36
36
 
@@ -139,7 +139,7 @@ const SOPHNET_MODELS = [
139
139
  },
140
140
  {
141
141
  id: "qwen3.7-max", name: "qwen3.7-max", reasoning: true, input: ["text"] as const,
142
- contextWindow: 524_288, maxTokens: 65536,
142
+ contextWindow: 200_000, maxTokens: 65536,
143
143
  cost: { input: 6, output: 18, cacheRead: 0, cacheWrite: 0 },
144
144
  compat: SHARED_COMPAT, thinkingLevelMap: QWEN_THINKING,
145
145
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-sophnet",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Sophnet provider extension for pi — register Sophnet models, display billing info in the status bar",
5
5
  "keywords": ["pi-package"],
6
6
  "license": "MIT",