PaperclipHub
    BrowseSubmitDocs
    Get Paperclip →
    ← back to the library·Browse/provider/Ollama Adapter
    provider

    Ollama Adapter.

    Route agent inference to local Ollama models. Supports model selection, streaming, and tool-use with compatible models.

    74npm downloads / wk
    v0.5.1shipped Apr 16, 2026
    1capability
    MITlicense
    Installpaperclip CLI · v2026.05
    $npx paperclipai@latest plugin install paperclip-ollama-adapter
    last updated · shipped Apr 16, 2026

    Getting started

    Route agent inference to local Ollama models. Supports model selection, streaming, and tool-use with compatible models.

    import { paperclip } from "@paperclip/core";
    import paperclipOllamaAdapter from "paperclip-ollama-adapter";
    
    paperclip.use(paperclipOllamaAdapter({
      // configuration goes here
    }));

    Configuration

    The plugin reads its configuration from environment variables by default, but every option can be overridden inline. Pass debug: true while wiring it up to get verbose logs scoped to this plugin only.

    Capabilities

    This plugin registers 1 capability with the Paperclip runtime — switch to the Capabilities tab for the full list.

    § author
    A
    allmightysauronCommunity publisher
    Packagepaperclip-ollama-adapter
    SubmittedApr 16, 2026
    § related plugins
    Hermes Adapterhermes-paperclip-adapter
    76k dl/wk
    All in provider →
    § links
    ↗ npm · paperclip-ollama-adapter↗ Sponsor this plugin
    PaperclipThe Hub — May 2026
    DocsSubmitGitHub