ChatSambaStudio
This will help you getting started with SambaStudio chat models. For detailed documentation of all ChatStudio features and configurations head to the API reference.
SambaNova's SambaStudio SambaStudio is a rich, GUI-based platform that provides the functionality to train, deploy, and manage models in SambaNova DataScale systems.
Overview
Integration details
Class | Package | Local | Serializable | JS support | Package downloads | Package latest |
---|---|---|---|---|---|---|
ChatSambaStudio | langchain-community | ❌ | ❌ | ❌ |
Model features
Tool calling | Structured output | JSON mode | Image input | Audio input | Video input | Token-level streaming | Native async | Token usage | Logprobs |
---|---|---|---|---|---|---|---|---|---|
❌ | ❌ | ❌ | ❌ | ❌ | ❌ | ✅ | ✅ | ✅ | ❌ |
Setup
To access ChatSambaStudio models you will need to deploy an endpoint in your SambaStudio platform, install the langchain_community
integration package, and install the SSEClient
Package.
pip install langchain-community
pip install sseclient-py