mirror of
https://github.com/amithkoujalgi/ollama4j.git
synced 2025-10-14 09:28:58 +02:00
616 B
616 B
sidebar_position
sidebar_position |
---|
3 |
import CodeEmbed from '@site/src/components/CodeEmbed';
Pull Model
This API lets you pull a model on the Ollama server.
Once downloaded, you can see them when you use list models API.
:::info
You can even pull models using Ollama model library APIs. This looks up the models directly on the Ollama model library page. Refer to this.
:::