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
Seems Vercel SDK is always calling: https://${location}-aiplatform.googleapis.com/v1/projects/${project}/locations/${location}/publishers/google . For custom fine tuned models the url should be https://${location}-aiplatform.googleapis.com/v1/projects/{project}/locations/${location}/endpoints/${endpoint}.
Maybe we should create a "Vertex Custom" provider.