# OpenAI GPT Audio — deprecation status

> Yes — OpenAI deprecated GPT Audio on July 20, 2026 and shuts it down on January 20, 2027 (in 174 days). The recommended replacement is GPT Audio 1.5.

The GA audio model for Chat Completions, successor to the gpt-4o audio previews. Deprecated in July 2026 with a six-month runway, alongside the whole realtime and audio generation it belonged to.

## Facts

| Field | Value |
| --- | --- |
| Provider | OpenAI |
| Model id | `gpt-audio` |
| Status | Deprecated |
| Deprecated | July 20, 2026 |
| Shutdown | January 20, 2027 (in 174 days) |
| Last verified | July 30, 2026 |

## Replacement

- **GPT Audio 1.5** (`gpt-audio-1.5`) · recommended — https://modeldeprecations.dev/openai/gpt-audio-1.5
  - A point upgrade within the same family — the closest thing to a drop-in in the audio line.
  - Parameters it accepts: https://modelparams.dev/models/openai/gpt-audio-1.5

```diff
- "model": "gpt-audio"
+ "model": "gpt-audio-1.5"
```

## FAQ

### When will OpenAI GPT Audio shut down?

OpenAI GPT Audio is scheduled to shut down on January 20, 2027, in 174 days.

### What replaces OpenAI GPT Audio?

OpenAI recommends GPT Audio 1.5 (`gpt-audio-1.5`) as the replacement for OpenAI GPT Audio. A point upgrade within the same family — the closest thing to a drop-in in the audio line.

### Is OpenAI GPT Audio still available?

Yes, for now. OpenAI GPT Audio is deprecated but still answers requests until January 20, 2027. Deprecated models get no further updates and are the first to lose capacity.

### How do I migrate from OpenAI GPT Audio to gpt-audio-1.5?

Swap the model id in your API call: replace "gpt-audio" with "gpt-audio-1.5". A point upgrade within the same family — the closest thing to a drop-in in the audio line.

## Sources

- [OpenAI API deprecations](https://developers.openai.com/api/docs/deprecations) — accessed 2026-07-30

---

Canonical page: https://modeldeprecations.dev/openai/gpt-audio
JSON: https://modeldeprecations.dev/api/v1/models/openai/gpt-audio.json
