LLM Roster · live model intelligence

Choose the right free model with confidence.

A continuously refreshed inventory of genuinely free models across configured providers, with benchmark comparisons to guide your choice.

Last updated: 2026-09-25 14:02

Free roster25models currently confirmed
Sources3statuses checked this run
This run0roster changes
Eligibility policy: listed prompt and completion pricing must be exactly $0. Zen exceptions are explicitly labelled. Source status: openrouter: healthy (22) · nous: healthy (8) · opencode-zen: unavailable (4).
Developer quick start

Connect through OpenRouter, then replace this example with any copied model ID from the directory.

curl https://openrouter.ai/api/v1/chat/completions \
  -H "Authorization: Bearer $OPENROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"cohere/north-mini-code:free","messages":[{"role":"user","content":"Hello"}]}'
import os
from openai import OpenAI

client = OpenAI(
    base_url="https://openrouter.ai/api/v1",
    api_key=os.environ["OPENROUTER_API_KEY"],
)
response = client.chat.completions.create(
    model="cohere/north-mini-code:free",
    messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)
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: "cohere/north-mini-code:free",
  messages: [{ role: "user", content: "Hello" }],
});
console.log(response.choices[0].message.content);

Recent roster changes

Recent model roster changes
WhenAddedRemoved
2026-09-25 13:49—nex-agi/nex-n2.5-mini, nex-agi/nex-n2.5-pro
2026-09-23 20:00stealth/space-bunny-alphainclusionai/ling-3.0-flash-vl
2026-09-20 20:00—deepseek/deepseek-v4-flash-0731
2026-09-18 20:00deepseek/deepseek-v4-flash-0731stealth/union-alpha
2026-09-17 20:00qwen/qwen3.8-27b—