mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-11-03 10:00:41 +01:00
Improved descriptions in README and blog posts, removed outdated info from pull-model API docs, and updated several npm dependencies in package.json and package-lock.json for better compatibility and security.
16 lines
401 B
Markdown
16 lines
401 B
Markdown
---
|
|
sidebar_position: 3
|
|
---
|
|
|
|
import CodeEmbed from '@site/src/components/CodeEmbed';
|
|
|
|
# Pull Model
|
|
|
|
This API lets you pull a model on the Ollama server.
|
|
|
|
<CodeEmbed
|
|
src='https://raw.githubusercontent.com/ollama4j/ollama4j-examples/refs/heads/main/src/main/java/io/github/ollama4j/examples/PullModel.java'>
|
|
</CodeEmbed>
|
|
|
|
Once downloaded, you can see them when you use [list models](./list-models) API.
|