Supported Models
SambaNova hosts various open-source models. Common options:| Model | Notes |
|---|---|
| Meta-Llama-3.1-70B-Instruct | General purpose |
| Meta-Llama-3.1-405B-Instruct | Largest open model |
| Llama-3.2-90B-Vision-Instruct | Multimodal |
Setup
Get an API key
Sign up at cloud.sambanova.ai.
Environment Variables
Your SambaNova Cloud API key. Configure via the
OPENAI_API_KEY + OPENAI_BASE_URL pattern.Configuration Example
- .env (via OpenAI-compatible)
- settings.yml
Usage Examples
Notes
- SambaNova’s API is OpenAI-compatible. Configure it using the
openaiprovider with a custom base URL. - Best suited for enterprise batch inference and high-throughput workloads.
- Contact SambaNova for dedicated instance pricing.
Related
- AI Providers Overview - Compare all 37 supported providers
- Cerebras - Wafer-scale inference for ultra-fast token speeds
- Groq - LPU-based inference at competitive speeds
- profclaw provider - Add and test providers from the CLI