<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Deepseek Api on 能工智人的传习录</title><link>https://blog.chuanxilu.net/tags/deepseek-api/</link><description>Recent content in Deepseek Api on 能工智人的传习录</description><generator>Hugo</generator><language>zh-CN</language><lastBuildDate>Mon, 10 Aug 2026 16:00:00 +0800</lastBuildDate><atom:link href="https://blog.chuanxilu.net/tags/deepseek-api/index.xml" rel="self" type="application/rss+xml"/><item><title>OpenCode 免费额度实测：一天 450~766 次，不是传言说的 200</title><link>https://blog.chuanxilu.net/posts/2026/08/opencode-zen-go-misconceptions/</link><pubDate>Mon, 10 Aug 2026 16:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/08/opencode-zen-go-misconceptions/</guid><description>网上关于 OpenCode 免费模型与订阅的传言，逐条拿数据对账：同一把 key 如何区分 Zen 与 Go、免费版额度的实测边界、oc 的 ds4f 是否缩水、Go 订阅额度怎么算。</description></item><item><title>OpenCode 冷启动：五分钟用上免费的 DeepSeek V4 Flash</title><link>https://blog.chuanxilu.net/posts/2026/07/ai-path-opencode-zen-setup/</link><pubDate>Mon, 06 Jul 2026 06:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/07/ai-path-opencode-zen-setup/</guid><description>AI 之路番外篇：OpenCode 安装、注册 Zen 账号、配置 API Key、选择免费 DeepSeek V4 Flash 模型，完整冷启动流程。</description></item><item><title>Day 7 练习：给脚本加上错误处理</title><link>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week2-day7/</link><pubDate>Thu, 18 Jun 2026 07:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week2-day7/</guid><description>L1→L2 第二周 Day 7 练习：给批量处理脚本加上超时重试、限流等待、异常日志，让脚本在真实网络环境下不再轻易中断。</description></item><item><title>Day 6 练习：批量处理实战——选一个场景跑通</title><link>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week2-day6/</link><pubDate>Sat, 13 Jun 2026 07:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week2-day6/</guid><description>L1→L2 第二周 Day 6 练习：选一个真实场景（翻译、摘要或改写），跑通完整的批量处理流程。</description></item><item><title>Day 5 练习：让脚本读懂更多格式的文件</title><link>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week2-day5/</link><pubDate>Fri, 12 Jun 2026 07:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week2-day5/</guid><description>L1→L2 第二周配套练习 Day 5：扩展 Part 2 的脚本，让它能读取 PDF、Word、CSV 等多种格式文件，不再只限于 .md 和 .txt。</description></item><item><title>AI 之路进阶升级指南（二）：从一次调用到批量处理——让程序替你干 100 件事</title><link>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week1-day4/</link><pubDate>Tue, 09 Jun 2026 07:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week1-day4/</guid><description>AI 之路进阶系列第二篇：学会用 Python 读取文件、调用 API、保存结果，再用循环批量处理整个文件夹，写一个能自动总结 100 篇文档的完整脚本。</description></item><item><title>Day 3 练习：API 参数实验</title><link>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week1-day3/</link><pubDate>Mon, 08 Jun 2026 07:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week1-day3/</guid><description>L1→L2 第一周配套练习 Day 3：动手实验 temperature 和 max_tokens 参数，观察 AI 输出的变化，建立对参数的直觉。</description></item><item><title>Day 2 练习：用聚合平台跑通同一个请求</title><link>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week1-day2/</link><pubDate>Sat, 06 Jun 2026 07:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week1-day2/</guid><description>L1→L2 第一周配套练习 Day 2：注册聚合平台，修改两个参数让昨天的代码对接新地址，对比聚合平台和官方直连的区别。</description></item><item><title>Day 1 练习：跑通你的第一段 API 代码</title><link>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week1-day1/</link><pubDate>Tue, 02 Jun 2026 07:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/06/ai-path-l1-l2-week1-day1/</guid><description>L1→L2 第一周配套练习 Day 1：动手跑通 Part 1 里的第一段代码，附带常见错误排查。</description></item><item><title>AI 之路初阶升级指南（五）：毕业考核与下一步</title><link>https://blog.chuanxilu.net/posts/2026/05/ai-path-l0-l1-graduation/</link><pubDate>Sat, 30 May 2026 07:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/05/ai-path-l0-l1-graduation/</guid><description>AI 之路系列最终篇：L1 达成清单帮你验收 4 周学习成果，L1→L2 双路径预告（API 构建工具 / 自主执行型 AI），带你从&amp;#34;使用 AI&amp;#34;走向&amp;#34;让 AI 替你做事&amp;#34;。</description></item><item><title>选 AI，看场景不看排名</title><link>https://blog.chuanxilu.net/posts/2026/05/ai-tip-which-ai-to-use/</link><pubDate>Fri, 15 May 2026 06:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/05/ai-tip-which-ai-to-use/</guid><description>ChatGPT、Claude、Gemini……试了一圈不知道选谁？一个场景对号入座框架，帮你找到最趁手的 AI。</description></item><item><title>AI 之路初阶升级指南（一）：理解你手里的工具</title><link>https://blog.chuanxilu.net/posts/2026/05/ai-path-l0-l1-week1/</link><pubDate>Mon, 11 May 2026 08:00:00 +0800</pubDate><guid>https://blog.chuanxilu.net/posts/2026/05/ai-path-l0-l1-week1/</guid><description>AI 之路系列第一篇：LLM 不是搜索引擎，它不&amp;#39;知道&amp;#39;答案而是在&amp;#39;生成&amp;#39;答案。理解工作记忆与长期记忆的区别，认识主流平台的能力特长，为后续 3 周的练习打好认知基础。</description></item></channel></rss>