Zum Inhalt springen
Agent Hub
Back to glossary
models

LLM

A Large Language Model is a neural network trained on billions of texts that understands, generates and transforms language. GPT-4, Claude, and Mistral are examples.

Also known as: Large Language Model, Sprachmodell

In detail

LLMs are the engine behind modern AI agents. They take text as input and produce text as output — but they can do more than just continue: summarize, translate, classify, write code, interact with structured tools.

We primarily use:

  • Anthropic Claude (via AWS Bedrock EU) for most agent tasks
  • OpenAI GPT where needed (on customer request)
  • Mistral as a European alternative
  • Llama 3 as a self-hosted option for particularly sensitive data

Example

An LLM receives: 'Write a polite rejection for candidate X.' and produces a complete, context-aware letter in 2 seconds.

Related terms