Lewati ke konten
Logo SambaNova

SambaNova

Inference6 modelcontext maks 128KGratis: 200K token/hari

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);
.env
SAMBANOVA_API_KEY=your-api-key-here

Belum punya API key? Ambil di halaman resmi SambaNova.

Cara claim API key gratis

Langkah umum — detail pastinya ikutin halaman resmi SambaNova.

  1. 1.Buka halaman API key SambaNova
  2. 2.Daftar akun baru, atau login kalau udah punya.
  3. 3.Generate API key di dashboard / settings.
  4. 4.Pakai API key + Base URL https://api.sambanova.ai/v1 di SDK atau HTTP client.

Model tersedia (6)

DeepSeek-V3.1
DeepSeek-V3.1
Modality
Text
Context
128K
Output
~8K
Rate limit
20 RPM, 20 RPD, 200K TPD
DeepSeek-V3.2 (Preview)
DeepSeek-V3.2
Modality
Text
Context
128K
Output
~8K
Rate limit
20 RPM, 20 RPD, 200K TPD
gemma-4-31B-it (Preview)
gemma-4-31B-it
Modality
Text + Image + Video
Context
128K
Output
~128K
Rate limit
20 RPM, 20 RPD, 200K TPD
gpt-oss-120b
gpt-oss-120b
Modality
Text
Context
128K
Output
~128K
Rate limit
20 RPM, 20 RPD, 200K TPD
Meta-Llama-3.3-70B-Instruct
Meta-Llama-3.3-70B-Instruct
Modality
Text
Context
128K
Output
~3K
Rate limit
20 RPM, 20 RPD, 200K TPD
MiniMax-M2.7
MiniMax-M2.7
Modality
Text
Context
128K
Output
~192K
Rate limit
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).