| Release list | ||
|---|---|---|
| 0.13.3 | RECENT | |
| 0.13.2 | ||
| 0.13.1 | ||
| 0.13.0 | ||
| 0.12.11 | ||
| 0.12.10 | ||
| 0.12.9 | ||
| 0.12.8 | ||
| 0.12.7 | ||
| 0.12.6 | ||
| 0.12.5 | ||
| 0.12.4 | ||
| 0.12.3 | ||
| 0.12.2 | ||
| 0.12.1 | ||
| 0.12.0 | ||
| 0.11.11 | ||
| 0.11.10 | ||
| 0.11.9 | ||
| 0.11.8 | ||
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