Skip to main content
This is lesson 3 of 8 in this module Course 20% complete

Comparing ChatCompletions and Responses API

Premium Content

Sign in with your account or sign up to access this lesson.

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.