@yrpri/api 9.0.219 → 9.0.220

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.
@@ -723,9 +723,9 @@ export class NewAiModelSetup {
723
723
  modelSize: PsAiModelSize.Large,
724
724
  provider: "openai",
725
725
  prices: {
726
- costInTokensPerMillion: 2.5,
727
- costOutTokensPerMillion: 15.0,
728
- costInCachedContextTokensPerMillion: 0.25,
726
+ costInTokensPerMillion: 5.0,
727
+ costOutTokensPerMillion: 30.0,
728
+ costInCachedContextTokensPerMillion: 0.5,
729
729
  longContextTokenThreshold: 272000,
730
730
  longContextCostInTokensPerMillion: 5.0,
731
731
  longContextCostInCachedContextTokensPerMillion: 0.5,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yrpri/api",
3
- "version": "9.0.219",
3
+ "version": "9.0.220",
4
4
  "license": "MIT",
5
5
  "author": "Robert Bjarnason & Citizens Foundation",
6
6
  "repository": {