Documentation
Integrations
Ai

AI Integration

SkyU Platform uses three types of LLM Clients for the provided features:

  1. OpenAI
  2. Azure OpenAI
  3. Google Gemini

To do a full AI integration, you need to provide your custom credentials for all three types of clients.

OpenAI Integration

To integrate OpenAI, you need to provide the OpenAI Key.

Navigate to Project Settings

To initiate linking OpenAI integrations with your project, first, select a project within your organization. Navigate to Settings -> Integrations to view all existing credentials.

Click on + Integration, then navigate to Other -> AI to introduce a new OpenAI credential into your project.

Chose ChatGPT from the provider dropdown.

Add Credential

When linking an OpenAI resource, you are required to provide the following details:

FieldDescription
NameName of the OpenAI Credential. This is for your reference.
API KeyYour OpenAI API Key

Finally select Save button to save the credential.

Azure OpenAI Integration

To integrate Azure OpenAI, you need to provide the Base URL, API Key, and API Version.

Precondition

Before linking Azure OpenAI integrations with your project, ensure that you have deployed the following models with mentioned specs:

ModelModel VersionDeployment Name
gpt-35-turbo0613gpt-35-turbo
gpt-35-turbo1106gpt-35-turbo-1106
gpt-41106-previewgpt-4

Navigate to Project Settings

To initiate linking Azure OpenAI integrations with your project, first, select a project within your organization. Navigate to Settings -> Integrations to view all existing credentials.

Click on + Integration, then navigate to Other -> AI to introduce a new OpenAI credential into your project.

Chose Azure from the provider dropdown.

Add Credential

When linking an Azure OpenAI resource, you are required to provide the following details:

FieldDescription
NameYour Credential Name
Base URLYour Azure Base URL
API KeyYour Azure API Key
API VersionYour Azure API Version

Finally select Save button to save the credential.

Google Gemini Integration

To integrate Google Gemini, you need to provide the Gemini Key.

Navigate to Project Settings

To initiate linking Google Gemini integrations with your project, first, select a project within your organization. Navigate to Settings -> Integrations to view all existing credentials.

Click on + Integration, then navigate to Other -> AI to introduce a new OpenAI credential into your project.

Chose Google Gemini from the provider dropdown.

Add Credential

When linking a Google Gemini resource, you are required to provide the following details:

FieldDescription
NameYour Credential Name
Base URLYour Gemini Base URL
API KeyYour Gemini API Key
API VersionYour Gemini API Version

Finally select Save button to save the credential.

If you do not integrate your own credentials, the default credentials will be used for the features.