Skip to content

Releases: FlintSH/reve-sdk

v0.3.2: Changing the default model

12 Jun 15:24
93da026

Choose a tag to compare

v0.3.2: Changing the default model

  • This release changes the default model to text2image, as the dated version was being rejected by their backend.

npm Package: https://www.npmjs.com/package/reve-sdk

v0.3.1: Fixing image sizing and versioning

06 Apr 22:16

Choose a tag to compare

v0.3.1: Fixing image sizing and versioning

  • This release increases the size limit to 1360 on both height and width, matching parity with reve's website.
  • Additionally, this release updates the versioning in package-lock. Sorry if you had dependency issues because it wasn't set correctly.

npm Package: https://www.npmjs.com/package/reve-sdk

v0.3.0

28 Mar 06:32

Choose a tag to compare

v0.3.0: Fixed prompt enhancing

This release fixes the enhancePrompt parameter of the generateImage method.

Additionally, the enhancePrompt parameter now accounts for batch sizes properly, giving each image its own prompt enhancement.

npm Package: https://www.npmjs.com/package/reve-sdk

v0.2.1

27 Mar 03:08

Choose a tag to compare

v0.2.1: Fixed batch sizes, new model, new parameter

This release fixes batch sizes, so the SDK properly responds with multiple images, updates to a new Reve version, and adds a new parameter.

  • You can now generate up to 8 images per generateImage call.
    • You can extract each image from the imageUrl map of the response.
  • The default model has been updated to text2image_v1/prod/20250325-2246.
    • This was silently dropped yesterday and can be seen in the API requests of Reve's website.
  • You can now pass enhancePrompt to the generateImage method.
    • With this parameter (which is default true), you can toggle automatic prompt enhancements - like the website.

npm Package: https://www.npmjs.com/package/reve-sdk