Vertex AI
Integrate your Vertex AI account with Orq.ai.
Vertex AI, Google’s fully managed AI development platform, can be seamlessly integrated with Orq.ai. By connecting your Google Vertex AI account to Orq.ai, all model calls will utilize your API keys and custom Vertex configuration settings, ensuring consistency and control.
Integrate Vertex AI with Orq.ai
To start integration, you first need to create a Service Account with only two permissions: Service Account Token Creator and Vertex AI user.
Head to the Integration tab in your Orq.ai panel and select Vertex AI > Set up your own API Key.
Fields
Name
A name for your integration within Orq.ai. Example: orq-vertex
.
Service Account
The JSON payload holding credentials for the previously created Service Account .
Example:
{
"type": "service_account",
"project_id": "",
"private_key_id": "",
"private_key": "-----BEGIN PRIVATE KEY-----\nM....WwUfH5S2OBk=\n-----END PRIVATE KEY-----\n",
"client_email": "",
"client_id": "101673073328493378633",
"auth_uri": "https://accounts.google.com/o/oauth2/auth”,“token_uri”:“https://oauth2.googleapis.com/token”,“auth_provider_x509_cert_url”:“https://www.googleapis.com/oauth2/v1/certs",
"client_x509_cert_url": ""
}
Project ID
The Google Cloud Project name for your Vertex AI, example: orquestadev
.
Once fields are entered, select Save Changes, your credentials will now be used in Playgrounds, Experiments and Deployments using Vertex AI models.
Updated 1 day ago