---
title: glm-5.3 API — GLM Pricing & Specs | RunAPI
description: Use glm-5.3 via RunAPI — the GLM family. Per-call pricing, model ID, specs, and developer setup guide.
url: https://runapi.ai/models/glm/5.3.md
canonical: https://runapi.ai/models/glm/5.3
locale: en
site: RunAPI
image: https://runapi.ai/assets/opengraph-bfaaa0f0.png
alternates:
  en: https://runapi.ai/models/glm/5.3
  zh-CN: https://runapi.ai/zh-CN/models/glm/5.3
  es: https://runapi.ai/es/models/glm/5.3
  ja: https://runapi.ai/ja/models/glm/5.3
  de: https://runapi.ai/de/models/glm/5.3
  fr: https://runapi.ai/fr/models/glm/5.3
  pt-BR: https://runapi.ai/pt-BR/models/glm/5.3
  ko: https://runapi.ai/ko/models/glm/5.3
  it: https://runapi.ai/it/models/glm/5.3
  nl: https://runapi.ai/nl/models/glm/5.3
  pl: https://runapi.ai/pl/models/glm/5.3
  tr: https://runapi.ai/tr/models/glm/5.3
  zh-TW: https://runapi.ai/zh-TW/models/glm/5.3
  zh-HK: https://runapi.ai/zh-HK/models/glm/5.3
  ar: https://runapi.ai/ar/models/glm/5.3
  x-default: https://runapi.ai/models/glm/5.3
model: GLM
provider: Z.ai
variant_id: glm-5.3
sdk_model_id: glm-5.3
modality: text
billing_unit: 1K tokens
status: active
---

> HTML version: https://runapi.ai/models/glm/5.3
> Site index for agents: https://runapi.ai/llms.txt


# glm-5.3 API

Use glm-5.3 from the GLM family via RunAPI. Per-call pricing, no subscription, and failed generations are never charged.

