Ollama
Prefer guided AI setup?
Instead of following these steps manually, you can use the AI Credential Assistant — describe what you want to connect and the AI will walk you through the setup step by step, tailored to your account.
Overview
Ollama allows you to run large language models locally on your machine. It provides a simple way to download, run, and manage AI models like Llama, Mistral, and many others.
Authentication Type
API Key (Optional) + Host URL
Setup Instructions
Step 1: Install Ollama
- Download from Ollama.com
- Follow the Quick Start guide
- Pull a model:
ollama pull llama3.2
Step 2: Configure Access
Local Setup:
- Default URL:
http://localhost:11434 - No API key required for local access
Remote/Proxy Setup:
- If using an authenticated proxy (like Open WebUI), you'll need an API key
Step 3: Add to Nirvai
- In Nirvai, go to Credentials
- Select Ollama API
- Enter your:
- Ollama URL (default:
http://localhost:11434) - API Key (optional, for authenticated proxies)
- Ollama URL (default:
- Save the credential
Common Use Cases
- Local AI chat applications
- Private, offline AI inference
- Development and testing of AI models
- Embeddings generation
API Documentation
Next Steps
Got your credential? Connect it to an agent
Use the AI Tool Creator to turn this credential into agent-callable tools. Describe what your agent should be able to do and the AI investigates the API, configures the endpoints, and gives you a reviewable toolkit before saving anything.