ai_sdk_ollama 1.1.0 copy "ai_sdk_ollama: ^1.1.0" to clipboard
ai_sdk_ollama: ^1.1.0 copied to clipboard

Ollama provider for AI SDK Dart. Use locally-running Ollama models for text generation and embeddings.

1.1.0 #

  • Bumped ai_sdk_provider constraint to ^1.1.0.
  • Version aligned with the rest of the monorepo.

1.0.0 #

First stable release.

  • ollama(modelId) factory — create language model instances for locally-running Ollama models.
  • ollamaEmbedding(modelId) — text embedding models via Ollama.
  • Full SSE streaming via Ollama's OpenAI-compatible /api/chat endpoint.
  • Tool call support for models that support function calling.
  • Configurable baseUrl (default http://localhost:11434).
0
likes
150
points
64
downloads

Documentation

API reference

Publisher

verified publisherhashstudios.dev

Weekly Downloads

Ollama provider for AI SDK Dart. Use locally-running Ollama models for text generation and embeddings.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

ai_sdk_provider, dio

More

Packages that depend on ai_sdk_ollama