ollama_dart 0.3.0
ollama_dart: ^0.3.0 copied to clipboard
Dart Client for the Ollama API (run Llama 4, Gemma 3, Phi4, Mistral, Qwen3 and other models locally).
0.3.0 #
Note: This release has breaking changes.
- FEAT: Enhance CreateModelRequest with new fields (#802). (c5c73549)
- FEAT: Add tool_name and index support (#800). (f0f77286)
- FEAT: Add remote_model and remote_host support (#799). (36b9d5f2)
- FEAT: Add truncate and shift support (#798). (098a0815)
- FEAT: Support high, medium, low for think (#797). (1cbe3fcf)
- FEAT: Support JSON schema in ResponseFormat (#796). (2f399465)
- FEAT: Upgrade to http v1.5.0 (#785). (f7c87790)
- BREAKING REFACTOR: Improve factory names (#806). (fbfa7acb)
- BREAKING BUILD: Require Dart >=3.8.0 (#792). (b887f5c6)
0.2.3 #
- FEAT: Add think/thinking params to ollama_dart (#721). (701d7968)
- FEAT: Add capabilities, projector_info, tensors and modified_at to Ollama's ModelInfo (#690). (c5e247db)
- FEAT: Update dependencies (requires Dart 3.6.0) (#709). (9e3467f7)
- REFACTOR: Remove fetch_client dependency in favor of http v1.3.0 (#659). (0e0a685c)
- FIX: Fix linter issues (#656). (88a79c65)
0.2.2+1 #
0.2.0 #
Note: This release has breaking changes.
- FEAT: Add tool calling support (#504). (1ffdb41b)
- BREAKING FEAT: Update Ollama default model to llama-3.1 (#506). (b1134bf1)
- FEAT: Add support for Ollama version and model info (#488). (a110ecb7)
- FEAT: Add suffix support in Ollama completions API (#503). (30d05a69)
- BREAKING REFACTOR: Change Ollama push model status type from enum to String (#489). (90c9ccd9)
- DOCS: Update Ollama request options default values in API docs (#479). (e1f93366)
0.1.2 #
0.1.1 #
0.1.0 #
0.0.3 #
0.0.1-dev.1 #
- Bootstrap project.