@yrpri/api 9.0.226 → 9.0.228

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.
@@ -983,7 +983,7 @@ export class NewAiModelSetup {
983
983
  costInCachedContextTokensPerMillion: 0.07,
984
984
  currency: "USD",
985
985
  },
986
- model: "gemini-2.5-flash-lite-preview-09-2025",
986
+ model: "gemini-2.5-flash-lite",
987
987
  active: true,
988
988
  maxTokensOut: 32000,
989
989
  maxContextTokens: 1000000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yrpri/api",
3
- "version": "9.0.226",
3
+ "version": "9.0.228",
4
4
  "license": "MIT",
5
5
  "author": "Robert Bjarnason & Citizens Foundation",
6
6
  "repository": {