Claude Opus 4.7 runs at 79% off on Moyi API. .
Anthropic: Claude Opus 4.7
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. Beyond coding, Opus 4.7 brings improved knowledge work capabilities - from drafting documents and building presentations to analyzing data. It maintains coherence across very long outputs and extended sessions, making it a strong default for tasks that require persistence, judgment, and follow-through.
Modalities
Price (in / out)
79% off$1.06 / $5.3$5 / $25per 1M
Context
1M
Released
Apr 16, 2026
Providers
Moyi API routes by health and cost within the discount range and provider list you configured. When one returns an error we fall through to the next best — you don't pick a provider in the request. Configure discount range
Need a specific set of providers?
| Provider | Context | Input | Output | Cache | Latency | Throughput | Uptime | No training |
|---|---|---|---|---|---|---|---|---|
| Anthropic | 1M | $5$1.06 | $25$5.3 | $0.5$0.106 | — | — | — | No training |
| AWS Bedrock | 1M | $5$1.06 | $25$5.3 | $0.5$0.106 | — | — | — | No training |
| Google Vertex | 1M | $5$1.06 | $25$5.3 | $0.5$0.106 | — | — | — | No training |
| Third-party providers | 1M | $5$1.06 | $25$5.3 | $0.5$0.106 | — | — | — | No training |
Live discount
Each provider's average effective discount, refreshed hourly.
No discount data for this model in the last 24 hours.
Performance
Latency and throughput are measured on live gateway traffic.
Latency
Time from sending the request to the first output token, broken down by provider.
LATENCY · MOYI API GATEWAY
Throughput
Tokens per second after the first output token, broken down by provider.
THROUGHPUT · MOYI API GATEWAY
Uptime
Moyi API continuously probes every provider and falls through to the next best one on error.
Uptime (24h)
—
Uptime (3d)
—
Uptime, last 3 days
—
Uptime, last 24 hours
One line per upstream provider, taking the best success rate among that provider's channels. The Moyi API line counts only the final attempt of each request — the end-to-end result after all fallbacks.
AVAILABILITY · LAST 24H · MOYI API GATEWAY
Data security
Among this model's providers, Anthropic, AWS Bedrock, Google Vertex do not train on your data.
For the full data-security policy, learn more.
Need to pick your own providers? .
Quickstart
from anthropic import Anthropic
client = Anthropic(
base_url="https://api.moyiapi.com", # the only line that changes
api_key="<MOYIAPI_API_KEY>",
)
message = client.messages.create(
model="claude-opus-4-7",
max_tokens=1024,
messages=[{"role": "user", "content": "Hello"}],
)
print(message.content[0].text)Endpoint: https://api.moyiapi.com