SiliconFlow
Catatan dari sumber
Permanently free models, no credit card required. Identity verification required. 100+ models in the catalog, most of them paid.
Setup dalam 5 menit
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.siliconflow.cn/v1",
apiKey: process.env.SILICONFLOW_API_KEY,
});
const response = await client.chat.completions.create({
model: "deepseek-ai-deepseek-r1-distill-qwen-7b",
messages: [{ role: "user", content: "Halo!" }],
});
console.log(response.choices[0].message.content);SILICONFLOW_API_KEY=your-api-key-hereBelum punya API key? Ambil di halaman resmi SiliconFlow ↗.
Cara claim API key gratis
Langkah umum — detail pastinya ikutin halaman resmi SiliconFlow.
- 1.Buka halaman API key SiliconFlow ↗
- 2.Daftar akun baru, atau login kalau udah punya.
- 3.Generate API key di dashboard / settings.
- 4.Pakai API key + Base URL
https://api.siliconflow.cn/v1di SDK atau HTTP client.
Model tersedia (2)
- Modality
- text + reasoning
- Context
- 131K
- Output
- 16K
- Rate limit
- 30 RPM, 60K TPM
- Modality
- Text
- Context
- 128K
- Rate limit
- 1,000 RPM, 50,000 TPM
| Model | Modality | Context | Output | Rate limit |
|---|---|---|---|---|
deepseek-ai/DeepSeek-R1-Distill-Qwen-7B deepseek-ai-deepseek-r1-distill-qwen-7b | text + reasoning | 131K | 16K | 30 RPM, 60K TPM |
Qwen/Qwen3-8B Qwen/Qwen3-8B | Text | 128K | 1,000 RPM, 50,000 TPM |
Model ini di provider lain (1)
Nama model yang sama juga muncul di provider lain menurut sumber masing-masing — versi/kuantisasi bisa beda.
FAQ
Apakah API SiliconFlow gratis?
Ya — Free (permanen). Data dari mnfst/awesome-free-llm-apis, freellm.net, models.dev, terakhir di-sync 2 Sep 2026 — cek sumber untuk kondisi terbaru.
Ada berapa model gratis di SiliconFlow?
2 model tercantum per 2 Sep 2026, termasuk deepseek-ai/DeepSeek-R1-Distill-Qwen-7B, Qwen/Qwen3-8B.
Berapa rate limit SiliconFlow?
Beda-beda per model, contoh: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B: 30 RPM, 60K TPM; Qwen/Qwen3-8B: 1,000 RPM, 50,000 TPM. Limit lengkap per model, lihat tabel di atas.
Berapa context window maksimal di SiliconFlow?
131K (deepseek-ai/DeepSeek-R1-Distill-Qwen-7B).