Home / Text Generation / GLM-4.7 Flash

Free GLM-4.7 Flash API

Updated 6/9/2026

Use Z.ai's GLM-4.7 Flash — a fast, efficient bilingual LLM for chat and agents — free on Cloudflare Workers AI.

About the Model

Why use GLM-4.7 Flash?

GLM-4.7 Flash is Z.ai's speed-optimized model, built for low-latency chat, agents, and tool calling while keeping high answer quality. Ideal when responsiveness matters.

Languages & capabilities

Excellent bilingual Chinese/English performance, strong instruction following and reliable function-calling for agentic apps.

Why it's free

Covered by Cloudflare Workers AI's 10,000 free Neurons per day, so you can prototype and ship for free through the /ai/run endpoint.

Try it in your browser

Pick a model, paste your own free key, and run. Your key is sent once to call the provider and never stored on our servers.

The model's reply will stream here.

How to call GLM-4.7 Flash

curl
curl https://api.cloudflare.com/client/v4/accounts/$CF_ACCOUNT_ID/ai/run/@cf/zai-org/glm-4.7-flash \
  -H "Authorization: Bearer $CF_API_TOKEN" \
  -d '{"messages":[{"role":"user","content":"Write a haiku about the sea."}]}'
python
import os, requests

account = os.environ["CF_ACCOUNT_ID"]
token = os.environ["CF_API_TOKEN"]

resp = requests.post(
    f"https://api.cloudflare.com/client/v4/accounts/{account}/ai/run/@cf/zai-org/glm-4.7-flash",
    headers={"Authorization": f"Bearer {token}"},
    json={"messages": [{"role": "user", "content": "Write a haiku about the sea."}]},
)
print(resp.json()["result"]["response"])

Provider Details

The following platforms provide free access to GLM-4.7 Flash through free tiers, trial credits, or daily quotas.

ProviderContext WindowFree QuotaRequires CCTrust / VerifiedAction
Cloudflare Workers AIN/ARate Limit
100 requests per day
No
Trust 99
Details

Frequently Asked Questions

Is GLM-4.7 Flash free to use?

Yes. GLM-4.7 Flash is available for free through 1 provider(s) listed below, with no purchase required.

What are the rate limits and quotas?

Free access varies by provider — Cloudflare Workers AI: Rate Limit.

How do I get a free GLM-4.7 Flash API key?

Sign up with Cloudflare Workers AI, then create an API key from your dashboard. See the provider details above for the exact steps.

Which providers offer GLM-4.7 Flash for free?

GLM-4.7 Flash is currently available for free via: Cloudflare Workers AI.

Know another free provider for GLM-4.7 Flash?

Help the community by sharing other ways to access this model for free.