Comparing ChatCompletions and Responses API
The lesson contrasts the ChatCompletions API, which requires uploading the entire chat history with every request, against the Responses API, which caches conversation state server-side so only the next prompt and last response ID need to be sent, reducing network bandwidth.
Previous Module
The Principles of Responsible AI
This Module
Develop a Generative AI Chat App