Anthropic: Claude Opus 4.7 API

Opus 4.7 is the next generation of Anthropic's Opus family, built for long-running, asynchronous agents. Building on the coding and agentic strengths of Opus 4.6, it delivers stronger performance on complex, multi-step tasks and more reliable agentic execution across extended workflows. It is especially effective for asynchronous agent pipelines where tasks unfold over time - large codebases, multi-stage debugging, and end-to-end project orchestration.

关键参数

如何调用

apiget 兼容 OpenAI 接口,把 base_url 指向 https://api.apiget.cc/v1,用你的 API Key 调用:

curl https://api.apiget.cc/v1/chat/completions \
  -H "Authorization: Bearer $APIGET_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"claude-opus-4.7","messages":[{"role":"user","content":"你好"}]}'

价格

按量计费、无月费,支持人民币充值。最新价格见 定价页

常见问题

国内能直接调用 Anthropic: Claude Opus 4.7 API 吗?
可以。通过 apiget 聚合网关调用,免翻墙、OpenAI 兼容,把 base_url 指向 https://api.apiget.cc/v1 配置 API Key 即可接入。
Anthropic: Claude Opus 4.7 怎么计费?
按量计费、无月费,支持支付宝/微信充值。
Anthropic: Claude Opus 4.7 的上下文有多大?
Anthropic: Claude Opus 4.7 最大支持 1000000 tokens 上下文。