You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -70,6 +70,14 @@ The Vertex AI API provides a [free tier](https://cloud.google.com/vertex-ai/gene
70
70
71
71
3. (Optionally) Add a billing account on your project to get access to [higher usage limits](https://cloud.google.com/vertex-ai/generative-ai/docs/quotas)
72
72
73
+
### Use a custom endpoint:
74
+
75
+
If you are using a proxy or a custom backend that conforms to the Gemini API, you can set the `GEMINI_BASE_URL` environment variable to point to your custom endpoint.
76
+
77
+
```bash
78
+
export GEMINI_BASE_URL="YOUR_CUSTOM_ENDPOINT"
79
+
```
80
+
73
81
For other authentication methods, including Google Workspace accounts, see the [authentication](./docs/cli/authentication.md) guide.
0 commit comments