Zhipu GLM-ASR
GLM-ASR is integrated through Zhipu BigModel API with OpenAI-like request shape.
Official Documentation
Get API Key
- Create a BigModel project.
- Generate project API key.
- Verify project quota/model entitlement.
Configure in OpenTypeless
- Settings > Speech Recognition > Provider: GLM-ASR.
- Paste key and run Test.
- 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=falseOperational Tip
Keep STT output raw if needed, and rely on LLM polish for punctuation/style normalization.