@daocloud-proto/hydra 0.0.0-dev-2fe43a7a → 0.0.0-dev-605ef107

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.
@@ -56,6 +56,7 @@ export type UsageReportRequestUsage = {
56
56
  inputImages?: UsageReportRequestUsageImage
57
57
  outputImages?: UsageReportRequestUsageImage
58
58
  requests?: number
59
+ cachedTokens?: string
59
60
  }
60
61
 
61
62
  export type UsageReportRequest = {
@@ -122,6 +122,7 @@ export type Usage = {
122
122
  total?: string
123
123
  input?: string
124
124
  output?: string
125
+ cached?: string
125
126
  }
126
127
 
127
128
  export type DataPoint = {
@@ -41,6 +41,7 @@ export type ModelPrice = {
41
41
  inputPerKTokens?: string
42
42
  outputPerKTokens?: string
43
43
  perImage?: string
44
+ cachedPerKTokens?: string
44
45
  }
45
46
 
46
47
  export type Model = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.0.0-dev-2fe43a7a",
3
+ "version": "v0.0.0-dev-605ef107",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"