Vercel Integration
Integrate Cerebrium with Vercel to build AI applications
You can use the Cerebrium + Vercel integration to access apps deployed on Cerebrium via REST Endpoints from Vercel projects. You’ll find the Cerebrium integration available to install in the Vercel AI marketplace.
What this integration does
This integration allows you to:
- Easily synchronize your Cerebrium API keys to one or more Vercel projects
- Call Cerebrium Endpoints over HTTP in connected Vercel projects
Authentication
The integration will set the following environment variables against the user’s selected Vercel projects:
- CEREBRIUM_JWT
The environment variables will be set in the “preview” and “production” project targets. You can read more about environment variables within Vercel in the documentation.
Installing the integration
- Click “Add integration” on the Vercel integrations page
- Select the Vercel account you want to connect with
- (If logged out) Sign into an existing Cerebrium project, or create a new Cerebrium project
- Select the Vercel projects that you wish to connect to your Modal workspace
- Click “Continue” 6.Back in your Vercel dashboard, confirm the environment variables were added by going to your Vercel project > “Settings” > “Environment variables”
Uninstalling the integration
The Cerebrium Vercel integration is managed under the user’s Vercel dashboard under the “Integrations” tab. From there they can remove the specific integration installation from their Vercel account.
Important: removing an integration will delete the corresponding API token set by Modal in your Vercel project(s).
Example
You can view our example here on how to deploy Mistral 7B with vLLM to an auto-scaling endpoint.
Once you have followed the example and deployed the app, you should have an output of the endpoint your app is deployed at. You can then deploy this within your vercel project as:
In this example, we built our app to take in a prompt as input and to return with the output of the mode.
Pricing
Requests to apps use usage based pricing, billed at 1ms granularity. The exact cost per millisecond is based on the underlying hardware you specify.
See our pricing page for current GPU prices.