<?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[购买了deepseek的api key无法在hermes中使用]]></title><description><![CDATA[<p dir="auto">新手求助，系统win11<br />
在deepseek官方购买了配额，但deepseek-v4-flash尝试多种均方式无法在hermes中使用<br />
在设置了也填入deepseek api key和api 地址 <a href="https://api.deepseek.com" rel="nofollow ugc">https://api.deepseek.com</a><br />
修改了config.yaml的相关内容还有.env的相关内容<br />
还用了官方CLI命令，也在环境变量添加了deepseek以及api key<br />
始终显示：“API call failed after 3 retries: HTTP 404: Model 'deepseek/deepseek-v4-flash' requires available credits. Your account balance is too low to use paid models — add credits at <a href="https://portal.nousresearch.com" rel="nofollow ugc">https://portal.nousresearch.com</a> or pick a free model.”<br />
似乎怎么也无法绕过nous portal？</p>
]]></description><link>https://lcz.me/topic/700/购买了deepseek的api-key无法在hermes中使用</link><generator>RSS for Node</generator><lastBuildDate>Wed, 01 Jul 2026 08:03:38 GMT</lastBuildDate><atom:link href="https://lcz.me/topic/700.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 25 Jun 2026 18:04:34 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to 购买了deepseek的api key无法在hermes中使用 on Tue, 30 Jun 2026 06:47:26 GMT]]></title><description><![CDATA[<p dir="auto">实在不行就用个本地模型（9b这种也够了），让他给你好好试下，总有一个方案能连上，<img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f923.png?v=9a87c0a6150" class="not-responsive emoji emoji-android emoji--rolling_on_the_floor_laughing" style="height:23px;width:auto;vertical-align:middle" title="🤣" alt="🤣" /></p>
]]></description><link>https://lcz.me/post/8847</link><guid isPermaLink="true">https://lcz.me/post/8847</guid><dc:creator><![CDATA[sarcoma]]></dc:creator><pubDate>Tue, 30 Jun 2026 06:47:26 GMT</pubDate></item><item><title><![CDATA[Reply to 购买了deepseek的api key无法在hermes中使用 on Tue, 30 Jun 2026 06:41:11 GMT]]></title><description><![CDATA[<p dir="auto">你试试看这样，base_url后面加/v1:<br />
base_url: <a href="https://api.siliconflow.cn/v1" rel="nofollow ugc">https://api.siliconflow.cn/v1</a><br />
然后provider改成custom</p>
<p dir="auto">我用的硅基流动的api，也是会碰到没法连接的问题，然后这么改了就行了。</p>
<pre><code>model:
  api_key: 我的密码
  base_url: https://api.siliconflow.cn/v1
  context_length: 524288
  default: deepseek-ai/DeepSeek-V4-Flash
  provider: custom
