Model
GLM-5.2 (Zhipu/Z.ai)
EU sovereignCall GLM-5.2 (Zhipu/Z.ai) through an OpenAI-compatible API hosted in Europe: licence, real per-token price, hosting jurisdiction.
€2.52
Input — per 1M tokens
€7.70
Output — per 1M tokens
Specifications
- API model id
- glm-5.2
- Availability
- Live
- Hosting jurisdiction
- EU sovereign
- Served via
- scaleway
- Publisher
- Zhipu / Z.ai
- Parameters
- 753B
- Licence
- MIT
Reasoning model — thinks before answering. Omit max_tokens or allow at least ~1,000.
What its label means
This model runs on a provider with no non-EU capital or jurisdictional control, so a US court order cannot compel access to what it processes for you. That is the SecNumCloud principle: what decides exposure is who controls the operating company, not where the servers sit.
How we draw the line: GDPR vs. the CLOUD Act →Calling it
The API is OpenAI-compatible. Change base_url and the key, then use this model id:
client = OpenAI(
base_url="https://getfrontiereai.eu/api/v1",
api_key=os.environ["FRONTIERE_KEY"],
)
reply = client.chat.completions.create(
model="glm-5.2",
messages=[{"role": "user", "content": "Bonjour"}],
)One key covers the whole catalog — you switch models by changing a single string.
API reference →Pricing
The price you see is the price debited from your prepaid balance, margin included — not an infrastructure cost. No subscription: top up from €20, calls stop at zero.
FAQ
Is GLM-5.2 (Zhipu/Z.ai) GDPR-compliant on Frontière?
Yes. GLM-5.2 (Zhipu/Z.ai) is served through scaleway, a provider with no non-EU capital control, so your prompts stay beyond the reach of a US court order. Frontière additionally stores neither prompts nor completions from API calls — only the token counts billing requires.
How much does GLM-5.2 (Zhipu/Z.ai) cost?
€2.52 per million input tokens and €7.70 per million output tokens — margin included, that is the amount debited from your prepaid balance. No subscription: you top up from €20 and calls stop when the balance reaches zero.
How do I call GLM-5.2 (Zhipu/Z.ai) from my code?
The API is OpenAI-compatible: point base_url at https://getfrontiereai.eu/api/v1, swap the key, and pass “glm-5.2” as the model field. Your SDK, scripts and tools keep working, streaming included.
Under which licence is GLM-5.2 (Zhipu/Z.ai) released?
MIT, a permissive licence. It covers the model weights published by Zhipu / Z.ai; your use through Frontière's API is separately governed by our own terms.
Is there any behaviour I should know about?
Reasoning model — thinks before answering. Omit max_tokens or allow at least ~1,000.
Other models in the catalog
Call it in minutes
Create an account, top up €20, change two lines.