March 14th, 2025

API

App

Features

Token

Venice.ai Change Log - March 14-15th

Securely Backup Chat History

Pro users can how securely backup chat history and migrate to other devices, or recover from a loss of data in their local browser. Here's how they work:

  1. On your local device, when you create a new backup, Venice encrypts your data with a password that only you control.

  2. That backup is then broken into chunks and uploaded to Venice's infrastructure.

  3. You can then download and restore that backup, either overwriting your existing history, or merging it, on any logged in device.

A few important notes:

  • Venice does not have any record of the password you create, so if you loose it, your backup is unrecoverable. We suggest you use a password manager to store them.

  • You are limited to a max of 5 concurrent backups.

  • Backups expire after 90 days.

Backups can be accessed via the menu in the left hand side menu:

From there, you can create a new backup, or restore an existing one:

App

  • Maintain EXIF data on upscaled images.

  • EXIF data on image generation now includes the model name.

  • Updated default values for Dolphin 72B and adjusted additional inference settings based on recommendations from Cognitive Computations.

  • Changing the conversation type selector will now change the image settings, but changing the image settings won’t automatically change the conversation type selector.

Mobile Wallets

  • Mobile wallets (Coinbase Wallet, Metamask, etc...) will be redirected to the sign-in when visiting the Venice home page. This should reduce friction of logging in from those devices.

API

  • Added model specific defaults for temperature and top_p - Updated the /models endpoint to list those defaults in the constraints field.

  • Add support for the following parameters in the chat/completions endpoint:

    • repetition_penalty

    • max_temp

    • min_temp

    • top_k

    • min_p

    • stop_token_ids

Bug Fixes

  • Fixed a bug where you could not click the scroll bar next to the chat input.