Step1: Get your model provider access key

Please follow the instructions in the model provider section to get your access key through the model provider dashboard.

Step2: Start your Vercel deployment

Click to start deployment flow:

Deploy with Vercel

Step3: Add environment variables

set vercel env

In the deploy flow, follow the instructions in Environment Variables to add the environment variables, here is a minimal example:

KeyValueDescription
OPENAI_API_KEYyour_openai_api_keyOpenAI API key

Step4: Deploy and enjoy

After adding the environment variables, click the “Deploy” button to deploy your app. Once the deployment is done, you can visit the URL to see your app live.