OpenAI Connector Guide > OpenAI connections overview > Using an OpenAI connection in a process
  

Using an OpenAI connection in a process

After you create an OpenAI connection, you can use it in a Service step in a process.
  1. 1Add a Service step to the process.
  2. 2Click the Service tab.
  3. 3From the Service Type list, select Connection.
  4. 4From the Connection list, browse and select the OpenAI connection that you created.
  5. 5From the Action list, select the action that you want to perform on OpenAI Connector. For example, select Get Model to retrieve a model instance that provides basic information about the model as shown in the following image:
  6. The image shows the Get Model object that is used in a process to retrieve a model instance that provides basic information about the model.
    In this case, Application Integration populates the response and model_id object under the output fields. Similar to the Get Model step, you can configure more service steps as required.
  7. 6Configure further steps as needed.
  8. 7Validate, save, and publish the process.