Skip to main content

Overview

Create and manage realtime sessions from the command line.

Commands

Create Session

praisonai realtime connect

With Model Selection

praisonai realtime connect --model gpt-4o-realtime-preview

Get Info

praisonai realtime info

Options

OptionShortDefaultDescription
--model-mgpt-4o-realtime-previewRealtime model

Examples

# Create a realtime session
praisonai realtime connect

# Get realtime API info
praisonai realtime info

Output

The command outputs:
  • Session ID
  • WebSocket URL
  • Session status
  • Configuration details
Use the WebSocket URL to connect your audio/video client.