All models

Claude Opus 4.8 runs at 80% off on Moyi API. .

AnthropicAnthropic: Claude Opus 4.8

No training

Claude Opus 4.8 is Anthropic's most capable generally available model in the Opus family. It supports text, image, and file inputs with text output, with reasoning support and a 1M-token context window. It is suited for highly autonomous agents, long-horizon agentic work, knowledge work, and memory-driven tasks where coherence over extended sessions matters. It is particularly strong on multi-step reasoning, complex coding, and end-to-end project orchestration - large codebases, multi-stage debugging, and long-running asynchronous agent pipelines. Beyond coding, it handles knowledge work such as drafting documents, building presentations, and analyzing data, maintaining quality across very long outputs.

Modalities

Price (in / out)

80% off

$0.99 / $4.95$5 / $25per 1M

Context

1M

Released

May 28, 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?

ProviderContextInputOutputCacheLatencyThroughputNo training
AnthropicAnthropic1M$5$0.99$25$4.95$0.5$0.099No training
BedrockAWS Bedrock1M$5$0.99$25$4.95$0.5$0.099No training
VertexAIGoogle Vertex1M$5$0.99$25$4.95$0.5$0.099No training
Third-party providers1M$5$0.99$25$4.95$0.5$0.099No 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

      -72h-48h-24hNow

      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-8",
            max_tokens=1024,
            messages=[{"role": "user", "content": "Hello"}],
        )
        print(message.content[0].text)
        Read docs

        Endpoint: https://api.moyiapi.com

        Claude Opus 4.8 pricing, performance & uptime