Skip to content

LLM

An LLM (Large Language Model) is an AI system trained on larges amount of data so it can understand and generate human-like language. It predicts the next word in a sequence, and therefore it can:

  • Answer questions
  • Write code
  • Translate text
  • Summarize documents
  • Hold conversations

Some examples of models are: GPT-4, Claude, and Mistral.

Hello World: Pre-Trained / API Model