Back to Blog

Can ChatGPT Transcribe Audio? How Files, Record Mode and the API Work

ChatGPT transcription vs VoiceScriber offline alternative comparison

Yes. As of September 3, 2026, ChatGPT can turn speech into text through Dictation for a recorded prompt and Record mode for meetings and voice notes. Developers can transcribe completed recordings through the OpenAI Speech-to-Text API.

OpenAI's current ChatGPT file-upload documentation lists documents, spreadsheets, presentations, PDFs, text files, and images, but not audio formats such as MP3 or WAV. For a completed audio file, the documented OpenAI route is the API, which recommends gpt-transcribe, accepts supported files up to 25 MB, and processes them in the cloud. Record mode remains a macOS desktop app feature for Plus, Pro, Business, Enterprise, and Edu workspaces, with a 4-hour / 240-minute session limit.

None of these routes is offline. If your requirement is "transcribe audio on my iPhone without uploading it," VoiceScriber is the better fit: an offline iPhone transcription app for recordings that should stay on-device.

That distinction matches what searchers ask: “can ChatGPT transcribe audio” was one of the highest-impression queries in our original analysis of 1,000 reported voice-to-text searches, alongside more specific offline, private, and no-cloud questions.

TL;DR

Can ChatGPT transcribe audio? Yes, but not offline. Use Dictation for a short recorded prompt or ChatGPT Record mode for a meeting or voice note in the macOS app. For a completed audio file, OpenAI documents the Speech-to-Text API, which now recommends gpt-transcribe and accepts supported files up to 25 MB.

For privacy, the route matters. OpenAI says Record mode audio is deleted after transcription, while its transcript and canvas follow workspace retention settings. Dictation audio remains with the chat until you delete it, then is scheduled for deletion within 30 days, subject to OpenAI's stated exceptions. OpenAI's API data-control table lists /v1/audio/transcriptions and /v1/audio/translations as not used for training, with no abuse-monitoring or application-state retention. All are cloud-based. If your requirement is "no recording leaves my iPhone," use VoiceScriber for private, on-device voice-to-text.

ChatGPT vs VoiceScriber vs OpenAI API: quick comparison

Feature ChatGPT Record Mode VoiceScriber iOS app OpenAI Speech-to-Text API
Best for Meetings, brainstorms, voice notes, instant summaries Private iPhone transcription, offline notes, interviews, lectures, and imported audio files Developer workflows, audio-file transcription, integrations
Works offline? No Yes No
Platform ChatGPT macOS desktop app iPhone / iOS Any app or backend using the API
Current main limit 4 hours / 240 minutes per session Device/app-bound, no cloud upload cap 25 MB audio upload limit
Audio files Record live audio in the app Record live, or import an existing M4A, MP3, or WAV file for on-device transcription, with no upload either way Upload supported audio formats such as MP3, M4A, WAV, WEBM
Speaker labels Multiple-speaker support Best for private notes/interviews gpt-4o-transcribe-diarize supports speaker-aware diarized_json
Where processing happens OpenAI cloud On your iPhone OpenAI cloud
Privacy fit Cloud-friendly users who want AI summaries Privacy-first users who want no upload Developers needing endpoint-specific cloud controls
Best high-intent query "ChatGPT meeting transcription" "offline transcription app iPhone" "OpenAI API transcribe audio file"

1. Can ChatGPT transcribe audio?

Yes. In 2026, ChatGPT and OpenAI transcription fall into four different buckets:

  1. ChatGPT Dictation: Records a spoken prompt, sends the audio to OpenAI for transcription, and returns editable text before you send the message.
  2. ChatGPT Record mode: Records, transcribes, and summarizes meetings, brainstorms, interviews, and voice notes. It is currently available in the ChatGPT macOS desktop app for Plus, Pro, Business, Enterprise, and Edu workspaces.
  3. OpenAI Speech-to-Text API: A developer API for completed audio files. OpenAI now recommends gpt-transcribe for general file transcription, with specialized models for speaker labels, timestamps, subtitles, and translation.
  4. Realtime transcription: An API path for live audio from a microphone, call, or media stream. OpenAI's current Realtime transcription guide recommends gpt-live-transcribe for ongoing streams.

Can I upload an audio file directly to ChatGPT?

