View a markdown version of this page

克劳德神话 5 - Amazon Bedrock

本文属于机器翻译版本。若本译文内容与英语原文存在差异,则一律以英文原文为准。

克劳德神话 5

Anthropic — 克劳德神话 5

模型详细信息

Claude Mythos 5 是 Anthropic 最强大的网络安全和生命科学模型,包括漏洞发现、药物设计和生物防御筛查。由于这些域名的双重用途性质,目前访问受到限制。

此模型为预览版,作为 AWS 服务条款中定义的 “测试服务” 提供给您。它受您与 AWS 达成的协议、AWS 服务条款和适用的 EULA 范本的约束。

  • 模型发布日期:2026 年 6 月 9 日

  • 型号停产日期: N/A

  • 最终用户许可协议和使用条款:查看

  • 模型生命周期:活跃

  • 上下文窗口:100 万个代币

  • 最大输出代币:12.8K

  • 采样参数:温度必须为 1.0 或未设置;top_p 必须等于 0.99 且 < 1.0,或者未设置;不支持 top_k

  • 推理:支持(自适应思维始终处于开启状态,无法禁用;工作量级别可配置)

  • 知识截止日期:2026 年 1 月

  • Marketplace 商品编号:prod-kyryzgfmbtwtc

输入模式 输出模式 支持的 API 支持的终端节点
Red circle with white X icon indicating error, cancel, or close action.音频Red circle with white X icon indicating error, cancel, or close action.嵌入Red circle with white X icon indicating error, cancel, or close action. ResponsesRed circle with white X icon indicating error, cancel, or close action. bedrock-runtime
Green circle with white checkmark icon.图片Red circle with white X icon indicating error, cancel, or close action.图片Red circle with white X icon indicating error, cancel, or close action. Chat CompletionsGreen circle with white checkmark icon. bedrock-mantle
Red circle with white X icon indicating error, cancel, or close action.演讲Red circle with white X icon indicating error, cancel, or close action.演讲Red circle with white X icon indicating error, cancel, or close action. Invoke
Green circle with white checkmark icon.文本Green circle with white checkmark icon.文本Red circle with white X icon indicating error, cancel, or close action. Converse
Red circle with white X icon indicating error, cancel, or close action.视频Red circle with white X icon indicating error, cancel, or close action.视频Green circle with white checkmark icon. Messages

功能和特点

基岩特征

使用bedrock-mantle端点支持的功能

提示缓存

有关更多信息,请参阅提示缓存以加快模型推断速度。

支持提示缓存 每个缓存检查点的最小令牌数 每个请求的最大缓存检查点数 支持的 TTL 接受提示缓存检查点的字段
1024 4 5 分钟 1 小时 systemmessagestools

定价

有关定价,请参阅 Amazon Bedrock 定价页面。

以编程方式访问

使用以下模型 ID 和端点 URL 以编程方式访问此模型。有关可用 API 和终端节点的更多信息,请参阅支持的 API 和支持的终端节点

Endpoint 型号标识 In-Region 端点网址 Global
bedrock-mantle anthropic.claude-mythos-5 https://bedrock-mantle.{region}.api.aws/anthropic/v1/messages N/A

服务等级

Amazon Bedrock 提供多个服务等级,以满足您的工作负载要求。标准版提供按令牌付费的访问权限,无需任何承诺。P@@ ri ority 通过基于时间的承诺提供更高的吞吐量。Flex 为灵活、非时间敏感型工作负载提供更低成本的访问权限。Reserved 为可预测的工作负载提供@@ 专用吞吐量和定期承诺。有关更多信息,请参阅服务等级

Standard 优先级 Flex 已保留
Green circle with white checkmark icon. Red circle with white X icon indicating error, cancel, or close action. Red circle with white X icon indicating error, cancel, or close action. Red circle with white X icon indicating error, cancel, or close action.

区域可用性

地区供应情况一览

Bedrock 提供三种推断选项:In-Region将请求保留在单个区域内以实现严格合规;在尊重数据驻留的情况下跨地理区域(美国、欧盟等)进行地理路 Cross-Region由,以提高吞吐量;以及全球任何地方的全球 Cross-Region路由,在没有居住限制的情况下实现最大吞吐量。有关更多详细信息,请参阅该各型号的地区供货情况页面。

区域 In-Region Geo Global
us-east-1(弗吉尼亚北部)Green circle with white checkmark icon.Red circle with white X icon indicating error, cancel, or close action.Red circle with white X icon indicating error, cancel, or close action.

数据留存

要使用此模型,您必须将数据保留模式设置为,从而选择提供商数据共享provider_data_share。您可以在 Amazon Bedrock 控制台中或通过数据保留 API 进行配置。有关更多信息,请参阅 Amazon Bedrock 滥用检测

配额和限制

您的 AWS 账户具有默认配额,用于维持服务性能并确保适当使用 Amazon Bedrock。分配给账户的默认配额可能会根据地区因素、付款历史记录、欺诈性使用情况、增加配额请求的 and/or 批准而更新。有关更多详细信息,请参阅Amazon Bedrock 的配额文档并查看该模型的限制

示例代码

第 1 步-AWS 账户:如果您已有 AWS 账户,请跳过此步骤。如果您不熟悉 AWS,请注册一个 A WS 账户

第 2 步-API 密钥:前往 Amazon Bedrock 控制台生成长期 API 密钥。

第 3 步-获取 SDK:要使用本入门指南,必须已安装 Python。然后根据您使用的 API 安装相关软件。

pip install -U "anthropic[bedrock]"

第 4 步-设置环境变量:将您的环境配置为使用 API 密钥进行身份验证。

AWS_BEARER_TOKEN_BEDROCK="<provide your Bedrock API key>"

第 5 步-运行您的第一个推理请求:将文件另存为 bedrock-first-request.py

from anthropic import AnthropicBedrockMantle client = AnthropicBedrockMantle(aws_region="us-east-1") message = client.messages.create( model="anthropic.claude-mythos-5", max_tokens=1024, messages=[{"role": "user", "content": "Hello, Claude"}], ) print(message.content[0].text)