Oxygen AI Positron Vertex AI Connector Add-on
The Oxygen AI Positron Vertex AI Connector add-on allows you to connect the Oxygen
AI Positron Assistant Enterprise plugin with Vertex AI from Google Cloud. This
add-on contributes a Vertex AI Service option in the AI
Connector combo box of the Positron Assistant.
Note:
The Oxygen AI Positron
Vertex AI Connector add-on is compatible with Oxygen XML
Editor/Author/Developer version 27.1 or newer.
Installation
To install this add-on, follow these steps:
- Go to Show add-ons from field or select it from the drop-down menu. to open the add-on selection dialog box. Enter or paste https://www.oxygenxml.com/InstData/Addons/default/updateSite.xml in the
- Select the Oxygen AI Positron Vertex AI Connector add-on and click Next.
- Read the end-user license agreement. Then select the I accept all terms of the end-user license agreement option and click Install.
- Restart the application.
Result: The Vertex AI Service will be available in the AI Connector combo box in the preferences page.
Alternatively, you can install the add-on by downloading the JAR file from the Releases page and unzipping it inside {oXygenInstallDir}/plugins. Ensure there are no intermediate folders and that the plugin.xml file is present in the correct location.
How to Configure the Vertex AI Service Connector
When the Vertex AI Service is selected from the AI Service
Configuration preferences page, the following configuration options are
available:
- Project ID
- The ID of your Google Cloud project.
- Location
- The location of your Google Cloud project (e.g.,
us-central1
). - Model
- The AI model to use (e.g.,
google/gemini-2.0-flash
). - Credential
- The content of the Google credential JSON file. The connector supports using a
service account key file for authentication. If this field is left empty, the
application will use Google Cloud’s Application Default Credentials (documentation), searching for credentials in
the following locations:
GOOGLE_APPLICATION_CREDENTIALS
environment variable.- The attached service account.