All models

GLM-5.3 runs at 35% off on Moyi API. .

ZhipuGLM: GLM-5.3

GLM-5.3 is a large-scale reasoning model from Z.ai, built for complex software engineering and long-horizon agent tasks. It supports text input and output with a 1M-token context window, and improves on GLM-5.2 in coding and in the balance between performance and token efficiency.

Modalities

Price (in / out)

35% off

$0.9072 / $2.8512$1.4 / $4.4per 1M

Context

1M

Released

Aug 14, 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
Z.AI1M$1.4$0.9072$4.4$2.8512$0.26$0.1685
VolcengineVolcengine1M$1.4$0.9072$4.4$2.8512$0.26$0.1685
OpenRouterOpenRouter1M$1.4$0.9072$4.4$2.8512$0.26$0.1685
Third-party providers1M$1.4$0.9072$4.4$2.8512$0.26$0.1685

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, no provider do not train on your data.

        For the full data-security policy, learn more.

        Need to pick your own providers? .

        Quickstart

        from openai import OpenAI
        
        client = OpenAI(
            base_url="https://api.moyiapi.com/v1",  # the only line that changes
            api_key="<MOYIAPI_API_KEY>",
        )
        response = client.chat.completions.create(
            model="glm-5.3",
            messages=[{"role": "user", "content": "Hello"}],
        )
        print(response.choices[0].message.content)
        Read docs

        Endpoint: https://api.moyiapi.com/v1

        GLM-5.3 pricing, performance & uptime