---
title: "Realtime Transcription"
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/realtimetranscription
markdown: https://docs.nodetool.ai/nodes/openai/agents/realtimetranscription.md
product: NodeTool
source: https://github.com/nodetool-ai/nodetool/blob/main/docs/nodes/openai/agents/realtimetranscription.md
---

# Realtime Transcription

**Type:** `openai.agents.RealtimeTranscription`

**Namespace:** `openai.agents`

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| model | `enum` | The realtime model to use. | `gpt-4o-mini-realtime-preview` |
| chunk | `chunk` | Audio chunk input stream (base64-encoded PCM16 audio). | `{"type":"chunk","node_id":null,"thread_id":null...` |
| system | `str` | System instructions (optional) | `` |
| temperature | `float` | Decoding temperature | `0.8` |

## Outputs

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

## Related Nodes

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