Login to follow
OpenAI connector

OpenAI connector (ODC)

Stable version 0.1.0 (Compatible with ODC)
Uploaded on 19 February 2023 by OutSystems Labs
OpenAI connector

OpenAI connector (ODC)

Details
Detailed Description

Connector to OpenAI. Current version brings to you the following APIs:

  • Text Completion: The completions endpoint can be used for a wide variety of tasks. You input some text as a prompt, and the model will generate a text completion that attempts to match whatever context or pattern you gave it. (https://platform.openai.com/docs/guides/completion)
  • Image Generation: The image generations endpoint allows you to create an original image given a text prompt. Generated images can have a size of 256x256, 512x512, or 1024x1024 pixels. Smaller sizes are faster to generate. You can request 1-10 images at a time using the n parameter. (https://platform.openai.com/docs/guides/images)
  • Text Moderation: The moderation endpoint is a tool you can use to check whether content complies with OpenAI's usage policies. Developers can thus identify content that our usage policies prohibits and take action, for instance by filtering it. (https://platform.openai.com/docs/guides/moderation)