---
title: "Open a realtime session"
method: GET
path: "/v1/realtime"
tags: ["realtime"]
---

# Open a realtime session

`GET /v1/realtime`

Upgrades to a websocket and relays an OpenAI-compatible realtime (speech-to-speech) session to the provider that owns the model named in the ?model= query parameter. Provider credentials are injected by the gateway.

## Query parameters

- `model` string, required
- `provider` string

## Other responses

- `101` — Switching Protocols
- `400` — Bad Request
- `401` — Unauthorized
- `501` — Not Implemented
- `502` — Bad Gateway

## Changes

- **2026-06-16** `016604930a3c` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/enterpilot/apis/gomodel-api/changes/v1/realtime/get.md)

---

[API](https://skmtc.dev/enterpilot/apis/gomodel-api.md) · [All operations](https://skmtc.dev/enterpilot/apis/gomodel-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/enterpilot/gomodel-api/revisions/aa549def1ff8/schema)
