Generate Content
The model id is part of the URL path:The Google Gen AI SDK defaults to the Gemini
v1beta API version, so SDK
examples use the bare host as base_url. Raw HTTP calls include /v1beta in
the URL path.Models
UseGET /v1beta/models for Gemini-native model discovery. For the curated
human-readable catalog, see Supported Models.
Gemini models through OpenAI-compatible tools
If your tool only supports OpenAI-compatible endpoints, usehttps://api.omniakey.com/v1 and pass a Gemini model id such as
gemini-3.1-pro-preview to Chat Completions.