-
released this
2025-11-13 14:21:46 -05:00 | 6 commits to main since this release📅 Originally published on GitHub: Thu, 13 Nov 2025 23:02:40 GMT
🏷️ Git tag created: Thu, 13 Nov 2025 19:21:46 GMTWhat's Changed
- browser/interfaces: add logprobs by @ParthSareen in https://github.com/ollama/ollama-js/pull/260
- browser: add method to retrieve server version by @stoyanov-kaloyan in https://github.com/ollama/ollama-js/pull/259
- browser/interfaces: add VersionResponse type and add ollama.version()… by @stoyanov-kaloyan in https://github.com/ollama/ollama-js/pull/261
New Contributors
- @stoyanov-kaloyan made their first contribution in https://github.com/ollama/ollama-js/pull/259
Full Changelog: https://github.com/ollama/ollama-js/compare/v0.6.2...v0.6.3
Downloads
-
released this
2025-10-30 16:02:49 -04:00 | 9 commits to main since this release📅 Originally published on GitHub: Thu, 30 Oct 2025 20:03:41 GMT
🏷️ Git tag created: Thu, 30 Oct 2025 20:02:49 GMTFull Changelog: https://github.com/ollama/ollama-js/compare/v0.6.1...v0.6.2
Downloads
-
released this
2025-10-30 15:19:59 -04:00 | 11 commits to main since this release📅 Originally published on GitHub: Thu, 30 Oct 2025 20:01:10 GMT
🏷️ Git tag created: Thu, 30 Oct 2025 19:19:59 GMTWhat's Changed
- examples: rename browser tool to gpt-oss-browser-tools by @ParthSareen in https://github.com/ollama/ollama-js/pull/251
- docs(readme): add Cloud Models JS usage and Cloud API example by @eden-chan in https://github.com/ollama/ollama-js/pull/253
- Fix: Update multi-tool example imports by @antarasi in https://github.com/ollama/ollama-js/pull/231
- Remove a duplicate line in the .npmignore by @SeanGallen in https://github.com/ollama/ollama-js/pull/254
- fix: streaming chunk boundaries by @BruceMacD in https://github.com/ollama/ollama-js/pull/256
- fix: regenerate package-lock.json with complete @swc/core platform entries by @BruceMacD in https://github.com/ollama/ollama-js/pull/257
New Contributors
- @eden-chan made their first contribution in https://github.com/ollama/ollama-js/pull/253
- @antarasi made their first contribution in https://github.com/ollama/ollama-js/pull/231
- @SeanGallen made their first contribution in https://github.com/ollama/ollama-js/pull/254
Full Changelog: https://github.com/ollama/ollama-js/compare/v0.6.0...v0.6.1
Downloads
-
released this
2025-09-24 20:20:39 -04:00 | 17 commits to main since this release📅 Originally published on GitHub: Thu, 25 Sep 2025 00:22:03 GMT
🏷️ Git tag created: Thu, 25 Sep 2025 00:20:39 GMTWhat's Changed
- browser/interface: add websearch + webcrawl by @npardal in https://github.com/ollama/ollama-js/pull/243
- browser: renamed to websearch/webcrawl by @npardal in https://github.com/ollama/ollama-js/pull/247
- browser: websearch/webcrawl camel case fix by @npardal in https://github.com/ollama/ollama-js/pull/248
- browser: update webCrawl and webFetch shapes by @npardal in https://github.com/ollama/ollama-js/pull/249
- examples: browser tool implementation by @npardal in https://github.com/ollama/ollama-js/pull/244
- docs(readme): added webSearch + webFetch by @npardal in https://github.com/ollama/ollama-js/pull/245
- updates for web search and loading OLLAMA_API_KEY from the environment by @ParthSareen in https://github.com/ollama/ollama-js/pull/250
New Contributors
- @npardal made their first contribution in https://github.com/ollama/ollama-js/pull/243
Full Changelog: https://github.com/ollama/ollama-js/compare/v0.5.18...v0.6.0
Downloads
-
released this
2025-09-15 18:24:31 -04:00 | 24 commits to main since this release📅 Originally published on GitHub: Tue, 16 Sep 2025 00:25:20 GMT
🏷️ Git tag created: Mon, 15 Sep 2025 22:24:31 GMTWhat's Changed
- feat: add dimensions to embed request by @mxyng in https://github.com/ollama/ollama-js/pull/242
Full Changelog: https://github.com/ollama/ollama-js/compare/v0.5.17...v0.5.18
Downloads
-
released this
2025-08-07 18:44:32 -04:00 | 25 commits to main since this release📅 Originally published on GitHub: Thu, 07 Aug 2025 22:46:37 GMT
🏷️ Git tag created: Thu, 07 Aug 2025 22:44:32 GMTWhat's Changed
- add documentation on overriding headers by @jmorganca in https://github.com/ollama/ollama-js/pull/226
- types: add tool_name to message by @ParthSareen in https://github.com/ollama/ollama-js/pull/229
- add support for thinking levels by @drifkin in https://github.com/ollama/ollama-js/pull/239
Full Changelog: https://github.com/ollama/ollama-js/compare/v0.5.16...v0.5.17
Downloads
-
released this
2025-05-29 22:39:14 -04:00 | 29 commits to main since this release📅 Originally published on GitHub: Fri, 30 May 2025 02:42:30 GMT
🏷️ Git tag created: Fri, 30 May 2025 02:39:14 GMTWhat's Changed
- feat: updated show response type to include capabilities by @macintushar in https://github.com/ollama/ollama-js/pull/222
- add thinking support and examples by @drifkin in https://github.com/ollama/ollama-js/pull/223
New Contributors
- @macintushar made their first contribution in https://github.com/ollama/ollama-js/pull/222
- @drifkin made their first contribution in https://github.com/ollama/ollama-js/pull/223
Full Changelog: https://github.com/ollama/ollama-js/compare/v0.5.15...v0.5.16
Downloads
-
released this
2025-04-14 14:29:03 -04:00 | 33 commits to main since this release📅 Originally published on GitHub: Wed, 16 Apr 2025 21:55:33 GMT
🏷️ Git tag created: Mon, 14 Apr 2025 18:29:03 GMTWhat's Changed
- Add missing response properties for
EmbedResponseby @pouwerkerk in https://github.com/ollama/ollama-js/pull/215 - interfaces: relax enum for tool and allow multiple property types by @ParthSareen in https://github.com/ollama/ollama-js/pull/217
- interfaces: allow for $defs and items in Tool interface by @ParthSareen in https://github.com/ollama/ollama-js/pull/218
- fix(formatHost): support basic auth in host URL by @somprasongd in https://github.com/ollama/ollama-js/pull/219
New Contributors
- @pouwerkerk made their first contribution in https://github.com/ollama/ollama-js/pull/215
- @somprasongd made their first contribution in https://github.com/ollama/ollama-js/pull/219
Full Changelog: https://github.com/ollama/ollama-js/compare/v0.5.14...v0.5.15
Downloads
- Add missing response properties for
-
released this
2025-02-24 13:44:43 -05:00 | 37 commits to main since this release📅 Originally published on GitHub: Mon, 24 Feb 2025 18:45:37 GMT
🏷️ Git tag created: Mon, 24 Feb 2025 18:44:43 GMTWhat's Changed
- fix: Normalize header handling for all HeaderInit types by @AlexanderSlaa in https://github.com/ollama/ollama-js/pull/203
- workflows: update upload artifact job to v4 by @BruceMacD in https://github.com/ollama/ollama-js/pull/209
- Fallback for deprecated
window.navigator.platformby @yoannmoinet in https://github.com/ollama/ollama-js/pull/208 - utils: handle userAgentData browser compatibility by @BruceMacD in https://github.com/ollama/ollama-js/pull/210
New Contributors
- @AlexanderSlaa made their first contribution in https://github.com/ollama/ollama-js/pull/203
- @yoannmoinet made their first contribution in https://github.com/ollama/ollama-js/pull/208
Full Changelog: https://github.com/ollama/ollama-js/compare/v0.5.13...v0.5.14
Downloads
-
released this
2025-02-07 17:36:10 -05:00 | 41 commits to main since this release📅 Originally published on GitHub: Mon, 10 Feb 2025 18:32:04 GMT
🏷️ Git tag created: Fri, 07 Feb 2025 22:36:10 GMTWhat's Changed
- Export
AbortableAsyncIteratorclass as type by @AbdulrhmanGoni in https://github.com/ollama/ollama-js/pull/188 - docs: remove create example from README by @BruceMacD in https://github.com/ollama/ollama-js/pull/199
- refactor: put the default host in a variable and then reuse it by @AbdulrhmanGoni in https://github.com/ollama/ollama-js/pull/197
- ci: use older version of vite for node 16 compatibility by @BruceMacD in https://github.com/ollama/ollama-js/pull/200
- Fix: Use node: prefix for built-in modules by @iscordian in https://github.com/ollama/ollama-js/pull/201
- feat: add string model field to the ModelResponse interface by @hexnaught in https://github.com/ollama/ollama-js/pull/190
- fix: fix top await in examples by @ruixingshi in https://github.com/ollama/ollama-js/pull/206
New Contributors
- @AbdulrhmanGoni made their first contribution in https://github.com/ollama/ollama-js/pull/188
- @iscordian made their first contribution in https://github.com/ollama/ollama-js/pull/201
- @hexnaught made their first contribution in https://github.com/ollama/ollama-js/pull/190
- @ruixingshi made their first contribution in https://github.com/ollama/ollama-js/pull/206
Full Changelog: https://github.com/ollama/ollama-js/compare/v0.5.12...v0.5.13
Downloads
- Export
mirror of
https://github.com/ollama/ollama-js.git
synced 2026-07-01 11:16:25 -04:00