How do I use the Conversations API to get me a response from a model?

Hi all.

I’m still learning about the conversations API. Trying to use the Node SDK for it. I can’t seem to find any way to generate responses from the model. Am I missing something?

2 Likes

Conversations API is not for model responses. It manages conversation state for your users (e.g., letting your users create persistent threads and update them). It works in tandem with the Responses API, which is what I think is what you’re really looking for! Use this to generate responses – https://platform.openai.com/docs/quickstart

3 Likes