August 2025
Intermediate to advanced
460 pages
9h 55m
English
Generative artificial intelligence (GenAI) platforms such as OpenAI are transforming entire industries by empowering everyday users to generate custom answers to questions, reports, and images. You do not have to be an AI expert to leverage OpenAI to supercharge your software development. This chapter focuses on setting up OpenAI and using its application programming interface (API) calls to generate quality code.
OpenAI offers numerous services such as chat, image generation, and text-to-speech. These are available through a RESTful HTTP request, which is a standard way for applications to communicate over the web, or through a programmatic interface of the openai Python package.
In our first quickstart ...
Read now
Unlock full access