<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[神秘大模型Ox Alpha 、性能很强、还完全免费的 AI 模型。]]></title><description><![CDATA[<h2><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f680.png?v=301515bb865" class="not-responsive emoji emoji-android emoji--rocket" style="height:23px;width:auto;vertical-align:middle" title="🚀" alt="🚀" /> 为什么它突然火了？三点就够了</h2>
<ol>
<li>
<p dir="auto">免费，而且是“真的免费”<br />
输入免费、输出免费，连视频输入都免费（页面明确写 $0）</p>
</li>
<li>
<p dir="auto">上下文长到离谱：100万 tokens<br />
这意味着它能读几十万字的文档、几百页 PDF、长代码库都没问题。</p>
</li>
<li>
<p dir="auto">开发者匿名，神秘感拉满<br />
官方只说“匿名第三方”，没有任何身份信息。<br />
这让大家疯狂猜测它是不是某家大厂的隐藏测试版。</p>
</li>
</ol>
<h2><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f6e0.png?v=301515bb865" class="not-responsive emoji emoji-android emoji--hammer_and_wrench" style="height:23px;width:auto;vertical-align:middle" title="🛠" alt="🛠" />️ 普通人怎么用？三种方式</h2>
<ol>
<li>Playground（最简单）<br />
打开网页选择stealth/ox-alpha模型就能用。</li>
</ol>
<pre><code>curl https://openrouter.ai/api/v1/chat/completions \
  -H "Authorization: Bearer $OPENROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "stealth/ox-alpha",
    "max_tokens": 8000,
    "messages": [{"role": "user", "content": "你好"}]
  }'
</code></pre>
<ol start="2">
<li>
<p dir="auto">OpenRouter API（开发者用）<br />
选择stealth/ox-alpha模型 和 OpenAI API 用法几乎一样。</p>
</li>
<li>
<p dir="auto">OpenCode（适合做 Coding Agent）<br />
Zen 免费，Go 需要订阅但模型本身免费。</p>
</li>
</ol>
<h2>🧪 性能：没有官方基准，但实测很强</h2>
<p dir="auto">官方没有发布任何 benchmark<br />
但非官方测试显示：<br />
DeepSWE 子集：Pass@1 = 80%（个人测）<br />
KingBench：87.5%（非官方）</p>
<h2><img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f3af.png?v=301515bb865" class="not-responsive emoji emoji-android emoji--dart" style="height:23px;width:auto;vertical-align:middle" title="🎯" alt="🎯" /> 适合的用途</h2>
<p dir="auto">长时推理<br />
代码生成<br />
Agent 工作流<br />
超长上下文任务（100万 tokens）</p>
<h2>🧠 最终总结</h2>
<p dir="auto">Ox Alpha = 正体不明 × 超高性能 × 完全免费 × 超长上下文 × Agent 友好<br />
建议：趁免费期赶紧试用，但不要把它作为生产环境的唯一依赖。</p>
]]></description><link>https://lcz.me/topic/1275</link><generator>RSS for Node</generator><lastBuildDate>Thu, 10 Sep 2026 00:43:35 GMT</lastBuildDate><atom:link href="https://lcz.me/topic/1275.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 23 Aug 2026 03:45:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 神秘大模型Ox Alpha 、性能很强、还完全免费的 AI 模型。 on Mon, 24 Aug 2026 09:26:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/farmer-node" aria-label="Profile: farmer-node">@<bdi>farmer-node</bdi></a></p>
<p dir="auto"><img src="https://r2.lvedong.eu.org/clawer-helps-clawer-with-words.png" alt="替代文字" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lcz.me/post/13713</link><guid isPermaLink="true">https://lcz.me/post/13713</guid><dc:creator><![CDATA[crazypeace]]></dc:creator><pubDate>Mon, 24 Aug 2026 09:26:54 GMT</pubDate></item><item><title><![CDATA[Reply to 神秘大模型Ox Alpha 、性能很强、还完全免费的 AI 模型。 on Mon, 24 Aug 2026 08:44:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/crazypeace" aria-label="Profile: crazypeace">@<bdi>crazypeace</bdi></a> 接上了，可以用，谢啦</p>
]]></description><link>https://lcz.me/post/13710</link><guid isPermaLink="true">https://lcz.me/post/13710</guid><dc:creator><![CDATA[farmer node]]></dc:creator><pubDate>Mon, 24 Aug 2026 08:44:08 GMT</pubDate></item><item><title><![CDATA[Reply to 神秘大模型Ox Alpha 、性能很强、还完全免费的 AI 模型。 on Mon, 24 Aug 2026 06:17:54 GMT]]></title><description><![CDATA[<p dir="auto">配置好了 刷新一周试下</p>
]]></description><link>https://lcz.me/post/13703</link><guid isPermaLink="true">https://lcz.me/post/13703</guid><dc:creator><![CDATA[16164]]></dc:creator><pubDate>Mon, 24 Aug 2026 06:17:54 GMT</pubDate></item><item><title><![CDATA[Reply to 神秘大模型Ox Alpha 、性能很强、还完全免费的 AI 模型。 on Sun, 23 Aug 2026 22:21:08 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/farmer-node" aria-label="Profile: farmer-node">@<bdi>farmer-node</bdi></a></p>
<p dir="auto">Hermes 官方免费提供<br />
<img src="https://upload.lcz.me/uploads/70419ed2-e83a-4010-8351-991827bf0fc7.jpeg" alt="c2446d55-43ba-4e66-9d95-7dab0b2c060d-image.jpeg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lcz.me/post/13651</link><guid isPermaLink="true">https://lcz.me/post/13651</guid><dc:creator><![CDATA[crazypeace]]></dc:creator><pubDate>Sun, 23 Aug 2026 22:21:08 GMT</pubDate></item><item><title><![CDATA[Reply to 神秘大模型Ox Alpha 、性能很强、还完全免费的 AI 模型。 on Sun, 23 Aug 2026 16:15:37 GMT]]></title><description><![CDATA[<p dir="auto">免费的是最贵的，但是老夫决定夜间出击。</p>
]]></description><link>https://lcz.me/post/13634</link><guid isPermaLink="true">https://lcz.me/post/13634</guid><dc:creator><![CDATA[terry]]></dc:creator><pubDate>Sun, 23 Aug 2026 16:15:37 GMT</pubDate></item><item><title><![CDATA[Reply to 神秘大模型Ox Alpha 、性能很强、还完全免费的 AI 模型。 on Sun, 23 Aug 2026 10:38:59 GMT]]></title><description><![CDATA[<p dir="auto">刚用hermes调用了一次，然后就不让用了</p>
]]></description><link>https://lcz.me/post/13587</link><guid isPermaLink="true">https://lcz.me/post/13587</guid><dc:creator><![CDATA[farmer node]]></dc:creator><pubDate>Sun, 23 Aug 2026 10:38:59 GMT</pubDate></item><item><title><![CDATA[Reply to 神秘大模型Ox Alpha 、性能很强、还完全免费的 AI 模型。 on Sun, 23 Aug 2026 06:20:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%E4%BA%BA%E7%89%A9%E6%97%B6%E5%85%89%E6%9C%BA" aria-label="Profile: 人物时光机">@<bdi>人物时光机</bdi></a> 刚才看了一下记录一共调用了1 8次工具还自动把修BUG的经验总结成skill｡难怪花了3分钟。总结目前模型工作完全正常。</p>
]]></description><link>https://lcz.me/post/13550</link><guid isPermaLink="true">https://lcz.me/post/13550</guid><dc:creator><![CDATA[perter]]></dc:creator><pubDate>Sun, 23 Aug 2026 06:20:45 GMT</pubDate></item><item><title><![CDATA[Reply to 神秘大模型Ox Alpha 、性能很强、还完全免费的 AI 模型。 on Sun, 23 Aug 2026 06:09:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%E4%BA%BA%E7%89%A9%E6%97%B6%E5%85%89%E6%9C%BA" aria-label="Profile: 人物时光机">@<bdi>人物时光机</bdi></a> 大夏时间11:00 －13:00修BUG的。目前刚刚1 4:00最新帮你测了一下，回答有点慢大概花了3分钟，但是还是可以用的。</p>
]]></description><link>https://lcz.me/post/13549</link><guid isPermaLink="true">https://lcz.me/post/13549</guid><dc:creator><![CDATA[perter]]></dc:creator><pubDate>Sun, 23 Aug 2026 06:09:34 GMT</pubDate></item><item><title><![CDATA[Reply to 神秘大模型Ox Alpha 、性能很强、还完全免费的 AI 模型。 on Sun, 23 Aug 2026 05:58:33 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/perter" aria-label="Profile: perter">@<bdi>perter</bdi></a> 美东时间还是大夏时间？要不我去装个hermes试试得了</p>
]]></description><link>https://lcz.me/post/13547</link><guid isPermaLink="true">https://lcz.me/post/13547</guid><dc:creator><![CDATA[人物时光机]]></dc:creator><pubDate>Sun, 23 Aug 2026 05:58:33 GMT</pubDate></item><item><title><![CDATA[Reply to 神秘大模型Ox Alpha 、性能很强、还完全免费的 AI 模型。 on Sun, 23 Aug 2026 05:55:20 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/%E4%BA%BA%E7%89%A9%E6%97%B6%E5%85%89%E6%9C%BA" aria-label="Profile: 人物时光机">@<bdi>人物时光机</bdi></a> 至少今天上午我还用hermess调用它来修代码，完全没问题。</p>
]]></description><link>https://lcz.me/post/13546</link><guid isPermaLink="true">https://lcz.me/post/13546</guid><dc:creator><![CDATA[perter]]></dc:creator><pubDate>Sun, 23 Aug 2026 05:55:20 GMT</pubDate></item><item><title><![CDATA[Reply to 神秘大模型Ox Alpha 、性能很强、还完全免费的 AI 模型。 on Sun, 23 Aug 2026 05:45:31 GMT]]></title><description><![CDATA[<p dir="auto">大家有没有使用很慢的，opencode下，夜里还有回复，但是慢，这会大夏时间10点-13点完全用不成啊，Provider finish_reason: network_error 思考半天一直弹这个错误，其他人也是这情况吗？是我个人问题还是什么问题，有没有同道中人啊，装逼犯滚</p>
]]></description><link>https://lcz.me/post/13544</link><guid isPermaLink="true">https://lcz.me/post/13544</guid><dc:creator><![CDATA[人物时光机]]></dc:creator><pubDate>Sun, 23 Aug 2026 05:45:31 GMT</pubDate></item><item><title><![CDATA[Reply to 神秘大模型Ox Alpha 、性能很强、还完全免费的 AI 模型。 on Sun, 23 Aug 2026 04:09:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/perter" aria-label="Profile: perter">@<bdi>perter</bdi></a> 在openrouter上试过了， 不知道为什么， 速度很慢， 大概 11T/s， 没法用</p>
]]></description><link>https://lcz.me/post/13532</link><guid isPermaLink="true">https://lcz.me/post/13532</guid><dc:creator><![CDATA[johnnybegood]]></dc:creator><pubDate>Sun, 23 Aug 2026 04:09:00 GMT</pubDate></item><item><title><![CDATA[Reply to 神秘大模型Ox Alpha 、性能很强、还完全免费的 AI 模型。 on Sun, 23 Aug 2026 04:02:31 GMT]]></title><description><![CDATA[<p dir="auto">昨天用他搞了个 FORK 专案推进，一个晚上就完成了我新增的三大功能。。。 我觉得效率真的非常不错<br />
至少比我本地部署的 QWEN 3.8 来的快（上下文长度的关系很大）<br />
一周免费的东西 一定要把他用好用满</p>
]]></description><link>https://lcz.me/post/13530</link><guid isPermaLink="true">https://lcz.me/post/13530</guid><dc:creator><![CDATA[Botio Kuo]]></dc:creator><pubDate>Sun, 23 Aug 2026 04:02:31 GMT</pubDate></item></channel></rss>