| Release list | ||
|---|---|---|
| 0.15.4 | RECENT | |
| 0.15.3 | RECENT | |
| 0.15.2 | ||
| 0.15.1 | ||
| 0.15.0 | ||
| 0.14.3 | ||
| 0.14.2 | ||
| 0.14.1 | ||
| 0.14.0 | ||
| 0.13.5 | ||
| 0.13.4 | ||
| 0.13.3 | ||
| 0.13.2 | ||
| 0.13.1 | ||
| 0.13.0 | ||
| 0.12.11 | ||
| 0.12.10 | ||
| 0.12.9 | ||
| 0.12.8 | ||
| 0.12.7 | ||
ollama run now works with embedding modelsollama run can now run embedding models to generate vector embeddings from text:
ollama run embeddinggemma "Hello world"
Content can also be provided to ollama run via standard input:
echo "Hello world" | ollama run embeddinggemma
qwen3-vl:235b and qwen3-vl:235b-instruct/api/chat APIollama run now works with embedding modelsFull Changelog: https://github.com/ollama/ollama/compare/v0.12.9...v0.12.10