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
When using @ai-sdk/google-vertex with a custom baseURL pointing to a Proxy (e.g., LiteLLM) and authenticating via x-litellm-api-key, the SDK still requires googleAuthOptions to prevent an authentication error—even though the proxy handles Google auth. This makes googleAuthOptions effectively useless in this flow, as the actual authentication happens at the proxy using the API key.