**Z.ai / [GLM](https://runapi.ai/models/glm.md)**
**Operational · text · Commercial OK**

<!-- catalog-model-detail-slot: model-playground -->

## Try GLM 5.3

Pick any model and generate in seconds.


**Model:**
- **Chat completion** — `chat_completion` · `glm-5.3` · Input $1.40 / 1M tokens | Output $4.40 / 1M tokens

**Prompt:** Describe what you want to create...

**Estimated:** Input $1.40 / 1M tokens | Output $4.40 / 1M tokens

- [Generate](https://runapi.ai/login)
Sign in to generate with RunAPI.
<!-- /catalog-model-detail-slot: model-playground -->

### Switch variant

- [glm-4.5](https://runapi.ai/models/glm/4.5.md)
- [glm-4.5-air](https://runapi.ai/models/glm/4.5-air.md)
- [glm-4.6](https://runapi.ai/models/glm/4.6.md)
- [glm-4.7](https://runapi.ai/models/glm/4.7.md)
- [glm-5](https://runapi.ai/models/glm/5.md)
- [glm-5-turbo](https://runapi.ai/models/glm/5-turbo.md)
- [glm-5.1](https://runapi.ai/models/glm/5.1.md)
- [glm-5.2](https://runapi.ai/models/glm/5.2.md)
- **glm-5.3** (current)

9 versions available



glm-5.3 targets the sweet spot of quality and cost within the GLM family. It shares the same API key, request shape, and async task lifecycle as every other RunAPI model — switch to this variant by changing one model ID parameter. Install the GLM skill to load docs, typed schemas, pricing notes, and setup steps into your coding workspace. Billing is metered per completed request in USD with no subscription or minimum spend, and failed generations are never charged.

- Pay-per-call pricing in USD with no subscription
- Failed generations are never charged
- Streaming when supported by the model
- Model-specific request parameters and capability limits
- Switch variant by changing one model ID parameter
- Unified billing across all models and providers




## Technical details

| Field | Value |
|---|---|
| Provider | Z.ai |
| Model ID | glm-5.3 |
| Modality | Text |
| Task types | Synchronous |
| API endpoint | `/v1/chat/completions` |
| Billing unit | 1K tokens |
| Catalog status | Operational |



**HOW IT WORKS**

## Use This Model in 3 Steps

1. **Get Your Key** - Sign up for free and create an API key for glm-5.3 from the dashboard.
2. **Send a Request** - POST to /v1/chat/completions with the glm-5.3 model slug and your parameters.
3. **Get Results** - Read the completed glm-5.3 response directly from the endpoint.



<!-- catalog-model-detail-slot: feature-cards -->

## What this model offers

- **Endpoint coverage** — Exposes 1 public endpoint(s): chat_completion.
- **Usage-based billing** — Metered by 1K tokens with no subscription requirement.
<!-- /catalog-model-detail-slot: feature-cards -->


## GLM 5.3 Pricing

| Endpoint | Resolution | Duration | Price |
|---|---|---|---|
| `chat_completion` | Not available | 1K tokens | Input: $1.40 / 1M tokens<br>Output: $4.40 / 1M tokens<br>Cache read: $0.26 / 1M tokens<br>Cache write 5m: Free / 1M tokens<br>Cache write 1h: Free / 1M tokens |



**API REFERENCE**

## Endpoint Specification

| Field | Value |
|---|---|
| Endpoint | `POST /v1/chat/completions` |
| Model ID | `glm-5.3` |
| Task Types | `chat_completion` |
| Max Duration | `Unavailable` |
| Resolutions | `Unavailable` |
| Aspect Ratios | `Unavailable` |
| Output Format | `Unavailable` |
| Avg Generation Time | `Unavailable` |


<!-- catalog-model-detail-slot: request-parameters -->

## Request parameters

No request parameters are published for this endpoint.
<!-- /catalog-model-detail-slot: request-parameters -->

**Request example**

```json
{
  "model": "glm-5.3",
  "messages": [
    {
      "role": "user",
      "content": "Read this multi-file repository, find the failing integration test, and propose a patch with an explanation of the root cause."
    }
  ]
}
```

### Model skill — glm-5.3

Install the skill once, then use the variant ID from this page while building.

Base URL: `https://runapi.ai`

| Endpoint | Protocol |
|---|---|
| `POST /v1/chat/completions` | OpenAI compatible |

Use the OpenAI or Anthropic SDK with your RunAPI API key and `model: "glm-5.3"`.

### Use glm-5.3 with a model skill

1. **Install** — Install the model skill for the GLM line. The skill loads docs, typed schemas, pricing notes, and setup steps into your coding workspace so your agent has the right context.
2. **Configure** — Set the model field to the full model ID shown on this page and configure your RunAPI API key as an environment variable. The same key works across all models and providers.
3. **Call** — Use the skill instructions while adding prompt, input, and callback handling to your application. RunAPI routes the request to the provider, manages the async lifecycle, and returns structured JSON.
4. **Receive** — Read the task response by polling the task ID, streaming when supported, or handling the webhook callback at your configured URL. Generated outputs are stored and retrievable by task ID.

### What's different about glm-5.3

- **VS GLM-4.5: Latest GLM text model for OpenAI-compatible Chat Completions** — 355B / 32B active; 128K context; flagship open-weight MoE baseline
- **VS GLM-4.5-AIR: Latest GLM text model for OpenAI-compatible Chat Completions** — Lighter GLM-4.5 tier for fast, lower-cost everyday work
- **VS GLM-4.6: Latest GLM text model for OpenAI-compatible Chat Completions** — 200K context; first GLM on Cambricon chips; sharper code generation

## USE CASES

**Customer support**

Answer customer questions from a private knowledge base, reducing ticket volume.

**Document analysis**

Draft contract summaries and flag key clauses for attorney review.

**Code generation**

Auto-generate unit tests, code reviews, and refactoring suggestions in CI.



## Frequently asked questions about GLM 5.3

### How do I select glm-5.3?

Pass the model ID shown in the quickstart.

### What's the rate limit on this variant?

Per-key rate limits scale with your usage tier. The pricing page shows current limits. If you need higher throughput, contact support to discuss tier upgrades.

### Can I switch variants later?

Yes. Variant is a parameter in the request. Switch by changing the model ID — no code changes, no re-authentication, no separate billing setup. All variants share the same API key and request shape.

### Does it stream?

Where streaming is available, RunAPI streams end-to-end. LLM models support token-level streaming. Media models use async task polling or webhook callbacks for result delivery.

### Where do I report quality issues?

Open an issue on the public GitHub repo or email support at contact@runapi.ai. Include the task ID and model ID so the team can investigate the specific generation.

### Do I need a separate provider account?

No. Your RunAPI API key is enough to access this variant and every other model in the catalog. You do not need accounts with the underlying provider.


### RELATED

- [glm-4.5-air](https://runapi.ai/models/glm/4.5-air.md) — by Z.ai · Input $0.10 / 1M tokens | Output $0.55 / 1M tokens
- [glm-4.5](https://runapi.ai/models/glm/4.5.md) — by Z.ai · Input $0.41 / 1M tokens | Output $1.61 / 1M tokens
- [glm-4.6](https://runapi.ai/models/glm/4.6.md) — by Z.ai · Input $0.60 / 1M tokens | Output $1.22 / 1M tokens
- [glm-4.7](https://runapi.ai/models/glm/4.7.md) — by Z.ai · Input $0.60 / 1M tokens | Output $1.19 / 1M tokens

### Start building with GLM.

- [Create free account](https://runapi.ai/login)
- [Read the quickstart →](https://runapi.ai/docs/api/openai/chat-completions)
## Building with a team?

We're here to help with enterprise setup, integrations, and technical questions.

[Contact Us](https://runapi.ai/contact.md)



---

## More from RunAPI

- [Home](https://runapi.ai/.md)
### Product
- [Model Catalog](https://runapi.ai/models.md)
- [Pricing](https://runapi.ai/pricing.md)
- [Providers](https://runapi.ai/models#all-models)
### Developers
- [Documentation](https://runapi.ai/docs/guides)
- [SDKs](https://runapi.ai/sdk.md)
- [CLI](https://runapi.ai/cli.md)
- [MCP Server](https://runapi.ai/mcp.md)
### Guides
- [Claude Code vs Cursor](https://runapi.ai/claude-code-vs-cursor.md)
- [Cursor API Setup](https://runapi.ai/cursor-api-setup.md)
- [RunAPI vs OpenRouter](https://runapi.ai/openrouter-alternative.md)
### Company
- [Enterprise](https://runapi.ai/contact.md)
- [Contact](https://runapi.ai/contact.md)
### Legal
- [Terms](https://runapi.ai/terms.md)
- [Privacy](https://runapi.ai/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/icon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "SoftwareApplication",
    "name": "GLM glm-5.3",
    "applicationCategory": "DeveloperApplication"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://runapi.ai/"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Models",
        "item": "https://runapi.ai/models"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "GLM",
        "item": "https://runapi.ai/models/glm"
      },
      {
        "@type": "ListItem",
        "position": 4,
        "name": "glm-5.3",
        "item": "https://runapi.ai/models/glm/5.3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "HowTo",
    "name": "Use glm-5.3 with a model skill",
    "description": "Use glm-5.3 via RunAPI — the GLM family. Per-call pricing, model ID, specs, and developer setup guide.",
    "totalTime": "PT5M",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "Install",
        "text": "Install the model skill for the GLM line. The skill loads docs, typed schemas, pricing notes, and setup steps into your coding workspace so your agent has the right context.",
        "url": "https://runapi.ai/models/glm/5.3#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "Configure",
        "text": "Set the model field to the full model ID shown on this page and configure your RunAPI API key as an environment variable. The same key works across all models and providers.",
        "url": "https://runapi.ai/models/glm/5.3#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "Call",
        "text": "Use the skill instructions while adding prompt, input, and callback handling to your application. RunAPI routes the request to the provider, manages the async lifecycle, and returns structured JSON.",
        "url": "https://runapi.ai/models/glm/5.3#how-step-3"
      },
      {
        "@type": "HowToStep",
        "position": 4,
        "name": "Receive",
        "text": "Read the task response by polling the task ID, streaming when supported, or handling the webhook callback at your configured URL. Generated outputs are stored and retrievable by task ID.",
        "url": "https://runapi.ai/models/glm/5.3#how-step-4"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "How do I select glm-5.3?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Pass the model ID shown in the quickstart."
        }
      },
      {
        "@type": "Question",
        "name": "What's the rate limit on this variant?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Per-key rate limits scale with your usage tier. The pricing page shows current limits. If you need higher throughput, contact support to discuss tier upgrades."
        }
      },
      {
        "@type": "Question",
        "name": "Can I switch variants later?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Yes. Variant is a parameter in the request. Switch by changing the model ID — no code changes, no re-authentication, no separate billing setup. All variants share the same API key and request shape."
        }
      },
      {
        "@type": "Question",
        "name": "Does it stream?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Where streaming is available, RunAPI streams end-to-end. LLM models support token-level streaming. Media models use async task polling or webhook callbacks for result delivery."
        }
      },
      {
        "@type": "Question",
        "name": "Where do I report quality issues?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "Open an issue on the public GitHub repo or email support at contact@runapi.ai. Include the task ID and model ID so the team can investigate the specific generation."
        }
      },
      {
        "@type": "Question",
        "name": "Do I need a separate provider account?",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "No. Your RunAPI API key is enough to access this variant and every other model in the catalog. You do not need accounts with the underlying provider."
        }
      }
    ]
  }
]
```
