βœ•
🧠 25 XP

AI Foundations Β· ~9 min Β· 2 quick checks

Where do you get models?

There are three main ways to use a model:

  1. A chat app β€” ChatGPT, Claude.ai. Easiest, least flexible.
  2. An API β€” you send requests with code and pay per token. This is how agents use models.
  3. Run it yourself β€” download an open model with a tool like Ollama and run it on your own machine.