Zhipu GLM-ASR

GLM-ASR is integrated through Zhipu BigModel API with OpenAI-like request shape.

Official Documentation

Get API Key

  1. Create a BigModel project.
  2. Generate project API key.
  3. Verify project quota/model entitlement.

Configure in OpenTypeless

  1. Settings > Speech Recognition > Provider: GLM-ASR.
  2. Paste key and run Test.
  3. Allow outbound HTTPS to open.bigmodel.cn in restricted environments.

Recommended Configuration

OpenTypeless sends WAV transcription requests to Zhipu audio endpoint.

Provider: glm-asr
Protocol: HTTPS multipart upload
Endpoint: https://open.bigmodel.cn/api/paas/v4/audio/transcriptions
Auth header: Authorization: Bearer <ZHIPU_API_KEY>
Model: glm-asr-2512
Extra field: stream=false

Operational Tip

💡
Keep STT output raw if needed, and rely on LLM polish for punctuation/style normalization.