Private beta access is limited. Join the waitlist to receive an invitation.
Private beta waitlist

Compare plans and join the private beta.

Review current pay-as-you-go rates and monthly plans, then leave your email to receive an invitation when access is ready.

glm-5.2 · Pay as you goLive catalog
Input / 1M tokens$0.84
Cached input / 1M$0.15
Output / 1M tokens$2.64
Thinking output / 1M$2.64
Values are rendered from the current public pricing directory.
1 public pay-as-you-go prices3 monthly plansglm-5.2 catalog available now
Why WeCoding

The same frontier model, without the frontier bill.

We host GLM-5.2 ourselves on dedicated hardware, so we pass the savings straight to you.

💸

Exactly half the price

Every token and every plan is priced at 50% of the equivalent Zhipu US list rate. No usage tiers to game, no fine print.

🔌

Drop-in compatible

OpenAI-compatible endpoints. Change the base URL and API key — your existing SDKs, agents, and tools just work.

Low-latency region

Dedicated GPU capacity hosted in Southeast Asia (Malaysia), tuned for steady throughput on long-running agent workloads.

🧱

Built for production

Streaming, function calling, and long context — the full GLM-5.2 capability set, ready for real applications.

📊

Transparent usage

A clean dashboard for keys, spend, and rate limits. Know exactly what you're using and what it costs.

🌍

For US & EU teams

Billing in USD/EUR, English support, and terms written for developers shipping to Western markets.

Pricing

Lower than Zhipu US.

Compare Zhipu US reference pricing with WeCoding's current live catalog rates.

Zhipu US (z.ai) reference · July 2026
GLM-5.2 API
Input / 1M tokens$1.40
Cached input / 1M$0.26
Output / 1M tokens$4.40
Lower live rates
WeCoding
glm-5.2
Input / 1M tokens$0.84
Cached input / 1M$0.15
Output / 1M tokens$2.64
Thinking output / 1M$2.64
Coding Plan

A flat monthly fee for your AI coding tools — at a lower price.

Use GLM-5.2 inside Claude Code, Cline, Roo Code, Kilo Code and other OpenAI-compatible agents. One monthly fee, a generous usage quota — no per-token metering.

Lite
$15/mo
35,000,000 monthly credits · 10,000,000 / 5h · 20,000,000 / week
60 RPM · 8 concurrent requests
Max
$130/mo
280,000,000 monthly credits · 80,000,000 / 5h · 160,000,000 / week
1,000 RPM · 32 concurrent requests

Zhipu US values are the July 2026 reference rates shown on the original page. WeCoding pay-as-you-go rates, monthly prices, quotas, and limits are loaded from the current public catalog.

Developer experience

If you've used the OpenAI SDK, you're already close.

Continue with Google or email, generate a key, and move from the public catalog to real requests without changing how your tooling thinks.

chat.py
from openai import OpenAI

client = OpenAI(
    base_url="https://open.wecoding.ai/v1",
    api_key="sk-your-key",
)

resp = client.chat.completions.create(
    model="glm-5.2",
    messages=[
        {"role": "user",
         "content": "Ship it."},
    ],
    stream=True,
)
# same client flow, live catalog-backed plans
  • One account entry. Google and email share the same login-or-create flow everywhere.
  • Live pricing context. The landing page and console plans view can speak from the same catalog response.
  • Streaming & tools. Function calling and streaming remain available through the OpenAI-compatible API.
  • Immediate next step. Authenticate, generate a key, and move from discovery to execution in one flow.
FAQ

Questions, answered.

Where do these prices come from?+

Every plan and pay-as-you-go price on this page is rendered from the live public catalog returned by the backend.

How do I get access?+

Join the waitlist with your email. When access is ready, your invitation email will include the link you need to continue.

What does the monthly plan include?+

Each plan publishes a monthly credit quota plus 5-hour and weekly rolling limits so you can match it to your workload.

Is the API compatible with OpenAI tooling?+

Yes. Existing OpenAI-compatible SDK and agent integrations can point at the platform with a base URL and API key change.

Can pay-as-you-go pricing disappear?+

If the public catalog has no pay-as-you-go prices, the homepage shows pricing as temporarily unavailable instead of inventing fallback amounts.

Where do I manage usage after logging in?+

The authenticated console includes keys, billing, usage, and request logs in the same workspace.

Get access

Join the private beta waitlist.

Enter your email and we'll send your invitation when access is ready.