# OpenAI (GPT)

## **Connector Overview**

<figure><img src="/files/UXbXfaJpJxzjZVGC5MRF" alt="" width="375"><figcaption></figcaption></figure>

OpenAI is an artificial intelligence company that creates AI models and tools like ChatGPT and GPT-4, helping businesses and individuals automate tasks, generate content, and solve complex problems through advanced language understanding.

## **Supported Models**

GPT-4, GPT-4 Turbo, GPT-3.5 Turbo

## **Authentication Type**

Basic

## **Webhook Supported**

No

## **Secrets**

* PAN\_SEC\_OPENAI\_GPT\_API\_KEY
* PAN\_SEC\_OPENAI\_GPT\_ORGANIZATION
* PAN\_SEC\_OPENAI\_GPT\_PROJECT
* PAN\_SEC\_OPENAI\_GPT\_BETA

## **API Client Supported**

No

## **Requirements for Provisioning**

No provisioning is required for this connector.

## **How to Connect Your Integration**

Upon successfully creating a tenant, you will use the following OpenAI information to connect:

* API Key
* Organization
* Project
* Beta

To obtain the information required for provisioning the OpenAI Connector, perform the following steps:<br>

1. Log in to your [OpenAI Account](https://platform.openai.com/)
2. Select the Project you want to work with
   1. You can create a new project by selecting **+Create Project**<br>

      <figure><img src="/files/nSsMGUSRd5mLdN1UuoFr" alt=""><figcaption></figcaption></figure>
3. In the Dashboard, look for API Keys
4. Select **+Create New Secret Key** > Specify the following:
   1. Name
   2. Permission Level
5. When finished with step 4, select "Create Secret Key"

## **API Resources**

For more information on how to utilize the OpenAPI, feel free to reference the following [documentation](https://platform.openai.com/docs/overview).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pandium.com/connectors/connectors-101/openai-gpt.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
