Mirako Interactive
Mirako Interactive allows you to create lifelike interactive sessions with AI avatars, enabling real-time conversations that feel natural and engaging.
Quick Start
To get a hands-on experience with Mirako Interactive, you can launch a session using the Mirako CLI tool.
sh
mirako interactive start \
--avatar <MY_AVATAR_ID> \
--voice <MY_VOICE_ID> \
--llm-model "gemini-2.0-flash" \
--instruction "You are a friendly AI."
A new window will open with the interactive session, where you can start chatting with your AI avatar.
When you are done, you can use the CLI to stop the session by giving the session_id
returned when you start the session:
sh
mirako interactive stop <MY_SESSION_ID>
You can also find the session_id
in the URL of the session, or doing a list
command:
sh
mirako interactive list
Integration Guide
For a detailed guide on how to integrate Mirako Interactive into your applications, refer to the Integration Guide.