opencode-pollinations-plugin 5.8.4-beta.12 → 5.8.4-beta.13

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.
@@ -263,8 +263,8 @@ function mapModel(raw, prefix, namePrefix, nameSuffix = '') {
263
263
  if (rawId.includes('nomnom') || rawId.includes('scrape')) {
264
264
  modelObj.limit = { output: 2048, context: 32768 };
265
265
  }
266
- if (rawId.includes('chicky')) {
267
- modelObj.limit = { output: 8192, context: 8192 };
266
+ if (rawId.includes('chicky') || rawId.includes('mistral')) {
267
+ modelObj.limit = { output: 4096, context: 8192 };
268
268
  }
269
269
  /*
270
270
  if (rawId.includes('fast') || rawId.includes('flash')) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "opencode-pollinations-plugin",
3
3
  "displayName": "Pollinations AI (V5.6)",
4
- "version": "5.8.4-beta.12",
4
+ "version": "5.8.4-beta.13",
5
5
  "description": "Native Pollinations.ai Provider Plugin for OpenCode",
6
6
  "publisher": "pollinations",
7
7
  "repository": {