jargon

Applied AI·The API layer

you POST a list of messages and get one assistant message back, and every provider's version of this is roughly the same shape.

Messages API / chat completions

Also calledchat completions

Draft summary, pending review

The standard request shape for talking to a chat model: you POST a list of messages and parameters, and receive the assistant's next message. Providers differ in field names but the shape is near-universal.