Lewati ke konten
Logo LLM7.io

LLM7.io

Inference9 modelcontext maks 1MGratis: Free, no signup

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

Belum punya API key? Ambil di halaman resmi LLM7.io.

Cara claim API key gratis

Langkah umum — detail pastinya ikutin halaman resmi LLM7.io.

  1. 1.Buka halaman API key LLM7.io
  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.llm7.io/v1 di SDK atau HTTP client.

Model tersedia (9+)

Gemini 3.1 Flash Lite
gemini-3-1-flash-lite
Modality
vision + audio + reasoning
Context
1.0M
Output
64K
Codestral (latest)
codestral-latest
Modality
text
Context
256K
Output
4K
GPT OSS 20B
gpt-oss-20b
Modality
reasoning
Context
131K
mistral-small-3.1-24b
mistral-small-3.1-24b
Modality
Text
Context
32K
Rate limit
30 RPM (120 with token)
deepseek-r1-0528
deepseek-r1-0528
Modality
Text (reasoning)
Rate limit
30 RPM (120 with token)
deepseek-v3-0324
deepseek-v3-0324
Modality
Text
Rate limit
30 RPM (120 with token)
gemini-2.5-flash-lite
gemini-2.5-flash-lite
Modality
Text + Vision
Rate limit
30 RPM (120 with token)
gpt-4o-mini
gpt-4o-mini
Modality
Text + Vision
Rate limit
30 RPM (120 with token)

+ ~24 more models model lainnya — lihat daftar lengkap di sumber.

Model ini di provider lain (6)

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.