[GH-ISSUE #10524] external model api support #6924

Closed
opened 2026-04-12 18:49:07 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @ademirtug on GitHub (May 1, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/10524

Add a new feature that allows us to use external models(e.g models/gemma-3-27b-it) via the Ollama API endpoint.

Originally created by @ademirtug on GitHub (May 1, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/10524 Add a new feature that allows us to use external models(e.g models/gemma-3-27b-it) via the Ollama API endpoint.
GiteaMirror added the feature request label 2026-04-12 18:49:07 -05:00
Author
Owner

@rick-github commented on GitHub (May 1, 2025):

Could you supply some more details? External models can be pulled via the API:

$ curl localhost:11434/api/pull -d '{"model":"hf.co/mradermacher/gemma-3-27b-it-GGUF:Q2_K"}'
{"status":"pulling manifest"}
{"status":"pulling 8c93380aa5a7","digest":"sha256:8c93380aa5a718428a90f3e3759081faa3b18ee9457105c7d78a3d702065d871","total":10503437120,"completed":10503437120}
{"status":"pulling e0a42594d802","digest":"sha256:e0a42594d802e5d31cdc786deb4823edb8adff66094d49de8fffe976d753e348","total":358,"completed":358}
{"status":"pulling 54cb61c842fe","digest":"sha256:54cb61c842fe49ac3c89bc1a614a2778163eb49f3dec2b90ff688b4c0392cb48","total":857739168,"completed":857739168}
{"status":"pulling c5157d17cceb","digest":"sha256:c5157d17cceb86c9e76b9896d41de1040fdce081ba79c17bf7529032df06d46b","total":44,"completed":44}
{"status":"pulling d66ddb7b1214","digest":"sha256:d66ddb7b1214df440e1bbfc96a835cf2b62d3544fcce3da8889cd500357b2ef3","total":625,"completed":625}
{"status":"verifying sha256 digest"}
{"status":"writing manifest"}
{"status":"success"}
<!-- gh-comment-id:2845562722 --> @rick-github commented on GitHub (May 1, 2025): Could you supply some more details? External models can be pulled via the API: ```console $ curl localhost:11434/api/pull -d '{"model":"hf.co/mradermacher/gemma-3-27b-it-GGUF:Q2_K"}' {"status":"pulling manifest"} {"status":"pulling 8c93380aa5a7","digest":"sha256:8c93380aa5a718428a90f3e3759081faa3b18ee9457105c7d78a3d702065d871","total":10503437120,"completed":10503437120} {"status":"pulling e0a42594d802","digest":"sha256:e0a42594d802e5d31cdc786deb4823edb8adff66094d49de8fffe976d753e348","total":358,"completed":358} {"status":"pulling 54cb61c842fe","digest":"sha256:54cb61c842fe49ac3c89bc1a614a2778163eb49f3dec2b90ff688b4c0392cb48","total":857739168,"completed":857739168} {"status":"pulling c5157d17cceb","digest":"sha256:c5157d17cceb86c9e76b9896d41de1040fdce081ba79c17bf7529032df06d46b","total":44,"completed":44} {"status":"pulling d66ddb7b1214","digest":"sha256:d66ddb7b1214df440e1bbfc96a835cf2b62d3544fcce3da8889cd500357b2ef3","total":625,"completed":625} {"status":"verifying sha256 digest"} {"status":"writing manifest"} {"status":"success"} ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#6924