Providers
Local runtimes
Run fully offline — Ollama, LM Studio, vLLM, llama.cpp.
| Adapter | Import | Default URL |
|---|---|---|
| Ollama | ollama | http://localhost:11434 |
| LM Studio | lmstudio | http://localhost:1234/v1 |
| vLLM | vllm | http://localhost:8000/v1 |
| llama.cpp | llamacpp | http://localhost:8080 |
#Usage
import { ollama } from '@agentskit/adapters'
const adapter = ollama({ model: 'llama3.2', url: 'http://localhost:11434' })#Related
Explore nearby
- PeerProviders
25 native chat and embedder adapters, plus higher-order adapters that compose candidates. Separate from the 140-provider models catalog.
- PeerChoosing an adapter
Capability decision table and rules of thumb for picking a chat adapter.
- PeerHosted chat adapters
17 managed-LLM adapters. Same contract; swap by changing one import.