GLM-5.3-Flash は Z.ai のネイティブマルチモーダルモデルです。効率的なコーディングと長期的なエージェントタスクに適しています。そのハイブリッドなスパース/リニアアテンションアーキテクチャは、正確なロングコンテキスト動作を維持しつつ、サービングコストを大幅に削減します。合計320B(アクティブ18B)パラメータ、1Mトークンのコンテキスト、テキスト+画像+動画の入力、テキスト出力。
OpenAI 互換——今お使いの SDK のまま
https://api.orcarouter.ai/v1import os
from openai import OpenAI
client = OpenAI(
base_url="https://api.orcarouter.ai/v1",
api_key=os.environ["ORCAROUTER_API_KEY"],
)
response = client.chat.completions.create(
model="z-ai/glm-5.3-flash",
messages=[{"role": "user", "content": "Hello"}],
)
print(response.choices[0].message.content)include_reasoningmax_tokensreasoningreasoning_effortresponse_formatstopstreamtemperaturetool_choicetoolstop_p| 入力 / 1M tokens | $0.075 |
| 出力 / 1M tokens | $0.250 |
| キャッシュ読み取り / 1M | $0.017 |
| 通貨 | USD |
表示価格に基づく概算
見積もりのみ — 実際のトークン数はプロバイダーのトークナイザーに依存します。
今週の開発者の声
@misc{orcarouter_glm_5_3_flash,
title = {GLM 5.3 Flash API},
author = {Z.ai},
year = {2026},
howpublished = {OrcaRouter},
url = {https://www.orcarouter.ai/models/z-ai/glm-5.3-flash}
}Z.ai. (2026). GLM 5.3 Flash API. OrcaRouter. https://www.orcarouter.ai/models/z-ai/glm-5.3-flash