---
title: "Realtime Agent"
description: "Local-first visual environment for building and running AI workflows. Build agents visually, deploy anywhere, privacy by design."
canonical: https://docs.nodetool.ai/nodes/openai/agents/realtimeagent
markdown: https://docs.nodetool.ai/nodes/openai/agents/realtimeagent.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/openai/agents/realtimeagent.md
---

# Realtime Agent

**Type:** `openai.agents.RealtimeAgent`

**Namespace:** `openai.agents`

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| model | `enum` |  | `gpt-4o-mini-realtime-preview` |
| system | `str` | System instructions for the realtime session | - |
| chunk | `chunk` | The audio chunk to use as input. | `{"type":"chunk","node_id":null,"thread_id":null...` |
| voice | `enum` | The voice for the audio output | `alloy` |
| speed | `float` | The speed of the model’s spoken response | `1` |
| temperature | `float` | The temperature for the response | `0.8` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| chunk | `chunk` |  |
| audio | `audio` |  |
| text | `str` |  |

## Related Nodes

Browse other nodes in the [openai.agents](./) namespace.
