Deployment options
When deploying models in SambaStack, administrators can select from various context length and batch size combinations.- Smaller batch sizes provide higher token throughput (tokens/second).
- Larger batch sizes provide better concurrency for multiple users.
Supported models
You can run the following command to discover available models in your cluster:| Developer/Model ID | Modalities | Suggested Use | Context length (batch size) | Features and optimizations |
|---|---|---|---|---|
| Meta | ||||
Meta-Llama-3.3-70B-Instruct |
|
| View
| View
|
Meta-Llama-3.1-8B-Instruct |
|
| View
| View
|
Meta-Llama-3.1-70B-Instruct ‡ |
|
| View
| View
|
Meta-Llama-3.1-405B-Instruct |
|
| View
| View
|
Llama-4-Maverick-17B-128E-Instruct |
|
| View
| View
|
| MiniMax | ||||
MiniMax-M2.7PREVIEW |
|
| View
| View
|
MiniMax-M2.5 |
|
| View
| View
|
| Mistral AI | ||||
Mistral-Large-3-675B-Instruct-2512PREVIEW |
|
| View
| View
|
| DeepSeek | ||||
DeepSeek-R1-0528 |
|
| View
| View
|
DeepSeek-R1-Distill-Llama-70B ‡ |
|
| View
| View
|
DeepSeek-V3-0324 |
|
| View
| View
|
DeepSeek-V3.1 |
|
| View
| View
|
DeepSeek-V3.2 |
|
| View
| View
|
DeepSeek-V3.1-Terminus |
|
| View
| View
|
| OpenAI | ||||
gpt-oss-120b |
|
| View
| View
|
gpt-oss-20bPREVIEW |
|
| View
| View
|
Whisper-Large-v3 |
|
| View
| View
|
gemma-3-27b-itPREVIEW |
|
| View
| View
|
gemma-3-12b-itPREVIEW |
|
| View
| View
|
gemma-4-31B-itPREVIEW |
| View
| ||
| Alibaba Cloud | ||||
Qwen3-235B-A22B-Instruct-2507 |
|
| View
| View
|
Qwen3-32B |
|
| View
| View
|
Qwen3-TTS-TalkerPREVIEW |
|
| View
| View
|
Qwen3-TTS-VocoderPREVIEW |
|
| View
| View
|
| Tokyotech-llm | ||||
Llama-3.3-Swallow-70B-Instruct-v0.4 ‡ |
|
| View
| View
|
| Other | ||||
E5-Mistral-7B-Instruct |
|
| View
| View
|
Recommended model bundles
In SambaStack, models are not deployed individually; they are deployed as bundles. A bundle is a packaged deployment that groups one or more models together with their associated configurations, such as batch size and sequence length. For example, deploying theMeta‑Llama‑3.3‑70B model with a batch size of 4 and a sequence length of 16K tokens constitutes a single configuration. A bundle, however, can contain multiple such configurations, either for the same model or for different models.
SambaNova’s RDU technology enables several models and configurations to be loaded simultaneously in a single deployment. This allows you to switch instantly between models and between batch‑/sequence‑size profiles as needed. In contrast to traditional GPU systems, where deployments are typically single‑model and static, SambaStack supports multi‑model, multi‑configuration bundles. This approach delivers higher efficiency, greater flexibility, and increased throughput while preserving low latency.
You can run the following command to discover available bundles in your cluster:
If the bundles listed below do not satisfy your inference requirements, you can create custom bundles that combine any mix of models and configurations so long as they fit in DDR memory.
Suggested bundles per model
For each model, this section lists the suggested bundle for typical use and any alternative bundles that trade off context length, batch size, or modality support. See Bundle configurations below for the seq length/batch size details of each bundle.Meta
Meta-Llama-3.3-70B-InstructSuggested: 70b-3dot3-ss-4-8-16-32-64-128kAlternatives: 70b-3dot3-ss-full-whisper, us-agentic-rag-1-1, e5-mistral-70b-64k-128kMeta-Llama-3.1-8B-InstructSuggested: us-agentic-rag-1-1Alternatives: qwen3-32b-llama405b-s-mMeta-Llama-3.1-405B-InstructSuggested: qwen3-32b-llama405b-s-mLlama-4-Maverick-17B-128E-InstructSuggested: llama-4-medium-8-16-32-64-128kAlternatives: llama-4-medium-ss-16k-bs24, us-agentic-rag-1-1MiniMax
MiniMax-M2.7PREVIEWSuggested: dyt-minimax-m2p7-32-64-192k-pcAlternatives: dyt-minimax-m2p7-32-160-192k, dyt-minimax-m2p7-32k-v2MiniMax-M2.5Suggested: dyt-minimax-m2p5-32-160kAlternatives: dyt-minimax-m2p5-32kMistral AI
Mistral-Large-3-675B-Instruct-2512PREVIEWSuggested: mistral-large-3-fp8-8-16-32kAlternatives: mistral-large-3-fp8-8kDeepSeek
DeepSeek-R1-0528Suggested:deepseek-5in1-fp8-16-32k(higher interactivity)deepseek-4in1-fp8-128k(higher context length)
deepseek-r1-v3-fp8-8k, deepseek-r1-v31-fp8-8kDeepSeek-V3-0324Suggested:deepseek-5in1-fp8-16-32k(higher interactivity)deepseek-4in1-fp8-128k(higher context length)
deepseek-r1-v3-fp8-8k, deepseek-v3-v31-fp8-8k, deepseek-v3-v3termi-fp8-8kDeepSeek-V3.1Suggested:deepseek-5in1-fp8-16-32k(higher interactivity)deepseek-4in1-fp8-128k(higher context length)
deepseek-r1-v31-fp8-8k, deepseek-v3-v31-fp8-8kDeepSeek-V3.1-TerminusSuggested:deepseek-5in1-fp8-16-32k(higher interactivity)deepseek-4in1-fp8-128k(higher context length)
deepseek-v3-v3termi-fp8-8kDeepSeek-V3.2Suggested:deepseek-5in1-fp8-16-32k(higher interactivity)deepseek-4in1-fp8-128k(higher context length)
OpenAI
gpt-oss-120bSuggested: us-agentic-rag-1-1Alternatives: cd-dyt-gpt-oss-120b-8-32-64-128k, gpt-gemma-whisper-mistralgpt-oss-20bPREVIEWSuggested: dyt-gpt-oss-20b-32-64-128kWhisper-Large-v3Suggested: qwen3-32b-whisper-e5-mistralAlternatives: 70b-3dot3-ss-full-whisper (known issue: does not load within default startup time), gpt-gemma-whisper-mistralgemma-3-27b-itPREVIEWSuggested: gemma3-27b-32-128kgemma-3-12b-itPREVIEWSuggested: gemma3-v3Alternatives: gpt-gemma-whisper-mistralgemma-4-31B-itPREVIEWSuggested:cd-gemma-4-31b-32-128-256k(text only; higher context length and constrained decoding support, no image/video support)gemma-4-31b-32-128k(image/video support, higher throughput)
Alibaba Cloud
Qwen3-235B-A22B-Instruct-2507Suggested: dyt-qwen3-235b-32-128kQwen3-32BSuggested: qwen3-32b-whisper-e5-mistralAlternatives: qwen3-32b-llama405b-s-mQwen3-TTS-TalkerPREVIEWSuggested: qwen3-tts-talkerQwen3-TTS-VocoderPREVIEWSuggested: qwen3-tts-vocoderOther
E5-Mistral-7B-InstructSuggested: us-agentic-rag-1-1Alternatives: e5-mistral-70b-64k-128k, qwen3-32b-whisper-e5-mistral, gpt-gemma-whisper-mistralBundle configurations
The table below lists the configuration details for each bundle template referenced above.| Model name | Bundle template | Bundle description | Bundle configuration |
|---|---|---|---|
DeepSeek-R1-0528 / DeepSeek-V3.1 | deepseek-r1-v31-fp8-8k |
| ViewModels:
|
DeepSeek-R1-0528 / DeepSeek-V3-0324 | deepseek-r1-v3-fp8-8k |
| ViewModels:
|
DeepSeek-V3-0324 / DeepSeek-V3.1 | deepseek-v3-v31-fp8-8k |
| ViewModels:
|
DeepSeek-V3-0324 / DeepSeek-V3.1-Terminus | deepseek-v3-v3termi-fp8-8k |
| ViewModels:
|
DeepSeek-R1-0528 / DeepSeek-V3-0324 / DeepSeek-V3.1 / DeepSeek-V3.1-Terminus | deepseek-4in1-fp8-128k |
| ViewModels:
|
DeepSeek-R1-0528 / DeepSeek-V3-0324 / DeepSeek-V3.1 / DeepSeek-V3.1-Terminus / DeepSeek-V3.2 | deepseek-5in1-fp8-16-32k |
| ViewModels (each):
|
E5-Mistral-7B-Instruct / Meta-Llama-3.1-8B-Instruct / Llama-4-Maverick-17B-128E-Instruct / Meta-Llama-3.3-70B-Instruct / gpt-oss-120b | us-agentic-rag-1-1 |
| View
|
E5-Mistral-7B-Instruct / Meta-Llama-3.3-70B | e5-mistral-70b-64k-128k |
| ViewModels:
|
gemma-3-27b-it | gemma3-27b-32-128k | Homogeneous bundle containing gemma-3-27b-it configurations. | View
|
gemma-3-12b-it | gemma3-v3 |
| View
|
gemma-4-31B-it | gemma-4-31b-32-128k | Homogeneous bundle containing gemma-4-31B-it configurations. | View
|
gemma-4-31B-it | cd-gemma-4-31b-32-128-256kPREVIEW |
| View
|
gpt-oss-120b |
|
| View
|
gpt-oss-20b | dyt-gpt-oss-20b-32-64-128k † | Homogeneous bundle with constrained decoding for gpt-oss-20b. | View
|
E5-Mistral-7B-Instruct / Whisper-Large-v3 / gemma-3-12b-it / gpt-oss-120b | gpt-gemma-whisper-mistral |
| ViewModels:
|
Llama-4-Maverick-17B-128E-Instruct | llama-4-medium-8-16-32-64-128k |
| View
|
Llama-4-Maverick-17B-128E-Instruct | llama-4-medium-ss-16k-bs24 | Homogeneous bundle containing Llama-4-Maverick-17B-128E-Instruct configurations; medium context length with higher batch size. | View
|
Meta-Llama-3.3-70B-Instruct | 70b-3dot3-ss-4-8-16-32-64-128k |
| ViewTarget Models:
Draft Models:
|
Meta-Llama-3.3-70B-Instruct / Whisper-Large-v3 | 70b-3dot3-ss-full-whisper |
| ViewTarget Models:
Draft Models:
|
MiniMax-M2.5 |
|
| View
|
MiniMax-M2.7PREVIEW | dyt-minimax-m2p7-32k-v2 | Homogeneous bundle containing MiniMax-M2.7 configurations; medium context length with high batching. | View
|
MiniMax-M2.7PREVIEW | dyt-minimax-m2p7-32-160-192k | Homogeneous bundle containing MiniMax-M2.7 configurations; better for higher sequence lengths and low batching. | View
|
MiniMax-M2.7PREVIEW | dyt-minimax-m2p7-32-64-192k-pc | Homogeneous bundle with prompt caching for MiniMax-M2.7. | View
|
Mistral-Large-3-675B-Instruct-2512PREVIEW | mistral-large-3-fp8-8k |
| View
|
Mistral-Large-3-675B-Instruct-2512PREVIEW | mistral-large-3-fp8-8-16-32k |
| View
|
Qwen3-235B-A22B-Instruct-2507 | dyt-qwen3-235b-32-128k | Homogeneous bundle containing Qwen3-235B-A22B-Instruct-2507 configurations. | View
|
Whisper-Large-v3 / Qwen3-32B / E5-Mistral-7B-Instruct | qwen3-32b-whisper-e5-mistral |
| View
|
Qwen3-32B / Meta-Llama-3.1-405B-Instruct | qwen3-32b-llama405b-s-m |
| ViewTarget Models:
Draft Models:
Routable Models:
|
Qwen3-TTS-TalkerPREVIEW | qwen3-tts-talker | Homogeneous bundle containing Qwen3-TTS-Talker configurations. | View
|
Qwen3-TTS-VocoderPREVIEW | qwen3-tts-vocoder | Homogeneous bundle containing Qwen3-TTS-Vocoder configurations. | View
|
gpt-oss-120b, contact your SambaNova representative.
