From bef6ac456bb931ba6635f6bbac2b17fa0c52cca6 Mon Sep 17 00:00:00 2001 From: ArthurFlag Date: Tue, 24 Jun 2025 16:48:14 +0200 Subject: [PATCH] add intro --- content/manuals/ai/model-runner/_index.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/content/manuals/ai/model-runner/_index.md b/content/manuals/ai/model-runner/_index.md index 549575dc923c..bda21d4d1980 100644 --- a/content/manuals/ai/model-runner/_index.md +++ b/content/manuals/ai/model-runner/_index.md @@ -16,6 +16,22 @@ aliases: {{< summary-bar feature_name="Docker Model Runner" >}} +Docker Model Runner makes it easy to manage, run, and +deploy AI models using Docker. Designed for developers, +Docker Model Runner streamlines the process of pulling, running, and serving +large language models (LLMs) and other AI models directly from Docker Hub or any +OCI-compliant registry. + +With seamless integration into Docker Desktop and Docker +Engine, you can serve models via OpenAI-compatible APIs, package GGUF files as +OCI Artifacts, and interact with models from both the command line and graphical +interface. + +Whether you're building generative AI applications, experimenting with machine +learning workflows, or integrating AI into your software development lifecycle, +Docker Model Runner provides a consistent, secure, and efficient way to work +with AI models locally. + ## Key features - [Pull and push models to and from Docker Hub](https://hub.docker.com/u/ai)