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