AIAI 更新了什么
返回首页

Product updates

Claude Platform

Claude API、模型和开发者平台更新。

RSS ↗
官方最新版
不按版本发布
最近成功采集
2026年7月12日 17:22

Timeline

最近 30 天更新

小幅更新

We've expanded the Access Transparency documentation of cmekpreserve events with a filter …

2026年7月10日可按需更新

扩展了 Access Transparency 文档中 cmek_preserve 事件的内容,增加了过滤示例、事件负载示例和两个保留原因代码,并澄清了保留事件由人工审核或自动化安全管道触发时均会记录。

  • 新增 cmek_preserve 事件的过滤示例和事件负载示例
  • 新增两个保留原因代码:policy_violation_investigation 和 csae_report
  • 明确无论保留由人工审核还是自动化安全管道触发,都会写入保留事件
查看官方原文
* We've expanded the [Access Transparency](/docs/en/manage-claude/access-transparency) documentation of `cmek_preserve` events with a filter example, an example event payload, and two preservation reason codes (`policy_violation_investigation`, `csae_report`). The documentation now also clarifies that a preservation event is written whether the preservation was initiated by a human reviewer or an automated safety pipeline. See [CMEK content preservation](/docs/en/manage-claude/access-transparency#cmek-content-preservation).
官方来源
功能更新

You can now set an expiration when you create an API key or an Admin API key in the Claude…

2026年7月8日建议更新

现在可以在 Claude 控制台创建 API 密钥或管理员 API 密钥时设置过期时间,支持预设、自定义时长或永不过期。对于有效期至少 7 天的密钥,Anthropic 会在过期前通过邮件通知创建者。现有密钥不受影响。管理员 API 会在 `expires_at` 字段中报告每个密钥的过期时间。

  • 创建 API 密钥时可设置过期时间,支持预设、自定义或永不过期
  • 有效期≥7天的密钥会在过期前邮件通知创建者
  • 现有密钥不受影响
  • 管理员 API 返回密钥的 expires_at 字段
