Introduction to Large Language Models
- LLM’s form the base of Generative AI (AI which can generate content)
- LLMs can generate different types of content
- Text
- code
- Images
- audio
- video
- LLMs are available for usage by hosting
- Self hosted models: you own the hardware and you run models on your hardware
- Cloud Hosted Models: Popular cloud providers (AWS, Azure, GCP) via cloud service give an option to use models
- Model provider directly hosts (OpenAI, Claude, LLAMA)
- LLMS also can be categories as
- open source llms
- propietary llms
