AI API
Definition: An AI API is the interface that lets a program send requests to a remote model and receive its responses, without hosting the model itself.
The developer sends a prompt and parameters, and gets back generated text, billed per token. It is the standard way to integrate a model like Claude into an application.