@daocloud-proto/hydra 0.0.0-dev-2fe43a7a → 0.0.0-dev-06d8b3b7

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 = {
@@ -43,6 +43,7 @@ export type EvalJob = {
43
43
  reason?: string
44
44
  creationTimestamp?: GoogleProtobufTimestamp.Timestamp
45
45
  completionTimestamp?: GoogleProtobufTimestamp.Timestamp
46
+ datasetName?: string
46
47
  }
47
48
 
48
49
 
@@ -79,6 +80,7 @@ export type ListWSEvalJobsRequest = {
79
80
  cluster?: string
80
81
  namespace?: string
81
82
  page?: HydraCommonCommon.Pagination
83
+ finetuneJobId?: string
82
84
  }
83
85
 
84
86
  export type ListWSEvalJobsResponse = {
@@ -58,6 +58,7 @@ export type ListExportJobRequest = {
58
58
  cluster?: string
59
59
  namespace?: string
60
60
  page?: HydraCommonCommon.Pagination
61
+ finetuneJobId?: string
61
62
  }
62
63
 
63
64
  export type ListExportJobResponse = {
@@ -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-06d8b3b7",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"