Getting Started with the Assistants API: Academy

In this video tutorial, we'll walk through how to get started with OpenAI's Assistants API. As highlighted in the documentation:

An Assistant has instructions and can leverage models, tools, and knowledge to respond to user queries.
The Assistants API currently supports three types of tools: Code Interpreter, Retrieval, and Function calling.
Source: OpenAI

This is the companion to the article below and includes a Colab notebook with relevant code and a video walkthrough.

Getting Started with OpenAI’s Assistants API
In this guide, we discuss how to get started building AI agents with OpenAI’s new Assistants API.