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