docs/versioned_docs/version-2.61.0/marketplace/plugins/openai.md
ToolJet can integrate with OpenAI to access two main services: Completions and Chat. The Completions service enables ToolJet to produce text from a given prompt or context. Meanwhile, the Chat service facilitates user interaction with an AI-driven chatbot based on OpenAI's language models.
:::note Before following this guide, it is assumed that you have already completed the process of Using Marketplace plugins. :::
For connecting to OpenAI, following credentials are required:
The purpose of this query is to generate text completions based on a given prompt.
The function of this query is to examine the user's input and generate a suitable response that simulates human-like conversation.