@roo-code/types 1.69.0 → 1.70.0
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.cjs +9 -0
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +19 -2
- package/dist/index.d.ts +19 -2
- package/dist/index.js +9 -0
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -1618,6 +1618,15 @@ var chutesModels = {
|
|
|
1618
1618
|
inputPrice: 0.1481,
|
|
1619
1619
|
outputPrice: 0.5926,
|
|
1620
1620
|
description: "Moonshot AI Kimi K2 Instruct model with 75k context window."
|
|
1621
|
+
},
|
|
1622
|
+
"Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
1623
|
+
maxTokens: 32768,
|
|
1624
|
+
contextWindow: 262144,
|
|
1625
|
+
supportsImages: false,
|
|
1626
|
+
supportsPromptCache: false,
|
|
1627
|
+
inputPrice: 0.077968332,
|
|
1628
|
+
outputPrice: 0.31202496,
|
|
1629
|
+
description: "Qwen3 235B A22B Thinking 2507 model with 262K context window."
|
|
1621
1630
|
}
|
|
1622
1631
|
};
|
|
1623
1632
|
|