OpenAI's current ChatGPT file-upload pages do not list audio formats such as MP3 or WAV as supported conversation attachments. That does not rule out account-specific or experimental behavior, but it means ordinary audio-file upload is not a documented general ChatGPT workflow. For a completed recording, use the Speech-to-Text API. For speech captured inside ChatGPT, use Dictation or Record mode.

None of these are offline iPhone transcription. If you need to transcribe a private recording on your iPhone without uploading it, ChatGPT is the wrong tool. Use an offline iPhone app like VoiceScriber instead.

2. Record Mode vs OpenAI API vs Realtime: what's the difference?

Feature Record Mode Speech-to-Text API Realtime API
Best for Meetings, voice notes, brainstorms, summaries Uploading audio files for transcription Streaming voice apps and low-latency audio
Platform macOS desktop app only Any platform via API Any platform via WebRTC/WebSocket
Access Plus, Pro, Business, Enterprise, Edu API key with billing API key with billing
Current models Internal / not user-selectable gpt-transcribe recommended; specialized models include gpt-4o-transcribe-diarize and whisper-1 gpt-live-transcribe recommended for ongoing streams
Speaker diarization Supports multiple speakers Use gpt-4o-transcribe-diarize with diarized_json Depends on implementation
Main limit 4 hours / 240 minutes per session 25 MB per file upload Depends on realtime session, model, and usage limits
Privacy posture Audio deleted after transcription; transcript/canvas follows workspace retention and training settings Audio transcription/translation endpoints currently show no training, no abuse-monitoring retention, and no application-state retention Cloud-based; check API data controls and retention settings
Offline? No No No

Bottom line: ChatGPT is strong for cloud AI workflows. VoiceScriber is better when the buying intent is offline transcription app for iPhone, private voice-to-text, no cloud transcription, or airplane mode transcription.

3. What data does OpenAI delete, retain, or use for training?

This is the most important privacy question, and the answer depends on which OpenAI product you use.

ChatGPT Dictation

  • Audio messages are sent to OpenAI's models for transcription and retained while the chat remains in your history.
  • When you delete the chat, OpenAI says the associated audio is deleted within 30 days, subject to security, legal, and previously shared or de-identified data exceptions.
  • Consumer audio may be used for training only when the user has chosen to share audio for model improvement. Business-user inputs and outputs are excluded from training by default.

Record Mode (ChatGPT macOS app)

  • Audio recordings are used only for transcription and deleted afterward.
  • Transcripts and canvases follow your workspace retention settings. If you delete the conversation, the associated transcript/canvas is removed from OpenAI systems within 30 days, unless OpenAI is legally required to retain it.
  • Reference record history: When enabled, ChatGPT can reference past recording canvas and transcripts in future conversations. This can be useful for meeting memory, but it is a privacy consideration for sensitive topics.
  • Consumer ChatGPT: If model improvement is enabled, transcripts and canvases may be used to improve OpenAI models unless you opt out.
  • Business, Enterprise, and Edu: Record Mode transcripts and canvases are excluded from model training by default.

Speech-to-Text API

  • The /v1/audio/transcriptions and /v1/audio/translations endpoints currently show no training, no abuse-monitoring retention, and no application-state retention.
  • OpenAI says API inputs and outputs are not used for training by default unless an organization explicitly opts in.
  • Other API endpoints can have different retention behavior, so do not assume every OpenAI endpoint has the same privacy profile as the audio transcription endpoints.

Legal and security exceptions

OpenAI's current retention guidance says deletion timelines can be extended when data must be kept for security or legal reasons. The practical takeaway is simple: cloud retention rules can have exceptions. For highly sensitive recordings, the lower-exposure path is to avoid uploading the audio in the first place.

Key takeaway for privacy-first users: OpenAI's API audio endpoints currently have the cleanest cloud-retention story, but they are still cloud endpoints. If your requirement is "no upload, no server, no third-party retention risk", use an on-device iPhone app like VoiceScriber instead.

4. What changed in 2026?

