<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Google Archives - 老路日常</title>
	<atom:link href="https://lusdaily.com/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>https://lusdaily.com/tag/google/</link>
	<description>老路日常</description>
	<lastBuildDate>Mon, 20 Jul 2026 10:46:03 +0000</lastBuildDate>
	<language>zh-Hans</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0.4</generator>

<image>
	<url>https://lusdaily.com/wp-content/uploads/2026/06/cropped-333-e1782726521802-32x32.png</url>
	<title>Google Archives - 老路日常</title>
	<link>https://lusdaily.com/tag/google/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Hermes + DeepSeek 不能看图？5分钟白嫖Google免费模型实现图片识别！</title>
		<link>https://lusdaily.com/hermes-deepseek-free-vision/</link>
		
		<dc:creator><![CDATA[老路日常]]></dc:creator>
		<pubDate>Thu, 16 Jul 2026 08:33:36 +0000</pubDate>
				<category><![CDATA[AI工具]]></category>
		<category><![CDATA[实用教程]]></category>
		<category><![CDATA[AI]]></category>
		<category><![CDATA[DeepSeek]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hermes]]></category>
		<category><![CDATA[多模态]]></category>
		<category><![CDATA[技巧]]></category>
		<guid isPermaLink="false">https://lusdaily.com/?p=491</guid>

					<description><![CDATA[<p>先说说痛点 Hermes 是目前我用过最顺手的 AI 客户端，支持多模型切换、工具调用、本地运行，体验很好，同&#46;&#46;&#46;</p>
<p>The post <a href="https://lusdaily.com/hermes-deepseek-free-vision/">Hermes + DeepSeek 不能看图？5分钟白嫖Google免费模型实现图片识别！</a> appeared first on <a href="https://lusdaily.com">老路日常</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow">
<p class="wp-block-paragraph">很多人跟老路一样用 DeepSeek 作为 Hermes 的主力模型，便宜、代码能力强、中文好。但它有个硬伤——不支持多模态，没法识别图片。每次想贴个截图给它看，都要切到别的工具，非常蛋疼。今天分享一个老路一直在用的方案，不花钱，不改代码，直接在 Hermes 里配一下就好，5分钟搞定。</p>



<p class="wp-block-paragraph">如果你也在用 Hermes，而且苦于 DeepSeek 没有多模态，这篇文章应该能帮你省不少事。</p>



<p class="wp-block-paragraph">效果如下：</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="895" src="https://lusdaily.com/wp-content/uploads/2026/07/image-217-1024x895.png" alt="" class="wp-image-493" srcset="https://lusdaily.com/wp-content/uploads/2026/07/image-217-1024x895.png 1024w, https://lusdaily.com/wp-content/uploads/2026/07/image-217-300x262.png 300w, https://lusdaily.com/wp-content/uploads/2026/07/image-217-768x671.png 768w, https://lusdaily.com/wp-content/uploads/2026/07/image-217-520x454.png 520w, https://lusdaily.com/wp-content/uploads/2026/07/image-217-940x821.png 940w, https://lusdaily.com/wp-content/uploads/2026/07/image-217.png 1149w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>
</blockquote>



<h2 class="wp-block-heading">先说说痛点</h2>



<p class="wp-block-paragraph">Hermes 是目前我用过最顺手的 AI 客户端，支持多模型切换、工具调用、本地运行，体验很好，同样接入Deepseek，我的直观感觉是Hermes响应速度要高于Codex。</p>



<p class="wp-block-paragraph">我主力模型用的 DeepSeek，原因是：</p>



<ul class="wp-block-list">
<li>便宜（比 Claude 、ChatGPT比便宜的不是一点半点）</li>



<li>代码能力强（日常足够用）</li>



<li>中文理解好</li>
</ul>



<p class="wp-block-paragraph">但最大的问题——<strong>DeepSeek 不支持多模态</strong>。你在聊天框里贴一张截图，它看不到。想让它分析 UI 设计、看报错截图、识别图片里的文字……统统不行。</p>



<p class="wp-block-paragraph">之前我的解决方案是：切到 ChatGPT 或者 Gemini 看一眼，看完再切回来。麻烦，而且容易断掉思路。</p>



<p class="wp-block-paragraph">后来我研究了一下 Hermes 的配置，发现它有一个<strong>辅助视觉模型（vision fallback）</strong>的机制。简单说就是：主力模型用 DeepSeek（文本），遇到图片的时候自动调另一个模型来处理。</p>



<p class="wp-block-paragraph">而 Google AI Studio里很多模型都是<strong>免费</strong>的， Gemini 3.1 Flash Lite 就是，而且还支持多模态。这不就白嫖了吗？</p>



<figure class="wp-block-image size-large"><img decoding="async" width="1024" height="620" src="https://lusdaily.com/wp-content/uploads/2026/07/image-218-1024x620.png" alt="" class="wp-image-494" srcset="https://lusdaily.com/wp-content/uploads/2026/07/image-218-1024x620.png 1024w, https://lusdaily.com/wp-content/uploads/2026/07/image-218-300x182.png 300w, https://lusdaily.com/wp-content/uploads/2026/07/image-218-768x465.png 768w, https://lusdaily.com/wp-content/uploads/2026/07/image-218-520x315.png 520w, https://lusdaily.com/wp-content/uploads/2026/07/image-218-940x569.png 940w, https://lusdaily.com/wp-content/uploads/2026/07/image-218.png 1133w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">方案原理</h2>



<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">你粘贴图片 → Hermes 发现 DeepSeek 看不了 → 自动转发给 Gemini → Gemini 识别后返回结果</pre>



<p class="wp-block-paragraph">整个过程在后台完成，你在聊天界面感知不到切换，体验跟在 ChatGPT 里贴图一样流畅。</p>



<h2 class="wp-block-heading">需要的材料</h2>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>项目</th><th>说明</th><th>费用</th></tr></thead><tbody><tr><td><strong>Hermes</strong></td><td>你已经在用的</td><td>免费</td></tr><tr><td><strong>DeepSeek</strong></td><td>主力模型</td><td>按量计费（很便宜）</td></tr><tr><td><strong>Google AI Studio API Key</strong></td><td>免费额度够用</td><td>免费</td></tr><tr><td><strong>Gemini 2.0 Flash</strong></td><td>视觉模型</td><td>免费</td></tr></tbody></table></figure>



<h2 class="wp-block-heading">第一步：获取 Google API Key</h2>



<ol class="wp-block-list">
<li>打开 <strong>Google AI Studio</strong>：<a href="https://aistudio.google.com/apikey" target="_blank" rel="noreferrer noopener">https://aistudio.google.com/apikey</a></li>



<li>用你的 Google 账号登录</li>



<li>点 <strong>「创建API密钥」</strong></li>



<li>复制生成的 Key，保存好</li>
</ol>



<figure class="wp-block-image size-full"><img decoding="async" width="837" height="510" src="https://lusdaily.com/wp-content/uploads/2026/07/image-221.png" alt="" class="wp-image-497" srcset="https://lusdaily.com/wp-content/uploads/2026/07/image-221.png 837w, https://lusdaily.com/wp-content/uploads/2026/07/image-221-300x183.png 300w, https://lusdaily.com/wp-content/uploads/2026/07/image-221-768x468.png 768w, https://lusdaily.com/wp-content/uploads/2026/07/image-221-520x317.png 520w" sizes="(max-width: 837px) 100vw, 837px" /></figure>



<p class="wp-block-paragraph">点击“创建API密钥”，在弹出的对话框里随便起个名字，项目可以重新创建一个，然后点击“创建密钥”就完事了</p>


<div class="wp-block-image">
<figure class="aligncenter size-full"><img loading="lazy" decoding="async" width="515" height="308" src="https://lusdaily.com/wp-content/uploads/2026/07/image-220.png" alt="" class="wp-image-496" srcset="https://lusdaily.com/wp-content/uploads/2026/07/image-220.png 515w, https://lusdaily.com/wp-content/uploads/2026/07/image-220-300x179.png 300w" sizes="auto, (max-width: 515px) 100vw, 515px" /></figure>
</div>


<p class="wp-block-paragraph">Google 目前给了免费额度，不用关心上限，正常使用，完全够，万一真的超限额了，换个模型继续白嫖。</p>



<h2 class="wp-block-heading">第二步：在 Hermes 里配置</h2>



<h3 class="wp-block-heading">老路是使用桌面端配置的</h3>



<p class="wp-block-paragraph">在 Hermes 桌面端的设置里：</p>



<ol class="wp-block-list">
<li>找到 <strong>Providers</strong> 或 <strong>模型配置</strong></li>



<li>添加一个 Google 的 provider：</li>
</ol>



<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">Provider: google
API Key: 你的 Google API Key</pre>



<ol start="3" class="wp-block-list">
<li>然后在 DeepSeek 的模型配置里，找到 <strong>vision_model</strong>（视觉模型）选项</li>



<li>设置为 <code>gemini-3.1-flash-lite</code> 或 <code>gemini-2.5-flash-lite</code>(都足够用)</li>
</ol>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="620" src="https://lusdaily.com/wp-content/uploads/2026/07/image-224-1024x620.png" alt="" class="wp-image-500" srcset="https://lusdaily.com/wp-content/uploads/2026/07/image-224-1024x620.png 1024w, https://lusdaily.com/wp-content/uploads/2026/07/image-224-300x182.png 300w, https://lusdaily.com/wp-content/uploads/2026/07/image-224-768x465.png 768w, https://lusdaily.com/wp-content/uploads/2026/07/image-224-520x315.png 520w, https://lusdaily.com/wp-content/uploads/2026/07/image-224-940x569.png 940w, https://lusdaily.com/wp-content/uploads/2026/07/image-224.png 1133w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="620" src="https://lusdaily.com/wp-content/uploads/2026/07/image-226-1024x620.png" alt="" class="wp-image-502" srcset="https://lusdaily.com/wp-content/uploads/2026/07/image-226-1024x620.png 1024w, https://lusdaily.com/wp-content/uploads/2026/07/image-226-300x182.png 300w, https://lusdaily.com/wp-content/uploads/2026/07/image-226-768x465.png 768w, https://lusdaily.com/wp-content/uploads/2026/07/image-226-520x315.png 520w, https://lusdaily.com/wp-content/uploads/2026/07/image-226-940x569.png 940w, https://lusdaily.com/wp-content/uploads/2026/07/image-226.png 1133w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="620" src="https://lusdaily.com/wp-content/uploads/2026/07/image-227-1024x620.png" alt="" class="wp-image-503" srcset="https://lusdaily.com/wp-content/uploads/2026/07/image-227-1024x620.png 1024w, https://lusdaily.com/wp-content/uploads/2026/07/image-227-300x182.png 300w, https://lusdaily.com/wp-content/uploads/2026/07/image-227-768x465.png 768w, https://lusdaily.com/wp-content/uploads/2026/07/image-227-520x315.png 520w, https://lusdaily.com/wp-content/uploads/2026/07/image-227-940x569.png 940w, https://lusdaily.com/wp-content/uploads/2026/07/image-227.png 1133w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<h3 class="wp-block-heading">如果你是命令行，直接改配置文件</h3>



<p class="wp-block-paragraph">打开 Hermes 的配置文件（一般在 <code>~/.hermes/config.yaml</code> 或你自定义的位置），找到模型配置部分。</p>



<p class="wp-block-paragraph">在 <code>config.yaml</code> 里找到 DeepSeek 的 provider 配置，添加一个 <code>vision_model</code> 字段：</p>



<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">providers:
  deepseek:
    model: deepseek-reasoner
    api_key: 你的DeepSeek Key

  google:
    model: gemini-3.1-flash-lite
    api_key: 你的Google API Key</pre>



<p class="wp-block-paragraph">然后在 agent 或 session 配置里：</p>



<pre class="EnlighterJSRAW" data-enlighter-language="generic" data-enlighter-theme="" data-enlighter-highlight="" data-enlighter-linenumbers="" data-enlighter-lineoffset="" data-enlighter-title="" data-enlighter-group="">vision:
  provider: google
  model: gemini-3.1-flash-lite</pre>



<p class="wp-block-paragraph">不同版本的 Hermes 配置格式可能略有不同，但思路是一样的——<strong>给主力模型配一个视觉后备</strong>。</p>



<h2 class="wp-block-heading">使用效果</h2>



<p class="wp-block-paragraph">配置好之后，再跟 Hermes 聊天的时候：</p>



<ul class="wp-block-list">
<li><strong>纯文字对话</strong> → 依然是 DeepSeek 处理</li>



<li><strong>你贴了一张图片</strong> → Hermes 自动调 Gemini 识别，把结果返回给你</li>
</ul>



<p class="wp-block-paragraph">举个例子，我让 Hermes 看封面截图，让它反推分析提示词。DeepSeek 处理不了，自动走了 Gemini，Gemini 识别截图里的信息，然后 DeepSeek 根据这个分析做出反推。</p>



<p class="wp-block-paragraph">全程我就是在聊天框里贴了张图，没有任何额外操作。</p>



<figure class="wp-block-image size-large"><img fetchpriority="high" decoding="async" width="1024" height="895" src="https://lusdaily.com/wp-content/uploads/2026/07/image-217-1024x895.png" alt="" class="wp-image-493" srcset="https://lusdaily.com/wp-content/uploads/2026/07/image-217-1024x895.png 1024w, https://lusdaily.com/wp-content/uploads/2026/07/image-217-300x262.png 300w, https://lusdaily.com/wp-content/uploads/2026/07/image-217-768x671.png 768w, https://lusdaily.com/wp-content/uploads/2026/07/image-217-520x454.png 520w, https://lusdaily.com/wp-content/uploads/2026/07/image-217-940x821.png 940w, https://lusdaily.com/wp-content/uploads/2026/07/image-217.png 1149w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure>



<h2 class="wp-block-heading">实测数据</h2>



<p class="wp-block-paragraph">我用了一段时间，几个体感：</p>



<figure class="wp-block-table"><table class="has-fixed-layout"><thead><tr><th>场景</th><th>之前</th><th>现在</th></tr></thead><tbody><tr><td>看报错截图</td><td>切到别的工具</td><td>直接贴图，秒识别</td></tr><tr><td>分析网页设计</td><td>手动描述</td><td>截图即可</td></tr><tr><td>OCR 识别图片文字</td><td>用另外的工具</td><td>Gemini 直接提取</td></tr><tr><td>AI 生成的图片效果</td><td>描述不出来</td><td>贴图给 AI 看</td></tr></tbody></table></figure>



<h2 class="wp-block-heading">常见问题</h2>



<h3 class="wp-block-heading">Q：会不会泄露隐私？</h3>



<p class="wp-block-paragraph">A：图片会经过 Google 的服务器。如果你有隐私顾虑，建议不要传敏感截图。一般的技术截图、UI 设计图、报错信息没什么问题。</p>



<h3 class="wp-block-heading">Q：响应速度怎么样？</h3>



<p class="wp-block-paragraph">A：Gemini-3.1-flash-lite 本身就是轻量模型，识别图片速度很快，一般在几秒秒内返回，确实也遇到过繁忙的时候，再执行一次即可，毕竟免费的，不能要求太高。</p>



<h3 class="wp-block-heading">Q：可以识别什么类型的内容？</h3>



<p class="wp-block-paragraph">A：支持常见格式：PNG、JPG、WebP。能识别图片里的文字、物体、场景、UI 元素等。</p>



<h2 class="wp-block-heading">其他模型也可以</h2>



<p class="wp-block-paragraph">如果你不想用 Google，只要是Hermes 支持的模型厂商都可以。</p>



<p class="wp-block-paragraph">最划算的还是 <strong>Gemini-3.1-flash-lite</strong>——免费，够用，白嫖不心疼。</p>



<p class="wp-block-paragraph">因为老路还实验了付费的XiaoMI MiMo，那余额哗哗的掉。。。</p>



<h2 class="wp-block-heading">总结</h2>



<p class="wp-block-paragraph">这个配置花 5 分钟就能搞定，核心就三步：</p>



<ol class="wp-block-list">
<li>去 <a href="https://aistudio.google.com/apikey" target="_blank" rel="noreferrer noopener">Google AI Studio</a> 拿一个 API Key</li>



<li>在 Hermes 里配上 Google provider</li>



<li>把 Gemini 设为 DeepSeek 的视觉模型</li>
</ol>



<p class="wp-block-paragraph">之后你再也不用因为「DeepSeek 不能看图」而打断思路了。贴图、识别、继续聊——一气呵成。</p>



<p class="wp-block-paragraph">同样的道理，Hermes还支持不同的辅助模型，完全可以发挥你的想象，让不同的模型处理它最擅长的部分，然后让主力模型来给出最终结论~</p>



<figure class="wp-block-image size-large"><img loading="lazy" decoding="async" width="1024" height="620" src="https://lusdaily.com/wp-content/uploads/2026/07/image-228-1024x620.png" alt="" class="wp-image-504" srcset="https://lusdaily.com/wp-content/uploads/2026/07/image-228-1024x620.png 1024w, https://lusdaily.com/wp-content/uploads/2026/07/image-228-300x182.png 300w, https://lusdaily.com/wp-content/uploads/2026/07/image-228-768x465.png 768w, https://lusdaily.com/wp-content/uploads/2026/07/image-228-520x315.png 520w, https://lusdaily.com/wp-content/uploads/2026/07/image-228-940x569.png 940w, https://lusdaily.com/wp-content/uploads/2026/07/image-228.png 1133w" sizes="auto, (max-width: 1024px) 100vw, 1024px" /></figure>



<p class="wp-block-paragraph">当然，如果你不想麻烦，那么用一个支持视觉识别的模型作为主模型就行了，一步到位，可以参考老路这篇<a href="https://lusdaily.com/kimi3-hermes-integration-guide/" target="_blank" rel="noreferrer noopener"><strong>Kimi K3+Hermes</strong></a>的教程，原生就支持。</p>



<figure class="wp-block-embed aligncenter is-type-wp-embed"><div class="wp-block-embed__wrapper">
<div class="video-container"><blockquote class="wp-embedded-content" data-secret="Zxw3Jx80r6"><a href="https://lusdaily.com/kimi3-hermes-integration-guide/">夯爆了！Kimi3+Hermes，最强开源模型+最强Agent接入教程！</a></blockquote><iframe loading="lazy" class="wp-embedded-content" sandbox="allow-scripts" security="restricted"  title="《 夯爆了！Kimi3+Hermes，最强开源模型+最强Agent接入教程！ 》—老路日常" src="https://lusdaily.com/kimi3-hermes-integration-guide/embed/#?secret=Umj1VPaKRQ#?secret=Zxw3Jx80r6" data-secret="Zxw3Jx80r6" width="600" height="338" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe></div>
</div></figure>
<p>The post <a href="https://lusdaily.com/hermes-deepseek-free-vision/">Hermes + DeepSeek 不能看图？5分钟白嫖Google免费模型实现图片识别！</a> appeared first on <a href="https://lusdaily.com">老路日常</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
