Skip to content

Commit b50182b

Browse files
authored
ai runtime: add intro paragraph (#22908)
1 parent 3ffde2a commit b50182b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

content/manuals/ai/model-runner/_index.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,22 @@ aliases:
1616

1717
{{< summary-bar feature_name="Docker Model Runner" >}}
1818

19+
Docker Model Runner makes it easy to manage, run, and
20+
deploy AI models using Docker. Designed for developers,
21+
Docker Model Runner streamlines the process of pulling, running, and serving
22+
large language models (LLMs) and other AI models directly from Docker Hub or any
23+
OCI-compliant registry.
24+
25+
With seamless integration into Docker Desktop and Docker
26+
Engine, you can serve models via OpenAI-compatible APIs, package GGUF files as
27+
OCI Artifacts, and interact with models from both the command line and graphical
28+
interface.
29+
30+
Whether you're building generative AI applications, experimenting with machine
31+
learning workflows, or integrating AI into your software development lifecycle,
32+
Docker Model Runner provides a consistent, secure, and efficient way to work
33+
with AI models locally.
34+
1935
## Key features
2036

2137
- [Pull and push models to and from Docker Hub](https://hub.docker.com/u/ai)

0 commit comments

Comments
 (0)