# Zhipu: glm-5.3

- Model ID: `glm-5.3`
- Provider: Zhipu
- Web version: https://www.moleapi.com/en/models/zhipu/glm-5.3
- Content status: catalog

## Model introduction

glm-5.3 is a Zhipu model available through MoleAPI with openai access. It fits OpenAI compatible, Prompt cache workflows, with pricing synced from the MoleAPI console.

## Model capabilities

- OpenAI compatible
- Prompt cache

### Verified specifications

- Catalog status: Currently available on MoleAPI
- Compatible protocols: openai
- Available billing groups: Standard

## Model pricing and access

Pricing is supplied dynamically by the MoleAPI console API.

### Standard (default, x1)

- Input: $0.87 / 1M tokens
- Output: $3.48 / 1M tokens
- Cache read: $0.19 / 1M tokens

### Access protocols

| Protocol | Method | Endpoint |
| --- | --- | --- |
| openai | POST | /v1/chat/completions |

- Live pricing source: https://home.moleapi.com/api/pricing

## About glm-5.3

glm-5.3 is a Zhipu model available through MoleAPI with openai access. It fits OpenAI compatible, Prompt cache workflows, with pricing synced from the MoleAPI console.

### Sources

- [MoleAPI console pricing catalog](https://home.moleapi.com/api/pricing) — MoleAPI

## Code examples

### cURL

```bash
curl https://api.moleapi.com/v1/chat/completions \
  -H "Authorization: Bearer $MOLEAPI_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"glm-5.3","messages":[{"role":"user","content":"Hello"}]}'
```

## More related models

- [glm-5.2](https://www.moleapi.com/en/models/zhipu/glm-5.2) — Zhipu
- [z-ai/glm-5.2](https://www.moleapi.com/en/models/zhipu/z-ai-glm-5.2) — Zhipu
- [glm-5.1](https://www.moleapi.com/en/models/zhipu/glm-5.1) — Zhipu

## Frequently asked questions

### How is glm-5.3 priced?

Prices are read from the MoleAPI console API and update with model prices, context tiers, and account groups.

### How can I access glm-5.3?

The catalog currently lists openai.

### How do I switch an existing project to glm-5.3?

Keep the MoleAPI API address and key, replace the model parameter, and check protocol-specific parameters.

### Where do the glm-5.3 details come from?

Only confirmed availability, pricing, and protocol details from the MoleAPI catalog are included.
