Description
n8n-nodes-sambanova
This is an n8n community node. It lets you use SambaNova Language Models in your n8n workflows.
SambaNova provides advanced AI language models for natural language understanding and generation, enabling you to integrate state-of-the-art AI capabilities into your automation workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
- Connect to SambaNova's API to select and run language models.
- Fetch available models dynamically.
- Configure token limits and temperature for completions.
- Output a language model object to be used in AI chains or agents.
Credentials
You need to provide an API key from SambaNova to use this node.
- Sign up or log in to SambaNova Cloud.
- Obtain your API key from the SambaNova dashboard.
- In n8n, create new credentials of type SambaNova.
- Enter your API key into the credentials form.
Compatibility
- Minimum n8n version: 1.98.1
- Tested on: n8n version 1.101.1
- Requires Node.js version >=20.15
Usage
- Add the SambaNova Chat Model node to your workflow.
- Select your desired language model.
- Adjust options such as maximum tokens and temperature.
- Connect this node's output to AI chains or other compatible nodes.
If you're new to n8n, check out the Try it out guide to get started.
Resources
Version history
- 0.1.0 – Initial release with support for basic SambaNova chat models.