Back to feed

v0.13.0

Jul 25, 2023
Replicate/Replicate JS SDKAPIv0.13.0

Breaking Changes

  • request now returns Promise<Response> instead of Promise<object>
  • The wait parameter of predictions.create has been removed. To wait for a prediction to finish, call the wait method or call run instead.
  • The wait.maxAttempts option has been renamed to wait.max_attempts.

What's Changed

New Contributors

Full Changelog: https://github.com/replicate/replicate-javascript/compare/v0.12.3...v0.13.0