We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6795e96 + 1de302d commit 56fc835Copy full SHA for 56fc835
src/providers/google-vertex-ai/api.ts
@@ -57,6 +57,9 @@ export const GoogleApiConfig: ProviderAPIConfig = {
57
return `https://storage.googleapis.com`;
58
}
59
60
+ if (vertexRegion === 'global') {
61
+ return `https://aiplatform.googleapis.com`;
62
+ }
63
return `https://${vertexRegion}-aiplatform.googleapis.com`;
64
},
65
headers: async ({ c, providerOptions }) => {
0 commit comments