---
title: "Interact with Google Gemini Realtime"
method: GET
path: "/ai/gemini-realtime"
tags: ["AI Chat"]
---

# Interact with Google Gemini Realtime

`GET /ai/gemini-realtime`

## Query parameters

- `text` string, required
- `session_id` string
- `stream` boolean

## Response `200`

Success - Got the response

- AIResponse
  - `creator` string — The creator of the API
  - `message` string — Additional message for the user
  - `ok` boolean — Indicates if the operation was successful

## Other responses

- `400` — Bad Request
- `500` — Server error

---

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