LLM service implementation using SambaNova’s API with OpenAI-compatible interface
SambaNovaLLMService
provides access to SambaNova’s language models through an OpenAI-compatible interface.
It inherits from OpenAILLMService
and supports streaming responses, function calling, and context management.
SambaNovaLLMService
, install the required dependencies:
SAMBANOVA_API_KEY
.
Model Name | Description |
---|---|
DeepSeek-R1 | deepseek-ai/DeepSeek-R1 |
DeepSeek-R1-Distill-Llama-70B | deepseek-ai/DeepSeek-R1-Distill-Llama-70B |
DeepSeek-V3-0324 | deepseek-ai/DeepSeek-V3-0324 |
Llama-4-Maverick-17B-128E-Instruct | meta-llama/Llama-4-Maverick-17B-128E-Instruct |
Llama-4-Scout-17B-16E-Instruct | meta-llama/Llama-4-Scout-17B-16E-Instruct |
Meta-Llama-3.3-70B-Instruct | meta-llama/Llama-3.3-70B-Instruct |
Meta-Llama-3.2-3B-Instruct | meta-llama/Llama-3.2-3B-Instruct |
Meta-Llama-3.2-1B-Instruct | meta-llama/Llama-3.2-1B-Instruct |
Meta-Llama-3.1-405B-Instruct | meta-llama/Llama-3.1-405B-Instruct |
Meta-Llama-3.1-8B-Instruct | meta-llama/Llama-3.1-8B-Instruct |
Meta-Llama-Guard-3-8B | meta-llama/Llama-Guard-3-8B |
QwQ-32B | Qwen/QwQ-32B |
Qwen3-32B | Qwen/Qwen3-32B |
Llama-3.3-Swallow-70B-Instruct-v0.4 | Tokyotech-llm/Llama-3.3-Swallow-70B-Instruct-v0.4 |