We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 206fefd commit 8a3f7c4Copy full SHA for 8a3f7c4
content/manuals/ai/model-runner.md
@@ -231,8 +231,8 @@ All the available models are hosted in the [public Docker Hub namespace of `ai`]
231
232
Once the feature is enabled, new API endpoints are available under the following base URLs:
233
234
-- **For containers**: `http://model-runner.docker.internal/`
235
-- **For host processes**: `http://localhost:12434/engines/`, assuming you have enabled TCP host access on default port 12434.
+- **From containers**: `http://model-runner.docker.internal/`
+- **From host processes**: `http://localhost:12434/`, assuming you have enabled TCP host access on default port 12434.
236
237
**Docker Model management endpoints:**
238
0 commit comments