The main 2026 update is clarity: ChatGPT can transcribe speech in several ways, but each route has a different purpose, limit, and privacy profile.

  • Record Mode is now a 4-hour / 240-minute feature. Older 120-minute references are outdated.
  • Record Mode is still macOS-only. It is not an offline iPhone transcription app.
  • Dictation is the direct consumer route for a short spoken prompt. It returns editable text before the message is sent, but the audio is processed in OpenAI's cloud.
  • Audio files are best handled through the API, not normal ChatGPT document uploads. OpenAI's ChatGPT file-upload docs focus on documents, spreadsheets, presentations, images, PDFs, and text files, while OpenAI's audio-file transcription docs point to the Speech-to-Text API with a 25 MB audio upload limit.
  • The recommended API models changed. OpenAI now recommends gpt-transcribe for completed files and gpt-live-transcribe for ongoing streams. gpt-4o-transcribe-diarize remains the specialized option for speaker-labeled output.
  • Privacy settings are more important. "Reference record history" can let ChatGPT use past recording notes and transcripts in future conversations when enabled.

Bottom line: ChatGPT is improving for cloud transcription and AI summaries. VoiceScriber is still the better answer for users searching for offline iPhone transcription, private voice-to-text, no cloud transcription, or airplane mode transcription. See what users say.

5. ChatGPT transcription limits in 2026

Limit ChatGPT Record Mode ChatGPT file uploads OpenAI Speech-to-Text API VoiceScriber
Best use case Live meetings, voice notes, summaries Documents, PDFs, spreadsheets, presentations, images Audio-file transcription and developer workflows Offline iPhone transcription
Audio support Live recording in macOS app Public docs describe document/file workflows, not the main audio transcription route Audio files such as MP3, M4A, WAV, WEBM Record and transcribe on-device
Main limit 4 hours / 240 minutes per session 512 MB per uploaded ChatGPT file; document/text limits also apply 25 MB audio upload limit No cloud upload limit
Internet required? Yes Yes Yes No
Platform macOS desktop app Web, iOS/Android apps, supported plans API iPhone / iOS
Privacy posture Audio deleted after transcription; transcript/canvas follows workspace retention Files are saved to your Library/account unless deleted or excluded by product behavior Audio transcription/translation endpoints currently show no training, no abuse-monitoring retention, no application-state retention Audio and transcripts stay on-device unless exported/shared

For a short spoken prompt, ChatGPT Dictation records your voice and returns editable text. It is not the same as attaching a completed recording, and its audio follows the retention rules for the chat.

This distinction matters because searchers often mix up ChatGPT file upload limits with OpenAI audio transcription upload limits. The ChatGPT document upload limit is not the same thing as the Audio API's 25 MB transcription limit.

For files larger than 25 MB, OpenAI recommends splitting audio into smaller chunks or using compressed formats. If you want a tool that does not depend on API upload limits, Wi‑Fi, or server-side processing, see our airplane-mode test of 7 popular transcription tools.

6. ChatGPT transcription: key pros

7. Where ChatGPT transcription breaks down

  • It is not offline: Record Mode and the API require internet. If you need to transcribe on a flight, in a hospital dead zone, in court, or during field interviews without signal, ChatGPT is the wrong fit.
  • It is not iPhone-native transcription: Record Mode is macOS-only. iPhone users who want tap-to-record offline transcription need a separate iOS app.
  • Record history can create context bleed: When "reference record history" is enabled, past transcripts can influence future responses. That is useful for continuity but risky for sensitive meetings.
  • Consumer training settings matter: Consumer ChatGPT content may be used for model improvement unless you opt out. Many casual users never review this setting.
  • Legal holds can override deletion promises: Even when a product has normal deletion windows, active litigation or legal obligations can change what must be retained.
  • API file limits remain: The API caps file uploads at 25 MB, and long recordings may need chunking.

8. Who should choose an offline iPhone transcription app instead?

If you found this article by searching for "ChatGPT transcription privacy," "offline transcription app iPhone," "AI voice notes no cloud," or "transcribe audio without uploading," you are probably not just looking for transcription. You are looking for control.

  • Lawyers and legal teams: Attorney-client conversations should stay under your control. A local-only iPhone transcription app reduces third-party exposure. See our guide on secure offline transcription for lawyers.
  • Clinicians and therapists: Patient notes and therapy recordings can include sensitive health information. Keeping audio on-device simplifies the data-flow conversation. Read more about on-device transcription for healthcare and therapy notes.
  • Journalists and researchers: Source interviews are often sensitive. Offline transcription avoids creating a cloud copy of raw audio. See how offline transcription protects interview sources.
  • Finance, HR, and compliance teams: Internal investigations, earnings prep, employee notes, and regulated conversations should minimize unnecessary processors.
  • Students, creators, and travelers: Lectures, ideas, and interviews should still be transcribable on a train, plane, or in low-signal environments.

