Back to models/glm-5.3-flash
智谱
Z.aiCallable

glm-5.3-flash

Start by confirming the model's capabilities and status in the catalog, then create an API key in the console.

Model code
glm-5.3-flash
文本生成多模态理解

Context

待同步

Availability

1/1 available

Reference latency

25.16s

Capabilities

Inferred from the model family and tags; actual calls are authoritative.

Function calling
Supported
Structured output
Supported
Vision
TBD
Image generation
TBD
Web search
TBD
Code execution
TBD
Streaming
Supported
Caching
Supported
Batch inference
TBD

Pricing

Final cost is determined at settlement.

Input$0.04 / M
Output$0.14 / M
Cache hitHit $0.01 / M
Pricing statusUnified pricing

Pricing comes from the unified pricing config; balance and budget are checked before each call.

Limits & context

Rate-limit fields sync from the console config; no guarantees until synced.

Max context
待同步
Max output
N/A
RPM
No hard cap · fair use
TPM
Tiered by account & key

API examples

Use Turiloop's unified API entry; read the key from an environment variable.

import OpenAI from "openai";

const client = new OpenAI({
  apiKey: process.env.TURILOOP_API_KEY,
  baseURL: "https://api.turiloop.com/v1"
});

const completion = await client.chat.completions.create({
  model: "glm-5.3-flash",
  messages: [{ role: "user", content: "Hello, Turiloop" }]
});

Related models

Other models from the same provider or family