Ollama-Compatible API

May 2, 2026 ยท View on GitHub

Lemonade supports the Ollama API, allowing applications built for Ollama to work with Lemonade without modification.

To enable auto-detection by Ollama-integrated apps, configure the server to use the Ollama default port 11434. See Server Configuration for how to change the port.

EndpointStatusNotes
POST /api/chatSupportedStreaming and non-streaming
POST /api/generateSupportedText completion + image generation
GET /api/tagsSupportedLists downloaded models
POST /api/showSupportedModel details
DELETE /api/deleteSupported
POST /api/pullSupportedDownload with progress
POST /api/embedSupportedNew embeddings format
POST /api/embeddingsSupportedLegacy embeddings
GET /api/psSupportedRunning models
GET /api/versionSupported
POST /api/createNot supportedReturns 501
POST /api/copyNot supportedReturns 501
POST /api/pushNot supportedReturns 501