Vercel Together AI IntegrationMarketplace
Learn how to integrate Together AI with Vercel.Together AI offers models for interactive AI experiences, focusing on collaborative and real-time engagement. Integrating Together AI with Vercel empowers your applications with enhanced user interaction and co-creative functionalities.
You can use the Vercel and Together AI integration to power a variety of AI applications, including:
- Co-creative platforms: Use Together AI in platforms that enable collaborative creative processes, such as design or writing
- Interactive learning environments: Use Together AI in educational tools for interactive and adaptive learning experiences
- Real-time interaction tools: Use Together AI for developing applications that require real-time user interaction and engagement
Together AI offers models that specialize in collaborative and interactive AI experiences. These models are adept at facilitating real-time interaction, enhancing user engagement, and supporting co-creative processes.
Mythomax L2 (13B)
Type: Chat
A variant of Mythomix proficient at both roleplaying and storywriting.
Nous Hermes 2 - Mixtral 8x7B-DPO
Type: Chat
Nous Hermes 2 Mixtral 8x7B DPO is the new flagship Nous Research model trained over the Mixtral 8x7B MoE LLM.
Llama 3.1 70B Instruct Turbo
Type: Chat
Llama 3.1 is an auto-regressive language model that uses an optimized transformer architecture.
Llama 3.1 8B Instruct Turbo
Type: Chat
Llama 3.1 is an auto-regressive language model that uses an optimized transformer architecture.
Llama 3.1 405B Instruct Turbo
Type: Chat
Llama 3.1 is an auto-regressive language model that uses an optimized transformer architecture.
Llama 3.2 3B Instruct Turbo
Type: Chat
Llama 3.2 is an auto-regressive language model that uses an optimized transformer architecture.
Llama-3.3-70b-Instruct-Turbo
Type: Chat
The Meta Llama 3.3 multilingual large language model (LLM) is a pretrained and instruction tuned generative model in 70B (text in/text out).
Mistral 7B Instruct v0.3
Type: Chat
The Mistral 7B Instruct v0.3 Large Language Model (LLM) is an instruct fine-tuned version of the Mistral 7B v0.3.
The Vercel Together AI integration can be accessed through the AI tab on your Vercel dashboard.
To follow this guide, you'll need the following:
- An existing Vercel project
- The latest version of Vercel CLI
pnpm i -g vercel@latest
- Navigate to the AI tab in your Vercel dashboard
- Select Together AI from the list of providers, and press Add
- Review the provider information, and press Add Provider
- You can now select which projects the provider will have access to. You can choose from All Projects or Specific Projects
- If you select Specific Projects, you'll be prompted to select the projects you want to connect to the provider. The list will display projects associated with your scoped team
- Multiple projects can be selected during this step
- Select the Connect to Project button
- You'll be redirected to the provider's website to complete the connection process
- Once the connection is complete, you'll be redirected back to the Vercel dashboard, and the provider integration dashboard page. From here you can manage your provider settings, view usage, and more
- Pull the environment variables into your project using Vercel CLI
terminal
vercel env pull .env.development.local
- Install the providers package
pnpm i @ai-sdk/togetherai ai
- Connect your project using the code below:
- Add the provider to your page using the code below:
Was this helpful?