The stateful Responses API — not yet available.
Not yet available. The stateful Responses API (
POST /v1/responses) is tracked to be built.
Use Chat Completions today — POST /v1/chat/completions is the live inference surface. Multi-turn state is managed client-side: resend the conversation's messages on each call.