Model providers
Genkit talks to models through provider plugins. You configure a plugin once, then call any model it exposes through the same generate API. Because the interface is the same across providers, you can swap one model for another, or combine several in one app, without rewriting your application code.
Available providers
Section titled “Available providers”- Google Generative AI: Gemini models through the Google AI Studio API. This is the fastest way to start, using a single API key.
- Google Vertex AI: Gemini and other models through Google Cloud, with IAM-based auth for production workloads.
- Anthropic (Claude): Claude models through the Anthropic API.
- OpenAI: GPT models and embedders through the OpenAI API.