# Zhipu: glm-asr-2512 — API on ChinaAPI

> GLM-ASR-2512 — multilingual streaming speech recognition for meetings, support calls, subtitles, and noisy recordings, with hotword support and Chinese dialect coverage.

- Canonical page: https://chinaapi-ru.com/en/models/glm-asr-2512/
- Model ID: `glm-asr-2512`
- Type: speech recognition (ASR)
- Modalities: Audio input, text output
- Capabilities: Audio, Speech-to-Text, Streaming, Multilingual, Hotwords
- Billing: $0.5 per audio hour (USD)
- Endpoint: `POST https://api.chinaapi-ru.com/v1/audio/transcriptions` (OpenAI-compatible transcription endpoint)
- Pricing basis: The displayed media rate may include a service margin covering provider input/output billing, payment processing, chargeback exposure, and operations. Any margin is included in the displayed rate and is not added separately.
- Access: no mainland-China account or phone number required; $2 free trial credit
- Sign up: https://dash.chinaapi-ru.com/register?utm_source=chinaapi&utm_medium=model-md&utm_campaign=glm-asr-2512

## Quickstart

```
curl -X POST https://api.chinaapi-ru.com/v1/audio/transcriptions \
  -H "Authorization: Bearer sk-..." \
  -F "model=glm-asr-2512" \
  -F "file=@meeting.wav" \
  -F "response_format=json"
```

## FAQ

**How do I use glm-asr-2512?**
Use glm-asr-2512 through ChinaAPI with an API key and the OpenAI-compatible endpoint shown on this page.

**How much does glm-asr-2512 cost?**
glm-asr-2512 is $0.5 per audio hour, paid in USD. The live pricing page is authoritative. The displayed media rate may include a service margin covering provider input/output billing, payment processing, chargeback exposure, and operations. Any margin is included in the displayed rate and is not added separately.

**Does glm-asr-2512 need a Chinese account?**
No. ChinaAPI provides access without a mainland-China account or phone number and includes a $2 free trial. Check live pricing for the displayed USD rate.

---
Markdown twin of https://chinaapi-ru.com/en/models/glm-asr-2512/ — generated by scripts/gen_model_pages.py. Full catalog: https://chinaapi-ru.com/llms-full.txt
