ollama

Run and interact with local AI models via the Ollama API.

40|7|Updated Oct 20, 2025
One-click install
npx skills add https://github.com/rawveg/skillsforge-marketplace --skill ollama
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ollama
Source: https://github.com/rawveg/skillsforge-marketplace/tree/main/ollama
Command: npx skills add https://github.com/rawveg/skillsforge-marketplace --skill ollama

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill guides you to run, configure, and integrate Ollama for local AI model hosting, including chat, embeddings, and streaming outputs.

Core Features & Use Cases

  • Local model runtime: Start and interact with local models (e.g., gemma3, llama3.2).
  • OpenAI compatibility: Use OpenAI-compatible libraries against Ollama's API.
  • Cloud and proxy setups: Configure cloud models and proxies for secure access.

Quick Start

Start a local model with Ollama, then generate a chat response using the /api/chat endpoint.

Frequently Asked Questions about ollama

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run local LLMs with an OpenAI-compatible API?

Ollama enables running local AI models through an OpenAI-compatible API endpoint. Start Ollama with a model like llama3.2 or gemma3, then use standard OpenAI client libraries against Ollama's /api/chat and /api/embeddings endpoints for chat completions, embeddings, and streaming responses.

Can I use Ollama with GPU acceleration?

Yes, Ollama supports GPU acceleration for faster inference. Configure GPU support during Ollama setup; the Skill covers GPU-enabled deployments both locally and in Docker containers for improved performance on compatible hardware.

How do I configure Ollama behind a proxy or for cloud models?

Ollama supports proxy configuration and cloud model authentication via environment variables. Set proxy credentials and cloud endpoints through environment setup, enabling secure access to models whether hosted locally or remotely behind corporate proxies.

Does Ollama support embeddings and vision tasks?

Ollama provides embeddings generation and vision task capabilities through its API. Use the /api/embeddings endpoint for text embedding and compatible models for vision-based inference, enabling multimodal workflows alongside chat and streaming responses.

Can I deploy Ollama in Docker with authentication?

Yes, Ollama deployments in Docker support robust authentication and server configuration. Configure authentication credentials and server settings via environment variables when containerizing Ollama for production or shared environments.

What's the difference between local Ollama hosting and using a cloud proxy?

Local Ollama hosting runs models directly on your hardware with full control; cloud proxy setups route requests through remote endpoints with centralized management. Choose based on latency, privacy, and resource availability needs—the Skill supports both architectures.