AI Integration
==============

:link_to_translation:`zh_CN:[中文]`

AI integration components include Coze. Cloud voice examples are listed below and in :doc:`/multimedia-examples/index`.

.. toctree::
   :maxdepth: 1

   esp-coze

.. list-table::
   :header-rows: 1
   :widths: 28 52 20

   * - Example
     - Description
     - Link
   * - coze_ws_app
     - Connects to Coze over WebSocket and provides conversation, wake word, and button barge-in
     - `adf_examples <https://github.com/espressif/esp-adf/tree/master/adf_examples/ai_agent/coze_ws_app>`__
   * - voice_assistant_app
     - Baidu RTC voice assistant that provides conversation and mixed network music
     - `adf_examples <https://github.com/espressif/esp-adf/tree/master/adf_examples/ai_agent/baidu_rtc/solutions/voice_assistant_app>`__
   * - openai_demo
     - Connects to OpenAI Realtime over WebRTC and demonstrates function calls
     - `esp-webrtc-solution <https://github.com/espressif/esp-webrtc-solution/tree/main/solutions/openai_demo>`__