If you would rather not install anything, there are free audio-to-text converters that never upload your file, and our roundup of the best offline transcription apps covers the paid options. To check your own device first, run the offline transcription checker.

The business case for offline transcription is stronger in 2026 because AI governance is now a board-level privacy issue, not just an IT preference. IBM's 2025 Cost of a Data Breach Report puts the global average breach cost at US $4.4 million and says 97% of organizations that reported an AI-related security incident lacked proper AI access controls. For sensitive voice data, including legal notes, therapy sessions, patient details, HR conversations, source interviews, and financial discussions, fewer cloud hops means fewer systems, vendors, policies, and legal exceptions to consider.

Need transcription where the recording never leaves your iPhone?
VoiceScriber works offline, supports 100+ languages, and keeps audio and transcripts local unless you choose to export or share them.

9. The private offline alternative: VoiceScriber for iPhone

If your requirement is "transcribe audio on my iPhone without uploading it", choose a tool built around that requirement from the start.

VoiceScriber is built for high-privacy iOS transcription:

  • 100% offline, on-device transcription: Works in airplane mode and does not send recordings or transcripts to a server.
  • Private iPhone voice notes: Record, transcribe, edit, search, and export from your device.
  • Import existing audio files: A button next to the mic lets you pick an M4A, MP3, or WAV file already on your iPhone and transcribe it on-device, with no 25 MB cloud upload cap.
  • 100+ languages supported offline.
  • No account required: No sign-up barrier, cloud sync requirement, or server-side transcript storage.
  • Built for real-world privacy workflows: Useful for lawyers, clinicians, journalists, students, creators, and teams that need transcription without Wi‑Fi.

VoiceScriber is purpose-built for privacy-critical iPhone workflows. All audio and transcripts remain on your device unless you explicitly export or share them. There is no upload step, no cloud transcription queue, and no third-party transcript retention policy to interpret.

Need private transcription on iPhone without uploading audio?

VoiceScriber works offline in 100+ languages and keeps recordings and transcripts on your device.

Download VoiceScriber on the App Store
Scan to download VoiceScriber on the App StoreScan to download
on your iPhone

10. At-a-glance: ChatGPT transcription vs. VoiceScriber

Factor ChatGPT (Record Mode / API) VoiceScriber (Offline iPhone Alternative)
Connectivity Internet required No internet needed; airplane mode OK
Where processing happens OpenAI cloud On your iPhone
Training usage Consumer ChatGPT may train on transcripts/canvases unless you opt out; business tiers and API are excluded by default No upload; recordings stay local unless you export/share
Data retention API audio endpoints currently show no retention; Record Mode transcripts follow workspace retention and legal requirements Local only until you choose to export
Speaker diarization Record Mode supports multiple speakers; API offers gpt-4o-transcribe-diarize Best for private voice notes, interviews, and on-device transcription workflows
Languages Many languages supported; Record Mode works best in English today 100+ languages offline
Limits Record Mode: 4 hours / 240 minutes; API: 25 MB upload limit Device-bound and app-bound, with no cloud upload limit
Platform Record Mode: macOS only; API: any platform for developers iPhone / iOS
Best for Cloud-friendly AI summaries, team workflows, API integrations Private iPhone transcription, offline voice notes, imported M4A/MP3/WAV files, no-cloud workflows

11. If you must use ChatGPT for transcription, harden your setup

  1. Turn off training for consumer ChatGPT: Use OpenAI's privacy controls so future conversations are not used to improve models.
  2. Prefer Business, Enterprise, Edu, Healthcare, or API for sensitive workflows: These are excluded from model training by default unless your organization opts in.
  3. Review "Reference record history": Disable it if you do not want past recording transcripts and canvases referenced in future chats.
  4. Use the audio API for one-off sensitive cloud transcription: The audio transcription/translation endpoints currently have the cleanest OpenAI API retention story.
  5. Do not mix sensitive recordings with general prompts: Keep privileged, clinical, financial, or HR recordings separate from casual ChatGPT use.
  6. Choose offline for zero-upload needs: If policy says audio must not leave the device, skip cloud transcription entirely and use VoiceScriber.

