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

# Translate

**Type:** `openai.audio.Translate`

**Namespace:** `openai.audio`

## Description

Translates speech in audio to English text.
    audio, translation, speech-to-text, localization

## Properties

| Property | Type | Description | Default |
|----------|------|-------------|---------|
| audio | `audio` | The audio file to translate. | `{"type":"audio","uri":"","asset_id":null,"data"...` |
| temperature | `float` | The temperature to use for the translation. | `0` |

## Outputs

| Output | Type | Description |
|--------|------|-------------|
| output | `str` |  |

## Related Nodes

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