Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

The realtime command enables realtime interaction with AI agents.

Usage

praisonai realtime [OPTIONS] [PROMPT]

Arguments

ArgumentDescription
PROMPTInitial prompt for realtime session

Options

OptionShortDescriptionDefault
--model-mLLM model to usegpt-4o-mini
--verbose-vVerbose outputfalse

Examples

Start realtime session

praisonai realtime

Realtime with initial prompt

praisonai realtime "Let's have a conversation"

See Also

  • Call - Voice/call mode
  • Chat - Text chat mode