LLM APIs & Architecture
How LLMs work under the hood, how to call them via API, and the architectural patterns for production AI.
- LLM architecture & tokenisation
- OpenAI API (Chat Completions)
- Anthropic API (Claude)
- Streaming responses
- Temperature & system prompts
- Error handling & rate limits