
SambaNova
Catatan dari sumber
Free tier, no credit card. Ultra-fast RDU inference. 20 RPM, 200K tokens/day.
Setup dalam 5 menit
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.sambanova.ai/v1",
apiKey: process.env.SAMBANOVA_API_KEY,
});
const response = await client.chat.completions.create({
model: "DeepSeek-V3.1",
messages: [{ role: "user", content: "Halo!" }],
});
console.log(response.choices[0].message.content);SAMBANOVA_API_KEY=your-api-key-hereBelum punya API key? Ambil di halaman resmi SambaNova ↗.
Cara claim API key gratis
Langkah umum — detail pastinya ikutin halaman resmi SambaNova.
- 1.Buka halaman API key SambaNova ↗
- 2.Daftar akun baru, atau login kalau udah punya.
- 3.Generate API key di dashboard / settings.
- 4.Pakai API key + Base URL
https://api.sambanova.ai/v1di SDK atau HTTP client.
Model tersedia (6)
- Modality
- Text
- Context
- 128K
- Output
- ~8K
- Rate limit
- 20 RPM, 20 RPD, 200K TPD
- Modality
- Text
- Context
- 128K
- Output
- ~8K
- Rate limit
- 20 RPM, 20 RPD, 200K TPD
- Modality
- Text + Image + Video
- Context
- 128K
- Output
- ~128K
- Rate limit
- 20 RPM, 20 RPD, 200K TPD
- Modality
- Text
- Context
- 128K
- Output
- ~128K
- Rate limit
- 20 RPM, 20 RPD, 200K TPD
- Modality
- Text
- Context
- 128K
- Output
- ~3K
- Rate limit
- 20 RPM, 20 RPD, 200K TPD
- Modality
- Text
- Context
- 128K
- Output
- ~192K
- Rate limit
- 20 RPM, 20 RPD, 200K TPD
| Model | Modality | Context | Output | Rate limit |
|---|---|---|---|---|
DeepSeek-V3.1 DeepSeek-V3.1 | Text | 128K | ~8K | 20 RPM, 20 RPD, 200K TPD |
DeepSeek-V3.2 (Preview) DeepSeek-V3.2 | Text | 128K | ~8K | 20 RPM, 20 RPD, 200K TPD |
gemma-4-31B-it (Preview) gemma-4-31B-it | Text + Image + Video | 128K | ~128K | 20 RPM, 20 RPD, 200K TPD |
gpt-oss-120b gpt-oss-120b | Text | 128K | ~128K | 20 RPM, 20 RPD, 200K TPD |
Meta-Llama-3.3-70B-Instruct Meta-Llama-3.3-70B-Instruct | Text | 128K | ~3K | 20 RPM, 20 RPD, 200K TPD |
MiniMax-M2.7 MiniMax-M2.7 | Text | 128K | ~192K | 20 RPM, 20 RPD, 200K TPD |
Model ini di provider lain (5)
Nama model yang sama juga muncul di provider lain menurut sumber masing-masing — versi/kuantisasi bisa beda.
FAQ
Apakah API SambaNova gratis?
Ya — 200K token/hari. Data dari mnfst/awesome-free-llm-apis, freellm.net, terakhir di-sync 1 Agu 2026 — cek sumber untuk kondisi terbaru.
Ada berapa model gratis di SambaNova?
6 model tercantum per 1 Agu 2026, termasuk DeepSeek-V3.1, DeepSeek-V3.2 (Preview), gemma-4-31B-it (Preview).
Berapa rate limit SambaNova?
Beda-beda per model, contoh: DeepSeek-V3.1: 20 RPM, 20 RPD, 200K TPD; DeepSeek-V3.2 (Preview): 20 RPM, 20 RPD, 200K TPD; gemma-4-31B-it (Preview): 20 RPM, 20 RPD, 200K TPD. Limit lengkap per model, lihat tabel di atas.
Berapa context window maksimal di SambaNova?
128K (DeepSeek-V3.1).