Zenaique
Glossary · Production

API LLM

Also known as: Hosted LLM, Provider API

An LLM accessed through a provider API: pay per token, get the frontier model, hand over ops.

A large language model accessed through a provider API (OpenAI, Anthropic, Google, Bedrock). The provider owns weights, inference infrastructure, and scaling; you pay per input and output token. Ops burden is minimal and the model ceiling is the frontier, at the cost of data leaving your premises unless you use a private-cloud tier.

In practice

The API-vs-self-hosted decision is a canonical applied-AI interview question. Break-even volume, data residency, and fine-tuning control all trace back to this choice.

How it compares

APIs give you the frontier model with zero ops; self-hosting gives you data control, unrestricted fine-tuning, and predictable cost past break-even.

Comparisons that include API LLM

Related topics

Related terms