</code></pre>
]]></description><link>https://lcz.me/post/8845</link><guid isPermaLink="true">https://lcz.me/post/8845</guid><dc:creator><![CDATA[sarcoma]]></dc:creator><pubDate>Tue, 30 Jun 2026 06:41:11 GMT</pubDate></item><item><title><![CDATA[Reply to 购买了deepseek的api key无法在hermes中使用 on Mon, 29 Jun 2026 16:00:28 GMT]]></title><description><![CDATA[<p dir="auto">让codex给你配。。</p>
]]></description><link>https://lcz.me/post/8789</link><guid isPermaLink="true">https://lcz.me/post/8789</guid><dc:creator><![CDATA[Emal Foo]]></dc:creator><pubDate>Mon, 29 Jun 2026 16:00:28 GMT</pubDate></item><item><title><![CDATA[Reply to 购买了deepseek的api key无法在hermes中使用 on Mon, 29 Jun 2026 05:41:45 GMT]]></title><description><![CDATA[<p dir="auto">我各种系统都接入成功。（包括虚拟机windows 也是可以的）参照都就是官网文档：<br />
接入 Hermes<br />
Hermes 是 Nous Research 打造的开源自我进化 AI Agent。它内置学习闭环：能够从经验中生成技能，在使用过程中持续优化，沉淀知识，并在跨会话中逐步构建你偏好的动态模型。</p>
<ol>
<li>安装 Hermes<br />
快速安装<br />
通过一行安装命令，你可以在两分钟内快速启动 Hermes Agent。</li>
</ol>
<p dir="auto">Linux / macOS / WSL2<br />
curl -fsSL <a href="https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh" rel="nofollow ugc">https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh</a> | bash</p>
<p dir="auto">唯一前置依赖是 Git，其余内容安装脚本会自动处理。（这步我提前执行了。其他按官方节奏。）</p>
<p dir="auto">更多安装说明请参考 Hermes 安装文档。（它这句有歧义，这个就是DeepSeek 官方Hermes 安装文档）</p>
<ol start="2">
<li>运行并配置<br />
重新加载 shell 后，开始配置 Hermes：</li>
</ol>
<p dir="auto">执行 hermes setup 命令<br />
选择 Quick Setup<br />
当提示选择模型提供商时，选择 DeepSeek<br />
输入你的 DeepSeek API Key<br />
Base URL 填写 <a href="https://api.deepseek.com" rel="nofollow ugc">https://api.deepseek.com</a><br />
选择 deepseek-v4-pro 模型（这步你要是想用 flash 就选 flash 就可以了。其他都通用的。你确定你看官方文档了吗？还是问 AI 乱搞了。出现你这种状况我十分奇怪！）<br />
继续完成其余配置选项</p>
]]></description><link>https://lcz.me/post/8732</link><guid isPermaLink="true">https://lcz.me/post/8732</guid><dc:creator><![CDATA[williamlouis]]></dc:creator><pubDate>Mon, 29 Jun 2026 05:41:45 GMT</pubDate></item><item><title><![CDATA[Reply to 购买了deepseek的api key无法在hermes中使用 on Mon, 29 Jun 2026 00:32:35 GMT]]></title><description><![CDATA[<p dir="auto">是不是API  地址最后多了一个/<br />
应该不用填<a href="https://api.deepseek.com" rel="nofollow ugc">https://api.deepseek.com</a><br />
官方文件 地址没有/</p>
]]></description><link>https://lcz.me/post/8706</link><guid isPermaLink="true">https://lcz.me/post/8706</guid><dc:creator><![CDATA[kaill]]></dc:creator><pubDate>Mon, 29 Jun 2026 00:32:35 GMT</pubDate></item><item><title><![CDATA[Reply to 购买了deepseek的api key无法在hermes中使用 on Fri, 26 Jun 2026 01:21:09 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sean-lee" aria-label="Profile: sean-lee">@<bdi>sean-lee</bdi></a><br />
我用本地的CliproxyApi 集中管理/转发不同平台的API Key，<br />
deepseek这端我就只填了<a href="https://api.deepseek.com" rel="nofollow ugc">https://api.deepseek.com</a> <img src="https://lcz.me/assets/plugins/nodebb-plugin-emoji/emoji/android/1f60a.png?v=9a87c0a6150" class="not-responsive emoji emoji-android emoji--blush" style="height:23px;width:auto;vertical-align:middle" title=":blush:" alt="😊" /></p>
<p dir="auto">hermes内的配置大概就这样子<br />
<img src="https://upload.lcz.me/uploads/b804ef7a-fd8c-4494-8101-78ed8f4d5fc1.jpeg" alt="46a75e2d-e9cc-4bf0-9eba-b1b177d07b23-image.jpeg" class=" img-fluid img-markdown" /></p>
<p dir="auto">不过反正能用就行，不能用就让hermes在cli内帮你修好就行，一开始用是会遇到很多奇怪的问题的</p>
]]></description><link>https://lcz.me/post/8303</link><guid isPermaLink="true">https://lcz.me/post/8303</guid><dc:creator><![CDATA[abaalei]]></dc:creator><pubDate>Fri, 26 Jun 2026 01:21:09 GMT</pubDate></item><item><title><![CDATA[Reply to 购买了deepseek的api key无法在hermes中使用 on Fri, 26 Jun 2026 01:13:48 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/abaalei" aria-label="Profile: abaalei">@<bdi>abaalei</bdi></a> 我把模型改到deepseek chat似乎是正常了？伪装成openai绕开了nousresearch</p>
]]></description><link>https://lcz.me/post/8301</link><guid isPermaLink="true">https://lcz.me/post/8301</guid><dc:creator><![CDATA[sean lee]]></dc:creator><pubDate>Fri, 26 Jun 2026 01:13:48 GMT</pubDate></item><item><title><![CDATA[Reply to 购买了deepseek的api key无法在hermes中使用 on Fri, 26 Jun 2026 01:05:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sean-lee" aria-label="Profile: sean-lee">@<bdi>sean-lee</bdi></a> 既然你在CLI命令行能用，你可以试试在命令行中命令他自己检查一下，为什么在其他地方不能用？这是最快的方法，用ai自己解决自己的问题</p>
]]></description><link>https://lcz.me/post/8299</link><guid isPermaLink="true">https://lcz.me/post/8299</guid><dc:creator><![CDATA[abaalei]]></dc:creator><pubDate>Fri, 26 Jun 2026 01:05:01 GMT</pubDate></item><item><title><![CDATA[Reply to 购买了deepseek的api key无法在hermes中使用 on Fri, 26 Jun 2026 00:17:10 GMT]]></title><description><![CDATA[<p dir="auto"><img src="https://upload.lcz.me/uploads/b024c0e2-06e1-4038-bdd6-14d73db3a88a.jpg" alt="IMG_20260626_081659.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lcz.me/post/8295</link><guid isPermaLink="true">https://lcz.me/post/8295</guid><dc:creator><![CDATA[sean lee]]></dc:creator><pubDate>Fri, 26 Jun 2026 00:17:10 GMT</pubDate></item><item><title><![CDATA[Reply to 购买了deepseek的api key无法在hermes中使用 on Fri, 26 Jun 2026 00:15:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/terry" aria-label="Profile: terry">@<bdi>terry</bdi></a> 我的配置参数是<br />
model:<br />
api_key: sk-我的密钥<br />
base_url: <a href="https://api.deepseek.com/" rel="nofollow ugc">https://api.deepseek.com/</a><br />
default: deepseek-v4-flash<br />
provider: deepseek</p>
]]></description><link>https://lcz.me/post/8294</link><guid isPermaLink="true">https://lcz.me/post/8294</guid><dc:creator><![CDATA[sean lee]]></dc:creator><pubDate>Fri, 26 Jun 2026 00:15:05 GMT</pubDate></item><item><title><![CDATA[Reply to 购买了deepseek的api key无法在hermes中使用 on Fri, 26 Jun 2026 00:12:40 GMT]]></title><description><![CDATA[<p dir="auto">配置文件呢？？？打开你的配置文件复制或者截图发出来。</p>
]]></description><link>https://lcz.me/post/8293</link><guid isPermaLink="true">https://lcz.me/post/8293</guid><dc:creator><![CDATA[terry]]></dc:creator><pubDate>Fri, 26 Jun 2026 00:12:40 GMT</pubDate></item><item><title><![CDATA[Reply to 购买了deepseek的api key无法在hermes中使用 on Fri, 26 Jun 2026 00:11:28 GMT]]></title><description><![CDATA[<p dir="auto">用命令行可以使用，但进入hermes还是报错无法使用...<br />
<img src="https://upload.lcz.me/uploads/ba4351f6-d371-4453-b350-0aef3aa2ebf2.jpg" alt="mmexport1782432604242.jpg" class=" img-fluid img-markdown" /><br />
<img src="https://upload.lcz.me/uploads/0f73730b-5f2f-4833-b5df-2089b8093cb8.jpg" alt="mmexport1782432601665.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lcz.me/post/8292</link><guid isPermaLink="true">https://lcz.me/post/8292</guid><dc:creator><![CDATA[sean lee]]></dc:creator><pubDate>Fri, 26 Jun 2026 00:11:28 GMT</pubDate></item><item><title><![CDATA[Reply to 购买了deepseek的api key无法在hermes中使用 on Fri, 26 Jun 2026 00:11:07 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/sean-lee" aria-label="Profile: sean-lee">@<bdi>sean-lee</bdi></a> 你把配置文件贴出来，你这个curl已经连通了，也就是错误不在DeepSeek，它的API是对的。</p>
]]></description><link>https://lcz.me/post/8291</link><guid isPermaLink="true">https://lcz.me/post/8291</guid><dc:creator><![CDATA[terry]]></dc:creator><pubDate>Fri, 26 Jun 2026 00:11:07 GMT</pubDate></item><item><title><![CDATA[Reply to 购买了deepseek的api key无法在hermes中使用 on Thu, 25 Jun 2026 23:24:12 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/terry" aria-label="Profile: terry">@<bdi>terry</bdi></a> <a href="/post/8264">说</a>:</p>
<p dir="auto">你复制的key是不是复制错了，一般只有key复制的时候，后面多了空格或者其他地方多了什么东西，会导致这个错误。如果你的账户有钱的话。</p>
</blockquote>
<p dir="auto">有钱，没有贴错。</p>
]]></description><link>https://lcz.me/post/8286</link><guid isPermaLink="true">https://lcz.me/post/8286</guid><dc:creator><![CDATA[sean lee]]></dc:creator><pubDate>Thu, 25 Jun 2026 23:24:12 GMT</pubDate></item><item><title><![CDATA[Reply to 购买了deepseek的api key无法在hermes中使用 on Thu, 25 Jun 2026 23:12:03 GMT]]></title><description><![CDATA[<p dir="auto"><img src="https://upload.lcz.me/uploads/578dba22-f036-4cc3-95ea-36c7f0b370c7.png" alt="mmexport1782429112820.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lcz.me/post/8283</link><guid isPermaLink="true">https://lcz.me/post/8283</guid><dc:creator><![CDATA[sean lee]]></dc:creator><pubDate>Thu, 25 Jun 2026 23:12:03 GMT</pubDate></item><item><title><![CDATA[Reply to 购买了deepseek的api key无法在hermes中使用 on Thu, 25 Jun 2026 22:53:09 GMT]]></title><description><![CDATA[<p dir="auto"><img src="https://upload.lcz.me/uploads/711444f2-dd6f-4420-8750-c144dc9b6594.jpg" alt="Screenshot_2026-06-26-06-48-22-12_e39d2c7de19156b0683cd93e8735f348.jpg" class=" img-fluid img-markdown" /></p>
]]></description><link>https://lcz.me/post/8278</link><guid isPermaLink="true">https://lcz.me/post/8278</guid><dc:creator><![CDATA[sean lee]]></dc:creator><pubDate>Thu, 25 Jun 2026 22:53:09 GMT</pubDate></item><item><title><![CDATA[Reply to 购买了deepseek的api key无法在hermes中使用 on Thu, 25 Jun 2026 22:16:00 GMT]]></title><description><![CDATA[<p dir="auto">@sean lee 我来帮你排查一下这个问题，你遇到的错误其实来自 DeepSeek 官方 API，不是 Hermes 的配置问题。</p>
<p dir="auto"><strong>错误解读：</strong> <code>HTTP 404: Model 'deepseek/deepseek-v4-flash' requires available credits. Your account balance is too low</code></p>
<p dir="auto">这说明你的 API key 能连上 DeepSeek（网络没问题），但 DeepSeek 那边认为你的账户余额不足或没有激活付费计划。</p>
<p dir="auto"><strong>请你先做一下这个验证（在浏览器里）：</strong></p>
<ol>
<li>登录 DeepSeek 官网 → 进入「开发者平台」→「API Keys」页面</li>
<li>确认你已经<strong>充值</strong>了（至少充 10 元）</li>
<li>确认你复制的是正确的 API Key，没有多复制空格或换行</li>
<li>检查是否开通了「DeepSeek-V4 Flash」的访问权限</li>
</ol>
<p dir="auto"><strong>如果确认账户确实有钱，在 Hermes 里排查：</strong></p>
<ol>
<li>
<p dir="auto"><strong>模型名格式</strong> — 两种都试试：</p>
<ul>
<li><code>deepseek/deepseek-v4-flash</code>（当前你用的）</li>
<li>或者只写 <code>deepseek-v4-flash</code></li>
</ul>
</li>
<li>
<p dir="auto"><strong>config.yaml 的 Windows 路径</strong> — 确保在 <code>C:\Users\你的用户名\.hermes\config.yaml</code> 里这样写：</p>
<pre><code class="language-yaml">default:
  provider: deepseek
  model: deepseek-v4-flash  # 或 deepseek/deepseek-v4-flash
  api_key: sk-你的真实key
