File size: 830 Bytes
20d33c7
 
 
 
 
 
 
 
 
 
 
 
 
 
d927e0e
 
20d33c7
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
---
title: Realtime Translate
emoji: πŸŽ™
colorFrom: blue
colorTo: indigo
sdk: docker
app_port: 7860
pinned: false
---

# Realtime Translator β€” gpt-realtime-translate

Live speech-to-speech translation powered by OpenAI's `gpt-realtime-translate` model.

**Model:** [gpt-realtime-translate](https://platform.openai.com/docs/models/gpt-realtime-translate) by [OpenAI](https://openai.com)

**How to use:**
1. Enter your OpenAI API key in the field (starts with `sk-`) β€” stored only in your browser's localStorage
2. Select source and target language
3. Click the microphone button and speak
4. Hear the translated audio and read the transcript

**Or** set `OPENAI_API_KEY` as a Space secret β€” then the key field is not required.

**Cost:** ~$0.034 / minute of audio (billed by OpenAI).

Built with Node.js + Express + WebRTC.