17434. There is no dedicated llmman client library: applications talk to it through the Ollama or OpenAI SDKs, so OpenLIT’s existing Ollama and OpenAI instrumentations pick it up automatically once the client is pointed at http://localhost:17434.
The integration is compatible with
- Ollama Python SDK client
>=0.2.0 - Ollama TypeScript/JavaScript SDK client
>=0.5.0 - OpenAI Python SDK client
>=1.92.0 - OpenAI TypeScript SDK client
>=1.13.0
Get started
1
Install OpenLIT
Open your command line or terminal and run:
- Python
- TypeScript
2
Initialize OpenLIT in your Application
- Python
- Typescript
- Zero Code Instrumentation
- One-Line Instrumentation
Perfect for existing applications - no code modifications needed:
- Via CLI Arguments
- Via Environment Variables
Perfect for: Legacy applications, production systems where code changes need approval, quick testing, or when you want to add observability without touching existing code.
YOUR_OTEL_ENDPOINT with the URL of your OpenTelemetry backend, such as http://127.0.0.1:4318 if you are using OpenLIT and a local OTel Collector.To send metrics and traces to other Observability tools, refer to the supported destinations.For more advanced configurations and application use cases, visit the OpenLIT Python repository or OpenLIT Typescript repository.3
Point your client at llmman
Start the server with
llmman serve and pull a model with llmman pull gemma4. Then configure the SDK you already use to talk to http://localhost:17434 instead of Ollama’s default http://localhost:11434. No API key is required; if a client insists on one, any placeholder works.Quickstart: LLM Observability
Production-ready AI monitoring setup in 2 simple steps with zero code changes
Configuration
Configure the OpenLIT SDK according to you requirements.
Destinations
Send telemetry to Datadog, Grafana, New Relic, and other observability stacks

