Audioaudio

GLM ASR

GLM-ASR-2512 is Zhipu AI's (Z.AI) next-generation cloud speech recognition model for real-time conversion of speech into high-quality text. It reports a character error rate of about 0.0717 and maintains strong recognition across multiple scenarios and accents, optimized for noisy environments. It supports Chinese, English and some dialects, targeting daily conversation, meeting minutes, work documents and specialized-terminology transcription. An open-source sibling, GLM-ASR-Nano-2512 (1.5B parameters), accompanies it. Ideal for high-accuracy cloud transcription in production service scenarios.

输入

Enable itn
Enable punc
Temperature
01
Show utterances
Enable speaker info
Enable channel split
准备开始生成准备开始生成

API 参考

POSThttps://api.token360.ai/v1/chat/completions
curl https://api.token360.ai/v1/chat/completions \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer your-api-key" \
  -d '{
  "model": "glm-asr-2512",
  "messages": [
    {
      "role": "user",
      "content": "Hello!"
    }
  ]
}'