# `Omni.Dialects.GoogleGemini`
[🔗](https://github.com/aaronrussell/omni/blob/v1.2.1/lib/omni/dialects/google_gemini.ex#L1)

Dialect implementation for the Google Gemini wire format.

See `Omni.Dialect` for the behaviour specification and delta types.

## Options

- `:beta` (boolean, default `false`) — when `true`, uses the `/v1beta/`
  API path instead of `/v1/`, enabling access to beta features

## Notable differences

- Model ID is embedded in the URL path, not the request body
- No `:tool_use_delta` events — Gemini sends function call arguments
  complete rather than as streamed JSON fragments

---

*Consult [api-reference.md](api-reference.md) for complete listing*
