AI Devtools Radar

第 8 期 · 2026年9月6日 · 9 月 1 日至 9 月 6 日

GitHub Copilot 弃用四款模型,Claude Code 默认换成 Fable 5.1,Braintrust 削减内含额度

本期雷达监控了 32 个工具的 63 个来源,窗口内发布 29 条变化,选出 13 条,按重要性排序。比典型的 10 条多出 3 条,其中 5 条(Kimi 的 Moonshot V1 下线、新增 Anthropic API 格式支持、Mistral OCR 4.1 GA,以及 Pinecone 两条定价变化)是上周窗口边界时检测到、直到本期才审完的,再加上这周本身定价和弃用类消息就很密集:Claude Code 换了默认 Fable 模型、Copilot 清退一批模型、Langfuse 缩短了会话有效期。每条都带流水线抓到的前后对照证据,别只听我们说,展开看原文。

  1. GitHub Copilot 将于 10 月 2 日在 Chat、inline edits、agent 模式和代码补全等全部场景下弃用 Gemini 3.5 Flash、Gemini 3.6 Flash、Kimi K2.7 Code 和 Claude Opus 4.7,建议替代分别是 Gemini 3.8 Flash(两款 Flash 模型都指向它)、Kimi K3 和 Claude Opus 5。如果在 Copilot 设置里固定了模型版本,现在就该检查,不要等到 10 月 2 日当天。

    deprecationhigh

    多个 GitHub Copilot 模型将于 2026 年 10 月 2 日停用

    依赖 Gemini 3.5 Flash、Gemini 3.6 Flash、Kimi K2.7 Code 或 Claude Opus 4.7 的用户必须在 2026 年 10 月 2 日前迁移到建议的替代方案。管理员需要在 Copilot 设置中启用替代模型。

    证据
    +We will deprecate the following models across all GitHub Copilot experiences (including Copilot Chat, inline edits, ask and agent modes, and code completions) on October 2nd, 2026: Model | Deprecation date | Suggested alternative Gemini 3.5 Flash | 2026-10-02 | Gemini 3.8 Flash Gemini 3.6 Flash | 2026-10-02 | Gemini 3.8 Flash Kimi K2.7 Code | 2026-10-02 | Kimi K3 Claude Opus 4.7 | 2026-10-02 | Claude Opus 5

    github.blog

  2. Claude Fable 5.1 取代 Fable 5 成为 Claude Code 里的默认 Fable 模型,上下文窗口扩到 1M,输入输出价格为每百万 token 10 美元和 50 美元,缓存读取价格从每百万 token 1 美元降到 0.25 美元。对大量依赖缓存上下文的场景,光是读取这一项成本就降了 75%。

    featurehigh

    添加了 Claude Fable 5.1 模型(具有 1M context),作为新的默认 Fable 模型

    用户现在可以访问 Claude Fable 5.1 (claude-fable-5-1) 作为默认 Fable 模型,拥有 1M context window,定价为 $10/$50 per Mtok,cache 读取为 $0.25/Mtok,性能更优。

    证据
    +Added Claude Fable 5.1 (<code>claude-fable-5-1</code>), now the default Fable model — 1M context, $10/$50 per Mtok with $0.25/Mtok cache reads

    github.com

  3. Braintrust 把主力套餐每月内含额度从 249 美元降到 100 美元,缩水六成。评估调用量大的团队会更快用完内含额度,之后要么加购额度,要么主动压低评估频次。

    pricinghigh

    每月包含额度从 $249 降低至 $100

    Braintrust 主计划的付费用户每月获得的包含额度将减少,需要更频繁的购买或减少评估量。

    证据
    $249 credits / month includedthen token rates
    +$100 credits / month includedthen token rates

    www.braintrust.dev

  4. Langfuse 把默认 JWT session 有效期砍到 14 天,并标记为破坏性安全修复。原来能存活更久的会话现在两周后就会强制重新登录,依赖长会话的自动化流程要为更频繁的重新认证做准备。

    otherhigh

    安全修复:JWT session 最大生存期降低至 14 天

    所有用户的 session 将在 14 天后自动过期,而非之前的默认值,长期 session 需要重新认证。

    证据
    +security(auth)!: reduce default JWT session max age to 14 days

    github.com

  5. Moonshot V1 系列模型已于 8 月 31 日在 Kimi API 平台下线,定价页上不再列出这一系列。还在指向 V1 模型名的调用需要立刻迁移,没有宽限期。

    deprecationhigh

    Moonshot V1 模型系列停用,整个平台日落

    使用 Moonshot V1 的开发者需要在 8 月 31 日前迁移到新模型,整个 V1 平台将停止支持。

    证据
    Moonshot V1 Classic generation model series; full platform sunset expected on August 31

    platform.moonshot.ai

  6. Pinecone 取消了新开 Standard 和 Enterprise 订阅的一次性 250 美元(1TB)批量导入额度,从对象存储导入现在从第一 GB 起就按每 GB 0.25 美元的标准价计费。如果之前的首次导入预算里算上了这笔额度,现在得重新算。

    pricinghigh

    批量导入 $250 积分(1 TB)不再提供给新订阅

    新的 Standard 和 Enterprise 客户将不再获得一次性 $250 批量导入积分,对象存储的所有导入将按 $0.25/GB 计费。

    证据
    +Bulk import credit is no longer offered New Standard and Enterprise subscriptions no longer receive the one-time $250 bulk import credit (1 TB). Imports from object storage are billed at the standard $0.25/GB rate.

    docs.pinecone.io

  7. Kimi API 现在除了兼容 OpenAI 格式,也支持 Anthropic API 格式,可以直接接入 Claude Code 这类走 Anthropic SDK 的集成,不用再自己写一层转换。

    apihigh

    Kimi API 现在同时支持 Anthropic API 格式和 OpenAI 格式

    开发者现在可以将 Kimi 与 Anthropic SDK 和 Claude Code 集成一起使用,兼容性扩展超越 OpenAI 生态。

    证据
    Kimi API lets you interact with Kimi models and is compatible with the OpenAI API format.
    +Kimi API lets you interact with Kimi models and is compatible with both the OpenAI and Anthropic API formats.

    platform.moonshot.ai

  8. Mistral 的 OCR 4.1(mistral-ocr-4-1)已经正式发布,可以直接用于生产环境的 OCR 任务,不再是预览阶段。

    featurehigh

    OCR 4.1 模型发布,现已正式可用

    用户现在可以使用 mistral-ocr-4-1 模型进行生产环境 OCR 任务。这扩展了 Mistral 的模型提供,增加了新的专业 OCR 能力。

    证据
    +OCR 4.1 (mistral-ocr-4-1) is now Generally Available. MODEL RELEASED

    docs.mistral.ai

  9. Pinecone 的全文搜索(BM25)和新的 Documents API 在 2026-07 版本 API 上正式发布,现在可以在同一个 schema 化索引里同时用全文、稠密向量和稀疏向量排序,还支持批量文档操作。

    featurehigh

    全文搜索和 Documents API 已正式发布

    开发者现在可以在单个索引中使用生产就绪的全文搜索(BM25)与密集向量搜索和稀疏向量搜索相结合,支持高级查询、筛选和批量文档操作。

    证据
    +General availability: Full-text search and the Documents API Full-text search is now generally available on API version 2026-07, built on the new Documents API.Create schema-based document indexes that combine full-text (BM25), dense-vector, and sparse-vector ranking fields in a single index.

    docs.pinecone.io

  10. Zep

    如果你自托管 Zep 的 Neo4j MCP server 并配置了非默认的 NEO4J_DATABASE,之前的版本会悄悄把数据拆到两处:写入走配置的数据库,读取和搜索却打到 server 的默认数据库。这次修复让所有操作统一走配置的数据库,但升级前要先去默认数据库里查一遍,看有没有之前误写进去、需要手动搬回来的数据。

    deprecationhigh

    Neo4j MCP server 行为变化:NEO4J_DATABASE 设置现在对所有操作都生效

    具有自定义数据库设置(非默认的 'neo4j')的自托管 Neo4j Enterprise 部署可能会在数据库间分割数据。用户必须明确验证 NEO4J_DATABASE 配置,并检查升级前可能已写入主数据库的数据。

    证据
    +WHO IS AFFECTED: Self-hosted Neo4j Enterprise deployments where NEO4J_DATABASE (or database: in config.yaml) was set to something other than neo4j. Standard setups using the default neo4j database need no action. Before: The MCP server ignored your database setting; add_memory / search could hit the server's home database while other operations used the configured one — data could be split across two databases. After: All operations consistently use the configured database. Set NEO4J_DATABASE explicitly in .env or config.yaml: NEO4J_DATABASE=your_database_name Migration: If you previously ran with a custom database name configured but data appeared missing, check your Neo4j home database — earlier writes may have landed there and may need to be migrated.

    github.com

  11. Cursor 的 Cloud Agents 现在可以跑在 Vercel Sandbox 上,用 scale-to-zero worker、隔离的 microVM 和持久化编排,底层基础设施换成自己可控的,不用再挂在 Cursor 自家的托管环境上。

    featurehigh

    Cursor Cloud Agents 现已支持 Vercel Sandbox 基础设施

    用户现在可以在 Vercel 托管基础设施上运行 Cursor Cloud Agents,具有自动伸缩工作者和隔离 microVMs,实现更灵活的 AI 代理部署选项。

    证据
    +Cursor Cloud Agents can now run in Vercel Sandbox Run Cursor Cloud Agents on infrastructure you control with Vercel Sandbox, using scale-to-zero workers, isolated microVMs, and durable orchestration.

    vercel.com · 另有 1 个来源报告了同一变化

  12. Pinecone 原定 7 月 31 日的 cohere-rerank-3.5 自动迁移实际推迟到了 8 月 31 日执行,没有主动切换的请求现在已经被静默转给 cohere-rerank-4-fast。如果最近一周你的 rerank 结果有变化,原因就在这里。

    deprecationhigh

    cohere-rerank-3.5 弃用截止日期从 7 月 31 日延至 2026 年 8 月 31 日

    客户现在有额外一个月的时间(从 7 月 31 日延至 8 月 31 日)将 rerank 请求迁移至 cohere-rerank-4-fast,然后才会进行自动迁移。

    证据
    Through July 31, 2026: cohere-rerank-3.5 continues to serve requests as before. August 1, 2026: requests to cohere-rerank-3.5 are automatically served by cohere-rerank-4-fast.
    +Through August 30, 2026: cohere-rerank-3.5 continues to serve requests as before. August 31, 2026: requests to cohere-rerank-3.5 are automatically served by cohere-rerank-4-fast.

    docs.pinecone.io

  13. Neon 新增了 AWS 欧洲(法兰克福,eu-central-1)region,和已有的美国东部(俄亥俄)并列。欧洲团队现在有了本地选项,能满足延迟和数据驻留方面的要求。

    featurehigh

    Neon 后端现已在 AWS Europe(Frankfurt)上线

    欧洲用户现在可以在其所在地区(AWS eu-central-1)托管 Neon 后端,降低延迟并改善数据驻留合规性。

    证据
    +The Neon backend is now available in AWS Europe (Frankfurt) (aws eu central 1), alongside AWS US East (Ohio)

    neon.com

本期到此为止。下一期可以直接送进邮箱,同时目录每日更新,每期周报永久可读。