---
title: glm-5.3 API — GLM 價格與規格 | RunAPI
description: 透過 RunAPI 使用 glm-5.3——GLM 系列。按次計費、model ID、規格與開發者入門指南。
url: https://runapi.ai/zh-TW/models/glm/5.3.md
canonical: https://runapi.ai/zh-TW/models/glm/5.3
locale: zh-TW
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/zh-TW/models/glm/5.3
> Site index for agents: https://runapi.ai/llms.txt


# glm-5.3 API

透過 RunAPI 使用 GLM 系列的 glm-5.3。按次計費，無訂閱費，失敗的生成不收費。

**Z.ai / [GLM](https://runapi.ai/zh-TW/models/glm.md)**
**可直接上線 · text · 可商用**

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

## 試用 GLM 5.3

選擇任一模型，幾秒內即可開始生成。


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

**提示詞:** 描述您想創作的內容...

**預估：** Input $1.40 / 1M tokens | Output $4.40 / 1M tokens

- [生成](https://runapi.ai/zh-TW/login)
請登入以使用 RunAPI 生成。
<!-- /catalog-model-detail-slot: model-playground -->

### 切換 variant

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

9 個版本可用



glm-5.3 在 GLM 系列中，兼顧品質與成本的最佳平衡。

- 以美元按次計費
- 生成失敗不收費
- 模型支援時可串流輸出
- Model skill setup




## 技術細節

| 欄位 | 值 |
|---|---|
| 提供者 | Z.ai |
| 模型 ID | glm-5.3 |
| 模態 | Text |
| 任務類型 | Synchronous |
| API 端點 | `/v1/chat/completions` |
| 計費單位 | 1K tokens |
| 目錄狀態 | 可直接上線 |



**使用方式**

## 3 個步驟使用此模型

1. **取得 API 金鑰** - 免費註冊後，從控制台建立 glm-5.3 的 API 金鑰。
2. **傳送請求** - 向 /v1/chat/completions 傳送 POST 請求，並傳入 glm-5.3 模型 ID 與參數。
3. **取得結果** - 直接從端點讀取已完成的 glm-5.3 回應。



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

## 此模型提供的功能

- **Endpoint 覆蓋範圍** — 公開 1 個公共 endpoint：chat_completion。
- **用量計費** — 依 1K tokens 計量，無需訂閱。
<!-- /catalog-model-detail-slot: feature-cards -->


## GLM 5.3 價格

| API endpoint | 解析度 | 時長 | 價格 |
|---|---|---|---|
| `chat_completion` | 暫無資料 | 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 參考**

## 端點規格

| Field | Value |
|---|---|
| 端點 | `POST /v1/chat/completions` |
| 模型 ID | `glm-5.3` |
| 工作類型 | `chat_completion` |
| 最長時長 | `暫無資料` |
| 解析度 | `暫無資料` |
| 長寬比 | `暫無資料` |
| 輸出格式 | `暫無資料` |
| 平均生成時間 | `暫無資料` |


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

## 請求參數

此端點尚未發布請求參數。
<!-- /catalog-model-detail-slot: request-parameters -->

**Request example**

```json
{
  "model": "glm-5.3",
  "messages": [
    {
      "role": "user",
      "content": "閱讀這個多檔案 repository，找出失敗的整合測試，並提出 patch，同時說明根本原因。"
    }
  ]
}
```

### 快速開始 — glm-5.3

相同格式 · variant 固定在 model 中

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"`.

### 四步驟使用 glm-5.3

1. **安裝** — 安裝此 model line 的 model skill。
2. **設定** — 將 model 欄位設定為此頁面顯示的完整 model ID。
3. **呼叫** — 使用您的 prompt、inputs 和 callback 設定送出型別化請求。
4. **接收** — 讀取 RunAPI 的 task 回應、webhook callback 或快取輸出 URL。

### glm-5.3 有什麼不同

- **VS GLM-4.5: 最新 GLM 文字模型，支援 OpenAI 相容 Chat Completions** — 355B / 啟用 32B；128K 上下文；旗艦開放權重 MoE baseline
- **VS GLM-4.5-AIR: 最新 GLM 文字模型，支援 OpenAI 相容 Chat Completions** — 較輕量的 GLM-4.5 層級，適合快速、低成本日常工作
- **VS GLM-4.6: 最新 GLM 文字模型，支援 OpenAI 相容 Chat Completions** — 200K 上下文；首個運行於 Cambricon 晶片的 GLM；更銳利的程式碼生成

## 使用情境

**客服支援**

從私有知識庫回答顧客問題，減少工單量。

**文件分析**

起草合約摘要，並標示關鍵條款供律師審閱。

**程式碼生成**

在 CI 中自動產生單元測試、程式碼審查與重構建議。



## 關於 GLM 5.3 的常見問題

### 如何選擇 glm-5.3？

傳入 quickstart 顯示的 model ID。

### 這個 variant 的速率限制是多少？

每個金鑰的速率限制會依使用方案而調整。請查看定價頁面以了解目前限制。

### 之後可以切換 variant 嗎？

可以——variant 只是旗標。只要變更 model 參數即可切換。

### 它支援串流嗎？

只要支援串流，RunAPI 就會端到端串流。

### 我該在哪裡回報品質問題？

請在公開 GitHub repo 提交 issue，或寄信給支援。


### RELATED

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

### 開始使用 GLM 進行開發。

- [建立免費帳戶](https://runapi.ai/zh-TW/login)
- [閱讀快速入門 →](https://runapi.ai/zh-TW/docs/api/openai/chat-completions)
## 正在與團隊一起打造？

我們可以協助企業接入、整合與技術問題。

[聯絡我們](https://runapi.ai/zh-TW/contact.md)



---

## More from RunAPI

- [Home](https://runapi.ai/zh-TW/.md)
### 產品
- [模型目錄](https://runapi.ai/zh-TW/models.md)
- [價格](https://runapi.ai/zh-TW/pricing.md)
- [提供商](https://runapi.ai/zh-TW/models#all-models)
### 開發者
- [文件](https://runapi.ai/zh-TW/docs/guides)
- [SDK](https://runapi.ai/zh-TW/sdk.md)
- [CLI](https://runapi.ai/zh-TW/cli.md)
- [MCP Server](https://runapi.ai/zh-TW/mcp.md)
### 指南
- [Claude Code 與 Cursor](https://runapi.ai/zh-TW/claude-code-vs-cursor.md)
- [Cursor API 設定](https://runapi.ai/zh-TW/cursor-api-setup.md)
- [RunAPI 與 OpenRouter](https://runapi.ai/zh-TW/openrouter-alternative.md)
### 公司
- [企業版](https://runapi.ai/zh-TW/contact.md)
- [聯絡我們](https://runapi.ai/zh-TW/contact.md)
### 法律
- [服務條款](https://runapi.ai/zh-TW/terms.md)
- [隱私權](https://runapi.ai/zh-TW/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-TW",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-TW",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/zh-TW/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-TW",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/zh-TW",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/zh-TWicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-TW",
    "@type": "SoftwareApplication",
    "name": "GLM glm-5.3",
    "applicationCategory": "DeveloperApplication"
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-TW",
    "@type": "BreadcrumbList",
    "itemListElement": [
      {
        "@type": "ListItem",
        "position": 1,
        "name": "Home",
        "item": "https://runapi.ai/zh-TW"
      },
      {
        "@type": "ListItem",
        "position": 2,
        "name": "Models",
        "item": "https://runapi.ai/zh-TW/models"
      },
      {
        "@type": "ListItem",
        "position": 3,
        "name": "GLM",
        "item": "https://runapi.ai/zh-TW/models/glm"
      },
      {
        "@type": "ListItem",
        "position": 4,
        "name": "glm-5.3",
        "item": "https://runapi.ai/zh-TW/models/glm/5.3"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-TW",
    "@type": "HowTo",
    "name": "四步驟使用 glm-5.3",
    "description": "透過 RunAPI 使用 glm-5.3——GLM 系列。按次計費、model ID、規格與開發者入門指南。",
    "totalTime": "PT5M",
    "step": [
      {
        "@type": "HowToStep",
        "position": 1,
        "name": "安裝",
        "text": "安裝此 model line 的 model skill。",
        "url": "https://runapi.ai/zh-TW/models/glm/5.3#how-step-1"
      },
      {
        "@type": "HowToStep",
        "position": 2,
        "name": "設定",
        "text": "將 model 欄位設定為此頁面顯示的完整 model ID。",
        "url": "https://runapi.ai/zh-TW/models/glm/5.3#how-step-2"
      },
      {
        "@type": "HowToStep",
        "position": 3,
        "name": "呼叫",
        "text": "使用您的 prompt、inputs 和 callback 設定送出型別化請求。",
        "url": "https://runapi.ai/zh-TW/models/glm/5.3#how-step-3"
      },
      {
        "@type": "HowToStep",
        "position": 4,
        "name": "接收",
        "text": "讀取 RunAPI 的 task 回應、webhook callback 或快取輸出 URL。",
        "url": "https://runapi.ai/zh-TW/models/glm/5.3#how-step-4"
      }
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "zh-TW",
    "@type": "FAQPage",
    "mainEntity": [
      {
        "@type": "Question",
        "name": "如何選擇 glm-5.3？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "傳入 quickstart 顯示的 model ID。"
        }
      },
      {
        "@type": "Question",
        "name": "這個 variant 的速率限制是多少？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "每個金鑰的速率限制會依使用方案而調整。請查看定價頁面以了解目前限制。"
        }
      },
      {
        "@type": "Question",
        "name": "之後可以切換 variant 嗎？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "可以——variant 只是旗標。只要變更 model 參數即可切換。"
        }
      },
      {
        "@type": "Question",
        "name": "它支援串流嗎？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "只要支援串流，RunAPI 就會端到端串流。"
        }
      },
      {
        "@type": "Question",
        "name": "我該在哪裡回報品質問題？",
        "acceptedAnswer": {
          "@type": "Answer",
          "text": "請在公開 GitHub repo 提交 issue，或寄信給支援。"
        }
      }
    ]
  }
]
```
