From 334b6670e1909bf108f265d90ea03637957a0a76 Mon Sep 17 00:00:00 2001 From: Nicolas Mowen Date: Wed, 6 Aug 2025 07:02:40 -0600 Subject: [PATCH] Add note for Gemini base url (#19399) --- docs/docs/configuration/genai.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/docs/configuration/genai.md b/docs/docs/configuration/genai.md index 90e463df4..832398df9 100644 --- a/docs/docs/configuration/genai.md +++ b/docs/docs/configuration/genai.md @@ -105,6 +105,12 @@ genai: model: gemini-1.5-flash ``` +:::note + +To use a different Gemini-compatible API endpoint, set the `GEMINI_BASE_URL` environment variable to your provider's API URL. + +::: + ## OpenAI OpenAI does not have a free tier for their API. With the release of gpt-4o, pricing has been reduced and each generation should cost fractions of a cent if you choose to go this route.