Skip to content

AI Chat Release Notes

v0.1.0

First public release.

  • Device connection to AI Chat service via TiRTC.
  • Full-chain ASR (speech recognition), LLM (large language model reasoning), and TTS (text-to-speech synthesis) support.
  • JSON-RPC 2.0 event protocol: start_session, caption, round_start, round_end, interrupt, submit_speech, update_config, device_action, end_session.
  • Console-based AI agent role configuration, knowledge base management, device-side and cloud-side plugins.
  • opus and pcm audio codec support.
  • Server API: POST /v1/token/aichat for connection credential requests.

AI Chat