03 Models
Closed Source Models
- Paid models which has billions or trillions of parameters.
- Different closed source models available
- GPT (OpenAI) - Good in complex technical questions.
- Claude (Anthropic) - Good in questions with emotional and ethical l touch.
- Gemini (Google) - Better integration with Google services.
- Command R (Cohere)
- Perplexity
Opensource Models
- Free models which contains less number of parameters.
- Different opensource models available
- Llama (Meta)
- Mixtral (Mistral)
- Qwen (Alibaba)
- Gemma (Google)
- Phi (Microsoft)
Three Ways to Use Models
- Chat interfaces (Like ChatGPT)
- Cloud APIs (Frameworks like LangChain use Cloud APIs)
- Amazon Bedrock
- Google Vertex
- Azure ML
- Direct inference
- With HuggingFace transformers library
- Runs locally or in a managed machine using Ollama