05 · Getting Models to Act

Endpoint

An API's specific address

The specific address (a URL) you send an API request to for a given function. Different endpoints do different jobs.

Concrete example

A chat endpoint for conversation, a separate embeddings endpoint for turning text into vectors.