AI Provider for Ollama

توضیحات

This plugin provides Ollama integration for the WordPress AI Client. It lets WordPress sites use large language models running locally or on a remote Ollama instance for text generation and other AI capabilities.

Ollama exposes an OpenAI-compatible API, and this provider uses that API to communicate with any model you have pulled into Ollama (Llama, Mistral, Gemma, Phi, and many more).

Features:

  • Text generation with any Ollama model
  • Automatic model discovery from your Ollama instance
  • Function calling support
  • Structured output (JSON mode) support
  • Settings page for host URL and seeing available models
  • Works without an API key for local instances

Requirements:

  • PHP 7.4 or higher
  • WordPress AI Client plugin must be installed and activated
  • Ollama running locally or on a remote server (like Ollama Cloud)

نصب

  1. Ensure the WordPress AI Client plugin is installed and activated.
  2. Upload the plugin files to /wp-content/plugins/ai-provider-for-ollama/.
  3. Activate the plugin through the ‘Plugins’ menu in WordPress.
  4. Go to Settings > Ollama Settings to configure the host URL and see available models.

سوالات متداول

How do I install Ollama?

Visit ollama.com to download and install Ollama for your platform. Once installed, pull a model with ollama pull llama3.2 and the provider will automatically discover it.

Do I need an API key?

No. For local Ollama instances, no API key is needed. The plugin automatically handles authentication for local setups.

For remote Ollama instances that require authentication, enter the API key in the WordPress AI Client Settings > AI Credentials screen. If using Ollama Cloud, you also need to set your Ollama host URL in the Settings > Ollama Settings screen to https://ollama.com.

How do I change the Ollama host URL?

By default, the provider connects to http://localhost:11434. You can change this in two ways:

  1. Set the OLLAMA_HOST environment variable (takes precedence).
  2. Go to Settings > Ollama Settings in the WordPress admin and enter your host URL.

نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

توسعه دهندگان و همکاران

“AI Provider for Ollama” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “AI Provider for Ollama” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

1.0.3 – 2026-03-25

  • Changed: Removed AI Client dependency FAQ entry (props @raftaar1191 via #29).
  • Fixed: Ensure the vendor directory ends up in our final release (props @soderlind, @dkotter via #31).

1.0.2 – 2026-03-23

  • Changed: Updated plugin display name and slug per WPORG feedback (props @dkotter, @jeffpaul via #25).

1.0.1 – 2026-03-20

  • Added: Support for the provider description and logo path (props @jeffpaul, @dkotter via #13).
  • Changed: Display name and slug to meet WPORG Plugin team requirements (props @jeffpaul, @dkotter via #22).
  • Changed: Update menu name from Ollama Settings to Ollama (props @jeffpaul, @dkotter via #19).
  • Fixed: Ensure we properly check if the provider is connected rather than defaulting to always showing as connected (props @raftaar1191, @dkotter via #17).

1.0.0 – 2026-03-05

  • Initial release
  • Text generation with Ollama models via the OpenAI-compatible API
  • Automatic model discovery from the Ollama instance
  • Settings page for host URL and default model
  • Function calling and structured output support