Skip to main content

Description

Send AI chat messages using OpenAI’s Chat GPT provider through Plura. Use this integration when you want to power conversations with OpenAI models (such as GPT-5, GPT-4.5, GPT-4o) from within your Plura workflows.

Authentication

  • Configure your OpenAI API key or organization credentials in your Plura workspace settings.

Available Actions

  • List available OpenAI models
  • Execute chat completions with OpenAI models
  • Support for multiple GPT models (GPT-5, GPT-4.5, GPT-4o, GPT-4.1)

Examples

Example 1: Chat GPT - List Models List all available OpenAI models.
Example 2: Chat GPT - Chat Completion (GPT-5 Mini) Execute a chat completion using GPT-5 Mini model.
Example 3: Chat GPT - Chat Completion (GPT-5) Execute a chat completion using GPT-5 model with more tokens.
Example 4: Chat GPT - Chat Completion (GPT-4.5) Execute a chat completion using GPT-4.5 model.
Example 5: Chat GPT - Chat Completion (GPT-4o) Execute a chat completion using GPT-4o model.
Example 6: Chat GPT - Chat Completion (GPT-4o Mini) Execute a chat completion using GPT-4o Mini model for faster, cost-effective responses.

Available Models

  • Latest: gpt-5-mini, gpt-5, gpt-4.5-mini, gpt-4.5
  • Previous: gpt-4o-mini, gpt-4o, gpt-4.1-mini, gpt-4.1

Third-Party Documentation