
LLM7.io
Catatan dari sumber
Zero-friction API gateway. No registration needed for basic access. 30+ models. GDPR-compliant.
Setup dalam 5 menit
import OpenAI from "openai";
const client = new OpenAI({
baseURL: "https://api.llm7.io/v1",
apiKey: process.env.LLM7_IO_API_KEY,
});
const response = await client.chat.completions.create({
model: "gemini-3-1-flash-lite",
messages: [{ role: "user", content: "Halo!" }],
});
console.log(response.choices[0].message.content);LLM7_IO_API_KEY=your-api-key-hereBelum punya API key? Ambil di halaman resmi LLM7.io ↗.
Cara claim API key gratis
Langkah umum — detail pastinya ikutin halaman resmi LLM7.io.
- 1.Buka halaman API key LLM7.io ↗
- 2.Daftar akun baru, atau login kalau udah punya.
- 3.Generate API key di dashboard / settings.
- 4.Pakai API key + Base URL
https://api.llm7.io/v1di SDK atau HTTP client.
Model tersedia (9+)
- Modality
- vision + audio + reasoning
- Context
- 1.0M
- Output
- 64K
- Modality
- text
- Context
- 256K
- Output
- 4K
- Modality
- reasoning
- Context
- 131K
- Modality
- Text
- Context
- 32K
- Rate limit
- 30 RPM (120 with token)
- Modality
- Text (reasoning)
- Rate limit
- 30 RPM (120 with token)
- Modality
- Text
- Rate limit
- 30 RPM (120 with token)
- Modality
- Text + Vision
- Rate limit
- 30 RPM (120 with token)
- Modality
- Text + Vision
- Rate limit
- 30 RPM (120 with token)
| Model | Modality | Context | Output | Rate limit |
|---|---|---|---|---|
Gemini 3.1 Flash Lite gemini-3-1-flash-lite | vision + audio + reasoning | 1.0M | 64K | |
Codestral (latest) codestral-latest | text | 256K | 4K | |
GPT OSS 20B gpt-oss-20b | reasoning | 131K | ||
mistral-small-3.1-24b mistral-small-3.1-24b | Text | 32K | 30 RPM (120 with token) | |
deepseek-r1-0528 deepseek-r1-0528 | Text (reasoning) | 30 RPM (120 with token) | ||
deepseek-v3-0324 deepseek-v3-0324 | Text | 30 RPM (120 with token) | ||
gemini-2.5-flash-lite gemini-2.5-flash-lite | Text + Vision | 30 RPM (120 with token) | ||
gpt-4o-mini gpt-4o-mini | Text + Vision | 30 RPM (120 with token) |
+ ~24 more models model lainnya — lihat daftar lengkap di sumber.
Model ini di provider lain (6)
Nama model yang sama juga muncul di provider lain menurut sumber masing-masing — versi/kuantisasi bisa beda.
FAQ
Apakah API LLM7.io gratis?
Ya — Free, no signup. Data dari mnfst/awesome-free-llm-apis, freellm.net, models.dev, terakhir di-sync 28 Jul 2026 — cek sumber untuk kondisi terbaru.
Ada berapa model gratis di LLM7.io?
9 model tercantum per 28 Jul 2026, termasuk Gemini 3.1 Flash Lite, Codestral (latest), GPT OSS 20B.
Berapa rate limit LLM7.io?
Beda-beda per model, contoh: mistral-small-3.1-24b: 30 RPM (120 with token); deepseek-r1-0528: 30 RPM (120 with token); deepseek-v3-0324: 30 RPM (120 with token). Limit lengkap per model, lihat tabel di atas.
Berapa context window maksimal di LLM7.io?
1M.