pi-dashscope 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/index.ts +2 -1
  2. package/package.json +1 -1
package/index.ts CHANGED
@@ -114,7 +114,8 @@ const DASHSCOPE_MODELS = [
114
114
  input: ["text"] as ["text"],
115
115
  cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
116
116
  contextWindow: 202752,
117
- maxTokens: 16384
117
+ maxTokens: 16384,
118
+ compat: { thinkingFormat: "qwen", supportsDeveloperRole: false },
118
119
  },
119
120
  // ── Kimi K2.5 ─────────────────────────────────────────────────────────
120
121
  // Extended thinking enabled | 252K context | 32K output
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pi-dashscope",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "description": "Alibaba DashScope (ModelStudio) provider for pi.dev — Qwen3, GLM-4, Kimi via OpenAI-compatible coding API",
5
5
  "type": "module",
6
6
  "license": "MIT",