</code></pre>
</li>
<li>
<p dir="auto"><strong>不要同时在 .env 和 config.yaml 里都填 key</strong> — 优先只留 config.yaml，删掉 .env 里的 DEEPSEEK_API_KEY（避免冲突）</p>
</li>
<li>
<p dir="auto"><strong>在 Windows 终端验证 key 是否有效（独立测试）：</strong></p>
<pre><code class="language-cmd">curl -s https://api.deepseek.com/v1/models -H "Authorization: Bearer sk-你的key"
</code></pre>
<p dir="auto">如果返回 401 = key 无效，返回模型列表 = key 有效但可能是余额问题。</p>
</li>
</ol>
<p dir="auto">如果以上都不行，建议你截个 DeepSeek 开发者后台的余额页面，大家更好帮你判断。</p>
]]></description><link>https://lcz.me/post/8268</link><guid isPermaLink="true">https://lcz.me/post/8268</guid><dc:creator><![CDATA[Xiaote]]></dc:creator><pubDate>Thu, 25 Jun 2026 22:16:00 GMT</pubDate></item><item><title><![CDATA[Reply to 购买了deepseek的api key无法在hermes中使用 on Thu, 25 Jun 2026 22:09:48 GMT]]></title><description><![CDATA[<p dir="auto">API call failed after 3 retries: HTTP 404: Model 'deepseek/deepseek-v4-flash' requires available credits. Your account balance is too low to use paid model</p>
<p dir="auto">你复制的key是不是复制错了，一般只有key复制的时候，后面多了空格或者其他地方多了什么东西，会导致这个错误。如果你的账户有钱的话。</p>
]]></description><link>https://lcz.me/post/8264</link><guid isPermaLink="true">https://lcz.me/post/8264</guid><dc:creator><![CDATA[terry]]></dc:creator><pubDate>Thu, 25 Jun 2026 22:09:48 GMT</pubDate></item><item><title><![CDATA[Reply to 购买了deepseek的api key无法在hermes中使用 on Thu, 25 Jun 2026 18:07:57 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">sean-lee <a href="/post/8257">说</a>:</p>
<p dir="auto">新手求助，系统win11<br />
在deepseek官方购买了配额，但deepseek-v4-flash尝试多种均方式无法在hermes中使用<br />
在设置了也填入deepseek api key和api 地址 <a href="https://api.deepseek.com" rel="nofollow ugc">https://api.deepseek.com</a><br />
修改了config.yaml的相关内容还有.env的相关内容<br />
还用了官方CLI命令，也在环境变量添加了deepseek以及api key<br />
始终显示：“API call failed after 3 retries: HTTP 404: Model 'deepseek/deepseek-v4-flash' requires available credits. Your account balance is too low to use paid models — add credits at <a href="https://portal.nousresearch.com" rel="nofollow ugc">https://portal.nousresearch.com</a> or pick a free model.”<br />
似乎怎么也无法绕过nous portal？<br />
可是关闭nous portal又显示“Hermes is not logged into Nous Portal.”，太令人崩溃了</p>
</blockquote>
]]></description><link>https://lcz.me/post/8258</link><guid isPermaLink="true">https://lcz.me/post/8258</guid><dc:creator><![CDATA[sean lee]]></dc:creator><pubDate>Thu, 25 Jun 2026 18:07:57 GMT</pubDate></item></channel></rss>