@yrpri/api 9.0.192 → 9.0.193

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.
@@ -94,9 +94,9 @@ export class NewAiModelSetup {
94
94
  modelSize: PsAiModelSize.Large,
95
95
  provider: "anthropic",
96
96
  prices: {
97
- costInTokensPerMillion: 5.5,
97
+ costInTokensPerMillion: 6.0,
98
98
  costOutTokensPerMillion: 27.5,
99
- costInCachedContextTokensPerMillion: 0.5,
99
+ costInCachedContextTokensPerMillion: 0.55,
100
100
  currency: "USD",
101
101
  },
102
102
  maxTokensOut: 64000,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yrpri/api",
3
- "version": "9.0.192",
3
+ "version": "9.0.193",
4
4
  "license": "MIT",
5
5
  "author": "Robert Bjarnason & Citizens Foundation",
6
6
  "repository": {
@@ -25,7 +25,7 @@
25
25
  "@google-cloud/vertexai": "^1.10.0",
26
26
  "@google-cloud/vision": "^5.1.0",
27
27
  "@node-saml/passport-saml": "^5.0.1",
28
- "@policysynth/agents": "^1.3.158",
28
+ "@policysynth/agents": "^1.3.159",
29
29
  "async": "^3.2.6",
30
30
  "authorized": "^1.0.0",
31
31
  "aws-sdk": "^2.1692.0",