Lewati ke konten
Logo OpenRouter

OpenRouter

Inference18 modelcontext maks 1.049MGratis: 17 model free

Catatan dari sumber

17 free models (marked with :free suffix). OpenAI SDK-compatible.

Setup dalam 5 menit

import OpenAI from "openai";

const client = new OpenAI({
  baseURL: "https://openrouter.ai/api/v1",
  apiKey: process.env.OPENROUTER_API_KEY,
});

const response = await client.chat.completions.create({
  model: "minimax/minimax-m3:free",
  messages: [{ role: "user", content: "Halo!" }],
});

console.log(response.choices[0].message.content);
.env
OPENROUTER_API_KEY=your-api-key-here

Belum punya API key? Ambil di halaman resmi OpenRouter.

Cara claim API key gratis

Langkah umum — detail pastinya ikutin halaman resmi OpenRouter.

  1. 1.Buka halaman API key OpenRouter
  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://openrouter.ai/api/v1 di SDK atau HTTP client.

Model tersedia (18)

MiniMax: MiniMax M3 (free)
minimax/minimax-m3:free
Modality
Text + Vision + Video
Context
1.049M
Output
944K
Rate limit
200 req/day (free tier)
Thinking Machines: Inkling (free)
thinkingmachines/inkling:free
Modality
Text + Vision + Audio
Context
1.049M
Output
262K
Rate limit
200 req/day (free tier)
Thinking Machines: Inkling Small (free)
thinkingmachines/inkling-small:free
Modality
Text + Vision + Audio
Context
1.049M
Output
262K
Rate limit
200 req/day (free tier)
NVIDIA: Nemotron 3 Ultra (free)
nvidia/nemotron-3-ultra-550b-a55b:free
Modality
Text
Context
1M
Output
66K
Rate limit
200 req/day (free tier)
NVIDIA: Nemotron 3.5 Lightning (free)
nvidia/nemotron-3.5-lightning:free
Modality
Text
Context
1M
Output
66K
Rate limit
200 req/day (free tier)
Dots Studio: Dots3-Note Preview (free)
dots-studio/dots-3-note-preview:free
Modality
Text + Vision
Context
512K
Output
461K
Rate limit
200 req/day (free tier)
Google: Gemma 4 26B A4B (free)
google/gemma-4-26b-a4b-it:free
Modality
Text + Vision + Video
Context
262K
Output
33K
Rate limit
20 RPM, 50 RPD
Google: Gemma 4 31B (free)
google/gemma-4-31b-it:free
Modality
Text + Vision + Video
Context
262K
Output
33K
Rate limit
20 RPM, 50 RPD

Model ini di provider lain (12)

FAQ

Apakah API OpenRouter gratis?

Ya — 17 model free. Data dari openrouter.ai/api/v1/models, mnfst/awesome-free-llm-apis, freellm.net, terakhir di-sync 2 Sep 2026 — cek sumber untuk kondisi terbaru.

Ada berapa model gratis di OpenRouter?

18 model tercantum per 2 Sep 2026, termasuk MiniMax: MiniMax M3 (free), Thinking Machines: Inkling (free), Thinking Machines: Inkling Small (free).

Berapa rate limit OpenRouter?

Beda-beda per model, contoh: MiniMax: MiniMax M3 (free): 200 req/day (free tier); Thinking Machines: Inkling (free): 200 req/day (free tier); Thinking Machines: Inkling Small (free): 200 req/day (free tier). Limit lengkap per model, lihat tabel di atas.

Berapa context window maksimal di OpenRouter?

1.049M (MiniMax: MiniMax M3 (free)).