Hi everyone,
I’ve been exploring the new Conversations API mentioned in the OpenAI docs on Conversation State.
From what I understand, it allows maintaining conversation threads and state natively — which looks really helpful compared to manually managing messages[] in the Responses API.
However, I couldn’t find any explicit details about pricing.
-
Is the Conversations API itself chargeable separately?
-
Also, does storing and retrieving conversation state incur any additional cost?
-
All previous input tokens for responses in the chain are billed as input tokens in the API?
If anyone from the OpenAI team or other developers has already tested or reviewed billing behavior for this API, I’d really appreciate your insights.
Thanks in advance!