---
title: "WebSocket Realtime (OpenAI alias)"
method: GET
path: "/openai/v1/realtime"
tags: ["OpenAI Integration"]
---

# WebSocket Realtime (OpenAI alias)

`GET /openai/v1/realtime`

OpenAI-prefixed alias of `GET /v1/realtime`. WebSocket upgrade endpoint
for OpenAI Realtime; selects the model via the `model` query parameter
(Azure GA) or `deployment` (preview).

## Query parameters

- `model` string
- `deployment` string

## Headers

- `Upgrade` 'websocket', required
- `Sec-WebSocket-Protocol` string

## Other responses

- `101` — WebSocket connection established.
- `400` — Bad request
- `401` — Unauthorized.

---

[API](https://skmtc.net/getbifrost/apis/bifrost-api.md) · [All operations](https://skmtc.net/getbifrost/apis/bifrost-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getbifrost/bifrost-api/versions/f8cab88f64ea/schema)
