From the course: Integrating Generative AI into JavaScript Web Projects

Unlock the full course today

Join today to access over 24,900 courses taught by industry experts.

OpenAI: Getting started

OpenAI: Getting started

- [Instructor] Since November 2022, OpenAI provides access to a set of language models with different capacities and usage, and so you're going to discover that the OpenAI documentations for developers is very well designed. So we're going to discover this one here under API and Docs. So let's go back just right here, so to have an overview. So, "Welcome to the Open AI developer platform." So here, you have an overview to start quick with the basics and discover how to integrate an intelligence layer into your web projects. And you also have the options to discover multiple examples for different use cases with the source code to understand how to interact with the APIs and the different language models. On top of that, you have access to an API reference. For every endpoint, you can then find instructions, for example, audio to create speech recognition, here, to create chat completions, and right below, you have also a guide to build your own assistant and personal experience, just…

Contents