PulseAugur
EN
LIVE 16:09:44

OpenRouter offers 21 free models, with a dynamic router handling roster churn

OpenRouter's API provides access to a large number of models, with a subset designated as free. While filtering by a ':free' suffix initially suggests 18 free models, a deeper analysis reveals 21 models with zero pricing for both prompt and completion. Three models, including 'openrouter/free', are missed by the suffix filter. The 'openrouter/free' model acts as a router, dynamically selecting an available free model for users and handling the frequent changes in the free model roster, which can quickly make hardcoded free model IDs obsolete. AI

IMPACT Simplifies access to free LLM inference by abstracting away model roster changes.

RANK_REASON The item discusses a specific feature and API behavior of a model aggregation service, not a core AI release or research.

Read on dev.to — LLM tag →

AI-generated summary · Google Gemini · from 1 sources. How we write summaries →

OpenRouter offers 21 free models, with a dynamic router handling roster churn

How we ranked this

Signal score
29 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
The item discusses a specific feature and API behavior of a model aggregation service, not a core AI release or research.
Source corroboration
Single-source cluster
Only one publisher covered this so far. Single-source stories can still rank when the publisher is high-authority, but they lack cross-source corroboration.
Topics
product, infra
Editorial topic classification. Feeds into how the story surfaces on /topic/<slug> hub pages and into the per-entity coverage mix.
AI-industry relevance
High
Clearly on-topic for AI-industry coverage.
Story freshness
Breaking (< 6h)
Fresh story with cross-source coverage still developing. Ranking may shift as more sources report.

Full methodology in our editorial standards.

COVERAGE [1]

  1. dev.to — LLM tag TIER_1 English(EN) · toolfreebie ·

    OpenRouter has 21 free models, but grep for ':free' and you only find 18

    <p>OpenRouter's model catalog is a public endpoint. No key, no account:<br /> </p> <div class="highlight js-code-highlight"> <pre class="highlight shell"><code>curl <span class="nt">-s</span> https://openrouter.ai/api/v1/models </code></pre> </div> <p>As of 2026-08-28 that return…