General Introduction
SambaNova Systems is a company dedicated to revolutionizing AI workloads by providing the world's fastest AI inference platform. Its products, including the SambaNova Suite and DataScale systems, are designed for enterprise and government organizations to deliver efficient, accurate and secure AI solutions.SambaNova's innovative technologies, such as the SN40L Reconfigurable Data Flow Unit (RDU), give it a significant advantage in AI model training and inference.
Free model API limit: 20 RPM (requests per minute), Token limit is safer around 2000.
Function List
- AI inference and fine-tuning platform based on data flow architecture
- Integrated SambaStudio for AI model development and management
- Support for multiple generative AI models (e.g. Llama 3.1 8B, 70B, 405B)
- Provide enterprise knowledge search and function call functions
- Supports rapid deployment of large-scale generative AI models
- Provides high-performance, low-latency AI hardware (SN40L RDU)
- Supports local and cloud deployment
Using Help
Installation process
- clone warehouse
git clone https://github.com/sambanova/sambanova-suite.git
- Access to Warehouse Catalog
cd sambanova-suite
- Installation of dependencies
npm install
- Setting environment variables
Create a.env.local
file and set the following:SAMBANOVA_API_KEY=Your SambaNova API key!
- Starting the Development Server
npm run dev
- Building Web Applications
npm run build
Usage Functions
- API Key Management: Enter the API key obtained from SambaNova or another provider in the API menu.
- Environment variable configuration: By
.env.local
file to configure environment variables such as API key, site domain, etc. - Local storage and synchronization: Supports automatic saving of data to local storage and synchronization to the cloud.
- desktop application: Provides desktop applications for Windows, MacOS and Linux for download and supports offline use.
- Custom model parameters: Support for custom model parameters such as
presence_penalty
etc., to meet different needs of use. - Chat Records Management: Supports editing, reordering and inserting any message for users to easily manage their chats.