Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cinience avatar

Alicloud Ai Audio Livetranslate

  • 93 installs
  • 396 repo stars
  • Updated July 18, 2026
  • cinience/alicloud-skills

Prepares live speech-translation requests for Alibaba Cloud Model Studio Qwen LiveTranslate models for realtime interpretation and bilingual meetings.

About

Builds live speech-translation requests against Alibaba Cloud Model Studio Qwen LiveTranslate models. A developer uses it for realtime interpretation, bilingual meetings, and speech-to-speech or speech-to-text translation.

  • Targets Qwen LiveTranslate for speech-to-speech and speech-to-text
  • Includes py_compile validation and evidence output

Alicloud Ai Audio Livetranslate by the numbers

  • 93 all-time installs (skills.sh)
  • Ranked #4,673 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/cinience/alicloud-skills --skill alicloud-ai-audio-livetranslate

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs93
repo stars396
Last updatedJuly 18, 2026
Repositorycinience/alicloud-skills

What it does

Prepares live speech-translation requests for Alibaba Cloud Model Studio Qwen LiveTranslate models for realtime interpretation and bilingual meetings.

Files

SKILL.mdMarkdownGitHub ↗

Category: provider

Model Studio Qwen LiveTranslate

Validation

mkdir -p output/alicloud-ai-audio-livetranslate
python -m py_compile skills/ai/audio/alicloud-ai-audio-livetranslate/scripts/prepare_livetranslate_request.py && echo "py_compile_ok" > output/alicloud-ai-audio-livetranslate/validate.txt

Pass criteria: command exits 0 and output/alicloud-ai-audio-livetranslate/validate.txt is generated.

Output And Evidence

  • Save translation session payloads and response summaries under output/alicloud-ai-audio-livetranslate/.

Critical model names

Use one of these exact model strings:

  • qwen3-livetranslate-flash
  • qwen3-livetranslate-flash-realtime

Typical use

  • Chinese/English meeting interpretation
  • Live subtitles in another language
  • Call-center agent assist with translated captions

Normalized interface (audio.livetranslate)

Request

  • model (string, optional): default qwen3-livetranslate-flash
  • source_language (string, required)
  • target_language (string, required)
  • audio_format (string, optional): e.g. pcm
  • sample_rate (int, optional): e.g. 16000

Response

  • translated_text (string)
  • source_text (string, optional)
  • audio_url or audio_chunk (optional, model dependent)

Quick start

python skills/ai/audio/alicloud-ai-audio-livetranslate/scripts/prepare_livetranslate_request.py \
  --source-language zh \
  --target-language en \
  --output output/alicloud-ai-audio-livetranslate/request.json

Notes

  • Prefer the realtime model for continuous streaming sessions.
  • Prefer the non-realtime flash model for simpler integration and lower client complexity.

References

  • references/sources.md

Related skills

AI & Agent Buildingllmautomation

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.