FAQs

What's the best offline alternative to ChatGPT transcription?

VoiceScriber is an offline iPhone transcription app. It works on-device in 100+ languages, can record live or import an existing M4A, MP3, or WAV file, and does not send recordings or transcripts to a server.

Can ChatGPT transcribe audio?

Yes. ChatGPT Dictation turns a recorded prompt into editable text, and ChatGPT Record transcribes meetings in the macOS app. For completed audio files, OpenAI documents the Speech-to-Text API. None of these routes works offline. For private iPhone transcription, VoiceScriber processes audio on-device.

Can I upload an audio file directly to ChatGPT?

OpenAI's current ChatGPT file-upload documentation does not list audio formats such as MP3 or WAV. For a completed audio file, use the documented Speech-to-Text API, which accepts supported audio files up to 25 MB. ChatGPT Dictation and Record mode cover spoken prompts and live recordings instead.

What is ChatGPT Dictation?

ChatGPT Dictation uses the microphone icon to record an audio message, sends it to OpenAI for transcription, and returns editable text before you send the prompt. The audio stays with the chat until you delete it, then is scheduled for deletion within 30 days, subject to OpenAI's stated exceptions.

Can VoiceScriber transcribe an audio file instead of a live recording?

Yes. VoiceScriber has an import button next to the mic that lets you pick an M4A, MP3, or WAV file from your iPhone and transcribe it on-device, with no upload and no 25 MB cloud upload cap.

What are the ChatGPT audio upload limits in 2026?

The OpenAI Speech-to-Text API currently has a 25 MB audio upload limit. This is separate from ChatGPT's general file-upload limits for documents, spreadsheets, presentations, images, PDFs, and text files.

Is ChatGPT transcription private?

It depends on the route and settings. OpenAI says Record mode audio is deleted after transcription, while Dictation audio is retained with the chat. Consumer content may be used for model improvement depending on settings. Business offerings and API data are excluded from training by default.

Does ChatGPT transcription work offline?

No. ChatGPT Dictation, Record mode, and the OpenAI Speech-to-Text API require internet. If you need offline transcription on iPhone, VoiceScriber works on-device and does not upload recordings.

Does OpenAI train on my transcripts?

Consumer ChatGPT content may be used for model improvement unless you opt out. Business, Enterprise, Edu, Healthcare, and API data are excluded from training by default unless an organization explicitly opts in. The API audio transcription and translation endpoints currently show no training.

How long does OpenAI keep my audio data?

It depends on the product. Record mode deletes audio after transcription, while transcripts and canvases follow workspace retention. Dictation audio remains with the chat and is scheduled for deletion within 30 days after you delete that chat, subject to OpenAI's exceptions. The API audio transcription and translation endpoints currently show no abuse-monitoring or application-state retention.

What is the ChatGPT Record Mode limit?

OpenAI currently lists Record mode's recording length cap as 4 hours / 240 minutes per session. OpenAI Speech-to-Text API file uploads are limited to 25 MB.

What languages does ChatGPT transcription support?

The Speech-to-Text API supports many languages and now recommends gpt-transcribe for general file transcription. Record mode works best in English today, and accuracy varies by language and model.

Can ChatGPT Record Mode reference my past recordings?

Yes. When Reference record history is enabled, ChatGPT can reference past recording transcripts and canvases in later conversations. You can turn this setting on or off in Personalization settings.

Is ChatGPT Record Mode available on iPhone?

No. ChatGPT Record mode is currently available in the macOS desktop app, not as an iPhone-native offline transcription feature. For private transcription directly on iPhone, use an offline iOS app like VoiceScriber.

Want ChatGPT-style voice-to-text privacy without the cloud?

VoiceScriber transcribes on your iPhone, works offline, supports 100+ languages, and keeps recordings local unless you export them.

Download VoiceScriber on the App Store
Scan to download VoiceScriber on the App StoreScan to download
on your iPhone