@wix/auto_sdk_ai-gateway_generators 1.0.122 → 1.0.124

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.
@@ -14444,6 +14444,10 @@ interface V1GetResultResponse {
14444
14444
  * @maxLength 100
14445
14445
  */
14446
14446
  status?: string | null;
14447
+ /** Cost of the request in microcents. Only set once the prediction has succeeded. */
14448
+ microcentsSpent?: string | null;
14449
+ /** Token counts */
14450
+ tokenUsage?: CreatePredictionResponseTokenUsage;
14447
14451
  }
14448
14452
  interface GetResultResponse {
14449
14453
  /**
@@ -14475,6 +14479,8 @@ interface GetTaskResultResponseResponseOneOf {
14475
14479
  }
14476
14480
  interface GetVideoResultResponse {
14477
14481
  videoJob?: VideoJob;
14482
+ /** Cost of the request in micro cents. Only set once the video job has completed. */
14483
+ microcentsSpent?: string | null;
14478
14484
  }
14479
14485
  interface GetContentTaskResponse {
14480
14486
  /** The queried video generation task, including its status and result. */