Door background frame
GLM 5.3
Limited Trial
GLM 5.3 visualization

GLM 5.3

Limited Trial
Flagship 753B MoE built for complex coding and long-horizon agentic work; holds tool use consistent across multi-step development workflows, with 1M native context.

Z.ai API Usage

POST /v1/chat/completions
import requests
import json

url = "https://api.akashml.com/v1/chat/completions"

payload = {
    "model": "zai-org/GLM-5.3",
    "messages": [
        {
            "role": "user",
            "content": "Hello, how are you?"
        }
    ],
    "max_tokens": 150,
    "temperature": 0.7
}

headers = {
    "Content-Type": "application/json",
    "Authorization": "Bearer YOUR_API_KEY"
}

response = requests.post(url, json=payload, headers=headers)
print(response.json())

Pricing

Price (per 1M Tokens)
Model
Input
Output
Cache Read
GLM 5.3
$1.30
$4.40
$0.26

Model Details

Model Details
Provider
Z.ai
Type
Chat
Parameters
753B
Context Length
1M
Don't see the model you need?
Let us know, and we'll add it for you.
Request Model
AkashML
X (Twitter)GitHubDiscordYouTube
AI Inference Service
Akash Network
Built on Akash Network
Copyright 2026 © akashml.com