API
An API is how software talks to software. For AI it means you post a request containing your prompt and settings and receive generated output, paying per token. It is what makes a model a component you can build on rather than a website you visit. In practice: One HTTPS request in, one JSON response out, billed by tokens used.