Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.compose.market/llms.txt

Use this file to discover all available pages before exploring further.

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 typeNotes
TextChat and Responses-style requests map into Google content parts.
EmbeddingsGemini and Vertex embedding endpoints are supported by adapter code.
ImagesGoogle image generation and streaming image events are supported where the model row allows it.
SpeechGoogle speech generation is supported by the adapter.
VideoVideo 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.