Register for an account
First, register for an account to get an API key. New accounts come with $5 to get started. Once you’ve registered, go to settings and find your api key:Watch our Full Demo Video You can watch our full demo
here.
Google Colab example
here.
Upload your first Dataset
In FlexAI, there are 3 types of Datasets:- instruction
- chat
- text
Fine tune
You can view all our models in the Models Page You can then select a model and dataset and start training. You can also send fine tune directly from the DashboardPython
Python
Create an OpenAI-compatible Endpoint
Once you have your checkpoints, you can create an endpoint to serve your fine-tuned model:Use your Fine-tuned Model
You can use your fine-tuned model through the OpenAI-compatible API:Full Example
Python