Skip to content

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.

  • Ollama: Run open models such as Gemma and Llama locally, with no API key.