Quick Start
Get your Private Beta Access key
In order to fully access Liquid AI, you must first register for the private beta via our landing page. After applying for your beta key, you should be emailed a beta access key to the email you input in the registration form within 24-72 hours.
Installing Liquid AI
Next, you're going to have to install the Liquid AI by running the following commands in your command line:
$ install via npm
$ npm install -g liquid-ai
Make your first request
To make your first request, initiate a command via the 'ra-protocol' root command:
$ liquid-ai
Configure Liquid AI
Next, you'll need to configure your Liquid AI setup. To do this, submit the following command:
$ liquid-ai config
Doing so will prompt the command line to ask you to input your private beta access key like so:
After entering the private beta key, you'll then be able to start using Liquid AI.
Last updated