查看官方原文
* You can now set an expiration when you create an API key or an Admin API key in the [Claude Console](https://platform.claude.com/settings/keys). Choose a preset, a custom duration, or **Never**. For keys with a lifetime of at least 7 days, Anthropic emails the creator before expiration. Existing keys are unaffected. The Admin API reports each key's expiration in the [`expires_at`](/docs/en/api/admin/api_keys/list) field. See [Authentication](/docs/en/manage-claude/authentication#key-expiration).
官方来源
重大变化

We've added the agent-memory-2026-07-22 beta header, which changes how listing memories (G… 等 2 项

2026年7月2日建议尽快更新

新增 `agent-memory-2026-07-22` beta 标头,改变了列出记忆的 API 行为,包括返回顺序、参数限制等。SDK 已默认发送该标头,需手动更新显式传递的 beta 值。

  • 列出记忆时结果按服务器稳定顺序返回,忽略 `order_by` 和 `order` 参数
  • `depth` 参数仅接受 `0`、`1` 或省略,其他值返回 400 错误
  • `path_prefix` 必须以 `/` 结尾,且匹配完整路径段而非子串
  • 旧标头 `managed-agents-2026-04-01` 发出的分页游标在新标头下无效,需重新开始分页
  • 记忆存储端点改用 `agent-memory-2026-07-22`,同时发送两个标头会返回 400 错误
  • 2026 年 7 月 22 日后 `managed-agents-2026-04-01` 将采用相同列表行为
查看官方原文
* We've added the `agent-memory-2026-07-22` beta header, which changes how [listing memories](/docs/en/managed-agents/memory#list-memories) (`GET /v1/memory_stores/{memory_store_id}/memories`) behaves: results are returned in a stable, server-defined order and the `order_by` and `order` parameters are ignored; `depth` accepts only `0`, `1`, or being omitted (other values return a `400` error); and `path_prefix` must end with `/` and matches whole path segments instead of a substring. Page cursors issued without the header aren't valid with it, so restart from the first page when you adopt it. On memory store endpoints, `agent-memory-2026-07-22` replaces `managed-agents-2026-04-01`; sending both returns a `400` error. On July 22, 2026, the `managed-agents-2026-04-01` header adopts the same list behavior. See [Beta headers](/docs/en/api/beta-headers#endpoint-specific-headers). * The Python (0.116.0), TypeScript (0.110.0), Go (1.56.0), Java (2.48.0), Ruby (1.55.0), PHP (0.36.0), C# (12.35.0), and CLI (1.16.0) SDKs now send `agent-memory-2026-07-22` on all memory store calls instead of `managed-agents-2026-04-01`. If your code passes `betas` explicitly on memory store calls, replace `managed-agents-2026-04-01` with `agent-memory-2026-07-22` there rather than adding a second value.
官方来源
功能更新

We've restored access to Claude Fable 5 and Claude Mythos 5. See our statement for more in…

2026年7月1日建议更新

Claude Fable 5 和 Claude Mythos 5 已恢复访问。

  • Claude Fable 5 和 Claude Mythos 5 已重新可用。
查看官方原文
* We've restored access to Claude Fable 5 and Claude Mythos 5. See [our statement](https://www.anthropic.com/news/redeploying-fable-5) for more information.
官方来源
重大变化

We've launched Claude Sonnet 5 (claude-sonnet-5), the next generation of our Sonnet model … 等 6 项

2026年6月30日建议更新

Claude 平台发布了新一代 Sonnet 模型 Claude Sonnet 5,并新增了多项 Managed Agents 功能,包括事件流增量、反向分页、会话配置覆盖、凭证注入位置设置以及 Webhook 生命周期事件。

  • Claude Sonnet 5 已发布,定价为每百万 token 输入 $2、输出 $10(至 2026 年 8 月 31 日),支持 1M 上下文窗口和 128k 最大输出 token。
  • 迁移至 Sonnet 5 时需注意:自适应思考默认开启;手动扩展思考(thinking: {type: "enabled", budget_tokens: N})已移除,返回 400 错误;设置采样参数(temperature、top_p、top_k)为非默认值也返回 400 错误。
  • Sonnet 5 使用新分词器,相同文本产生的 token 数增加约 30%。
  • Managed Agents 会话事件流支持事件增量(event deltas),可通过 GET /v1/sessions/{session_id}/events/stream 的 event_deltas[] 参数启用。
  • Managed Agents 会话列表支持反向分页,GET /v1/sessions 返回 prev_page 游标。
  • Managed Agents 新增会话配置覆盖、凭证注入位置设置以及 Webhook 生命周期事件。
查看官方原文
* We've launched **Claude Sonnet 5** (`claude-sonnet-5`), the next generation of our Sonnet model family, at introductory pricing of $2 / $10 per MTok through August 31, 2026 (standard $3 / $15 thereafter). Claude Sonnet 5 supports a [1M token context window](/docs/en/build-with-claude/context-windows), 128k max output tokens, and the same set of tools and platform features as Claude Sonnet 4.6, except [Priority Tier](/docs/en/api/service-tiers#supported-models), which is not available on Claude Sonnet 5. Three behavior changes apply when migrating: [adaptive thinking](/docs/en/build-with-claude/adaptive-thinking) is now on by default; manual extended thinking (`thinking: {type: "enabled", budget_tokens: N}`) is removed and returns a 400 error (it was deprecated on Sonnet 4.6); and setting sampling parameters (`temperature`, `top_p`, `top_k`) to non-default values returns a 400 error. Claude Sonnet 5 also uses a new tokenizer that produces approximately 30% more tokens for the same text. The exact increase depends on the content and workload shape. See [What's new in Claude Sonnet 5](/docs/en/about-claude/models/whats-new-sonnet-5) for details and migration guidance. For behavioral differences and model-specific prompting patterns, see [Prompting Claude Sonnet 5](/docs/en/build-with-claude/prompt-engineering/prompting-claude-sonnet-5). * Claude Managed Agents session event streams now support [event deltas](/docs/en/managed-agents/events-and-streaming#event-deltas). Opt in with the `event_deltas[]` query parameter on `GET /v1/sessions/{session_id}/events/stream`. The `event_start` and `event_delta` events preview an agent message's text as it's generated, before the complete `agent.message` event arrives. * [Listing sessions](/docs/en/managed-agents/session-operations#listing-sessions) for Claude Managed Agents now supports backward pagination. `GET /v1/sessions` returns a `prev_page` cursor alongside `next_page`; pass it as the `page` parameter to return to the previous page. See [Pagination](/docs/en/api/overview#pagination). * When creating a Claude Managed Agents session, you can now [override the agent's configuration for that session](/docs/en/managed-agents/sessions#override-agent-configuration-for-a-session). Pass `agent` with `type: "agent_with_overrides"` to replace the model, system prompt, tools, MCP servers, or skills for a single session. The agent itself is unchanged. * Claude Managed Agents vaults now support an `injection_location` setting on [environment variable credentials](/docs/en/managed-agents/vaults#add-a-credential) (the Environment variable tab). It controls whether the credential's value is substituted, at egress, into the agent's outbound request headers, the request body, or both. * Webhooks for Claude Managed Agents now cover the agent, deployment, and deployment run lifecycle. You can react to a newly published agent version, a paused deployment, or a failed scheduled run without polling. See the Agent events, Deployment events, and Deployment run events tabs in [Subscribe to webhooks](/docs/en/managed-agents/webhooks#supported-event-types).
官方来源
重大变化

We've removed fast mode for Claude Opus 4.6. Requests to claude-opus-4-6 with speed: "fast…

2026年6月29日建议尽快更新

Claude Opus 4.6 的快速模式已被移除。使用 speed: "fast" 的请求现在以标准速度和标准价格运行,不会报错。建议迁移到 Claude Opus 4.8 以继续使用快速模式。

  • Claude Opus 4.6 的快速模式已移除
  • 请求 speed: "fast" 现在以标准速度和标准价格运行,不返回错误
  • 响应中的 usage.speed 字段报告实际使用的速度
  • 如需继续使用快速模式,请迁移到 Claude Opus 4.8
查看官方原文
* We've removed [fast mode](/docs/en/build-with-claude/fast-mode) for Claude Opus 4.6. Requests to `claude-opus-4-6` with `speed: "fast"` no longer run at fast speed or premium pricing: they run at standard speed, are billed at standard rates, and do not return an error. The response's `usage.speed` field reports the speed used. To continue using fast mode, migrate to [Claude Opus 4.8](/docs/en/about-claude/models/migration-guide). Read more in [Fast mode](/docs/en/build-with-claude/fast-mode#supported-models).
官方来源
功能更新

We've raised rate limits across the Claude API. Claude Sonnet and Claude Haiku rate limits…

2026年6月26日建议更新

Claude API 提高了所有模型的速率限制,Sonnet 和 Haiku 现在与 Opus 在各使用层级上保持一致,使用层级简化为三个:Start、Build 和 Scale。大多数组织会自动升级到更高层级,无需任何操作。

  • Claude Sonnet 和 Haiku 的速率限制现在与 Opus 在各使用层级上相同
  • 使用层级合并为三个:Start、Build 和 Scale
  • 大多数组织会自动升级到更高层级,且不会降低任何组织的限制
查看官方原文
* We've raised [rate limits](/docs/en/api/rate-limits) across the Claude API. Claude Sonnet and Claude Haiku rate limits now match Claude Opus at every usage tier, and usage tiers have been consolidated into three: Start, Build, and Scale. Most organizations move to a higher tier, no organization receives lower limits than before, and no action is required. You can view your tier and current limits in the [Claude Console](/settings/limits).
官方来源
重大变化

We've deprecated fast mode for Claude Opus 4.7, with removal on July 24, 2026. After remov…

2026年6月25日建议尽快更新

Claude Opus 4.7 的快速模式已弃用,将于 2026 年 7 月 24 日移除。届时使用 speed: "fast" 的请求将返回错误,请迁移至 Claude Opus 4.8 的快速模式。

  • Claude Opus 4.7 快速模式已弃用,2026 年 7 月 24 日移除
  • 移除后,对 claude-opus-4-7 使用 speed: "fast" 将返回错误
  • 请迁移至 Claude Opus 4.8 的快速模式
查看官方原文
* We've deprecated [fast mode](/docs/en/build-with-claude/fast-mode) for Claude Opus 4.7, with removal on July 24, 2026. After removal, requests to `claude-opus-4-7` with `speed: "fast"` will return an error. Migrate to fast mode for Claude Opus 4.8. Read more in [Fast mode](/docs/en/build-with-claude/fast-mode#supported-models).
官方来源
重大变化

MCP tunnels (research preview): the management API moved from /v1/organizations/tunnels on…

2026年6月22日建议尽快更新

MCP 隧道(研究预览)的管理 API 已从管理 API 的 /v1/organizations/tunnels 迁移至 Claude API 的 /v1/tunnels,需使用新的请求头和权限范围。旧接口在迁移窗口期内仍可用。

  • MCP 隧道管理 API 端点从 /v1/organizations/tunnels 迁移到 /v1/tunnels
  • 新接口需使用 anthropic-beta: mcp-tunnels-2026-06-22 请求头
  • 新接口需 workspace:manage_tunnels 权限范围
  • 旧接口在迁移窗口期内仍可用
查看官方原文
* **MCP tunnels** (research preview): the management API moved from `/v1/organizations/tunnels` on the Admin API to `/v1/tunnels` on the Claude API. The new surface uses the `anthropic-beta: mcp-tunnels-2026-06-22` header and the `workspace:manage_tunnels` WIF scope. The previous surface remains available during a migration window. See the [Tunnels API reference](/docs/en/api/beta/tunnels).
官方来源
功能更新

The Python, TypeScript, Go, Java, Ruby, PHP, and C# SDKs now include support for codeexecu…

2026年6月18日建议更新

Python、TypeScript、Go、Java、Ruby、PHP 和 C# SDK 现已支持 code_execution_20260120 代码执行工具版本,该版本增加了 REPL 状态持久化,并且是程序化工具调用的最低版本。

  • 所有主要语言的 SDK 均支持 code_execution_20260120 版本
  • 新版本增加了 REPL 状态持久化功能
  • 该版本是程序化工具调用的最低要求版本
  • 无需 beta 标头,设置工具 type 为 code_execution_20260120 即可使用
  • 兼容 Claude Fable 5、Mythos 5、Opus 4.5 及以上、Sonnet 4.5 及以上模型
查看官方原文
* The Python, TypeScript, Go, Java, Ruby, PHP, and C# SDKs now include support for `code_execution_20260120`, the [code execution tool](/docs/en/agents-and-tools/tool-use/code-execution-tool) version that adds REPL state persistence and is the minimum version for [programmatic tool calling](/docs/en/agents-and-tools/tool-use/programmatic-tool-calling). To adopt it, set the tool's `type` to `code_execution_20260120`; no beta header is required. It's available on Claude Fable 5, Claude Mythos 5, Claude Opus 4.5 and newer, and Claude Sonnet 4.5 and newer; see the [model compatibility table](/docs/en/agents-and-tools/tool-use/code-execution-tool#model-compatibility).
官方来源
重大变化

We've retired the Claude Sonnet 4 model (claude-sonnet-4-20250514) and the Claude Opus 4 m…

2026年6月15日建议尽快更新

Claude Sonnet 4 和 Claude Opus 4 模型已退役,请求将返回错误。建议升级到 Claude Sonnet 4.6 和 Claude Opus 4.8。研究人员可通过外部研究员访问计划申请持续访问。

  • Claude Sonnet 4 (claude-sonnet-4-20250514) 和 Claude Opus 4 (claude-opus-4-20250514) 已退役
  • 向已退役模型的请求将返回错误
  • 建议升级到 Claude Sonnet 4.6 和 Claude Opus 4.8
  • 研究人员可通过外部研究员访问计划申请持续访问
查看官方原文
* We've retired the Claude Sonnet 4 model (`claude-sonnet-4-20250514`) and the Claude Opus 4 model (`claude-opus-4-20250514`). All requests to these models will now return an error. We recommend upgrading to [Claude Sonnet 4.6](/docs/en/about-claude/models/overview#latest-models-comparison) and [Claude Opus 4.8](/docs/en/about-claude/models/overview#latest-models-comparison) respectively. Researchers can request ongoing access through the [External Researcher Access Program](https://support.claude.com/en/articles/9125743-what-is-the-external-researcher-access-program).
官方来源