@daocloud-proto/hydra 0.1.3-dev-8 → 0.2.0-dev-1

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.
@@ -25,6 +25,7 @@ export enum ModelSupportFeature {
25
25
  export type ModelPrice = {
26
26
  inputPerKTokens?: string
27
27
  outputPerKTokens?: string
28
+ perImage?: string
28
29
  }
29
30
 
30
31
  export type Model = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.1.3-dev-8",
3
+ "version": "v0.2.0-dev-1",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"