OpenAI

Open AI is an organisation founded in 2015. Their stated mission is to ensure that artificial general intelligence (AGI) benefits all of humanity. Notable algorithms they have released include

  • [[gpt3]] language model which can be adapted to natural language understanding tasks.
  • CLIP an algorithm which can classify images based on text descriptions of categories
  • DALL-E is an algorithm which generates digital images based on text descriptions

The OpenAI API offers access to services based on the GPT3 algorithm including text generation, editing, image generation and interactive chat. It also provides lower level operations such as fine-tuning and the ability to generate embeddings, but they do not provide direct access to the mdoels themselves.