Together AI makes it easy to run or fine-tune leading open source models with only a few lines of code.

You can integrate Together AI with Release0 to enhance your chatbot agent responses dynamically. You can connect external AI models or knowledge bases to your chatbot agent to provide more accurate and relevant responses to user queries.

Prerequisites for integrating Together AI with Release0

  • You mus create an account with Together AI
  • You must have an API key from Together AI for authentication.

Connecting Together AI with Release0

  1. Copy your Together AI API key from your Together AI settings under API Keys section.
  2. Paste the API key in the Together AI block in the Release0 editor.
  3. Add the Model ID of the model you want to use in the Together AI block. for example: ‘Qwen/Qwen2.5-72B-Instruct-Turbo’. Here is a list of available models.
  4. Add the message type for example: ‘user’ and select the variable where you have saved the user message.
  5. Add the message type for example: ‘assistant’ and select the variable where you want to save the response from Together AI.