<?xml version="1.0" encoding="utf-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><title>AI717 - 探索AI世界的导航站</title><link>https://www.ai717.cn/</link><description>发现、分享、连接全球优质AI资源</description><item><title>AI驱动的图表创建工具 部署教程</title><link>https://www.ai717.cn/?id=766</link><description>&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;准备工作&lt;/p&gt;&lt;ul class=&quot;wp-block-list list-paddingleft-2&quot; style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot;&gt;&lt;li&gt;&lt;p&gt;下载并安装SSH连接工具Finalshell：【&lt;a href=&quot;https://blog.upx8.com/go/aHR0cHM6Ly93d3cuaG9zdGJ1Zi5jb20vdC85ODguaHRtbA&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; style=&quot;box-sizing: border-box; transition: all 0.15s ease-in 0s; color: rgb(30, 136, 229); text-decoration-line: none;&quot;&gt;点击进入&lt;/a&gt;】&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;ul class=&quot;wp-block-list list-paddingleft-2&quot; style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot;&gt;&lt;li&gt;&lt;p&gt;获取DeepSeek API：【&lt;a href=&quot;https://blog.upx8.com/go/aHR0cHM6Ly9wbGF0Zm9ybS5kZWVwc2Vlay5jb20vYXBpX2tleXM&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; style=&quot;box-sizing: border-box; transition: all 0.15s ease-in 0s; color: rgb(30, 136, 229); text-decoration-line: none;&quot;&gt;点击进入&lt;/a&gt;】&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;1、开源项目地址：【&lt;a href=&quot;https://blog.upx8.com/go/aHR0cHM6Ly9naXRodWIuY29tL0RheXVhbkppYW5nL25leHQtYWktZHJhdy1pbw&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; style=&quot;box-sizing: border-box; transition: all 0.15s ease-in 0s; color: rgb(30, 136, 229); text-decoration-line: none;&quot;&gt;点击进入&lt;/a&gt;】&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;2、一键部署&lt;/p&gt;&lt;ul class=&quot;wp-block-list list-paddingleft-2&quot; style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot;&gt;&lt;li&gt;&lt;p&gt;极简安装（&lt;mark class=&quot;has-inline-color has-ast-global-color-1-color&quot; style=&quot;box-sizing: border-box; background: rgb(252, 248, 227); padding: 0.2em;&quot;&gt;3000是面板端口，your_password是访问密码，都可以设置成自己的&lt;/mark&gt;）&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;box-sizing: border-box; position: relative; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot;&gt;&lt;pre class=&quot; line-numbers language-bash&quot; id=&quot;code-block-0&quot; data-language=&quot;bash&quot; style=&quot;box-sizing: border-box; overflow: auto; font-family: Consolas, Monaco, &amp;quot;Andale Mono&amp;quot;, &amp;quot;Ubuntu Mono&amp;quot;, monospace; font-size: 13px; padding: 1em 1em 1em 3.8em; margin-bottom: 0px; line-height: 1.5; color: rgb(204, 204, 204); word-break: normal; overflow-wrap: normal; background-color: rgb(45, 45, 45); border-top: none; border-right: none; border-bottom: none; border-left: 4px solid rgb(102, 217, 239); border-image: initial; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px; tab-size: 4; word-spacing: normal; hyphens: none; position: relative; counter-reset: linenumber 0; transition: all 0.3s ease 0s;&quot;&gt;docker&amp;nbsp;run&amp;nbsp;-d&amp;nbsp;--name&amp;nbsp;next-ai-drawio&amp;nbsp;--restart=unless-stopped&amp;nbsp;-p&amp;nbsp;3000:3000&amp;nbsp;-e&amp;nbsp;ACCESS_CODE_LIST=&amp;quot;your_password&amp;quot;&amp;nbsp;ghcr.io/dayuanjiang/next-ai-draw-io:latest&lt;/pre&gt;&lt;div class=&quot;toolbar&quot; style=&quot;box-sizing: border-box; position: absolute; top: 0.5em; right: 0.5em; transition: opacity 0.3s ease-in-out 0s, transform 0.2s ease 0s; opacity: 0; transform: translateX(10px); display: flex; align-items: center; gap: 0.3em;&quot;&gt;&lt;div class=&quot;toolbar-item&quot; style=&quot;box-sizing: border-box; display: inline-block;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; color: #BBBBBB; font-size: 0.8em; padding: 0px 0.5em; background-image: linear-gradient(135deg, rgba(102, 217, 239, 0.1) 0%, rgba(166, 226, 46, 0.1) 100%); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px; border-radius: 0.5em; border: 1px solid rgba(102, 217, 239, 0.3); transition: all 0.2s ease 0s;&quot;&gt;Bash&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;toolbar-item&quot; style=&quot;box-sizing: border-box; display: inline-block;&quot;&gt;&lt;a style=&quot;box-sizing: border-box; background-image: linear-gradient(135deg, rgba(102, 217, 239, 0.1) 0%, rgba(166, 226, 46, 0.1) 100%); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; transition: all 0.2s ease 0s; color: rgb(187, 187, 187); cursor: pointer; font-size: 0.8em; padding: 0px 0.5em; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px; border-radius: 0.5em; border: 1px solid rgba(102, 217, 239, 0.3);&quot;&gt;Copy&lt;/a&gt;&lt;/div&gt;&lt;button class=&quot;code-download-btn&quot; aria-label=&quot;下载代码&quot; title=&quot;下载代码文件&quot; style=&quot;margin: 0px 0px 0px 0.5em; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 0.85em; font-family: inherit; color: rgb(187, 187, 187); overflow: visible; cursor: pointer; background-image: linear-gradient(135deg, rgba(102, 217, 239, 0.1) 0%, rgba(166, 226, 46, 0.1) 100%); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-width: 1px; border-style: solid; border-color: rgba(102, 217, 239, 0.3); padding: 0px 0.5em; border-radius: 0.5em; transition: all 0.2s ease 0s; user-select: none; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px; white-space: nowrap;&quot;&gt;⬇ 下载&lt;/button&gt;&lt;/div&gt;&lt;/div&gt;&lt;ul class=&quot;wp-block-list list-paddingleft-2&quot; style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot;&gt;&lt;li&gt;&lt;p&gt;使用deepseek部署&lt;/p&gt;&lt;/li&gt;&lt;ul class=&quot;wp-block-list list-paddingleft-2&quot; style=&quot;list-style-type: square;&quot;&gt;&lt;li&gt;&lt;p&gt;DeepseekKey获取：【&lt;a href=&quot;https://blog.upx8.com/go/aHR0cHM6Ly9wbGF0Zm9ybS5kZWVwc2Vlay5jb20vYXBpX2tleXM&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; style=&quot;box-sizing: border-box; transition: all 0.15s ease-in 0s; color: rgb(30, 136, 229); text-decoration-line: none;&quot;&gt;点击进入&lt;/a&gt;】&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;code style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;base_url&lt;/code&gt;&amp;nbsp;设置为&amp;nbsp;&lt;code style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;https://api.deepseek.com/v1&lt;/code&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;div class=&quot;ctc-wrapper ctc-wrapper--button ctc-wrapper--inside_top_right&quot; data-rule-id=&quot;10680&quot; data-position=&quot;inside_top_right&quot; style=&quot;box-sizing: border-box; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot;&gt;&lt;pre class=&quot;wp-block-code has-white-color has-black-background-color has-text-color has-background has-link-color has-medium-font-size wp-elements-edce9e899786f14cbaeb64cf0ab5cc99 line-numbers&quot; style=&quot;box-sizing: border-box; overflow: auto; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 13px; padding: 16px 16px 16px 3.8em; margin-top: 20px; margin-bottom: 20px; line-height: 1.5em; color: rgb(171, 178, 191); word-break: break-all; overflow-wrap: break-word; background-color: rgb(40, 44, 52); border: none; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px; tab-size: 4; position: relative; counter-reset: linenumber 0;&quot;&gt;docker&amp;nbsp;run&amp;nbsp;-d&amp;nbsp;--name&amp;nbsp;next-ai-drawio&amp;nbsp;--restart=unless-stopped&amp;nbsp;\
&amp;nbsp;&amp;nbsp;-p&amp;nbsp;3000:3000&amp;nbsp;\
&amp;nbsp;&amp;nbsp;-e&amp;nbsp;AI_PROVIDER=deepseek&amp;nbsp;\
&amp;nbsp;&amp;nbsp;-e&amp;nbsp;AI_MODEL=deepseek-chat\
&amp;nbsp;&amp;nbsp;-e&amp;nbsp;DEEPSEEK_API_KEY=sk-xxxxxxxxxxxxxxxx\
&amp;nbsp;&amp;nbsp;-e&amp;nbsp;ACCESS_CODE_LIST=&amp;quot;your_password&amp;quot;&amp;nbsp;\
&amp;nbsp;&amp;nbsp;ghcr.io/dayuanjiang/next-ai-draw-io:latest&lt;/pre&gt;&lt;/div&gt;&lt;ul class=&quot;wp-block-list list-paddingleft-2&quot; style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot;&gt;&lt;li&gt;&lt;p&gt;使用Open AI部署（&lt;mark class=&quot;has-inline-color has-ast-global-color-1-color&quot; style=&quot;box-sizing: border-box; background: rgb(252, 248, 227); padding: 0.2em;&quot;&gt;黄色&lt;/mark&gt;&lt;mark class=&quot;has-inline-color has-ast-global-color-1-color&quot; style=&quot;box-sizing: border-box; background: rgb(252, 248, 227); padding: 0.2em;&quot;&gt;部分根据实际情况更改&lt;/mark&gt;）&lt;/p&gt;&lt;/li&gt;&lt;ul class=&quot;wp-block-list list-paddingleft-2&quot; style=&quot;list-style-type: square;&quot;&gt;&lt;li&gt;&lt;p&gt;OpenAIKey获取：【&lt;a href=&quot;https://blog.upx8.com/go/aHR0cHM6Ly9hdXRoLm9wZW5haS5jb20vbG9nLWlu&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; style=&quot;box-sizing: border-box; transition: all 0.15s ease-in 0s; color: rgb(30, 136, 229); text-decoration-line: none;&quot;&gt;点击进入&lt;/a&gt;】&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;div class=&quot;ctc-wrapper ctc-wrapper--button ctc-wrapper--inside_top_right&quot; data-rule-id=&quot;10680&quot; data-position=&quot;inside_top_right&quot; style=&quot;box-sizing: border-box; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot;&gt;&lt;pre class=&quot;wp-block-code has-white-color has-black-background-color has-text-color has-background has-link-color has-medium-font-size wp-elements-80db2efa44b716358ba15b8a78d948ac line-numbers&quot; style=&quot;box-sizing: border-box; overflow: auto; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 13px; padding: 16px 16px 16px 3.8em; margin-top: 20px; margin-bottom: 20px; line-height: 1.5em; color: rgb(171, 178, 191); word-break: break-all; overflow-wrap: break-word; background-color: rgb(40, 44, 52); border: none; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px; tab-size: 4; position: relative; counter-reset: linenumber 0;&quot;&gt;docker&amp;nbsp;run&amp;nbsp;-d&amp;nbsp;--name&amp;nbsp;next-ai-drawio&amp;nbsp;--restart=unless-stopped&amp;nbsp;\
&amp;nbsp;&amp;nbsp;-p&amp;nbsp;3000:3000&amp;nbsp;\
&amp;nbsp;&amp;nbsp;-e&amp;nbsp;AI_PROVIDER=openai&amp;nbsp;\
&amp;nbsp;&amp;nbsp;-e&amp;nbsp;AI_MODEL=gpt-4o\
&amp;nbsp;&amp;nbsp;-e&amp;nbsp;OPENAI_API_KEY=&amp;quot;你的OpenAIKey&amp;quot;&amp;nbsp;\
&amp;nbsp;&amp;nbsp;-e&amp;nbsp;ACCESS_CODE_LIST=&amp;quot;your_password&amp;quot;&amp;nbsp;\
&amp;nbsp;&amp;nbsp;ghcr.io/dayuanjiang/next-ai-draw-io:latest&lt;/pre&gt;&lt;/div&gt;&lt;ul class=&quot;wp-block-list list-paddingleft-2&quot; style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot;&gt;&lt;li&gt;&lt;p&gt;使用Gemini部署（&lt;mark class=&quot;has-inline-color has-ast-global-color-1-color&quot; style=&quot;box-sizing: border-box; background: rgb(252, 248, 227); padding: 0.2em;&quot;&gt;黄色&lt;/mark&gt;&lt;mark class=&quot;has-inline-color has-ast-global-color-1-color&quot; style=&quot;box-sizing: border-box; background: rgb(252, 248, 227); padding: 0.2em;&quot;&gt;部分根据实际情况更改&lt;/mark&gt;）&lt;/p&gt;&lt;/li&gt;&lt;ul class=&quot;wp-block-list list-paddingleft-2&quot; style=&quot;list-style-type: square;&quot;&gt;&lt;li&gt;&lt;p&gt;GeminiKey获取：【&lt;a href=&quot;https://blog.upx8.com/go/aHR0cHM6Ly9haXN0dWRpby5nb29nbGUuY29tL3Byb21wdHMvbmV3X2NoYXQ&quot; target=&quot;_blank&quot; rel=&quot;noreferrer noopener&quot; style=&quot;box-sizing: border-box; transition: all 0.15s ease-in 0s; color: rgb(30, 136, 229); text-decoration-line: none;&quot;&gt;点击进入&lt;/a&gt;】&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;div class=&quot;ctc-wrapper ctc-wrapper--button ctc-wrapper--inside_top_right&quot; data-rule-id=&quot;10680&quot; data-position=&quot;inside_top_right&quot; style=&quot;box-sizing: border-box; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot;&gt;&lt;pre class=&quot;wp-block-code has-white-color has-black-background-color has-text-color has-background has-link-color has-medium-font-size wp-elements-a149d232e34845e22ce1e6b279f108bc line-numbers&quot; style=&quot;box-sizing: border-box; overflow: auto; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 13px; padding: 16px 16px 16px 3.8em; margin-top: 20px; margin-bottom: 20px; line-height: 1.5em; color: rgb(171, 178, 191); word-break: break-all; overflow-wrap: break-word; background-color: rgb(40, 44, 52); border: none; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px; tab-size: 4; position: relative; counter-reset: linenumber 0;&quot;&gt;docker&amp;nbsp;run&amp;nbsp;-d&amp;nbsp;--name&amp;nbsp;next-ai-drawio&amp;nbsp;--restart=unless-stopped&amp;nbsp;\
&amp;nbsp;&amp;nbsp;-p&amp;nbsp;3000:3000&amp;nbsp;\
&amp;nbsp;&amp;nbsp;-e&amp;nbsp;AI_PROVIDER=google&amp;nbsp;\
&amp;nbsp;&amp;nbsp;-e&amp;nbsp;AI_MODEL=gemini-2.5-pro\
&amp;nbsp;&amp;nbsp;-e&amp;nbsp;GOOGLE_GENERATIVE_AI_API_KEY=&amp;quot;你的GeminiKey&amp;quot;&amp;nbsp;\
&amp;nbsp;&amp;nbsp;-e&amp;nbsp;ACCESS_CODE_LIST=&amp;quot;your_password&amp;quot;&amp;nbsp;\
&amp;nbsp;&amp;nbsp;ghcr.io/dayuanjiang/next-ai-draw-io:latest&lt;/pre&gt;&lt;/div&gt;</description><pubDate>Tue, 24 Feb 2026 16:53:33 +0800</pubDate></item><item><title>字节跳动推出Seedance2.0视频生成模型</title><link>https://www.ai717.cn/?id=765</link><description>&lt;div class=&quot;f-s-16 l-h-175 c-000 t-a-j w-b-a content&quot; style=&quot;box-sizing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin: 0px; padding: 0px; border: 0px; font-size: 16px; vertical-align: baseline; background: rgb(255, 255, 255); line-height: 1.75; text-align: justify; overflow-wrap: break-word; word-break: break-all; font-family: &amp;quot;PingFang SC&amp;quot;, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, sans-serif; white-space: normal;&quot;&gt;&lt;p style=&quot;box-sizing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 0px; margin-bottom: 30px; padding: 0px; border: 0px; vertical-align: baseline; background: transparent;&quot;&gt;&lt;strong style=&quot;box-sizing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background: transparent;&quot;&gt;2月9日讯&lt;/strong&gt;&amp;nbsp;近日，一款名为Seedance2.0的AI视频生成模型再度刷屏海内外互联网。&lt;/p&gt;&lt;p style=&quot;box-sizing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 0px; margin-bottom: 30px; padding: 0px; border: 0px; vertical-align: baseline; background: transparent;&quot;&gt;根据官方资料，Seedance2.0由字节跳动推出，可根据文本或图像创建电影级视频。它采用双分支扩散变换器架构，可同时生成视频和音频。只需编写详细的提示或上传一张图片，Seedance 2.0 即可在60秒内生成带有原生音频的多镜头序列视频。&lt;/p&gt;&lt;p style=&quot;box-sizing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 0px; margin-bottom: 30px; padding: 0px; border: 0px; vertical-align: baseline; background: transparent;&quot;&gt;值得一提的是，&lt;strong style=&quot;box-sizing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background: transparent;&quot;&gt;这款模型独有的多镜头叙事功能，能够根据单个提示自动生成多个相互关联的场景&lt;/strong&gt;。AI会自动保持所有场景切换中角色、视觉风格和氛围的一致性，无需手动编辑。官方声称：“非常适合创建从开头到高潮的完整叙事序列，并确保专业级的连贯性。”&lt;/p&gt;&lt;p style=&quot;box-sizing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 0px; margin-bottom: 30px; padding: 0px; border: 0px; vertical-align: baseline; background: transparent;&quot;&gt;于是一经发布，大量用户纷纷主动尝试Seedance2.0，类似下图效果：&lt;/p&gt;&lt;p style=&quot;box-sizing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 0px; margin-bottom: 30px; padding: 0px; border: 0px; vertical-align: baseline; background: transparent;&quot;&gt;&lt;img src=&quot;https://www.ai717.cn/zb_users/upload/2026/02/20260209133856177061553671005.gif&quot; alt=&quot;image&quot; style=&quot;box-sizing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin: 0px auto 30px; padding: 0px; border: 0px; vertical-align: baseline; background: transparent; max-width: 720px; display: block; height: auto !important;&quot;/&gt;&lt;/p&gt;&lt;h3 style=&quot;box-sizing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin: 0px 0px 30px; padding: 0px; border: 0px; vertical-align: baseline; background: transparent; font-size: 0.88889em; color: rgb(134, 143, 169); font-weight: normal;&quot;&gt;图源：影视飓风&lt;/h3&gt;&lt;p style=&quot;box-sizing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 0px; margin-bottom: 30px; padding: 0px; border: 0px; vertical-align: baseline; background: transparent;&quot;&gt;与此同时，知名科普博主影视飓风的一则评测视频再度加速Seedance2.0“出圈”。测评结果显示，该模型在视频的大范围的运动、分镜、音画匹配等方面均有可圈可点之处。比如分镜上具有“明显的角度切换”，能够“像真人导演一样，不断改变摄影机的位置”。&lt;/p&gt;&lt;p style=&quot;box-sizing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 0px; margin-bottom: 30px; padding: 0px; border: 0px; vertical-align: baseline; background: transparent;&quot;&gt;此外，数家券商在研报中为Seedance2.0给出好评。如开源证券表示，字节AI视频模型Seedance2.0惊艳，在自运镜和分运镜、全方位多模态思考、音画同步生成、多镜头叙事能力等几个关键能力上实现突破，给用户提供“导演级”的控制精度，或为AI影视的“奇点”时刻。&lt;/p&gt;&lt;p style=&quot;box-sizing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 0px; margin-bottom: 30px; padding: 0px; border: 0px; vertical-align: baseline; background: transparent;&quot;&gt;当然，AI生成视频早已不是什么新鲜事。就在上个月，快手旗下AI视频生成模型可灵（Kling）也一度爆火海外，其“Motion Control”功能生成的视频拥有极高传播潜力，一度使APP登上韩国、新加坡等地的图形和设计类应用下载榜单首位，并推动其在美国地区流水收入不断增长。&lt;/p&gt;&lt;p style=&quot;box-sizing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 0px; margin-bottom: 30px; padding: 0px; border: 0px; vertical-align: baseline; background: transparent;&quot;&gt;对于其他AI视频模型，Seedance2.0官方总结称，其生成2K视频的速度比Kling等竞争对手快30%。Sora侧重于物理真实感，Kling侧重于运动控制，而Seedance 2.0则专注于制作具有原生音频的连贯多场景序列。&lt;/p&gt;&lt;p style=&quot;box-sizing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 0px; margin-bottom: 30px; padding: 0px; border: 0px; vertical-align: baseline; background: transparent;&quot;&gt;东方证券指出，随着各家最新模型发布，国内供给侧的技术天花板进一步提升，&lt;strong style=&quot;box-sizing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin: 0px; padding: 0px; border: 0px; vertical-align: baseline; background: transparent;&quot;&gt;视频生成赛道进入类25年LLM模型的竞争状态&lt;/strong&gt;，各家在基础能力均达到较高水准的前提下，后续各家差异化或在于具体落地场景。视频生成进入精准可控“仪表盘时代”，门槛降低带动B/C双端用户扩容。&lt;/p&gt;&lt;p style=&quot;box-sizing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin-top: 0px; margin-bottom: 30px; padding: 0px; border: 0px; vertical-align: baseline; background: transparent;&quot;&gt;投资层面上，上述机构表示，Seedance2.0有望在AI漫剧、AI短剧等短内容方面率先得到广泛应用，进一步推动漫剧/短剧制作大幅降本提效和产能供给释放，拥有IP储备、平台流量优势的公司或充分受益。此外，应重视垂类多模态AI应用机会，看好技术突破、成本优化带来产业趋势加速发展，带动用户增长、付费渗透和商业化再上台阶。尤其关注有多模态AI应用出海布局的公司，起量速率或更快。&lt;/p&gt;&lt;/div&gt;&lt;div class=&quot;c-b m-b-4&quot; style=&quot;box-sizing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin: 0px 0px 4px; padding: 0px; border: 0px; font-size: 16px; vertical-align: baseline; background: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: &amp;quot;PingFang SC&amp;quot;, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, sans-serif; white-space: normal;&quot;&gt;&lt;/div&gt;&lt;div class=&quot;m-b-30 f-s-14 l-h-142857 c-8391a5&quot; style=&quot;box-sizing: inherit; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); margin: 0px 0px 30px; padding: 0px; border: 0px; vertical-align: baseline; background: rgb(255, 255, 255); line-height: 1.42857; color: rgb(131, 145, 165); font-family: &amp;quot;PingFang SC&amp;quot;, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, Helvetica, Arial, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, sans-serif; white-space: normal;&quot;&gt;&lt;span class=&quot;m-l-5&quot; style=&quot;box-sizing: inherit; -webkit-tap-highlight-color: ; margin: 0px 0px 0px 5px; padding: 0px; border: 0px; vertical-align: baseline; background: transparent;&quot;&gt;特别声明：文章内容仅供参考，不构成投资建议。投资者据此操作风险自担。&lt;/span&gt;&lt;/div&gt;</description><pubDate>Mon, 09 Feb 2026 13:38:04 +0800</pubDate></item><item><title>Real-time Fund：开源基金实时估值工具 (Next.js)</title><link>https://www.ai717.cn/?id=764</link><description>&lt;div style=&quot;box-sizing: border-box; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot;&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; line-height: 25px; padding: 0px;&quot;&gt;&lt;img alt=&quot;Real-time Fund：开源基金实时估值工具 (Next.js)&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2026/02/20260209133744177061546464013.webp&quot; data-lightbox=&quot;true&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; cursor: pointer;&quot;/&gt;&lt;/p&gt;&lt;blockquote style=&quot;box-sizing: border-box; padding: 12px 16px; margin: 20px 0px; font-size: 14px; border-left: 4px solid rgb(30, 136, 229); background-color: rgb(240, 247, 255); border-radius: 2px;&quot;&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 0px; line-height: 25px; color: rgb(51, 51, 51); padding: 0px;&quot;&gt;☕ 吐槽：看个收益，至于看 5 秒广告吗？&lt;/p&gt;&lt;/blockquote&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; line-height: 25px; padding: 0px;&quot;&gt;作为一个老基民，我最烦的就是每天打开支付宝或天天基金时，先要忍受 5 秒钟的开屏广告，然后在一堆“热门推荐”、“理财课”的红点里找自己的收益数据。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; line-height: 25px; padding: 0px;&quot;&gt;对于追求效率的极客来说，我们需要的只是一个纯粹的数据面板。今天推荐的&amp;nbsp;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;Real-time Fund&lt;/span&gt;，就是一款&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;“去肥增瘦”&lt;/span&gt;的开源基金实时估值工具。没有后端，没有广告，只有你要的数据。&lt;/p&gt;&lt;/div&gt;&lt;h2 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 28px; line-height: 34px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;wei_shen_me_ni_xu_yao_zhe_kuan_kai_yuan_ji_jin_shi_shi_gu_zhi_gong_ju&quot; style=&quot;box-sizing: border-box;&quot;&gt;为什么你需要这款开源基金实时估值工具？&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;市面上的理财 App 越做越重，恨不得把社交和短视频都塞进去。而这款工具用最现代的技术栈（Next.js + Glassmorphism）解决了最核心的痛点：&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;快、纯粹、隐私。&lt;/span&gt;&lt;/p&gt;&lt;h3 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 20px; line-height: 28px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;1_ji_jian_zhu_yi_yu_bo_li_ni_tai_UI_dang_de_fu_yin&quot; style=&quot;box-sizing: border-box;&quot;&gt;1. 极简主义与玻璃拟态 (UI 党的福音)&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;打开它的界面，你会立刻被那种高级的&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;“玻璃拟态（Glassmorphism）”&lt;/span&gt;风格吸引。界面干净得像一块磨砂玻璃，没有社区吵架，没有营销弹窗，只有清晰的单位净值、实时估值和涨跌幅。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;它是响应式的，在电脑上是数据大屏，在手机浏览器里体验甚至比原生 App 还要流畅。&lt;/p&gt;&lt;h3 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 20px; line-height: 28px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;2_shen_du_chuan_tou_zhong_cang_gu_shi_shi_zhui_zong&quot; style=&quot;box-sizing: border-box;&quot;&gt;2. 深度穿透：重仓股实时追踪&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;很多简单的估值工具只给你一个笼统的数字。但 Real-time Fund 做得更深，它能&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;自动抓取基金的前 10 大重仓股票&lt;/span&gt;，并实时追踪这些股票在盘中的涨跌情况。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;这意味着，你不用等到晚上净值更新，盘中看一眼重仓股的表现，大概就能&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;大致判断今日走势是强还是弱了&lt;/span&gt;。&lt;/p&gt;&lt;h3 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 20px; line-height: 28px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;3_yin_si_zhi_shang_shu_ju_zhi_zai_ben_de_Local-First&quot; style=&quot;box-sizing: border-box;&quot;&gt;3. 隐私至上：数据只在本地 (Local-First)&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;这是我最看重的一点。它没有任何后端数据库，&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;数据默认保存在浏览器本地（localStorage），无需账号体系，也不会主动上传你的自选信息。&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;真正的“我的钱包我做主”。对于需要同时跟踪多只基金组合、进行盘中趋势判断的&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;长期投资者和数据型用户&lt;/span&gt;来说，这种本地化数据面板的效率优势尤其明显。&lt;/p&gt;&lt;h2 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 28px; line-height: 34px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;ji_shu_yuan_li_yu_bu_shu_zhi_nan_kai_fa_zhe_bi_kan&quot; style=&quot;box-sizing: border-box;&quot;&gt;技术原理与部署指南 (开发者必看)&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;对于前端开发者来说，这个项目也是一个绝佳的&amp;nbsp;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;Next.js (App Router)&lt;/span&gt;&amp;nbsp;学习案例。它巧妙地利用了 Serverless 和纯前端技术：&lt;/p&gt;&lt;ul style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;纯前端架构：&lt;/span&gt;&amp;nbsp;调用&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;公开行情数据源&lt;/span&gt;（具体实现以项目代码为准），通过 Next.js API Routes 或 JSONP 解决跨域（CORS）问题。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;无服务器部署：&lt;/span&gt;&amp;nbsp;你可以直接把它部署在 Vercel 或 Netlify 上，零成本运行。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;Docker 一键部署：&lt;/span&gt;&amp;nbsp;如果你有自己的 NAS 或云服务器，一条命令就能跑起来：&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;box-sizing: border-box; position: relative; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot;&gt;&lt;pre class=&quot;highlighted hljs line-numbers language-css&quot; id=&quot;code-block-0&quot; data-language=&quot;css&quot; style=&quot;box-sizing: border-box; overflow: auto; font-family: Consolas, Monaco, &amp;quot;Andale Mono&amp;quot;, &amp;quot;Ubuntu Mono&amp;quot;, monospace; font-size: 13px; padding: 1em 1em 1em 3.8em; margin-bottom: 0px; line-height: 1.5; color: rgb(204, 204, 204); word-break: normal; overflow-wrap: normal; background-color: rgb(45, 45, 45); border-top: none; border-right: none; border-bottom: none; border-left: 4px solid rgb(102, 217, 239); border-image: initial; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px; tab-size: 4; word-spacing: normal; hyphens: none; position: relative; counter-reset: linenumber 0; transition: all 0.3s ease 0s;&quot;&gt;docker&amp;nbsp;run&amp;nbsp;-d&amp;nbsp;-p&amp;nbsp;3000:3000&amp;nbsp;--name&amp;nbsp;fund&amp;nbsp;real-time-fund&lt;/pre&gt;&lt;div class=&quot;toolbar&quot; style=&quot;box-sizing: border-box; position: absolute; top: 0.5em; right: 0.5em; transition: opacity 0.3s ease-in-out 0s, transform 0.2s ease 0s; opacity: 0; transform: translateX(10px); display: flex; align-items: center; gap: 0.3em;&quot;&gt;&lt;div class=&quot;toolbar-item&quot; style=&quot;box-sizing: border-box; display: inline-block;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; color: #BBBBBB; font-size: 0.8em; padding: 0px 0.5em; background-image: linear-gradient(135deg, rgba(102, 217, 239, 0.1) 0%, rgba(166, 226, 46, 0.1) 100%); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px; border-radius: 0.5em; border: 1px solid rgba(102, 217, 239, 0.3); transition: all 0.2s ease 0s;&quot;&gt;CSS&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;toolbar-item&quot; style=&quot;box-sizing: border-box; display: inline-block;&quot;&gt;&lt;a style=&quot;box-sizing: border-box; background-image: linear-gradient(135deg, rgba(102, 217, 239, 0.1) 0%, rgba(166, 226, 46, 0.1) 100%); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; transition: all 0.2s ease 0s; color: rgb(187, 187, 187); cursor: pointer; font-size: 0.8em; padding: 0px 0.5em; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px; border-radius: 0.5em; border: 1px solid rgba(102, 217, 239, 0.3);&quot;&gt;Copy&lt;/a&gt;&lt;/div&gt;&lt;button class=&quot;code-download-btn&quot; aria-label=&quot;下载代码&quot; title=&quot;下载代码文件&quot; style=&quot;margin: 0px 0px 0px 0.5em; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 0.85em; font-family: inherit; color: rgb(187, 187, 187); overflow: visible; cursor: pointer; background-image: linear-gradient(135deg, rgba(102, 217, 239, 0.1) 0%, rgba(166, 226, 46, 0.1) 100%); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-width: 1px; border-style: solid; border-color: rgba(102, 217, 239, 0.3); padding: 0px 0.5em; border-radius: 0.5em; transition: all 0.2s ease 0s; user-select: none; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px; white-space: nowrap;&quot;&gt;⬇ 下载&lt;/button&gt;&lt;/div&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;当然，对于不想折腾代码的朋友，直接 Fork 到自己的 GitHub 仓库，利用 GitHub Pages 也能免费用。&lt;/p&gt;&lt;h2 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 28px; line-height: 34px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;bi_keng_zhi_nan_zhan_zhang_shi_ce&quot; style=&quot;box-sizing: border-box;&quot;&gt;避坑指南 (站长实测)&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;在使用这类开源工具时，有几点技术限制需要了解：&lt;/p&gt;&lt;div style=&quot;box-sizing: border-box; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot;&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; line-height: 25px; padding: 0px;&quot;&gt;💡站长实测提示：&lt;/p&gt;&lt;ul style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;数据延迟：&lt;/span&gt;&amp;nbsp;因为它调用的是 Web 版公开接口，估值数据可能会有 1-3 分钟的延迟，这是正常的，别把它当高频交易终端用。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;接口限制：&lt;/span&gt;&amp;nbsp;刷新频率虽然可以自定义，但建议不要设置得太快（比如低于 5 秒），否则你的 IP 可能会被接口方暂时屏蔽。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;仅供参考：&lt;/span&gt;&amp;nbsp;估值 != 净值。盘中看到的只是基于重仓股的预估，实际盈亏还是以基金公司晚上公布的净值为准。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;h2 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 28px; line-height: 34px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;xiang_mu_de_zhi_yu_zi_yuan&quot; style=&quot;box-sizing: border-box;&quot;&gt;项目地址与资源&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;本文介绍的是开源数据可视化工具，代码完全透明，请放心食用。&lt;/p&gt;&lt;ul style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;GitHub 项目主页：&lt;/span&gt;&lt;a title=&quot;Real-time Fund - 开源个人理财数据面板与基金估值工具&quot; href=&quot;https://blog.upx8.com/go/aHR0cHM6Ly9naXRodWIuY29tL2h6bTAzMjEvcmVhbC10aW1lLWZ1bmQ&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot; style=&quot;box-sizing: border-box; transition: all 0.15s ease-in 0s; color: rgb(30, 136, 229); text-decoration-line: none;&quot;&gt;GitHub – Real-time Fund Valuation&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;在线预览&lt;/span&gt;&amp;nbsp;(Demo)：&lt;a href=&quot;https://blog.upx8.com/go/aHR0cHM6Ly9oem0wMzIxLmdpdGh1Yi5pby9yZWFsLXRpbWUtZnVuZC8&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot; style=&quot;box-sizing: border-box; transition: all 0.15s ease-in 0s; color: rgb(59, 163, 255); text-decoration-line: none; outline: 0px;&quot;&gt;https://hzm0321.github.io/real-time-fund/&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Mon, 09 Feb 2026 13:37:13 +0800</pubDate></item><item><title>Ollama + OpenClaw 本地部署：断网可用、多模型切换！搭建教程</title><link>https://www.ai717.cn/?id=763</link><description>&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;&lt;img alt=&quot;Ollama + OpenClaw 本地部署：断网可用、多模型切换！搭建教程&quot; class=&quot;wp-image-22788 aligncenter&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2026/02/20260209133540177061534022816.webp&quot; sizes=&quot;(max-width: 857px) 100vw, 857px&quot; srcset=&quot;https://www.ai717.cn/zb_users/upload/2026/02/20260209133540177061534022816.webp 2560w, https://www.freedidi.com/wp-content/uploads/2026/02/20260208_1770540945-748x421.webp 748w, https://www.freedidi.com/wp-content/uploads/2026/02/20260208_1770540945-768x432.webp 768w, https://www.freedidi.com/wp-content/uploads/2026/02/20260208_1770540945-1536x864.webp 1536w, https://www.freedidi.com/wp-content/uploads/2026/02/20260208_1770540945-2048x1152.webp 2048w, https://www.freedidi.com/wp-content/uploads/2026/02/20260208_1770540945-520x293.webp 520w, https://www.freedidi.com/wp-content/uploads/2026/02/20260208_1770540945-940x529.webp 940w&quot; width=&quot;857&quot; height=&quot;482&quot; data-lightbox=&quot;true&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; cursor: pointer;&quot;/&gt;&lt;/p&gt;&lt;div class=&quot;enlighter-default enlighter-v-standard enlighter-t-dracula enlighter-l-generic enlighter-hover enlighter-linenumbers &quot; style=&quot;box-sizing: border-box; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot;&gt;&lt;div class=&quot;enlighter-code&quot; style=&quot;box-sizing: border-box;&quot;&gt;&lt;div class=&quot;enlighter&quot; style=&quot;box-sizing: border-box;&quot;&gt;&lt;p class=&quot;markdown-custom-p&quot; style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; line-height: 25px; padding: 0px;&quot;&gt;基于Ollama和OpenClaw实现&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;100%本地化部署AI助手&lt;/span&gt;的完整指南，涵盖环境准备、模型部署、多模型切换及Telegram对接，确保&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;免费、断网可用、灵活扩展&lt;/span&gt;的特性。内容综合多篇实践文档，关键步骤均附引用来源。&lt;/p&gt;&lt;h3 class=&quot;markdown-custom-h3&quot; style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 20px; line-height: 28px; padding: 0px;&quot;&gt;一、核心优势与架构&lt;/h3&gt;&lt;ol class=&quot;markdown-custom-ol list-paddingleft-2&quot; style=&quot;box-sizing: border-box; margin-bottom: 10px; padding-left: 40px;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;完全本地化&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;ul class=&quot;markdown-custom-ul list-paddingleft-2&quot; style=&quot;list-style-type: disc;&quot;&gt;&lt;li&gt;&lt;p&gt;数据无需上传云端，隐私零泄露，断网环境下仍可运行。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;通过Ollama管理本地模型（如Qwen3、GPT-OSS等），OpenClaw负责任务调度，形成闭环链路。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;多模型自由切换&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;ul class=&quot;markdown-custom-ul list-paddingleft-2&quot; style=&quot;list-style-type: disc;&quot;&gt;&lt;li&gt;&lt;p&gt;支持主流开源模型（Qwen3、GLM-4.7、GPT-OSS等），通过修改配置文件即可切换。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;硬件友好&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;ul class=&quot;markdown-custom-ul list-paddingleft-2&quot; style=&quot;list-style-type: disc;&quot;&gt;&lt;li&gt;&lt;p&gt;最低配置：16GB内存（MacOS）或GPU服务器（如NVIDIA显卡）；推荐32GB以上内存+GPU加速。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ol&gt;&lt;h3 class=&quot;markdown-custom-h3&quot; style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 20px; line-height: 28px; padding: 0px;&quot;&gt;二、前期环境准备&lt;/h3&gt;&lt;h4 class=&quot;markdown-custom-h4&quot; style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 18px 0px; font-size: 16px; line-height: 22px; padding: 0px;&quot;&gt;1. 安装基础工具&lt;/h4&gt;&lt;ul class=&quot;markdown-custom-ul list-paddingleft-2&quot; style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;Git&lt;/span&gt;（Windows管理员权限执行）：&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;box-sizing: border-box; position: relative;&quot;&gt;&lt;pre class=&quot; line-numbers language-powershell&quot; id=&quot;code-block-0&quot; data-language=&quot;powershell&quot; style=&quot;box-sizing: border-box; overflow: auto; font-family: Consolas, Monaco, &amp;quot;Andale Mono&amp;quot;, &amp;quot;Ubuntu Mono&amp;quot;, monospace; font-size: 13px; padding: 1em 1em 1em 3.8em; margin-bottom: 0px; line-height: 1.5; color: rgb(204, 204, 204); word-break: normal; overflow-wrap: normal; background-color: rgb(45, 45, 45); border-top: none; border-right: none; border-bottom: none; border-left: 4px solid rgb(102, 217, 239); border-image: initial; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px; tab-size: 4; word-spacing: normal; hyphens: none; position: relative; counter-reset: linenumber 0; transition: all 0.3s ease 0s;&quot;&gt;winget&amp;nbsp;install&amp;nbsp;git.git#&amp;nbsp;若报错，调整执行策略：Set-ExecutionPolicy&amp;nbsp;RemoteSigned&amp;nbsp;-Scope&amp;nbsp;CurrentUser&lt;/pre&gt;&lt;div class=&quot;toolbar&quot; style=&quot;box-sizing: border-box; position: absolute; top: 0.5em; right: 0.5em; transition: opacity 0.3s ease-in-out 0s, transform 0.2s ease 0s; opacity: 0; transform: translateX(10px); display: flex; align-items: center; gap: 0.3em;&quot;&gt;&lt;div class=&quot;toolbar-item&quot; style=&quot;box-sizing: border-box; display: inline-block;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; color: #BBBBBB; font-size: 0.8em; padding: 0px 0.5em; background-image: linear-gradient(135deg, rgba(102, 217, 239, 0.1) 0%, rgba(166, 226, 46, 0.1) 100%); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px; border-radius: 0.5em; border: 1px solid rgba(102, 217, 239, 0.3); transition: all 0.2s ease 0s;&quot;&gt;PowerShell&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;toolbar-item&quot; style=&quot;box-sizing: border-box; display: inline-block;&quot;&gt;&lt;a style=&quot;box-sizing: border-box; background-image: linear-gradient(135deg, rgba(102, 217, 239, 0.1) 0%, rgba(166, 226, 46, 0.1) 100%); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; transition: all 0.2s ease 0s; color: rgb(187, 187, 187); cursor: pointer; font-size: 0.8em; padding: 0px 0.5em; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px; border-radius: 0.5em; border: 1px solid rgba(102, 217, 239, 0.3);&quot;&gt;Copy&lt;/a&gt;&lt;/div&gt;&lt;button class=&quot;code-download-btn&quot; aria-label=&quot;下载代码&quot; title=&quot;下载代码文件&quot; style=&quot;margin: 0px 0px 0px 0.5em; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 0.85em; font-family: inherit; color: rgb(187, 187, 187); overflow: visible; cursor: pointer; background-image: linear-gradient(135deg, rgba(102, 217, 239, 0.1) 0%, rgba(166, 226, 46, 0.1) 100%); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-width: 1px; border-style: solid; border-color: rgba(102, 217, 239, 0.3); padding: 0px 0.5em; border-radius: 0.5em; transition: all 0.2s ease 0s; user-select: none; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px; white-space: nowrap;&quot;&gt;⬇ 下载&lt;/button&gt;&lt;/div&gt;&lt;/div&gt;&lt;ul class=&quot;markdown-custom-ul list-paddingleft-2&quot; style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;Ollama客户端&lt;/span&gt;：&lt;br class=&quot;markdown-custom-br&quot; style=&quot;box-sizing: border-box;&quot;/&gt;官网下载安装包（&lt;a class=&quot;markdown-custom-a&quot; href=&quot;https://blog.upx8.com/go/aHR0cHM6Ly9vbGxhbWEuY29tL2Rvd25sb2Fk&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot; style=&quot;box-sizing: border-box; transition: all 0.15s ease-in 0s; color: rgb(30, 136, 229); text-decoration-line: none;&quot;&gt;https://ollama.com/download&lt;/a&gt;）或命令行安装（Linux）：&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class=&quot;code-toolbar&quot; style=&quot;box-sizing: border-box; position: relative;&quot;&gt;&lt;pre class=&quot; line-numbers language-bash&quot; id=&quot;code-block-1&quot; data-language=&quot;bash&quot; style=&quot;box-sizing: border-box; overflow: auto; font-family: Consolas, Monaco, &amp;quot;Andale Mono&amp;quot;, &amp;quot;Ubuntu Mono&amp;quot;, monospace; font-size: 13px; padding: 1em 1em 1em 3.8em; margin-bottom: 0px; line-height: 1.5; color: rgb(204, 204, 204); word-break: normal; overflow-wrap: normal; background-color: rgb(45, 45, 45); border-top: none; border-right: none; border-bottom: none; border-left: 4px solid rgb(102, 217, 239); border-image: initial; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px; tab-size: 4; word-spacing: normal; hyphens: none; position: relative; counter-reset: linenumber 0; transition: all 0.3s ease 0s;&quot;&gt;curl&amp;nbsp;-fsSL&amp;nbsp;https://ollama.com/install.sh&amp;nbsp;|&amp;nbsp;sh&lt;/pre&gt;&lt;div class=&quot;toolbar&quot; style=&quot;box-sizing: border-box; position: absolute; top: 0.5em; right: 0.5em; transition: opacity 0.3s ease-in-out 0s, transform 0.2s ease 0s; opacity: 0; transform: translateX(10px); display: flex; align-items: center; gap: 0.3em;&quot;&gt;&lt;div class=&quot;toolbar-item&quot; style=&quot;box-sizing: border-box; display: inline-block;&quot;&gt;&lt;span style=&quot;box-sizing: border-box; color: #BBBBBB; font-size: 0.8em; padding: 0px 0.5em; background-image: linear-gradient(135deg, rgba(102, 217, 239, 0.1) 0%, rgba(166, 226, 46, 0.1) 100%); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px; border-radius: 0.5em; border: 1px solid rgba(102, 217, 239, 0.3); transition: all 0.2s ease 0s;&quot;&gt;Bash&lt;/span&gt;&lt;/div&gt;&lt;div class=&quot;toolbar-item&quot; style=&quot;box-sizing: border-box; display: inline-block;&quot;&gt;&lt;a style=&quot;box-sizing: border-box; background-image: linear-gradient(135deg, rgba(102, 217, 239, 0.1) 0%, rgba(166, 226, 46, 0.1) 100%); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; transition: all 0.2s ease 0s; color: rgb(187, 187, 187); cursor: pointer; font-size: 0.8em; padding: 0px 0.5em; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px; border-radius: 0.5em; border: 1px solid rgba(102, 217, 239, 0.3);&quot;&gt;Copy&lt;/a&gt;&lt;/div&gt;&lt;button class=&quot;code-download-btn&quot; aria-label=&quot;下载代码&quot; title=&quot;下载代码文件&quot; style=&quot;margin: 0px 0px 0px 0.5em; font-style: inherit; font-variant: inherit; font-stretch: inherit; font-size: 0.85em; font-family: inherit; color: rgb(187, 187, 187); overflow: visible; cursor: pointer; background-image: linear-gradient(135deg, rgba(102, 217, 239, 0.1) 0%, rgba(166, 226, 46, 0.1) 100%); background-position: initial; background-size: initial; background-repeat: initial; background-attachment: initial; background-origin: initial; background-clip: initial; border-width: 1px; border-style: solid; border-color: rgba(102, 217, 239, 0.3); padding: 0px 0.5em; border-radius: 0.5em; transition: all 0.2s ease 0s; user-select: none; box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 0px 0px; white-space: nowrap;&quot;&gt;⬇ 下载&lt;/button&gt;&lt;/div&gt;&lt;/div&gt;&lt;h4 class=&quot;markdown-custom-h4&quot; style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 18px 0px; font-size: 16px; line-height: 22px; padding: 0px;&quot;&gt;2. 模型选择与下载&lt;/h4&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; line-height: 25px; padding: 0px;&quot;&gt;&lt;img alt=&quot;Ollama + OpenClaw 本地部署：断网可用、多模型切换！搭建教程&quot; class=&quot;wp-image-22790 aligncenter&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2026/02/20260209133444177061528477880.webp&quot; sizes=&quot;(max-width: 838px) 100vw, 838px&quot; srcset=&quot;https://www.ai717.cn/zb_users/upload/2026/02/20260209133444177061528477880.webp 2401w, https://www.freedidi.com/wp-content/uploads/2026/02/20260208_1770541228-750x221.webp 750w, https://www.freedidi.com/wp-content/uploads/2026/02/20260208_1770541228-768x226.webp 768w, https://www.freedidi.com/wp-content/uploads/2026/02/20260208_1770541228-1536x452.webp 1536w, https://www.freedidi.com/wp-content/uploads/2026/02/20260208_1770541228-2048x603.webp 2048w, https://www.freedidi.com/wp-content/uploads/2026/02/20260208_1770541228-520x153.webp 520w, https://www.freedidi.com/wp-content/uploads/2026/02/20260208_1770541228-940x277.webp 940w&quot; width=&quot;838&quot; height=&quot;247&quot; data-lightbox=&quot;true&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; cursor: pointer;&quot;/&gt;&lt;/p&gt;&lt;ul class=&quot;markdown-custom-ul list-paddingleft-2&quot; style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;推荐模型&lt;/span&gt;（需64k以上上下文窗口）：&lt;/p&gt;&lt;table width=&quot;1110&quot; style=&quot;width: 894px;&quot;&gt;&lt;thead style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box;&quot; class=&quot;firstRow&quot;&gt;&lt;th style=&quot;box-sizing: border-box; padding: 14px 16px; text-align: left; font-size: 14px; color: rgb(44, 62, 80); background: linear-gradient(rgb(248, 249, 250) 0%, rgb(241, 243, 245) 100%); border-bottom-width: 2px; border-bottom-color: rgb(30, 136, 229); vertical-align: middle; letter-spacing: 0.3px; border-right-color: rgb(233, 236, 239); border-top-left-radius: 8px;&quot;&gt;模型名称&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; padding: 14px 16px; text-align: left; font-size: 14px; color: rgb(44, 62, 80); background: linear-gradient(rgb(248, 249, 250) 0%, rgb(241, 243, 245) 100%); border-bottom-width: 2px; border-bottom-color: rgb(30, 136, 229); vertical-align: middle; letter-spacing: 0.3px; border-right-color: rgb(233, 236, 239);&quot;&gt;特点&lt;/th&gt;&lt;th style=&quot;box-sizing: border-box; padding: 14px 16px; text-align: left; font-size: 14px; color: rgb(44, 62, 80); background: linear-gradient(rgb(248, 249, 250) 0%, rgb(241, 243, 245) 100%); border-bottom-width: 2px; border-bottom-color: rgb(30, 136, 229); vertical-align: middle; letter-spacing: 0.3px; border-right: none; border-top-right-radius: 8px;&quot;&gt;下载命令&lt;/th&gt;&lt;/tr&gt;&lt;/thead&gt;&lt;tbody style=&quot;box-sizing: border-box;&quot;&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; padding: 12px 16px; font-size: 14px; color: rgb(73, 80, 87); line-height: 1.6; border-bottom-color: rgb(233, 236, 239); vertical-align: middle; transition: background-color 0.2s ease 0s; border-right-color: rgb(233, 236, 239);&quot;&gt;&lt;code class=&quot;markdown-custom-code&quot; style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;qwen3-coder&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 12px 16px; font-size: 14px; color: rgb(73, 80, 87); line-height: 1.6; border-bottom-color: rgb(233, 236, 239); vertical-align: middle; transition: background-color 0.2s ease 0s; border-right-color: rgb(233, 236, 239);&quot;&gt;编码任务优化&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 12px 16px; font-size: 14px; color: rgb(73, 80, 87); line-height: 1.6; border-bottom-color: rgb(233, 236, 239); vertical-align: middle; transition: background-color 0.2s ease 0s; border-right: none;&quot;&gt;&lt;code class=&quot;markdown-custom-code&quot; style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;ollama pull qwen3-coder&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box; background-color: rgb(248, 249, 250);&quot;&gt;&lt;td style=&quot;box-sizing: border-box; padding: 12px 16px; font-size: 14px; color: rgb(73, 80, 87); line-height: 1.6; border-bottom-color: rgb(233, 236, 239); vertical-align: middle; transition: background-color 0.2s ease 0s; border-right-color: rgb(233, 236, 239);&quot;&gt;&lt;code class=&quot;markdown-custom-code&quot; style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;gpt-oss:20b&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 12px 16px; font-size: 14px; color: rgb(73, 80, 87); line-height: 1.6; border-bottom-color: rgb(233, 236, 239); vertical-align: middle; transition: background-color 0.2s ease 0s; border-right-color: rgb(233, 236, 239);&quot;&gt;平衡性能与速度&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 12px 16px; font-size: 14px; color: rgb(73, 80, 87); line-height: 1.6; border-bottom-color: rgb(233, 236, 239); vertical-align: middle; transition: background-color 0.2s ease 0s; border-right: none;&quot;&gt;&lt;code class=&quot;markdown-custom-code&quot; style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;ollama pull gpt-oss:20b&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;tr style=&quot;box-sizing: border-box;&quot;&gt;&lt;td style=&quot;box-sizing: border-box; padding: 12px 16px; font-size: 14px; color: rgb(73, 80, 87); line-height: 1.6; border-bottom: none; vertical-align: middle; transition: background-color 0.2s ease 0s; border-right-color: rgb(233, 236, 239);&quot;&gt;&lt;code class=&quot;markdown-custom-code&quot; style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;glm-4.7&lt;/code&gt;&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 12px 16px; font-size: 14px; color: rgb(73, 80, 87); line-height: 1.6; border-bottom: none; vertical-align: middle; transition: background-color 0.2s ease 0s; border-right-color: rgb(233, 236, 239);&quot;&gt;通用能力强&lt;/td&gt;&lt;td style=&quot;box-sizing: border-box; padding: 12px 16px; font-size: 14px; color: rgb(73, 80, 87); line-height: 1.6; border-bottom: none; vertical-align: middle; transition: background-color 0.2s ease 0s; border-right: none;&quot;&gt;&lt;code class=&quot;markdown-custom-code&quot; style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;ollama pull glm-4.7&lt;/code&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3 class=&quot;markdown-custom-h3&quot; style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 20px; line-height: 28px; padding: 0px;&quot;&gt;三、OpenClaw部署与配置&lt;/h3&gt;&lt;h4 class=&quot;markdown-custom-h4&quot; style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 18px 0px; font-size: 16px; line-height: 22px; padding: 0px;&quot;&gt;1. 安装OpenClaw&lt;/h4&gt;&lt;ul class=&quot;markdown-custom-ul list-paddingleft-2&quot; style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;通用命令&lt;/span&gt;：&lt;/p&gt;&lt;div class=&quot;codeBlock_md-code-block__Sbh76&quot; style=&quot;box-sizing: border-box;&quot;&gt;&lt;pre class=&quot;line-numbers&quot; style=&quot;box-sizing: border-box; overflow: auto; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 13px; padding: 16px 16px 16px 3.8em; margin-top: 20px; margin-bottom: 20px; line-height: 1.5em; color: rgb(171, 178, 191); word-break: break-all; overflow-wrap: break-word; background-color: rgb(40, 44, 52); border: none; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px; tab-size: 4; position: relative; counter-reset: linenumber 0;&quot;&gt;curl&amp;nbsp;-fsSL&amp;nbsp;https://openclaw.ai/install.sh&amp;nbsp;|&amp;nbsp;bash&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;Windows专用&lt;/span&gt;：&lt;/p&gt;&lt;div class=&quot;codeBlock_md-code-block__Sbh76&quot; style=&quot;box-sizing: border-box;&quot;&gt;&lt;pre class=&quot;line-numbers&quot; style=&quot;box-sizing: border-box; overflow: auto; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 13px; padding: 16px 16px 16px 3.8em; margin-top: 20px; margin-bottom: 20px; line-height: 1.5em; color: rgb(171, 178, 191); word-break: break-all; overflow-wrap: break-word; background-color: rgb(40, 44, 52); border: none; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px; tab-size: 4; position: relative; counter-reset: linenumber 0;&quot;&gt;iwr&amp;nbsp;-useb&amp;nbsp;https://openclaw.ai/install.ps1&amp;nbsp;|&amp;nbsp;iex&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h4 class=&quot;markdown-custom-h4&quot; style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 18px 0px; font-size: 16px; line-height: 22px; padding: 0px;&quot;&gt;2. 连接本地模型&lt;/h4&gt;&lt;ul class=&quot;markdown-custom-ul list-paddingleft-2&quot; style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;启动服务&lt;/span&gt;：&lt;/p&gt;&lt;div class=&quot;codeBlock_md-code-block__Sbh76&quot; style=&quot;box-sizing: border-box;&quot;&gt;&lt;pre class=&quot;line-numbers&quot; style=&quot;box-sizing: border-box; overflow: auto; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 13px; padding: 16px 16px 16px 3.8em; margin-top: 20px; margin-bottom: 20px; line-height: 1.5em; color: rgb(171, 178, 191); word-break: break-all; overflow-wrap: break-word; background-color: rgb(40, 44, 52); border: none; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px; tab-size: 4; position: relative; counter-reset: linenumber 0;&quot;&gt;ollama&amp;nbsp;launch&amp;nbsp;openclaw&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;配置文件修改&lt;/span&gt;（关键步骤）：&lt;br class=&quot;markdown-custom-br&quot; style=&quot;box-sizing: border-box;&quot;/&gt;编辑&lt;code class=&quot;markdown-custom-code&quot; style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;\~/.openclaw/openclaw.json&lt;/code&gt;，指定Ollama的本地API地址（如&lt;code class=&quot;markdown-custom-code&quot; style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;http://127.0.0.1:11434/v1&lt;/code&gt;）和模型ID：&lt;/p&gt;&lt;div class=&quot;codeBlock_md-code-block__Sbh76&quot; style=&quot;box-sizing: border-box;&quot;&gt;&lt;pre class=&quot;line-numbers&quot; style=&quot;box-sizing: border-box; overflow: auto; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 13px; padding: 16px 16px 16px 3.8em; margin-top: 20px; margin-bottom: 20px; line-height: 1.5em; color: rgb(171, 178, 191); word-break: break-all; overflow-wrap: break-word; background-color: rgb(40, 44, 52); border: none; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px; tab-size: 4; position: relative; counter-reset: linenumber 0;&quot;&gt;{
&amp;nbsp;&amp;nbsp;&amp;quot;models&amp;quot;:&amp;nbsp;{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;providers&amp;quot;:&amp;nbsp;{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;ollama&amp;quot;:&amp;nbsp;{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;baseUrl&amp;quot;:&amp;nbsp;&amp;quot;http://127.0.0.1:11434/v1&amp;quot;,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;apiKey&amp;quot;:&amp;nbsp;&amp;quot;任意字符串（如ollama-local）&amp;quot;,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;models&amp;quot;:&amp;nbsp;[{&amp;quot;id&amp;quot;:&amp;nbsp;&amp;quot;qwen3&amp;quot;,&amp;nbsp;&amp;quot;name&amp;quot;:&amp;nbsp;&amp;quot;Qwen3&amp;quot;}]
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}
&amp;nbsp;&amp;nbsp;},
&amp;nbsp;&amp;nbsp;&amp;quot;agents&amp;quot;:&amp;nbsp;{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;defaults&amp;quot;:&amp;nbsp;{
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;quot;model&amp;quot;:&amp;nbsp;{&amp;quot;primary&amp;quot;:&amp;nbsp;&amp;quot;ollama/qwen3&amp;quot;}
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;}
&amp;nbsp;&amp;nbsp;}}&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;注意&lt;/span&gt;：&lt;code class=&quot;markdown-custom-code&quot; style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;api&lt;/code&gt;字段需设为&lt;code class=&quot;markdown-custom-code&quot; style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;openai-completions&lt;/code&gt;，否则可能无法响应。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3 class=&quot;markdown-custom-h3&quot; style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 20px; line-height: 28px; padding: 0px;&quot;&gt;四、多模型切换与验证&lt;/h3&gt;&lt;ol class=&quot;markdown-custom-ol list-paddingleft-2&quot; style=&quot;box-sizing: border-box; margin-bottom: 10px; padding-left: 40px;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;切换模型&lt;/span&gt;：&lt;br class=&quot;markdown-custom-br&quot; style=&quot;box-sizing: border-box;&quot;/&gt;修改配置文件中的&lt;code class=&quot;markdown-custom-code&quot; style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;id&lt;/code&gt;和&lt;code class=&quot;markdown-custom-code&quot; style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;name&lt;/code&gt;字段，例如从&lt;code class=&quot;markdown-custom-code&quot; style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;qwen3&lt;/code&gt;改为&lt;code class=&quot;markdown-custom-code&quot; style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;gpt-oss:20b&lt;/code&gt;，重启服务生效。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;验证部署&lt;/span&gt;：&lt;br class=&quot;markdown-custom-br&quot; style=&quot;box-sizing: border-box;&quot;/&gt;访问&lt;code class=&quot;markdown-custom-code&quot; style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;http://localhost:18789?token=配置中的token&lt;/code&gt;，输入问题测试回复是否来自本地模型。&lt;/p&gt;&lt;/li&gt;&lt;/ol&gt;&lt;h3 class=&quot;markdown-custom-h3&quot; style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 20px; line-height: 28px; padding: 0px;&quot;&gt;五、对接Telegram机器人&lt;/h3&gt;&lt;ol class=&quot;markdown-custom-ol list-paddingleft-2&quot; style=&quot;box-sizing: border-box; margin-bottom: 10px; padding-left: 40px;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;创建Bot&lt;/span&gt;：&lt;br class=&quot;markdown-custom-br&quot; style=&quot;box-sizing: border-box;&quot;/&gt;通过&lt;code class=&quot;markdown-custom-code&quot; style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;@BotFather&lt;/code&gt;申请新机器人，获取Token（如&lt;code style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;8123121125:AAExamegv-0FQCfhfbazmp4405V0XAJCKfk&lt;/code&gt;）[用户提供]。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;配对OpenClaw&lt;/span&gt;：&lt;br class=&quot;markdown-custom-br&quot; style=&quot;box-sizing: border-box;&quot;/&gt;在Powershell中执行（替换配对码）：&lt;img alt=&quot;Ollama + OpenClaw 本地部署：断网可用、多模型切换！搭建教程&quot; class=&quot;wp-image-22699 aligncenter&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2026/02/20260209133444177061528445077.webp&quot; width=&quot;765&quot; height=&quot;402&quot; loading=&quot;lazy&quot; data-lightbox=&quot;true&quot; style=&quot;box-sizing: border-box; border: 0px; vertical-align: middle; max-width: 100%; cursor: pointer;&quot;/&gt;&lt;/p&gt;&lt;div class=&quot;codeBlock_md-code-block__Sbh76&quot; style=&quot;box-sizing: border-box;&quot;&gt;&lt;pre class=&quot;line-numbers&quot; style=&quot;box-sizing: border-box; overflow: auto; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 13px; padding: 16px 16px 16px 3.8em; margin-top: 20px; margin-bottom: 20px; line-height: 1.5em; color: rgb(171, 178, 191); word-break: break-all; overflow-wrap: break-word; background-color: rgb(40, 44, 52); border: none; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px; tab-size: 4; position: relative; counter-reset: linenumber 0;&quot;&gt;openclaw&amp;nbsp;pairing&amp;nbsp;approve&amp;nbsp;telegram&amp;nbsp;DLW7HQ69&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;重启服务&lt;/span&gt;：&lt;/p&gt;&lt;div class=&quot;codeBlock_md-code-block__Sbh76&quot; style=&quot;box-sizing: border-box;&quot;&gt;&lt;pre class=&quot;line-numbers&quot; style=&quot;box-sizing: border-box; overflow: auto; font-family: Menlo, Monaco, Consolas, &amp;quot;Courier New&amp;quot;, monospace; font-size: 13px; padding: 16px 16px 16px 3.8em; margin-top: 20px; margin-bottom: 20px; line-height: 1.5em; color: rgb(171, 178, 191); word-break: break-all; overflow-wrap: break-word; background-color: rgb(40, 44, 52); border: none; border-radius: 6px; box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px; tab-size: 4; position: relative; counter-reset: linenumber 0;&quot;&gt;ollama&amp;nbsp;launch&amp;nbsp;openclaw&lt;/pre&gt;&lt;/div&gt;&lt;/li&gt;&lt;/ol&gt;&lt;h3 class=&quot;markdown-custom-h3&quot; style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 20px; line-height: 28px; padding: 0px;&quot;&gt;六、常见问题与优化&lt;/h3&gt;&lt;ul class=&quot;markdown-custom-ul list-paddingleft-2&quot; style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px;&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;GPU加速&lt;/span&gt;：若使用NVIDIA显卡，需安装&lt;code class=&quot;markdown-custom-code&quot; style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;nvidia-container-toolkit&lt;/code&gt;并配置Docker。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;性能调优&lt;/span&gt;：调整&lt;code class=&quot;markdown-custom-code&quot; style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;contextWindow&lt;/code&gt;和&lt;code class=&quot;markdown-custom-code&quot; style=&quot;box-sizing: border-box; font-family: Consolas, Monaco, &amp;quot;Courier New&amp;quot;, monospace; font-size: 0.9em; padding: 2px 6px; color: rgb(214, 51, 132); background-color: rgb(245, 245, 245); border-radius: 4px; border: 1px solid rgb(233, 236, 239); word-break: break-word;&quot;&gt;maxTokens&lt;/code&gt;参数以匹配硬件能力。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;安全部署&lt;/span&gt;：建议Docker容器以非root用户运行，挂载只读文件系统。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;</description><pubDate>Mon, 09 Feb 2026 13:30:36 +0800</pubDate></item><item><title>SlideBot：能读懂文档的 AI PPT 生成器</title><link>https://www.ai717.cn/?id=762</link><description>&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;做汇报最痛苦的从来不是“写内容”，而是那些脏活累活：找模板、调字体、对齐图标、把 Excel 截图塞进去……一晚上过去了，PPT 还是丑得让人心碎。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;今天推荐的&amp;nbsp;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;SlideBot (2.0)&lt;/span&gt;，就是为了让你少干点这种“体力活”。它不是那种只会生成漂亮废话的工具，而是一个能帮你把&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;“文档/录音 → 演示文稿”&lt;/span&gt;这一步自动化掉的效率帮手。&lt;/p&gt;&lt;p&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2026/02/20260209133022177061502225374.webp&quot;/&gt;&lt;/p&gt;&lt;h2 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 28px; line-height: 34px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;wei_shen_me_wo_tui_jian_SlideBotta_jie_jue_le_shen_me_zhen_tong_dian&quot; style=&quot;box-sizing: border-box;&quot;&gt;为什么我推荐 SlideBot？(它解决了什么真痛点)&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;市面上所谓的&amp;nbsp;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;AI PPT 生成器&lt;/span&gt;&amp;nbsp;很多，但大多数给人的感觉就是“玩具”：生成出来的图看着挺唬人，但逻辑是乱的，根本没法拿去开会。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;SlideBot 的逻辑是&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;“内容优先，设计殿后”&lt;/span&gt;。很多团队其实把它当作&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;“文档到演示文稿的自动化流水线”&lt;/span&gt;，而不是单纯做 PPT。它主要帮你解决最耗时的&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;结构化表达&lt;/span&gt;问题：&lt;/p&gt;&lt;ul style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;大纲不再乱：&lt;/span&gt;&amp;nbsp;你给它丢一段散乱的会议纪要，它能自动拆解成“背景-问题-方案”的逻辑页。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;素材不搬运：&lt;/span&gt;&amp;nbsp;以前要把 Word 里的表格截图贴到 PPT 里，现在直接上传，AI 帮你提取重点。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;告别格式刷：&lt;/span&gt;&amp;nbsp;全局字体、配色一键统一，再也不用一页页去调“标题 24 号加粗”了。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 28px; line-height: 34px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;SlideBot_de_he_xin_wan_fa_ba_zang_huo_jiao_gei_AI&quot; style=&quot;box-sizing: border-box;&quot;&gt;SlideBot 的核心玩法：把“脏活”交给 AI&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;这就好比你雇了一个懂排版的实习生，你只负责给材料，他负责出初稿。&lt;/p&gt;&lt;div style=&quot;box-sizing: border-box; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot;&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; line-height: 25px; padding: 0px;&quot;&gt;💡站长实战用法：&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; line-height: 25px; padding: 0px;&quot;&gt;我通常先把 Word 方案或者会议纪要扔进去，让它快速出个 10-12 页的框架。这时候我不指望它也是完美的，但至少结构有了。然后我再手动去打磨那 2-3 页最关键的（结论、数据、报价），这样能把原本 3 小时的活压缩到半小时搞定。&lt;/p&gt;&lt;/div&gt;&lt;h3 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 20px; line-height: 28px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;1_wei_gei_ta_su_cai_er_bu_shi_xie_ti_shi_ci&quot; style=&quot;box-sizing: border-box;&quot;&gt;1. “喂”给它素材，而不是“写”提示词&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;这是 2.0 版本最实用的地方。你不需要绞尽脑汁去想 Prompt，直接把现成的材料喂给它：&lt;/p&gt;&lt;ul style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;文档转 PPT：&lt;/span&gt;&amp;nbsp;扔进去一份 PDF 行业报告或 Word 方案，它自动提炼大纲，省去了复制粘贴的功夫。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;录音转 PPT：&lt;/span&gt;&amp;nbsp;开完会，把录音丢进去，它能把“口语化的讨论”变成“条理清晰的要点”。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;数据可视化：&lt;/span&gt;&amp;nbsp;支持上传 Excel 表格，AI 尝试将其转化为页面图表（虽然细节可能还需要你微调一下，但比从头画快多了）。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h3 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 20px; line-height: 28px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;2_ta_shi_ke_kong_de_bu_shi_mang_he&quot; style=&quot;box-sizing: border-box;&quot;&gt;2. 它是“可控”的，不是“盲盒”&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;很多&amp;nbsp;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;在线演示文稿生成&lt;/span&gt;&amp;nbsp;工具最大的问题是生成完就不能改了。SlideBot 支持深度微调：&lt;/p&gt;&lt;ul style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;大纲编辑：&lt;/span&gt;&amp;nbsp;生成前，你可以先改大纲。觉得第三页逻辑不对？直接拖拽修改，确认无误再生成页面。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;微调模式：&lt;/span&gt;&amp;nbsp;生成后，可以进入类似 Canvas 的编辑页，替换图片、修改文字，甚至调整布局。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;导出自由：&lt;/span&gt;&amp;nbsp;支持导出 ZIP 包或 PDF。生成的图片会自动做体积压缩，&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;发群或邮件不容易超大小限制&lt;/span&gt;，细节好评。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 28px; line-height: 34px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;bi_keng_zhi_nan_zhan_zhang_shi_ce_jian_yi&quot; style=&quot;box-sizing: border-box;&quot;&gt;避坑指南 (站长实测建议)&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;虽然它能帮你省掉大半的排版时间，但有些“人工打磨”的环节还是不能省的：&lt;/p&gt;&lt;div style=&quot;box-sizing: border-box; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot;&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; line-height: 25px; padding: 0px;&quot;&gt;💡 实测经验：&lt;/p&gt;&lt;ul style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;别当甩手掌柜：&lt;/span&gt;&amp;nbsp;AI 生成的初稿，逻辑通常没问题，但细节（比如专有名词、数据精度）一定要自己校对一遍。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;图片版权：&lt;/span&gt;&amp;nbsp;AI 自动配的图通常是图库素材，如果是内部汇报没问题；如果是&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;对外商业路演&lt;/span&gt;，建议把关键配图换成你自己确认有版权的素材。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;数据隐私：&lt;/span&gt;&amp;nbsp;虽然工具方便，但&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;涉及公司核心机密的数据（如财务报表、未公开代码）&lt;/span&gt;，请手动打码后再上传，或者生成完框架后在本地填充敏感数据。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;h2 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 28px; line-height: 34px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;shi_he_shui_yong&quot; style=&quot;box-sizing: border-box;&quot;&gt;适合谁用？&lt;/span&gt;&lt;/h2&gt;&lt;ul style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;项目经理/咨询顾问：&lt;/span&gt;&amp;nbsp;需要快速把几十页的 Word 报告变成 PPT 初稿，先把架子搭起来。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;销售/商务：&lt;/span&gt;&amp;nbsp;需要针对不同客户微调方案，用它改大纲极快。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;学生党：&lt;/span&gt;&amp;nbsp;赶 Due 做答辩或者课设汇报的时候，用它确实能救命。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 28px; line-height: 34px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;xiang_mu_de_zhi_yu_zi_yuan&quot; style=&quot;box-sizing: border-box;&quot;&gt;项目地址与资源&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;本文介绍的是在线生产力工具，请根据实际需求选择使用。&lt;/p&gt;&lt;ul style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;GitHub 项目仓库：&lt;/span&gt;&lt;a title=&quot;SlideBot AI - 办公自动化与文档驱动的演示文稿生成流水线&quot; href=&quot;https://blog.upx8.com/go/aHR0cHM6Ly9naXRodWIuY29tL3RvbnlxaW5hdGNtdS9TbGlkZUJvdC1BSQ&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot; style=&quot;box-sizing: border-box; transition: all 0.15s ease-in 0s; color: rgb(30, 136, 229); text-decoration-line: none;&quot;&gt;GitHub – SlideBot AI&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;在线体验：&lt;a href=&quot;https://blog.upx8.com/go/aHR0cDovLzQ3Ljc3LjIzMS40NC8&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot; style=&quot;box-sizing: border-box; transition: all 0.15s ease-in 0s; color: rgb(30, 136, 229); text-decoration-line: none;&quot;&gt;http://47.77.231.44/&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Mon, 09 Feb 2026 13:29:19 +0800</pubDate></item><item><title>ElevenLabs 平替？Voicebox：开源的本地语音生产基础设施</title><link>https://www.ai717.cn/?id=761</link><description>&lt;h2 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 28px; line-height: 34px; padding: 0px; white-space: normal;&quot;&gt;&lt;span style=&quot;box-sizing: border-box;&quot;&gt;&lt;/span&gt;&lt;/h2&gt;&lt;div style=&quot;box-sizing: border-box; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot;&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; line-height: 25px; padding: 0px;&quot;&gt;🤔 还在给 ElevenLabs 交“月供”？&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; line-height: 25px; padding: 0px;&quot;&gt;做视频、做播客的朋友都知道，ElevenLabs 效果是好，但那是真的贵。按字符收费，稍微改几个字，几美刀就没了。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; line-height: 25px; padding: 0px;&quot;&gt;而且，要把自己的声音传到别人云端服务器，心里总归有点不踏实。今天推荐的&amp;nbsp;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;Voicebox&lt;/span&gt;，不仅免费，更是一套完全属于你的&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;私有语音基础设施&lt;/span&gt;。&lt;/p&gt;&lt;/div&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;如果你想找一个“能在自己电脑上跑、不花钱、还像剪辑软件一样好用”的配音方案，Voicebox 这个开源项目绝对值得一看。&lt;/p&gt;&lt;h2 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 28px; line-height: 34px; padding: 0px; white-space: normal;&quot;&gt;&lt;img class=&quot;ue-image&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2026/02/20260209132806177061488675353.webp&quot;/&gt;&lt;br/&gt;&lt;/h2&gt;&lt;h2 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 28px; line-height: 34px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;Voicebox_shi_ge_shabu_zhi_shi_nian_gao_ji_qi&quot; style=&quot;box-sizing: border-box;&quot;&gt;Voicebox 是个啥？(不只是念稿机器)&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;市面上很多开源 TTS 工具，界面丑得像上个世纪的产物，而且只能“输入文字 -&amp;gt; 生成音频”，一次只能做一句话。&lt;/p&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;Voicebox 不一样，它的定位不仅仅是一个工具，而是一套完整的&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;本地语音生产工作流&lt;/span&gt;：&lt;/p&gt;&lt;ul style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;它是本地的：&lt;/span&gt;&amp;nbsp;模型、声音样本、生成记录全在本地。&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;拔了网线也能用&lt;/span&gt;，你的声音数据只有你自己有。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;它是带轨道的：&lt;/span&gt;&amp;nbsp;这是最骚的功能。它支持&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;多轨时间线&lt;/span&gt;，你可以把男声、女声、背景音效放在不同轨道上剪辑，像做播客一样生产音频，而不是生成一堆散乱的 MP3。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;它是写给未来的：&lt;/span&gt;&amp;nbsp;用 Rust 和 Tauri 开发（不像 Electron 那么吃内存），在 Mac M系列芯片上跑得飞快。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 28px; line-height: 34px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;wei_shen_me_shuo_ta_shi_ElevenLabs_de_zui_jia_ben_de_ping_ti&quot; style=&quot;box-sizing: border-box;&quot;&gt;为什么说它是 ElevenLabs 的最佳“本地平替”？&lt;/span&gt;&lt;/h2&gt;&lt;h3 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 20px; line-height: 28px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;1_yin_si_jiu_shi_ying_tong_huo&quot; style=&quot;box-sizing: border-box;&quot;&gt;1. 隐私就是硬通货&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;对于做企业内训、独立游戏或者稍微敏感点的内容，&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;“数据不出机”&lt;/span&gt;是底线。用 Voicebox，你是在搭建自己的&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;私有云&lt;/span&gt;，不用担心声音样本被第三方拿去训练大模型。&lt;/p&gt;&lt;h3 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 20px; line-height: 28px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;2_zhen_zheng_neng_gan_huo_de_ji_chu_she_shi&quot; style=&quot;box-sizing: border-box;&quot;&gt;2. 真正能干活的“基础设施”&lt;/span&gt;&lt;/h3&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;它不只给你一个“生成”按钮，还给了你一套&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;工业化的生产环境&lt;/span&gt;：&lt;/p&gt;&lt;ul style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;声音克隆 (Voice Profile)：&lt;/span&gt;&amp;nbsp;喂给它一段几十秒的干音，它就能模仿这个音色。生成的配置可以保存、导出、复用。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;后悔药 (History)：&lt;/span&gt;&amp;nbsp;每一句生成的历史都保存在本地。觉得这一版语气不对？在时间线上直接重新生成这一句，不用从头再来。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;极客玩法 (API)：&lt;/span&gt;&amp;nbsp;它自带 REST API。家里如果有台高性能 PC，可以把它当成服务器，然后用轻薄本远程调用生成。这妥妥就是一套&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;私有化语音服务设施&lt;/span&gt;。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 28px; line-height: 34px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;bi_keng_zhi_nan&quot; style=&quot;box-sizing: border-box;&quot;&gt;避坑指南&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;虽然软件免费，但毕竟是跑在本地，对电脑还是有点要求的：&lt;/p&gt;&lt;div style=&quot;box-sizing: border-box; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot;&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; line-height: 25px; padding: 0px;&quot;&gt;💡 实测经验：&lt;/p&gt;&lt;ul style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;硬件门槛：&lt;/span&gt;&amp;nbsp;推荐用&amp;nbsp;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;NVIDIA 显卡 (6G以上显存)&lt;/span&gt;&amp;nbsp;或者&amp;nbsp;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;Mac (M1/M2/M3)&lt;/span&gt;。纯 CPU 也能跑，但生成速度会让你等到怀疑人生。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;效果预期：&lt;/span&gt;&amp;nbsp;它的开源模型效果很惊艳，但实话实说，跟 ElevenLabs 最顶级的付费模型比，细腻度还有一点差距。胜在&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;免费、可控、无限生成&lt;/span&gt;。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;红线警告：&lt;/span&gt;&amp;nbsp;声音克隆技术很强大，但&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;请务必在获得授权或本人同意的前提下使用&lt;/span&gt;。千万别拿去搞恶作剧、诈骗或者冒充别人。技术无罪，但怎么用是你的责任。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;h2 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 28px; line-height: 34px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;shi_he_shui_zhe_teng&quot; style=&quot;box-sizing: border-box;&quot;&gt;适合谁折腾？&lt;/span&gt;&lt;/h2&gt;&lt;ul style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;独立开发者/游戏制作人：&lt;/span&gt;&amp;nbsp;需要大量 NPC 对白，用 API 搭建&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;自动化语音工作流&lt;/span&gt;，成本为零。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;播客/视频创作者：&lt;/span&gt;&amp;nbsp;偶尔需要补录一句旁白，不用重新架麦克风，用“克隆”的声音补一句就行。&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;隐私成分党：&lt;/span&gt;&amp;nbsp;就是不喜欢把数据传给云端服务商的人。&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;&lt;h2 style=&quot;box-sizing: border-box; color: rgb(54, 59, 64); font-weight: 500; font-family: Raleway, Helvetica, Arial, &amp;quot;Microsoft Yahei&amp;quot;, sans-serif; margin: 25px 0px; font-size: 28px; line-height: 34px; padding: 0px; white-space: normal;&quot;&gt;&lt;span id=&quot;xiang_mu_de_zhi_yu_zi_yuan&quot; style=&quot;box-sizing: border-box;&quot;&gt;项目地址与资源&lt;/span&gt;&lt;/h2&gt;&lt;p style=&quot;box-sizing: border-box; margin-top: 0px; margin-bottom: 17px; font-size: 15px; line-height: 25px; color: rgb(97, 99, 102); padding: 0px; font-family: Raleway, Helvetica, Arial, sans-serif; white-space: normal;&quot;&gt;本文介绍的是开源生产力工具。建议访问 GitHub 获取最新 Release 版本。&lt;/p&gt;&lt;ul style=&quot;box-sizing: border-box; margin-bottom: 10px; list-style-position: initial; list-style-image: initial; padding-left: 40px; color: rgb(97, 99, 102); font-family: Raleway, Helvetica, Arial, sans-serif; font-size: 15px; white-space: normal;&quot; class=&quot; list-paddingleft-2&quot;&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;GitHub 项目主页：&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a title=&quot;Voicebox - 开源本地语音生产基础设施与多轨编辑器&quot; href=&quot;https://blog.upx8.com/go/aHR0cHM6Ly9naXRodWIuY29tL2phbWllcGluZS92b2ljZWJveA&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot; style=&quot;box-sizing: border-box; transition: all 0.15s ease-in 0s; color: rgb(30, 136, 229); text-decoration-line: none;&quot;&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;GitHub – Voicebox (Open Source Voice Studio)&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;li&gt;&lt;p&gt;&lt;span style=&quot;box-sizing: border-box; font-weight: 700;&quot;&gt;官方演示：&lt;/span&gt;&lt;br style=&quot;box-sizing: border-box;&quot;/&gt;&lt;a href=&quot;https://blog.upx8.com/go/aHR0cHM6Ly92b2ljZWJveC5zaC8&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener noreferrer&quot; style=&quot;box-sizing: border-box; transition: all 0.15s ease-in 0s; color: rgb(30, 136, 229); text-decoration-line: none;&quot;&gt;voicebox.sh&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;&lt;/ul&gt;</description><pubDate>Mon, 09 Feb 2026 13:26:53 +0800</pubDate></item><item><title>AI股和黄金同涨不止是“杠铃交易”</title><link>https://www.ai717.cn/?id=760</link><description>&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;最近参加各个科技论坛、峰会，遇到不少同行，我发现大家都乐观了起来，因为，在这波科技股AI 浪潮中赚到钱了。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;都说三根大阳线改变信仰，这次AI 热潮的大阳线可不止三根。比起小打小闹的散户，科技大厂们在这波 AI 热潮里收获更丰厚。自 ChatGPT 发布以来，美国科技股七巨头市值增长了约14万亿美元。在中国这边，阿里、百度等公司股价也大幅上涨。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;但浮盈后，大家又有些疑惑：这波AI 热潮是不是快到头？会不会是泡沫？要不要落袋为安？&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;这是很多人的疑虑，估计大佬们也知道了大家的疑虑，于是，站出来“吹票”了。近日，在科技播客节目BG2中，英伟达CEO黄仁勋预测，全球每年在AI基础设施上的资本支出将达到5万亿美元，他还认为，OpenAI可能成为下一个万亿美元市值公司。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;为了佐证他的判断，他分析称，未来全球GDP中有55%至65%基于人工智能创造，这50万亿美元在未来都有望受到“价值10万亿美元”的AI基建增强。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;英伟达将直接在芯片、软件、系统乃至AI工厂的层面与OpenAI展开合作，帮助他们成为一个“完全自营的超大规模公司”，双方之间的关系将像埃隆·马斯克和X公司一样。黄仁勋表示，这个过程会持续相当长的时间，最新的这次合作是为了应对OpenAI正在经历的“双重指数级增长”，分别来自用户数量和计算量。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;由GPT 引爆的 AI 热潮，现在已经是底层基础设施、模型层和应用层共同推动。模型层有谷歌的gemini、OpenAI的GPT系列、Anthropic的Claude系列，应用层更是百花齐放，Abridge和Hippocratic AI专注于医疗领域的临床辅助，Perplexity（AI搜索）和Pika（AI视频）等产品在企业和消费者领域获得了大量用户。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;但在基础设施层，你只能选择的英伟达GPU，或者它的马甲云算力平台CoreWeave。英伟达是AI 热潮的最大赢家，坐拥4.42 万亿美元的市值，依然备受追捧。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;而黄仁勋无论是态度谦和，还是警告不能失去中国市场，都是为了更大的目标。他虽然早在25 年就财富自由，也在近一年套现了约两亿美元，但他应该更享受在这个大博弈时代位列 AI权力中枢的快感。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;他打造的GPU 终于具有核弹属性，和黄金一样，被各国所囤积。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;&lt;strong&gt;01&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;英伟达与OpenAI 在 9 月 22 日就宣布了达成合作意向，共同部署AI数据中心基础设施。不仅如此，英伟达还将成为OpenAI首选战略计算和网络合作伙伴，双方将会“共同优化技术路线图”。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;过去三年，AI模型参数从千亿级迈向万亿级，对算力的渴求迎来“指数级爆炸”。 OpenAI CEO 奥尔特曼反复强调：“行业受制于算力瓶颈。”相较于提升ChatGPT具体的实用效果，越来越有商人风范的奥尔特曼将更多的目光转向了打造“AI基础设施”。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;2025年，OpenAI大张旗鼓推出号称5000亿美元规模的“星际之门”计划。奥尔特曼兴奋地宣称：“计算基础设施将成为未来经济的基础。” 在他的设想里，大规模基建可以让算力成本压下来，算力最终会变成像电力一般普惠的资源，而普惠才能真正迎来全民AI时代。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;9月，甲骨文披露跟OpenAI签下了价值3000亿美元的云计算算力服务采购合同，甲骨文股价随之一飞冲天。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;很快，外界就对这项合作是否能够真正落地产生了质疑，这张“口头支票”看上去少了重要的一环。不过，奥尔特曼确实行动力迅速，OpenAI跟英伟达的协议正好补上了缺失的拼图。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;近一年，黄仁勋已明显不在满足于被看作是芯片出售方，而是要当AI时代的“算力能源供应商”，不惜代价地锁定未来长期需求。第三方统计显示，2024年英伟达参与了近50笔AI领域风险投资，这些获投企业的开支几乎都包括采购英伟达芯片。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;换言之，英伟达用自己的钱让客户买自己的产品，又通过技术限制等约束条件让这些AI企业在未来也只能选择英伟达的产品。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;根据最新财报，英伟达年度自由现金流607.24亿美元，较一年前增长60%。手握巨额现金让老黄更加敢于主动出击。9月，英伟达以50亿美元入股英特尔，英特尔将为英伟达定制化设计x86处理器，以突破PCIe总线的带宽瓶颈。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;多年对手都能变队友，那么上下游统一战线，也变得顺理成章。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;在官方新闻稿中，黄仁勋和奥尔特曼勾肩搭背，显得关系十分亲近。黄仁勋还表示：“从第一台 DGX 超级计算机到 ChatGPT 的突破，英伟达和 OpenAI 十年来一直相互推动。”显然，双方有意凸显彼此在行业的重要地位和特殊意义，进一步巩固自己是“业内第一”的形象。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;具体来说，英伟达将为OpenAI的下一代AI基础架构部署至少10吉瓦的英伟达系统。吉瓦是衡量电力输出规模的关键单单位，10吉瓦相当于400到500万块GPU的算力，差不多是英伟达今年全年的出货量。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;双方共同规划未来发展路线将有利于形成“需求—技术—产品”的闭环，保持领先地位。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;据透露，英伟达将按照每吉瓦100亿美元的节奏向OpenAI投资，至多1000亿美元。作为交易的一部分，英伟达会获得OpenAI的部分股权。知情人士表示，按照OpenAI近期在资本市场5000亿美元的估值计算，首笔100亿美元投资将为英伟达换取约2%的股份。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;如果是一年前，新闻媒体的头版头条都将被这则合作协议占领，可是AI领域的雄心壮志实在是太多了，资本市场面对不把钱当钱的AI企业已经变得冷静起来。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;不仅英伟达的股价没有如甲骨文那般出现明显异常飞跃，甚至新闻媒体都兴趣平平，舆论的质疑声音压过了吹捧。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;&lt;strong&gt;02&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;彭博社直接给这笔交易套上了“循环交易与循环营收”的帽子。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;简单来说，OpenAI、英伟达、甲骨文形成了“ONO”三角联盟，甲骨文是AI云基础设施服务的直接提供者，OpenAI向甲骨文购买算力服务，甲骨文向英伟达购买GPU来搭建AI基础设施，英伟达转过头投资OpenAI。也有传闻称，OpenAI和英伟达是“芯片租赁”商业模式。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;同一笔资金在三家公司之间来回捣腾，实现了完美循环，一台带动AI领域狂奔的“永动机”就此诞生。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;往好了想，如果市场表现符合预期，资金可以快速循环，无限迭代，三家公司的业绩数据继续飙升，在各自细分领域占据绝对龙头，牢牢握住AI行业的主导权。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;可问题是，市场表现真的有那么好吗？&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;面对外界对“ONO”是否在玩数字游戏的质疑。黄仁勋在这期播客节目中予以否定的态度。“收入端与投资端无关。投资机会没有绑定任何条件。”&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;他强调，投资是基于对OpenAI未来发展的信心，OpenAI的客户数量在指数级增长，计算量也处于指数级增长，数据中心的规模是由下游需求撑起来的，英伟达需要站出来抓住这样的建设机会。黄仁勋还表示，摩尔定律已死，通用计算会转向加速计算。“我们与英特尔的合作就是在承认通用计算正迁移到加速计算与AI。”&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;黄仁勋还对没有在早期就跟OpenAI达成深度合作感到非常遗憾。“他们早年就邀请我们投资，当时我们太穷了，投得不够，真该把所有钱都投进去。”&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;不过，考虑到OpenAI 早期投资者马斯克和奥尔特曼已经闹到势不两立了，黄仁勋或许不需要遗憾什么。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;为了论证AI的潜力，黄仁勋直接把AI推到了维护国家安全、跟进现代化的高度，认为AI在未来会是必需品。“AI是现代软件。……每个国家都必须在计算中保持现代化。”或许是为了强调AI的重要性，黄仁勋还用AI竞赛类比“曼哈顿计划”，甚至说没有人希望有原子弹，但人人都需要AI。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;奥尔特曼也对一系列质疑进行了公开回应。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;他称，自己完全理解外界在担忧什么，但现在所有的投资规模并没有过度，是AI革命下必须要做的建设，大型科技繁荣需要大胆且协调的基础设施建设。“OpenAI的增长速度比以往任何企业都要快。”&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;奥尔特曼还乐观地表示，在拥有10吉瓦算力时，AI也许能找到治愈癌症的方法。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;尽管双方都表现得对自己所言深信不疑，但外界听后只会更加担心这是不是一场当事人成功把自己骗了的“泡沫”。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;毕竟，两个人都回避了一个核心问题，那就是OpenAI仍处在亏损状态。财务文件显示,OpenAI在2025年预计亏损50亿美元，2026年扩大到140亿美元。按照最乐观的预测，2029年才有可能实现盈利。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;也就是说，OpenAI还没有自给自足的能力。一旦奥尔特曼拿不到新的融资，雄心壮志的AI基础设施计划就会成为失控的烂摊子。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;尽管OpenAI已经明显偏离了公益组织的定位，奥尔特曼还是不想被外界看成是单纯的商人，他一直对上市持有拧巴的态度。他认为，认为上市后需要每个季度给华尔街交出一份答卷，这会让公司长期投资变得困难。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;听上去，有那么些掩耳盗铃。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;&lt;strong&gt;03&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;所谓的有需求不等同于必需品，两者之间的鸿沟很可能永远无法跨越。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;据统计，ChatGPT 用户已超过7亿，但付费用户不到3%。极低的付费比例说明用户对其依赖性并不高，仍是锦上添花的工具。奥尔特曼在炫耀需求增长时，从来没有论述过如何建立起有效的商业模式。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;贝恩公司测算，2030年全球AI公司需要2万亿美元的年收入才能为满足预期需求所需的计算能力提供资金。然而，按照现有的营收推算，AI行业将面临8000亿美元收入缺口。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;数据中心不同于传统的电路设施，它的核心硬件设备更新换代更快，出现故障的概率也更高。虽然科技公司渲染“军备竞赛”可以一步到位，但只要运行过机房，就知道它需要持续大量的资金投入。一旦设备供应跟不上最新潮流，功效就大打折扣。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;即便算力就位，也需要在客户端找到应用爆发。只有准确的场景才能激发消费者对高价值服务的认可。目前来看，业内将希望寄托在教育、医疗等关键领域，可是垂直细分巨头并没有成型。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;无论是大型投资机构，还是政府基金，亦或是散户，都认同AI领域存在着严重“泡沫”，资本给AI投资附加的约束条件正在明显增多。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;可是对于科技巨头而言，AI对自身在未来能否生存下去实在是太重要了，他们不敢观望。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;作为局中人，哪怕“自说自话”也得往前冲下去，这是关乎未来的生死之战。扎克伯格就承认，可能会有“空中陷阱”，Meta可能会浪费100亿美元之类的，但这不是重点。对于奥尔特曼和黄仁勋，他们当然清楚自己是在循环投资打造“永动机”，但这也不是重点。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;AI行业的估值溢价反映了大规模结构性机会，对于掌握核心技术的英伟达和OpenAI而言，它们坚信只要技术路线是对的，泡沫也能创造价值，要把泡沫视作是“未来”和“梦想”。创新只能在乐观的情绪中获得推进，得有容忍失败的冗余空间。所以，用技术泡沫来推动边界扩展是一条必然要选的路。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;因此，当外界的质疑声变多，投资者开始犹豫时，行业大佬更要站出来加油鼓劲。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;只要不是百分百会失败，有1%的概率成真，那么对于巨头来说就是要勇于下注的。毕竟，没成真不过是损失了些资金和市值，但出局了，就得下牌桌。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;对于这些科技巨富来说，再没有比失势更糟糕的事了。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;比科技巨富更焦虑AI 的是各大国，AI 竞争已经是黄仁勋所暗示的是“新曼哈顿计划”，是国运之争，谁都不敢懈怠，更不会认输，只会争相投入，对算力基石GPU 的需求已经超越了商用需求的范畴，变成和央行囤黄金一样的战略储备。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;而对于广大投资者尤其小散来说，既然大国、大佬们敢all in，那有什么理由不跟呢，一手增持黄金，一手增持科技股。在很多时候互为对冲的资产，达成了同时上涨的奇观，看似是“杠铃交易”，其实是跟随下注未来。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;面对愈发混沌不明的世界，这台“永动机”是所有人一起打造的。&lt;/p&gt;</description><pubDate>Sat, 04 Oct 2025 17:06:36 +0800</pubDate></item><item><title>甲骨文“一树梨花压海棠”</title><link>https://www.ai717.cn/?id=759</link><description>&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;一夜之间，甲骨文就从垂垂老矣的数据库公司变成AI巨擘，以及成为未来TikTok 股权交易的最大赢家。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;美东时间9 月15 日，甲骨文股价再度上涨3.41%。此前八月，它就被美国私人金融和投资咨询公司Motley Fool列入“美股十巨头”之列。这“十巨头”除了此前的“七姐妹”（英伟达（NVDA）、微软（MSFT）、苹果（AAPL）、亚马逊（AMZN）、Alphabet（GOOGL）、Meta Platforms（META）、特斯拉（TSLA）之外，加上了甲骨文（ORCL）、博通（AVGO）和奈飞（NFLX），认为它们将引领AI前进方向。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;跻身AI 巨头，甲骨文对云计算市场也野心勃勃。六月份的2025财年第四季度收益报告里，甲骨文CEO萨弗拉·卡兹曾宣称：“甲骨文不仅有望成为全球最大的云应用公司，而且还有望成为全球最大的云基础设施公司之一。”&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;甲骨文可能收到的一份大礼将巩固它在云计算市场的优势，那就是TikTok 美国用户数据将继续由甲骨文托管，存储在得克萨斯州的数据中心。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;更重磅的是，据传，甲骨文与沃尔玛组成的财团将有望接持 TikTok40%的股份。81岁的甲骨文创始人拉里·埃里森迎娶了年仅34 岁的90后华裔女性，再焕发青春，如今，又想将10 后的TikTok部分纳入版图。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;但也有泼冷水的，高盛在最新报告中大幅上调甲骨文目标价至310 美元的同时却维持“中性”评级，其认为巨额资本支出将推迟至现金流盈亏平衡至29财年，而且能否转化为营收增长仍缺乏明确的可见性。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;虽然前景看涨，但因存在诸多不确定性，所以甲骨文市值在短暂突破万亿美元后，跌到8500 亿美元左右。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;但谁都不会再忽视埃里森的野心，以及他背后雄厚的政商资源。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;&lt;strong&gt;01&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;81岁的埃里森给54岁的马斯克上了一课。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;当地时间9月10日，甲骨文跳空高开，股价涨幅一度超过40%，收盘市值一天增加2240亿美元，创下1992年以来最大单日涨幅！拉里·埃里森个人财富也水涨船高，暴涨890亿美元，一度超越马斯克，首次登顶世界首富！&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;在硅谷纵横四十余年，耋耄之年还能再进一步，拉里森的精神头属实令人惊叹。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;甲骨文的突然“起飞”源于其前一日公布的2026财年第一财季业绩。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;根据财报，本季度甲骨文总营收149亿美元，同比增长11%；净利润为29亿美元，同比下降4%。从客观数字来看，这是一份拿得出手的成绩单，然而处在AI爆发式增长期，甲骨文营收和净利润表现并没有达到的市场的预期。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;不过，甲骨文想要强调的重点不在本季度，而是一个让行业内外瞠目结舌的预期收入——公司剩余履约义务（RPO）高达4550亿美元，单季度增加3170亿美元，同比增幅359%！&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;RPO本质是企业的“预收款”，包含已签约但尚未确认收入的合同价值。此前，外界对这一数字的预期约1800亿美元。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;甲骨文CEO萨弗拉·卡兹强调，公司本季度与三家人工智能领域巨头都签署了重量级的云合同。目前，OpenAI、xAI、Meta、英伟达等在AI浪潮下收益最大的公司都与甲骨文有着重要合作，公司未来RPO可能突破5000亿美元大关，“客户需求远远超过了产能供给。”&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;卡兹给出了极其有冲击力的预期指引，认为公司云基础设施业务本财年收入将增长77%，达到180亿美元，未来四个财年的年收入目标分别为320亿美元、730亿美元、1140亿美元和1440亿美元。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;虽然甲骨文没有直接承认带动RPO的项目是什么，可是媒体如同早已打好招呼一般，迅速跟进披露了具体内容——OpenAI将在未来5年，向甲骨文采购价值高达3000亿美元的算力。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;这笔采购是“星际之门”AI基础设施投资计划的一部分，&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;今年初，美国总统特朗普与软银孙正义、OpenAI奥尔特曼和拉里·埃里森共同在白宫宣布启动“星际之门”，号称要在四年内投资5000亿美元在美国本土建设容量为10吉瓦的数据中心。其中，软银负责财务，OpenAI承担运营，甲骨文提供高性能芯片。此外，微软、英伟达和Arm也会是初始技术合伙人。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;7月，OpenAI宣布与甲骨文共同在美国开发4.5GW新增“星际之门”数据中心算力，未来AI数据中心总容量突破5GW，可支持超200万枚芯片运行。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;彼时，双方没有透露具体的交易金额，直到发布财报，甲骨文才抛出“重磅炸弹”。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;一夕之间，投资机构们似乎全部变成了单线思考的乐观主义者，完全沉浸在了3000亿美元这一天文数字带来的震撼之中，用一飞冲天的走势强行打造美股新的神话。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;&lt;strong&gt;02&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;稍许冷静之后，甲骨文股价连续两个交易日回落，累计跌超10%。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;3000亿美元说着好听，可这只能算是一笔“口头支票”。AI浪潮下，钱变得越来越不值钱，天文数字随处可见，只要把一时的热度抓住了，似乎没有人会真正跟进具体的落实细节。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;根据最新披露信息，作为采购方，OpenAI的年收入约为100亿美元，尚未实现盈利。即便身处行业领先位置，在激烈的市场竞争中让ChatGPT保持高速增长的难度越来越大，商业模式也仍处于探索状态，从产品端获取足够现金流对奥尔特曼仍是一个难题。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;换言之，OpenAI自身的“造血能力”与约定的合同金额之间存在巨大的差距。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;预期收入严重依赖单一客户，客户的支付能力是个未知数。怎么看，甲骨文都像是在用一个虚实不清的交易引导市场做出过度反应，用一场豪赌刺激市场继续看好自身在AI时代的前景。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;拉里·埃里森的商业形象一直是激进的“坏小子”。在塑造激进的个人形象，创造增长故事领域，马斯克只能算他的晚辈。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;在科技圈大佬中，埃里森是技术底子很薄弱的哪一类，先后就读三所大学却没有拿到一张毕业证书。不过，复杂的社会经历锻炼出了他过人的商业前瞻力以及打造政商关系的能力。70年代末，埃里森找到了合适的技术合伙人，利用IBM的战略失误带领甲骨文销售团队率先拿下了美国中央情报局的订单，卖出了尚未成熟的数据库产品，成为信息技术革命下成功摘到果子的人。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;过于沉溺于传统数据库市场，使得甲骨文云业务起步晚，加上丢掉中国市场，甲骨文一度被视为一家跑输科技大盘的“老公司”。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;2016年，甲骨文才推出第二代云基础设施Oracle Cloud Infrastructure（OCI）。在进度远远落后于竞争对手的情况下，甲骨文立足自身优势，专注企业级混合云和数据库相关的云服务，将OCI与其数据库服务深度整合。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;同时，甲骨文采用多云融合战略，帮助客户实现在私有云、公有云和本地数据中心之间灵活切换，协同服务，这对注重信息安全的大客户非常实用。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;“TikTok是OCI发展‘分水岭’。”2020年，在美国监管机构的强制要求下，Tik Tok一度处在出售边缘，不得不寻找在美国本土化运行的合作者。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;与半路入伙又反叛的马斯克不同，在相当长一段时间，埃里森一直是硅谷少有的共和党支持者。凭借在信息安全领域经验和与特朗普政府的良好的关系，甲骨文从微软手中抢下了大单，成为Tik Tok“可信技术提供商”。知情人士透露，Tik Tok庞大的流量所带来的业务规模超过了OCI其他所有客户的总和，迫使甲骨文以从未有过的规模思考业务布局。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;在ChatGPT引爆AI热潮之前，为TikTok运行图形处理器使得甲骨文储存了规模庞大的英伟达GPU芯片，也积累了丰富的AI基础设施运营经验，这家老牌公司得以迅速适应市场变化。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;科技业不将论资排辈，只看能不能站上风口。2024年，埃里森又抓紧特朗普重返白宫的机遇，和OpenAI携手搞起了充满雄心壮志的“星际之门”。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;虽然人在暮年，但依靠与特朗普的亲密关系，埃里森在用激进的方式为甲骨文争取进入下一个科技周期的机会。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;&lt;strong&gt;03&lt;/strong&gt;&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;最近几年的经济形势，让个人到企业都有了一个明确的认知：不能用当下的情况去推断未来，不能只看得见上升看不见低谷。AI应用能否充分发展，融入生活的每一个角落将会决定当前火热的AI基础设施投资是不是一场泡沫。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;诚然，每一方都希望有好的结果，但更需要看得见风险。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;甲骨文作为经历过几轮周期的科技业“老人”，有着丰富的“过关”经验。因此，当甲骨文一味地片面凸显积极因素时，外界反而会更加在意它想要掩饰的是什么。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;“他们实际上没有钱。”作为竞争对手，马斯克一直是“星际之门”有力的监督者。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;按照奥尔特曼的规划，“星际之门”初始投资额1000亿美元，逐步扩展至5000亿美元。马斯克则称，他掌握可靠情报，软银的融资保障金额远低于100亿美元。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;官宣以来，“星际之门”计划进展缓慢，软银和OpenAI在多项议题上存在分歧。据透露，OpenAI自行将设在得克萨斯州阿比林市和登顿市的两座数据中心列入“星际之门”项目，OpenAI与甲骨文达成的协议也绕过了软银。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;这意味着AI基础设施建设巨额成本很难得到软银引入的外部资金，而是要由甲骨文承担。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;2026财年一季度，甲骨文的资本支出高达85亿美元，同比增长近270%，自由现金流已连续两个季度为负。2026年，甲骨文计划新建37个AI数据中心。财报会上，卡兹承认公司财年资本支出指引上调至约350亿美元，相当于预计营收的53%。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;据统计，甲骨文在AI基础设施上的投资已经超过了其现金流，总债务权益比高达427%。作为对比，微软仅为32%。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;今年初，就有外媒披露甲骨文在数据中心方面的资金投入已接近临界线，埃里森个人的财务能力或许比整个公司还要强。未来几年，甲骨文有极大概率持续陷入负自由现金流的状态。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;一旦订单转化不如预期，很可能引发流动性危机，市场对公司的信心将迅速崩塌。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;实际上，甲骨文AI基础设施业务的盈利能力也让外界担忧。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;摩根史坦利的报告明确指出，甲骨文在本季度财报中回避了原先设定的2026财年营业利润率达到45%这一目标，这表明公司的利润率表现不及预期。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;第一财季，包括云基础设施（IaaS）和SaaS的云业务在甲骨文总收入中的占比接近50%，相比2022年25%的占比翻了一番。以此推测，云业务对利润率起到了反向作用。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;摩根史坦利估算，甲骨文本地部署数据库业务毛利率高达97%，AI基础设施业务的毛利率约为40%左右。随着公司进一步转型，业务占比的变化将对利润率产生持续性影响。摩根士丹利预测，到2029财年，甲骨文的整体营业利润率将从2025财年的72%下降到54%。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;对任何生意而言，长期性的“投入＞产出”绝对说不上是走在正确的路径上。想要当AI时代的基础底座供应商，甲骨文必须要改善成本结构，以及拓展更多客户，否则迟早会被开除出十巨头之列。&lt;/p&gt;&lt;p style=&quot;margin-top: 26px; margin-bottom: 0px; padding: 0px; word-break: break-all; overflow-wrap: break-word; line-height: 28px; font-size: 16px; text-indent: 2em; text-align: justify; color: rgb(37, 42, 45); font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;PingFang SC&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, &amp;quot;Source Han Sans SC&amp;quot;, &amp;quot;Noto Sans CJK SC&amp;quot;, &amp;quot;WenQuanYi Micro Hei&amp;quot;, sans-serif; white-space: normal;&quot;&gt;这就不难解释为什么埃里森会紧抱特朗普大腿，以及紧盯着TikTok 后续的股权交易。作为围绕着特朗普周围的大财团的一员，埃里森虽然不擅长技术，但也精通“交易的艺术”。&lt;/p&gt;</description><pubDate>Thu, 18 Sep 2025 09:24:35 +0800</pubDate></item><item><title>DeepSider</title><link>https://www.ai717.cn/?id=758</link><description>&lt;p&gt;&lt;img src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170656175801361680856.png&quot;/&gt;&lt;/p&gt;&lt;p&gt;DeepSider是一款集成于浏览器侧边栏的AI对话工具，可免费使用所有顶级大模型
包括最新的GPT-4o画图, GPT-4.1, GPT-o3, Grok 4, Claude 4 Sonnet, Claude 4 Opus, Gemini 2.5 Pro, FLUX画图, DeepSeek R1等
以极简交互与超快的响应速度，完成AI搜索、实时问答、内容创作、翻译、代码生成等复杂任务&lt;/p&gt;</description><pubDate>Tue, 16 Sep 2025 17:04:55 +0800</pubDate></item><item><title>流弊！无需魔法，国内用户直接免费用！</title><link>https://www.ai717.cn/?id=757</link><description>&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot; data-pm-slice=&quot;0 0 []&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;“Nano Banana的爆火，还只是一个开始。”&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;谷歌的新一代AI绘图模型&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;color: #02AA3E;font-weight: bold;&quot;&gt;Nano Banana&lt;/span&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;，一夜&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;margin-left: 8px; margin-right: 8px; line-height: 1.75em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;},&amp;quot;para&amp;quot;,null]&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;刷爆全网社交媒体。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;出道仅两周，&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;margin-left: 8px; margin-right: 8px; line-height: 1.75em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;Nano Banana&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;就彻底改变了游戏规则——&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p data-pm-slice=&quot;0 0 []&quot; style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;margin-left: 8px; margin-right: 8px; line-height: 1.75em;&amp;quot;,&amp;quot;data-pm-slice&amp;quot;:&amp;quot;0 0 []&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;脚踢Flux，拳打GPT4o, 把Photoshop扫地出门。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p data-pm-slice=&quot;0 0 []&quot; style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;凭借其超神的玩法，它&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;margin-left: 8px; margin-right: 8px;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;已经&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;成了AI领域“一句话修图”的真神。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;1.1440536013400335&quot; data-w=&quot;597&quot; style=&quot;height: auto !important; visibility: visible !important; width: 597px !important;&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/OjgKEXmLURogp9O1PzUhR5Jt2oNyzzCziakZjYmrVTHj032zYAXbMMnmOc0XSKwcI002zZicfePTba0kucF5OX9g/640?wx_fmt=png&amp;amp;from=appmsg&amp;amp;tp=webp&amp;amp;wxfrom=5&amp;amp;wx_lazy=1#imgIndex=0&quot; data-original-style=&quot;height: auto !important;&quot; data-index=&quot;0&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170215175801333566491.png&quot; _width=&quot;597px&quot; __sec_open_place_holder__=&quot;true&quot; data-sec-load-status=&quot;2&quot; data-report-img-idx=&quot;0&quot; alt=&quot;图片&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;这段时间，无论是你什么圈子的，大概都刷到过这些精美的&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;手办图。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;从二次元角色，到三次元偶像，再到亲朋好友和自家萌宠，万物皆可“手办化”。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 0.034em; margin-left: 8px; margin-right: 8px;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.5768518518518518&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; style=&quot;height: auto !important; visibility: visible !important; width: 661px !important;&quot; type=&quot;block&quot; data-imgfileid=&quot;100000679&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/dSUcrX87n0zgQO8wFG9cZUVIiagBI8LPueICxGoqObtbmcNqmfrzkHy0rwcibWB0K113ktJIyCcgPgIvgjxcoyfQ/640?wx_fmt=png&amp;amp;from=appmsg#imgIndex=1&quot; data-original-style=&quot;height: auto !important;&quot; data-index=&quot;1&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170215175801333591859.png&quot; _width=&quot;677px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013187909&quot; data-report-img-idx=&quot;1&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;而这些看起来十分精细的手办，都是Nano Banana生成的，包括后面逼真的建模界面和书桌背景。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 0.034em; margin-left: 8px; margin-right: 8px;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.7296296296296296&quot; data-w=&quot;1080&quot; style=&quot;height: auto !important; visibility: visible !important; width: 661px !important;&quot; data-src=&quot;https://mmbiz.qpic.cn/sz_mmbiz_png/ldFS4dcUP55ohBOsl0q14MHs4tGGQ7DgtpnuSHu8FaYhxxF4t2Y5ribibibNYicVaC3DrYrOvj4Qiaib3ibCGlaiczPpIg/640?wx_fmt=png&amp;amp;from=appmsg&amp;amp;tp=wxpic&amp;amp;wxfrom=5&amp;amp;wx_lazy=1#imgIndex=1&quot; data-original-style=&quot;height: auto !important;&quot; data-index=&quot;2&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170215175801333522821.png&quot; _width=&quot;677px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013188455&quot; data-report-img-idx=&quot;2&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p data-pm-slice=&quot;2 2 []&quot; style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;Nano Banana&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;模型&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;具备极强的图片理解能力与角色一致性表现力。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;除了最出圈的AI手办图外，它&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;还有许多牛X的玩法。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;比如：&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;上传一张人物照片，让AI修改其中的某个元素，它都会在任何新场景下都保持主体的外貌一致。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;100000695&quot; data-ratio=&quot;0.6731481481481482&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; style=&quot;height: auto !important; visibility: visible !important; width: 661px !important;&quot; type=&quot;block&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/dSUcrX87n0wW0icZxVkcB8bEbqNhSFUpUlRmoR9ibhmWUiatNAwDRaJCVzrWoIe6mtnZG1rg2KwQVBXMdiciaBa2cmQ/640?wx_fmt=png&amp;amp;from=appmsg#imgIndex=3&quot; data-original-style=&quot;height: auto !important;&quot; data-index=&quot;3&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170216175801333645171.png&quot; _width=&quot;677px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013189405&quot; data-report-img-idx=&quot;3&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;比如：上传多张照片，让AI把它们融合在一起。它也能够完美识别背景和主体，让新生成的图像在保持主体一致的情况下栩栩如生。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img __bg_gif&quot; data-ratio=&quot;0.5482758620689655&quot; data-w=&quot;580&quot; style=&quot;height: auto !important; visibility: visible !important; width: 580px !important;&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_gif/YicUhk5aAGtBciaTwg4vHyAbraPQc4Efr2icicCBudPkEFSibJa5AoGUyRoLN13EVwOqYO5XuyF95LaoH0MUJKVTo3Q/640?wx_fmt=gif&amp;amp;from=appmsg&amp;amp;tp=wxpic&amp;amp;wxfrom=5&amp;amp;wx_lazy=1#imgIndex=4&quot; data-original-style=&quot;height: auto !important;&quot; data-index=&quot;4&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170217175801333719597.gif&quot; _width=&quot;580px&quot; __sec_open_place_holder__=&quot;true&quot; data-order=&quot;0&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013190624&quot; data-report-img-idx=&quot;4&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;section data-pm-slice=&quot;2 2 []&quot; style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;以前需要Ps这种专业工具才能做到的效果，&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;Nano Banana只需要几十秒时间就能完成。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;这对于电商运营来说，更是有如神助。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;attributes&amp;quot;:{},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-imgfileid=&quot;100000802&quot; data-ratio=&quot;0.4425925925925926&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1080&quot; style=&quot;height: auto !important; visibility: visible !important; width: 661px !important;&quot; type=&quot;block&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_jpg/dSUcrX87n0w401k5ZUplWQQnDoe0GxKeBPmoIVcIHTMRJU0m4bf4U5oRcNK9ME2iczJBO4Uzuic118IicXVHOJqHQ/640?wx_fmt=jpeg&amp;amp;from=appmsg#imgIndex=5&quot; data-original-style=&quot;height: auto !important;&quot; data-index=&quot;5&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170217175801333751842.jpeg&quot; _width=&quot;677px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013197295&quot; data-report-img-idx=&quot;5&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p data-pm-slice=&quot;0 0 []&quot; style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;以至于网友们表示：有了&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;Nano Banana，PhotoShop的优势荡然无存，修图师直接失业！&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;目前，从谷歌官网给出的价格大概计算下来，&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;Nano Banana&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;生成每张图像的成本大约为0.039美元（约0.28元）。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;那么作为国内用户，&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;在&lt;/span&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;color: #FF4C41;font-weight: bold;&quot;&gt;无法访问谷歌、没有谷歌账号&lt;/span&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;的情况下，如何使用&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;Nano Banana模型呢？&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-croporisrc=&quot;https://mmbiz.qpic.cn/sz_mmbiz_png/KmXPKA19gWibBlzb0jICv7CiaTJzlRBjicwIIBmlz9tibzDNW4UPVTkzwXMZlf8rBfJIJQJS28S3ZVAiaVXgIq6afVA/640?wx_fmt=png&amp;amp;from=appmsg&amp;amp;tp=wxpic&amp;amp;wxfrom=5&amp;amp;wx_lazy=1&quot; data-cropx2=&quot;786&quot; data-cropy2=&quot;330.06405693950177&quot; data-imgfileid=&quot;503503952&quot; data-ratio=&quot;0.4198473282442748&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;786&quot; style=&quot;width: 562px !important; visibility: visible !important; height: auto !important;&quot; type=&quot;block&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_jpg/dSUcrX87n0zgQO8wFG9cZUVIiagBI8LPuFelhPibUc89ddW6qpQJoedjsia1uJPngC48HAiaiacWcdKmD7RfyicHrNPA/640?wx_fmt=jpeg#imgIndex=6&quot; data-original-style=&quot;width: 562px;visibility: visible !important;height: auto !important;&quot; data-index=&quot;6&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170218175801333828632.jpeg&quot; _width=&quot;562px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013198695&quot; data-report-img-idx=&quot;6&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;这里我来给大家分享一个免费的&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;浏览器插件&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;——&lt;/span&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;color: #02AA3E;font-weight: bold;&quot;&gt;DeepSider。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;color: #02AA3E;font-weight: bold;&quot;&gt;Nano Banana已经在DeepSider中上线，所有用户均可以免费、不限次数使用！！&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px; letter-spacing: 1px; font-style: italic; text-decoration-line: underline;&quot;&gt;官网：https://www.deepsider.ai/&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 0.034em; margin-left: 8px; margin-right: 8px;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;100000682&quot; data-ratio=&quot;0.5148148148148148&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; style=&quot;height: auto !important; visibility: visible !important; width: 661px !important;&quot; type=&quot;block&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/dSUcrX87n0zgQO8wFG9cZUVIiagBI8LPumODfQ8w1g3slqauViaNVM5QHHzVSvAibbO2GzeNKSQm983LLmfhmG7Vg/640?wx_fmt=png&amp;amp;from=appmsg#imgIndex=7&quot; data-original-style=&quot;height: auto !important;&quot; data-index=&quot;7&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170218175801333875793.png&quot; _width=&quot;677px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013199516&quot; data-report-img-idx=&quot;7&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p data-pm-slice=&quot;0 0 []&quot; style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 20px;letter-spacing: 1px;background-color: #FFDA51;color: #000000;font-weight: bold;&quot;&gt;如何使用DeepSider？&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;DeepSider是一款浏览器侧边栏插件，支持与多款热门AI模型对话和&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;生成&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;图像。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;最重要的是，&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;color: #02AA3E;font-weight: bold;&quot;&gt;不用魔法&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;！QQ邮箱、163邮箱就能注册使用！&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;国内用户直接&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;就能体&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;验&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;color: #02AA3E;font-weight: bold;&quot;&gt;最新的&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;color: #02AA3E;font-weight: bold;&quot;&gt;Nano Banana、GPT-5、&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;color: #02AA3E;font-weight: bold;&quot;&gt;Grok4、Claude 4、GPT-4o画图、Gemini 2.5 Pro、DeepSeek V3.1&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;等等热门模型。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section nodeleaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 0.034em; margin-left: 8px; margin-right: 8px;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img __bg_gif&quot; data-ratio=&quot;0.5176252319109462&quot; data-w=&quot;1078&quot; style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; outline: 0px; max-width: 100%; vertical-align: bottom; box-sizing: border-box !important; overflow-wrap: break-word !important; width: 661px !important; visibility: visible !important; height: auto !important;&quot; data-src=&quot;https://mmbiz.qpic.cn/sz_mmbiz_gif/Oy6E1oydbS9gJVbBkfxicJLmr0OOMYiayY9GiagqibDoKasmVA2ic50PP1ApQxGGTdLFGrSGUpnmykFMgHgiavSoyZzw/640?wx_fmt=gif&amp;amp;from=appmsg&amp;amp;wxfrom=5&amp;amp;wx_lazy=1&amp;amp;tp=webp#imgIndex=8&quot; data-original-style=&quot;margin-top: 0px;margin-bottom: 0px;padding: 0px;outline: 0px;max-width: 100%;vertical-align: bottom;box-sizing: border-box !important;overflow-wrap: break-word !important;width: 661px !important;visibility: visible !important;height: auto !important;&quot; data-index=&quot;8&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170218175801333811174.gif&quot; _width=&quot;661px&quot; __sec_open_place_holder__=&quot;true&quot; data-order=&quot;1&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013200270&quot; data-report-img-idx=&quot;8&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;点进官网后，根据你的浏览器版本，进入安装界面。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;100000803&quot; data-ratio=&quot;0.5083333333333333&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; style=&quot;height: auto !important; visibility: visible !important; width: 661px !important;&quot; type=&quot;block&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/dSUcrX87n0w401k5ZUplWQQnDoe0GxKePeyP7yxVPSlCFCic6UDK3kULx3D18nwqGRTFdZFCia2e2cQFIedre0aw/640?wx_fmt=png&amp;amp;from=appmsg#imgIndex=9&quot; data-original-style=&quot;height: auto !important;&quot; data-index=&quot;9&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170218175801333818968.png&quot; _width=&quot;677px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013200677&quot; data-report-img-idx=&quot;9&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;以Edge浏览器为例，进入安装页面后，&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;点击获取按钮，就可以安装&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;DeepSider插件了。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 0.034em; margin-left: 8px; margin-right: 8px;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-imgfileid=&quot;100000683&quot; data-ratio=&quot;0.42592592592592593&quot; data-s=&quot;300,640&quot; data-type=&quot;jpeg&quot; data-w=&quot;1080&quot; style=&quot;height: auto !important; visibility: visible !important; width: 661px !important;&quot; type=&quot;block&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_jpg/dSUcrX87n0zgQO8wFG9cZUVIiagBI8LPuG9aVrSuvNOiagcvTqJu5aCu2SDuribMgmaia20v8JRICz0hRHRtaucQcQ/640?wx_fmt=jpeg&amp;amp;from=appmsg#imgIndex=10&quot; data-original-style=&quot;height: auto !important;&quot; data-index=&quot;10&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170218175801333834745.jpeg&quot; _width=&quot;677px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013201142&quot; data-report-img-idx=&quot;10&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;装完插件后，记得将插件图标固定在浏览器顶部。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section nodeleaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 0.034em; margin-left: 8px; margin-right: 8px;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg __bg_gif&quot; data-imgfileid=&quot;100000328&quot; data-ratio=&quot;0.3703125&quot; data-s=&quot;300,640&quot; data-type=&quot;gif&quot; data-w=&quot;640&quot; style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; outline: 0px; max-width: 100%; vertical-align: bottom; box-sizing: border-box !important; overflow-wrap: break-word !important; visibility: visible !important; width: 640px !important; height: auto !important;&quot; type=&quot;block&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_gif/dSUcrX87n0xOr0S6l7r88TraK8s1z6AVzxhquX5El7uc5mdWOGg0Ektk8JGf9uxDIyURuVkqQ7DPm2h5GDKBfQ/640?wx_fmt=gif&amp;amp;from=appmsg&amp;amp;wxfrom=5&amp;amp;wx_lazy=1&amp;amp;tp=webp#imgIndex=11&quot; data-original-style=&quot;margin-top: 0px;margin-bottom: 0px;padding: 0px;outline: 0px;max-width: 100%;vertical-align: bottom;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 640px !important;height: auto !important;&quot; data-index=&quot;11&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170218175801333890058.gif&quot; _width=&quot;640px&quot; __sec_open_place_holder__=&quot;true&quot; data-order=&quot;2&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013201481&quot; data-report-img-idx=&quot;11&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;需要使用的时候，点击&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;DeepSider图标，就能随时在当前网页的侧边与热门&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;AI大模型对话了。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 0.034em; margin-left: 8px; margin-right: 8px;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg __bg_gif&quot; data-imgfileid=&quot;100000684&quot; data-ratio=&quot;0.5189990732159406&quot; data-s=&quot;300,640&quot; data-type=&quot;gif&quot; data-w=&quot;1079&quot; style=&quot;height: auto !important; visibility: visible !important; width: 661px !important;&quot; type=&quot;block&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_gif/dSUcrX87n0zgQO8wFG9cZUVIiagBI8LPuBPq2oQ9CXu3DdaibFOKf2Tsk6mNicNnnzhtrY9hN4hldXEcLfPibshARg/640?wx_fmt=gif&amp;amp;from=appmsg#imgIndex=12&quot; data-original-style=&quot;height: auto !important;&quot; data-index=&quot;12&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170218175801333869355.gif&quot; _width=&quot;677px&quot; __sec_open_place_holder__=&quot;true&quot; data-order=&quot;3&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013201813&quot; data-report-img-idx=&quot;12&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;目前，DeepSider中有三条Nano Banana的线路，其中一条是&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;color: #02AA3E;font-weight: bold;&quot;&gt;限时免费，可以不限次数生成，速度快，质量佳&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;，非常适合小白新手。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;100000804&quot; data-ratio=&quot;1.3388888888888888&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;900&quot; style=&quot;width: 305px !important; height: auto !important; visibility: visible !important;&quot; type=&quot;block&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/dSUcrX87n0w401k5ZUplWQQnDoe0GxKentF0yAkX08b31IPCSRZEkv1bTxfgaYb9WfQ9NicM3cwTjahLe2mIzog/640?wx_fmt=png&amp;amp;from=appmsg#imgIndex=13&quot; data-original-style=&quot;width: 305px;height: auto !important;&quot; data-index=&quot;13&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170219175801333978181.png&quot; _width=&quot;305px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013202143&quot; data-report-img-idx=&quot;13&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;这里分享几个Nano Banana&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;热门&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;玩法提示词：&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 20px;letter-spacing: 1px;background-color: #FFDA51;color: #000000;font-weight: bold;&quot;&gt;生成手办照片&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;上传一张主体清晰的图片，再在DeepSider中输入这段提示词：&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;letter-spacing: 1px;color: #888888;font-style: italic;&quot;&gt;Use the nano-banana model to create a 1/7 scale commercialized figure of thecharacter in the illustration, in a realistic styie and environment.Place the figure on a computer desk, using a circular transparent acrylic base&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;letter-spacing: 1px;color: #888888;font-style: italic;&quot;&gt;without any text.On the computer screen, display the ZBrush modeling process of the figure.Next to the computer screen, place a BANDAl-style toy packaging box printedwith the original artwork.&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 0.034em; text-align: center; margin-left: 8px; margin-right: 8px;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;100000753&quot; data-ratio=&quot;1.5480132450331126&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;604&quot; style=&quot;width: 256px !important; height: auto !important; visibility: visible !important;&quot; type=&quot;block&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/dSUcrX87n0whCWu6ic5iakbeMKIWmu0oialDyQjIsQU3zAMHPicbXppiaz8Ecict50rjibpcBibbmGyzIwfHmC8GMcdJGQ/640?wx_fmt=png&amp;amp;from=appmsg#imgIndex=14&quot; data-original-style=&quot;width: 256px;height: auto !important;&quot; data-index=&quot;14&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170219175801333947253.png&quot; _width=&quot;256px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013202826&quot; data-report-img-idx=&quot;14&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;等待片刻，你喜欢的动漫角色的&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;专属&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;手办照就做好了，一比一还原：&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 0.034em; text-align: center; margin-left: 8px; margin-right: 8px;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;100000754&quot; data-ratio=&quot;1.6138059701492538&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;536&quot; style=&quot;width: 254px !important; height: auto !important; visibility: visible !important;&quot; type=&quot;block&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/dSUcrX87n0whCWu6ic5iakbeMKIWmu0oialZHYQE6btb7ug5Da0gcZRhJNLJubovPsR1DXB4gicRWyPpD1ON8VqN0w/640?wx_fmt=png&amp;amp;from=appmsg#imgIndex=15&quot; data-original-style=&quot;width: 254px;height: auto !important;&quot; data-index=&quot;15&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170219175801333928877.png&quot; _width=&quot;254px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013203177&quot; data-report-img-idx=&quot;15&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 20px;letter-spacing: 1px;background-color: #FFDA51;color: #000000;font-weight: bold;&quot;&gt;生成cosplay照片&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;上传一张主体清晰的图片，再输入这段提示词：&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;letter-spacing: 1px;color: #888888;font-style: italic;&quot;&gt;生成一张真人扮演这张插画的照片，背景设置为Comiket。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-imgfileid=&quot;100000805&quot; data-ratio=&quot;1.4761904761904763&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;630&quot; style=&quot;width: 251px !important; height: auto !important; visibility: visible !important;&quot; type=&quot;block&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/dSUcrX87n0w401k5ZUplWQQnDoe0GxKeBHibiaibmll131kQI6S4wmEhFK6FhWicJd7iah4EAPD4MWOWicEFOJbyAa4g/640?wx_fmt=png&amp;amp;from=appmsg#imgIndex=16&quot; data-original-style=&quot;width: 251px;height: auto !important;&quot; data-index=&quot;16&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170219175801333930076.png&quot; _width=&quot;251px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013203843&quot; data-report-img-idx=&quot;16&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;一张超级逼真的、仿佛就在漫展现场的真人coser照就生成好了：&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;1.763157894736842&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;570&quot; style=&quot;width: 249px !important; height: auto !important; visibility: visible !important;&quot; type=&quot;block&quot; data-imgfileid=&quot;100000806&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/dSUcrX87n0w401k5ZUplWQQnDoe0GxKeNAsLnNI6JCS2wbqp0wJw6y2Z4xcJapMWLibIqoDZ2hKTe7UJhou26ow/640?wx_fmt=png&amp;amp;from=appmsg#imgIndex=17&quot; data-original-style=&quot;width: 249px;height: auto !important;&quot; data-index=&quot;17&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170220175801334024371.png&quot; _width=&quot;249px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013204359&quot; data-report-img-idx=&quot;17&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 20px;letter-spacing: 1px;background-color: #FFDA51;color: #000000;font-weight: bold;&quot;&gt;生成科研绘图&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;在DeepSider中，先将模型切换为Grok4 ，将顶刊的科研配图发给它，输入提示词：&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;letter-spacing: 1px;color: #888888;font-style: italic;&quot;&gt;请给出绘制这张图片的详细的英文prompt。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;再把Grok4生成的&lt;/span&gt;&lt;/span&gt;&lt;span data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;p&amp;quot;,&amp;quot;attributes&amp;quot;:{},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;prompt&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;丢给Nano Banana，&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;就能轻松复刻想要的科研绘图。&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.7973462002412546&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;829&quot; style=&quot;height: auto !important; visibility: visible !important; width: 661px !important;&quot; type=&quot;block&quot; data-imgfileid=&quot;100000816&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/dSUcrX87n0w401k5ZUplWQQnDoe0GxKebIHBtcNAzu3ia7pYpn44sSF3wAySlVEic6UTgGIkEE8ibH6uTL9l8KicrA/640?wx_fmt=png&amp;amp;from=appmsg#imgIndex=18&quot; data-original-style=&quot;height: auto !important;&quot; data-index=&quot;18&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170220175801334085871.png&quot; _width=&quot;677px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013205044&quot; data-report-img-idx=&quot;18&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 20px;letter-spacing: 1px;background-color: #FFDA51;color: #000000;font-weight: bold;&quot;&gt;生成商品模特图&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;上传一张商品图+一张人物照，输入提示词：&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;letter-spacing: 1px;color: #888888;font-style: italic;&quot;&gt;做一张商品宣传海报，图2的男人手里拿着图1的饮料，看向镜头。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.7468805704099821&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;561&quot; style=&quot;width: 439px !important; height: auto !important; visibility: visible !important;&quot; type=&quot;block&quot; data-croporisrc=&quot;https://mmbiz.qpic.cn/mmbiz_png/dSUcrX87n0w401k5ZUplWQQnDoe0GxKeYUKgErZZNuUFcoOgblaHbBd5EmO7ABIv4Q3GhDzPmguPvD2KT9R62g/0?wx_fmt=png&amp;amp;from=appmsg&quot; data-cropx1=&quot;6&quot; data-cropx2=&quot;566&quot; data-cropy2=&quot;419&quot; data-imgfileid=&quot;100000809&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_jpg/dSUcrX87n0w401k5ZUplWQQnDoe0GxKeVsiaz9zibBEQ7jaZDEYM4Zg3hL0J8FQkkGQtMwwxdNRNmLscv8KHnVibw/640?wx_fmt=jpeg#imgIndex=19&quot; data-original-style=&quot;width: 439px;height: auto !important;&quot; data-index=&quot;19&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170220175801334019072.jpeg&quot; _width=&quot;439px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013205980&quot; data-report-img-idx=&quot;19&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;一张0成本的标准广告图就有了，想用什么场景、什么样的模特，都是信手拈来：&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;1.6116504854368932&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;515&quot; style=&quot;width: 263px !important; height: auto !important; visibility: visible !important;&quot; type=&quot;block&quot; data-imgfileid=&quot;100000810&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/dSUcrX87n0w401k5ZUplWQQnDoe0GxKeW3GjTjicaVUyoCBm2K1ryOUvFFLeU7gPucdqSs9r2XhJicuYXsk80hIA/640?wx_fmt=png&amp;amp;from=appmsg#imgIndex=20&quot; data-original-style=&quot;width: 263px;height: auto !important;&quot; data-index=&quot;20&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170221175801334198951.png&quot; _width=&quot;263px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013206344&quot; data-report-img-idx=&quot;20&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 20px;letter-spacing: 1px;background-color: #FFDA51;color: #000000;font-weight: bold;&quot;&gt;修改商品图&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;适用于修改商品中的部分元素，比如我上传了一张四件套的商品展示图，然后告诉Nano Banana：&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 14px;letter-spacing: 1px;color: #888888;font-style: italic;&quot;&gt;把被子换成蜡笔小新印花。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;text-align: center;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;1.368312757201646&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;486&quot; style=&quot;width: 254px !important; height: auto !important; visibility: visible !important;&quot; type=&quot;block&quot; data-imgfileid=&quot;100000814&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/dSUcrX87n0w401k5ZUplWQQnDoe0GxKebhrdjziazYUuIpoSiayb9qh5ibpgIYLBW9rxdSzF8YYDypP3tmAGcnWVQ/640?wx_fmt=png&amp;amp;from=appmsg#imgIndex=21&quot; data-original-style=&quot;width: 254px;height: auto !important;&quot; data-index=&quot;21&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170221175801334119627.png&quot; _width=&quot;254px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013207049&quot; data-report-img-idx=&quot;21&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;修改后的商品图细看也依然看不出有任何纰漏，整个过程只需要十秒不到。&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;text-align: center;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;1.4533333333333334&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;675&quot; style=&quot;width: 269px !important; height: auto !important; visibility: visible !important;&quot; type=&quot;block&quot; data-imgfileid=&quot;100000815&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/dSUcrX87n0w401k5ZUplWQQnDoe0GxKeQH5qBOAeegs2ogicsd2DgGNvJoRkLZCZbAzzlYRAxgkcLoaa5kNziaQg/640?wx_fmt=png&amp;amp;from=appmsg#imgIndex=22&quot; data-original-style=&quot;width: 269px;height: auto !important;&quot; data-index=&quot;22&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170221175801334181834.png&quot; _width=&quot;269px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013207531&quot; data-report-img-idx=&quot;22&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p data-pm-slice=&quot;2 1 []&quot; style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;对了，DeepSider插件还上线了一条Nano Banana的高清大图版线路，精细度更高，像素更高，每张图的大小在10MB~20MB左右，很适合电商运营们。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section nodeleaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 0.034em; margin-left: 8px; margin-right: 8px;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.4981481481481482&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; outline: 0px; max-width: 100%; vertical-align: bottom; box-sizing: border-box !important; overflow-wrap: break-word !important; visibility: visible !important; width: 660.984px !important; height: auto !important;&quot; type=&quot;block&quot; data-imgfileid=&quot;100000796&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/dSUcrX87n0xHdEYn3uBtBBXzsyEPoZicSSW4HdRpaJE6EtfPuPFrVP1Dbj2gmicsTbxX90K9r1Ew1ianNn1sfRGMA/640?wx_fmt=png&amp;amp;from=appmsg&amp;amp;tp=webp&amp;amp;wxfrom=5&amp;amp;wx_lazy=1#imgIndex=10&quot; data-original-style=&quot;margin-top: 0px;margin-bottom: 0px;padding: 0px;outline: 0px;max-width: 100%;vertical-align: bottom;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 660.987px !important;height: auto !important;&quot; data-index=&quot;23&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170222175801334212132.png&quot; _width=&quot;660.987px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013208012&quot; data-report-img-idx=&quot;23&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 20px;letter-spacing: 1px;background-color: #FFDA51;color: #000000;font-weight: bold;&quot;&gt;AI试衣服&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;逛网店的时候，看到哪件衣服好看，都可以保存下来，然后用&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;Nano Banana换到自己身上看看效果。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 0.034em; margin-left: 8px; margin-right: 8px;&quot; nodeleaf=&quot;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;1.0738974970202622&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;839&quot; style=&quot;height: auto !important; visibility: visible !important; width: 661px !important;&quot; type=&quot;block&quot; data-imgfileid=&quot;100000697&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/dSUcrX87n0wW0icZxVkcB8bEbqNhSFUpUMqlEZfZ0agVWpb0mWpgKkVf8f6gWNcbTXOIQiaEmZxksZ8t7ttibqALw/640?wx_fmt=png&amp;amp;from=appmsg#imgIndex=24&quot; data-original-style=&quot;height: auto !important;&quot; data-index=&quot;24&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170222175801334226253.png&quot; _width=&quot;677px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013208362&quot; data-report-img-idx=&quot;24&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;以上玩法，都还只是&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;Nano Banana的一小部分。&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;Nano Banana正在持续对摄影、修图、设计、电商、广告等众多行业产生巨大冲击。&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;当然了，在&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;DeepSider中，也不仅仅只有&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;Nano Banana这一款强大的模型。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/p&gt;&lt;p style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;color: #02AA3E;font-weight: bold;&quot;&gt;你&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;color: #02AA3E;font-weight: bold;&quot;&gt;还可以免费使用Claude 4、GPT 5、Gemini 2.5 Pro、Grok 4，一边看视频，一边让AI在侧边栏替你写代码、写文章、画图，非常便捷。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;section nodeleaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 0.034em; margin-left: 8px; margin-right: 8px;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img __bg_gif&quot; data-ratio=&quot;0.5189990732159406&quot; data-w=&quot;1079&quot; style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; outline: 0px; max-width: 100%; vertical-align: bottom; box-sizing: border-box !important; overflow-wrap: break-word !important; width: 661px !important; visibility: visible !important; height: auto !important;&quot; data-src=&quot;https://mmbiz.qpic.cn/sz_mmbiz_gif/Oy6E1oydbS9gJVbBkfxicJLmr0OOMYiayYexSfnxdicQS37L0vXN93icX92PtVJ3NjD43Pl9rezG13jTzoCic5qo6WA/640?wx_fmt=gif&amp;amp;from=appmsg&amp;amp;wxfrom=5&amp;amp;wx_lazy=1&amp;amp;tp=webp#imgIndex=25&quot; data-original-style=&quot;margin-top: 0px;margin-bottom: 0px;padding: 0px;outline: 0px;max-width: 100%;vertical-align: bottom;box-sizing: border-box !important;overflow-wrap: break-word !important;width: 661px !important;visibility: visible !important;height: auto !important;&quot; data-index=&quot;25&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170222175801334225009.gif&quot; _width=&quot;661px&quot; __sec_open_place_holder__=&quot;true&quot; data-order=&quot;4&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013209046&quot; data-report-img-idx=&quot;25&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;section data-pm-slice=&quot;2 1 []&quot; style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;即使是代&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;码小白，也可&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;以通过Claude 4 Sonnet一句话生成一个精美的、可以互动的网页。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;section nodeleaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 0.034em; margin-left: 8px; margin-right: 8px;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg __bg_gif&quot; data-ratio=&quot;0.5199258572752549&quot; data-s=&quot;300,640&quot; data-type=&quot;gif&quot; data-w=&quot;1079&quot; style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; outline: 0px; max-width: 100%; vertical-align: bottom; box-sizing: border-box !important; overflow-wrap: break-word !important; visibility: visible !important; width: 661px !important; height: auto !important;&quot; type=&quot;block&quot; data-imgfileid=&quot;100000322&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_gif/dSUcrX87n0xOr0S6l7r88TraK8s1z6AVEiaibDuFibvpPjLt0icByTFpmaXdoHfag8iaRxS2iclIx6uoFo4ezq82r72w/640?wx_fmt=gif&amp;amp;from=appmsg&amp;amp;wxfrom=5&amp;amp;wx_lazy=1&amp;amp;tp=webp#imgIndex=26&quot; data-original-style=&quot;margin-top: 0px;margin-bottom: 0px;padding: 0px;outline: 0px;max-width: 100%;vertical-align: bottom;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 661px !important;height: auto !important;&quot; data-index=&quot;26&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170222175801334270714.gif&quot; _width=&quot;661px&quot; __sec_open_place_holder__=&quot;true&quot; data-order=&quot;5&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013209713&quot; data-report-img-idx=&quot;26&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;section data-pm-slice=&quot;3 2 []&quot;&gt;&lt;section data-pm-slice=&quot;3 2 []&quot;&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;-webkit-tap-highlight-color: transparent; margin: 0px 8px 24px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; color: rgba(0, 0, 0, 0.9); font-family: \&amp;quot;PingFang SC\&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, \&amp;quot;Helvetica Neue\&amp;quot;, \&amp;quot;Hiragino Sans GB\&amp;quot;, \&amp;quot;Microsoft YaHei UI\&amp;quot;, \&amp;quot;Microsoft YaHei\&amp;quot;, Arial, sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: 0.544px; orphans: 2; text-align: justify; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); line-height: 1.75em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;给Gemini 2.5 Pro一个巧妙的指令，它就能替你快速找出真实的文献资料。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;-webkit-tap-highlight-color: transparent; margin: 0px 8px 24px; padding: 0px; outline: 0px; max-width: 100%; box-sizing: border-box !important; overflow-wrap: break-word !important; color: rgba(0, 0, 0, 0.9); font-family: \&amp;quot;PingFang SC\&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, \&amp;quot;Helvetica Neue\&amp;quot;, \&amp;quot;Hiragino Sans GB\&amp;quot;, \&amp;quot;Microsoft YaHei UI\&amp;quot;, \&amp;quot;Microsoft YaHei\&amp;quot;, Arial, sans-serif; font-size: 17px; font-style: normal; font-variant-ligatures: normal; font-variant-caps: normal; font-weight: 400; letter-spacing: 0.544px; orphans: 2; text-align: justify; text-indent: 0px; text-transform: none; widows: 2; word-spacing: 0px; -webkit-text-stroke-width: 0px; white-space: normal; text-decoration-thickness: initial; text-decoration-style: initial; text-decoration-color: initial; background-color: rgb(255, 255, 255); line-height: 1.75em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/section&gt;&lt;section nodeleaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 0.034em; margin-left: 8px; margin-right: 8px;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg&quot; data-ratio=&quot;0.475&quot; data-s=&quot;300,640&quot; data-type=&quot;png&quot; data-w=&quot;1080&quot; style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; outline: 0px; max-width: 100%; vertical-align: bottom; box-sizing: border-box !important; overflow-wrap: break-word !important; visibility: visible !important; width: 661px !important; height: auto !important;&quot; type=&quot;block&quot; data-imgfileid=&quot;100000331&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_png/dSUcrX87n0xOr0S6l7r88TraK8s1z6AVbIvwHjqcMt0yYaOIJWgS8fJ06UOa2oV1d4F5Y4K3C0pgj3yFy8amhw/640?wx_fmt=png&amp;amp;from=appmsg&amp;amp;wxfrom=5&amp;amp;wx_lazy=1&amp;amp;tp=webp#imgIndex=27&quot; data-original-style=&quot;margin-top: 0px;margin-bottom: 0px;padding: 0px;outline: 0px;max-width: 100%;vertical-align: bottom;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 661px !important;height: auto !important;&quot; data-index=&quot;27&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170223175801334318469.png&quot; _width=&quot;661px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013210367&quot; data-report-img-idx=&quot;27&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;section data-pm-slice=&quot;0 0 []&quot;&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;DeepSider也&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;color: #02AA3E;font-weight: bold;&quot;&gt;支持PDF、Word、TXT等&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;color: #02AA3E;font-weight: bold;&quot;&gt;多种格式文档的智能解析&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;color: #02AA3E;font-weight: bold;&quot;&gt;，甚至可以&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;color: #02AA3E;font-weight: bold;&quot;&gt;同时上传多份文档&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;，快速提取关键信息。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/section&gt;&lt;/section&gt;&lt;section nodeleaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 0.034em; margin-left: 8px; margin-right: 8px;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg __bg_gif&quot; data-ratio=&quot;0.5162187210379982&quot; data-s=&quot;300,640&quot; data-type=&quot;gif&quot; data-w=&quot;1079&quot; style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; outline: 0px; max-width: 100%; vertical-align: bottom; box-sizing: border-box !important; overflow-wrap: break-word !important; visibility: visible !important; width: 661px !important; height: auto !important;&quot; type=&quot;block&quot; data-imgfileid=&quot;100000323&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_gif/dSUcrX87n0xOr0S6l7r88TraK8s1z6AVc8TzHBKDIibBic7m3tDPWAe4KHa67obULBUGHYcbl693m17o286JPX6A/640?wx_fmt=gif&amp;amp;from=appmsg&amp;amp;wxfrom=5&amp;amp;wx_lazy=1&amp;amp;tp=webp#imgIndex=28&quot; data-original-style=&quot;margin-top: 0px;margin-bottom: 0px;padding: 0px;outline: 0px;max-width: 100%;vertical-align: bottom;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 661px !important;height: auto !important;&quot; data-index=&quot;28&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170223175801334388378.gif&quot; _width=&quot;661px&quot; __sec_open_place_holder__=&quot;true&quot; data-order=&quot;6&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013210629&quot; data-report-img-idx=&quot;28&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;section data-pm-slice=&quot;2 1 []&quot; style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/section&gt;&lt;section data-pm-slice=&quot;2 1 []&quot; style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;无论是生成图片，还是总结文档内容、写代码、查找真实文献、写论文综述，&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;DeepSider都能帮助你极大地节省成本和时间。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;section data-pm-slice=&quot;2 1 []&quot; style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span leaf=&quot;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/section&gt;&lt;section nodeleaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 0.034em; margin-left: 8px; margin-right: 8px;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img&quot; data-ratio=&quot;0.4824074074074074&quot; data-w=&quot;1080&quot; style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; outline: 0px; max-width: 100%; vertical-align: bottom; box-sizing: border-box !important; overflow-wrap: break-word !important; visibility: visible !important; width: 661px !important; height: auto !important;&quot; data-src=&quot;https://mmbiz.qpic.cn/sz_mmbiz_png/Oy6E1oydbS9gJVbBkfxicJLmr0OOMYiayYf3gibt4EIFVlE7YblOwP6QdXEnbCAiaGwXlVnTlFjFYXmbGlwQOTfl0w/640?wx_fmt=png&amp;amp;from=appmsg&amp;amp;wxfrom=5&amp;amp;wx_lazy=1&amp;amp;tp=webp#imgIndex=29&quot; data-original-style=&quot;margin-top: 0px;margin-bottom: 0px;padding: 0px;outline: 0px;max-width: 100%;vertical-align: bottom;box-sizing: border-box !important;overflow-wrap: break-word !important;visibility: visible !important;width: 661px !important;height: auto !important;&quot; data-index=&quot;29&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170223175801334313003.png&quot; _width=&quot;661px&quot; __sec_open_place_holder__=&quot;true&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013211097&quot; data-report-img-idx=&quot;29&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;/section&gt;&lt;section data-pm-slice=&quot;0 0 []&quot; style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;目前做侧边栏的工具很多，做AI集成工具的也很多。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;但像DeepSider这样，提供了&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;color: #02AA3E;font-weight: bold;&quot;&gt;顶级大模型免费使用&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;的侧边栏AI工具，几乎没有。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;既不需要安装电脑客户端，&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;又不需要自己去折腾api，还支持国内邮箱注册，不限制设备登录数量。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;如果免费积分不够使用，也可以选择购买套餐，&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;color: #02AA3E;font-weight: bold;&quot;&gt;一个月卡最低只需要20几块钱。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;section nodeleaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; line-height: 1.75em; letter-spacing: 0.034em; margin-left: 8px; margin-right: 8px;&quot;&gt;&lt;img class=&quot;rich_pages wxw-img js_insertlocalimg __bg_gif&quot; data-ratio=&quot;0.5162187210379982&quot; data-s=&quot;300,640&quot; data-type=&quot;gif&quot; data-w=&quot;1079&quot; style=&quot;margin-top: 0px; margin-bottom: 0px; padding: 0px; outline: 0px; max-width: 100%; vertical-align: bottom; box-sizing: border-box !important; overflow-wrap: break-word !important; width: 661px !important; visibility: visible !important; height: auto !important;&quot; type=&quot;block&quot; data-imgfileid=&quot;100000361&quot; data-src=&quot;https://mmbiz.qpic.cn/mmbiz_gif/dSUcrX87n0zMDmWsYgxia4Aon3t6hZyDoKqaibsP5CqliciaobKN31cfICsPzGuqsMY6wpibodvHU2kYeGuDVlezhEA/640?wx_fmt=gif&amp;amp;from=appmsg&amp;amp;wxfrom=5&amp;amp;wx_lazy=1&amp;amp;tp=webp#imgIndex=30&quot; data-original-style=&quot;margin-top: 0px;margin-bottom: 0px;padding: 0px;outline: 0px;max-width: 100%;vertical-align: bottom;box-sizing: border-box !important;overflow-wrap: break-word !important;width: 661px !important;visibility: visible !important;height: auto !important;&quot; data-index=&quot;30&quot; src=&quot;https://www.ai717.cn/zb_users/upload/2025/09/20250916170223175801334350142.gif&quot; _width=&quot;661px&quot; __sec_open_place_holder__=&quot;true&quot; data-order=&quot;7&quot; alt=&quot;图片&quot; data-before-load-time=&quot;1758013211500&quot; data-report-img-idx=&quot;30&quot; data-fail=&quot;0&quot;/&gt;&lt;/section&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;总之，DeepSider很适合新手和讨厌繁琐的小伙伴，值得尝试。&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span leaf=&quot;&quot; style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;br/&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;官网地址：&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px; letter-spacing: 1px; font-style: italic; text-decoration-line: underline;&quot;&gt;https://www.deepsider.ai&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;section style=&quot;margin-bottom: 0px;&quot;&gt;&lt;section style=&quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&quot;&gt;&lt;span style=&quot;color: rgba(0, 0, 0, 0.9); font-size: 17px; font-family: mp-quote, &amp;quot;PingFang SC&amp;quot;, system-ui, -apple-system, BlinkMacSystemFont, &amp;quot;Helvetica Neue&amp;quot;, &amp;quot;Hiragino Sans GB&amp;quot;, &amp;quot;Microsoft YaHei UI&amp;quot;, &amp;quot;Microsoft YaHei&amp;quot;, Arial, sans-serif; letter-spacing: 0.034em;&quot; data-pm-slice=&quot;1 1 [&amp;quot;para&amp;quot;,{&amp;quot;tagName&amp;quot;:&amp;quot;section&amp;quot;,&amp;quot;attributes&amp;quot;:{&amp;quot;style&amp;quot;:&amp;quot;margin-left: 8px;margin-right: 8px;line-height: 1.75em;&amp;quot;},&amp;quot;namespaceURI&amp;quot;:&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;}]&quot;&gt;&lt;span leaf=&quot;&quot;&gt;&lt;span textstyle=&quot;&quot; style=&quot;font-size: 16px;letter-spacing: 1px;&quot;&gt;（Chrome用户打不开商店可采用离线版安装）&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/section&gt;&lt;/section&gt;&lt;p&gt;&lt;/p&gt;</description><pubDate>Tue, 16 Sep 2025 17:00:53 +0800</pubDate></item></channel></rss>