Google-family adapters cover Gemini and Vertex-style endpoints. The adapters use provider-native request bodies under the hood, while the public API stays OpenAI-shaped.Supported routes depend on the catalog row and adapter path:
Route type
Notes
Text
Chat and Responses-style requests map into Google content parts.
Embeddings
Gemini and Vertex embedding endpoints are supported by adapter code.
Images
Google image generation and streaming image events are supported where the model row allows it.
Speech
Google speech generation is supported by the adapter.
Video
Video submission uses provider job IDs when generation is async.
Google model IDs can include provider-native prefixes such as models/. The adapter cleans those for the wire where needed.