LM-Kit OneDocs2026.9.6lm-kit.comEULA
Changelog

LM-Kit One Changelog

Notable changes to LM-Kit One, newest first. Versions follow YYYY.M.PATCH. A version marked "not yet published" is on the development branch and has not shipped.

2026.9.7not yet published#

Added

  • Image Utilities: image-deskew, image-enhance, image-analysis, image-redact and image-color-palette routes.
  • image-normalization: flip, deskew, crop, fit_box and output_dpi stages; deskew_angle in the response.
  • page_index on every image route (multi-page TIFF); tiff as an output format.
  • HEIC / HEIF images decode on every platform.
  • Container image: ffmpeg included; AMD and Intel GPUs served; a GPU that did not reach the container is diagnosed in the Hardware panel and the startup log.
  • ModelWorkDirectory setting: a writable home for training jobs and imported models beside a read-only model volume.
  • Guides: search on pgvector in containers; Podman GPU pass-through through CDI.
  • Changelog page in the documentation, beside Guides and API reference.

Changed

  • pdf-unlock reports the security the original carried: encryption, revision, algorithm, author permissions, which password opened it.
  • Access: a new API key preselects the default Search cluster, the choices state their consequence, the token reveal states the key's reach.
  • A key without Search access and a read-only model store are refused with their own fact; every refusal keeps its reason in the request trail.
  • A training job refused for device memory waits up to ten minutes instead of failing.
  • A request value the decoded content rejects (a page index past the last page, a crop outside the image) answers 400 invalid_argument instead of 500.
  • EULA: free production use requires a visible LM-Kit acknowledgement; outgrowing the free thresholds keeps the grant for 90 days.

Fixed

  • A fresh server reachable from the network could not be signed into: the API access policy layered over the admin endpoints.
  • Read-only model store: downloads, imports and the Ollama-compatible pull refuse before a byte streams, naming the remedy.
  • OpenAI-compatible vector stores pass the Search cluster gate.
  • Exported documentation: every link is site-absolute; a directory URL redirects to its trailing-slash form.

2026.9.62026-09-14#

Initial public release.

Added

  • REST API under /lmkit/v1: chat, chat with documents, embeddings, reranking, summarization, translation, rewriting, correction.
  • Text analysis: categorization, sentiment, language detection, keyword, entity, PII and structured data extraction.
  • Documents: OCR, document to Markdown, splitting, validation, thumbnails, search highlight, image to PDF.
  • PDF: info, layout, merge, split, edit, unlock, redact, OCR, sign, verify signatures, timestamp, LTV, PDF/A, to images, search.
  • Media: audio transcription, voice activity detection, video frames.
  • Image Utilities: background removal, normalization.
  • Agents, skills, MCP server, training jobs.
  • Search: hybrid keyword and vector search with clusters, tenants, collections and per-key grants over SQLite, PostgreSQL, SQL Server and MySQL.
  • Compatible APIs: OpenAI, Ollama, Anthropic (Claude Desktop gateway).
  • Admin console, Playground, Guides, API reference.
  • Deployment: Windows (MSI, portable, service, tray), Linux, macOS, container image (Docker Hub, GHCR); SSO, API keys, network posture, TLS, declarative configuration.