z-aiVision

Z.ai: GLM 5.3 FlashX

Try in chat →

GLM-5.3-FlashX is the high-speed variant of Z.ai's GLM-5.3-Flash, a native multimodal model delivering inference speeds of up to 200 tokens/s. Built on the same hybrid sparse and linear attention architecture...

Context
1M tokens
Input / 1M tokens
$0.37
Output / 1M tokens
$1.25
Benchmark

Uptime & performance

Loading…

Pricing

Input tokens$0.37 per 1M tokens
Output tokens$1.25 per 1M tokens
Cache read$0.07 per 1M tokens

Apps and activity

Loading…

Technical details

Model IDz-ai/glm-5.3-flashx
Context window1M tokens
Input modalitiestext, image, video
Output modalitiestext
TokenizerOther
Max output tokens131,072

Use with MegaBrain

import OpenAI from 'openai'

const client = new OpenAI({
  baseURL: 'https://getmegabrain.com/api/gateway/v1',
  apiKey: process.env.MEGABRAIN_API_KEY,
})

const response = await client.chat.completions.create({
  model: 'z-ai/glm-5.3-flashx',
  messages: [{ role: 'user', content: 'Hello!' }],
})

Ready to use Z.ai: GLM 5.3 FlashX?

Try it in the browser first, then get an API key and start making requests in minutes.