PulseAugur
实时 16:01:59
English(EN) OpenRouter has 21 free models, but grep for ':free' and you only find 18

OpenRouter 提供 21 个免费模型,动态路由器处理模型列表变更

OpenRouter 的 API 提供了大量模型的访问权限,其中一部分被指定为免费。虽然通过 ':free' 后缀过滤最初显示有 18 个免费模型,但深入分析后发现有 21 个模型在提示和完成方面都没有定价。包括 'openrouter/free' 在内的三个模型被后缀过滤器遗漏了。'openrouter/free' 模型充当路由器,动态选择一个可用的免费模型供用户使用,并处理免费模型列表的频繁变更,这可能很快使硬编码的免费模型 ID 过时。 AI

影响 通过抽象化模型列表变更,简化了对免费 LLM 推理的访问。

排序理由 该条目讨论了一个模型聚合服务的特定功能和 API 行为,而不是核心 AI 发布或研究。

在 dev.to — LLM tag 阅读 →

AI 生成摘要 · Google Gemini · 来自 1 个来源。 我们如何撰写摘要 →

OpenRouter 提供 21 个免费模型,动态路由器处理模型列表变更

本文如何被排名

Signal score
31 / 100
Composite score across the factors below. Higher = stronger signal that this story matters right now.
Newsworthiness bucket
Tool
该条目讨论了一个模型聚合服务的特定功能和 API 行为,而不是核心 AI 发布或研究。
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.

完整方法见我们的编辑标准

报道来源 [1]

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

    OpenRouter 拥有 21 个免费模型,但搜索 ':free' 只找到 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…