VOOZH about

URL: https://developers.openai.com/api/reference/resources/chat

⇱ Chat | OpenAI API Reference


Skip to content

Chat

ChatCompletions

Given a list of messages comprising a conversation, the model will return a response.

Create chat completion
POST/chat/completions
List Chat Completions
GET/chat/completions
Get chat completion
GET/chat/completions/{completion_id}
Update chat completion
POST/chat/completions/{completion_id}
Delete chat completion
DELETE/chat/completions/{completion_id}
ModelsExpand Collapse

ChatCompletionsMessages

Given a list of messages comprising a conversation, the model will return a response.

Get chat messages
GET/chat/completions/{completion_id}/messages