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.
- package/index.ts +2 -1
- 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
|