Skip to content

feat: add GLM (Zhipu) ASR provider#102

Merged
missuo merged 1 commit into
missuo:mainfrom
barkure:main
May 31, 2026
Merged

feat: add GLM (Zhipu) ASR provider#102
missuo merged 1 commit into
missuo:mainfrom
barkure:main

Conversation

@barkure

@barkure barkure commented May 31, 2026

Copy link
Copy Markdown
Contributor

Add support for Zhipu GLM ASR as a new cloud ASR provider.

  • Implement GlmAsrProvider using HTTP POST + SSE streaming
  • Default model: glm-asr-2512
  • Endpoint: https://open.bigmodel.cn/api/paas/v4/audio/transcriptions
  • Support real-time text display via SSE delta events
  • Add GLM to setup wizard with API Key field and Test button
  • Update DEFAULT_CONFIG_YAML with GLM configuration

Based on Voxt's GLM ASR implementation pattern.

Add support for Zhipu GLM ASR as a new cloud ASR provider.

- Implement GlmAsrProvider using HTTP POST + SSE streaming
- Default model: glm-asr-2512
- Endpoint: https://open.bigmodel.cn/api/paas/v4/audio/transcriptions
- Support real-time text display via SSE delta events
- Add GLM to setup wizard with API Key field and Test button
- Update DEFAULT_CONFIG_YAML with GLM configuration

Based on Voxt's GLM ASR implementation pattern.
@missuo missuo merged commit 9ca5084 into missuo:main May 31, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants