Getting Started with Ollama

Learn how to use Ollama models for local AI chat. Follow these simple steps to get started.

Install Ollama

Download and install Ollama from the official website.

Learn more →

Pull a Model

Use the terminal to download your preferred model.

Start Chatting

Open our chat interface and start interacting with the model.

Available Models

Llama 2

A powerful open-source language model from Meta AI.

Best for: General purpose, coding, analysis, and creative writing.

ollama pull llama2Size: ~4GB

Mistral

High-performance 7B parameter model with strong reasoning capabilities.

Best for: Complex reasoning, coding, and analytical tasks.

ollama pull mistralSize: ~4GB

CodeLlama

Specialized for programming and technical discussions.

Best for: Code completion, debugging, and technical documentation.

ollama pull codellamaSize: ~4GB

Tips for Better Results

Writing Prompts

  • Be specific and clear in your requests
  • Provide context when needed
  • Break complex questions into smaller parts
  • Use examples to guide the model

System Requirements

  • Minimum 8GB RAM recommended
  • At least 10GB free disk space
  • Stable internet for model downloads
  • Modern CPU or GPU for better performance