@yrpri/api 9.0.135 → 9.0.136

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.
@@ -661,7 +661,7 @@ export class NewAiModelSetup {
661
661
  longContextCostOutTokensPerMillion: 15,
662
662
  currency: "USD",
663
663
  },
664
- model: "gemini-2-5-pro-preview-06-05",
664
+ model: "gemini-2.5-pro-preview-06-05",
665
665
  active: true,
666
666
  maxTokensOut: 100000,
667
667
  defaultTemperature: 0.0,
@@ -733,7 +733,7 @@ export class NewAiModelSetup {
733
733
  },
734
734
  maxTokensOut: 8192,
735
735
  defaultTemperature: 0.0,
736
- model: "gemini-2-5-flash-preview-05-20",
736
+ model: "gemini-2.5-flash-preview-05-20",
737
737
  active: true,
738
738
  };
739
739
  if (!gemini25FlashPreview) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yrpri/api",
3
- "version": "9.0.135",
3
+ "version": "9.0.136",
4
4
  "license": "MIT",
5
5
  "author": "Robert Bjarnason & Citizens Foundation",
6
6
  "repository": {