Linux 软件免费装
Banner图

Zactonz AI Connector: Ollama

开发者 zactonz
更新时间 2026年8月9日 13:35
PHP版本: 7.4 及以上
WordPress版本: 7.0
版权: GPL-2.0-or-later
版权网址: 版权信息

标签

ai connector ollama local-ai ai-client

下载

1.1.0 1.0.0

详情介绍:

This plugin by Zactonz Technologies provides an Ollama connector for the WordPress AI Client. It is built for the WordPress Settings > Connectors screen and for the plugin directory connector search, so site owners can add Ollama when they need a connector for local AI, self-hosted AI, or Ollama Cloud. Use Zactonz AI Connector: Ollama when WordPress asks you to search the plugin directory for a connector. After activation, Ollama appears as an AI connector and can power text generation, image generation, embeddings, tool calling, structured output, and streaming where supported by the selected model. It lets WordPress sites use large language models running locally, on a remote self-hosted Ollama instance, or on Ollama Cloud for text and image generation and other AI capabilities. Disclaimer: Zactonz AI Connector: Ollama is developed by Zactonz Technologies. Ollama is a third-party project. This plugin is not affiliated with, endorsed by, or sponsored by Ollama. Ollama exposes an OpenAI-compatible API, and this connector uses that API to communicate with any model you have pulled into Ollama (Llama, Mistral, Gemma, Phi, and many more). Features: Requirements:

安装:

  1. Upload the plugin files to /wp-content/plugins/zactonz-ai-provider-ollama/.
  2. Activate the plugin through the 'Plugins' menu in WordPress.
  3. Go to Settings > Connectors to choose Ollama Cloud or a self-hosted Ollama connection.
  4. Add the required Ollama Cloud API key, or save the self-hosted host URL, port, and optional self-hosted API key.
  5. Go to Settings > Ollama to review available models and choose a default model, thinking mode, and text request timeout.

升级注意事项:

1.1.0 Adds embeddings, task-specific model defaults, accurate capability discovery, diagnostics, Site Health, and stable Ollama streaming. Existing connection and default-model settings are migrated automatically. 1.0.0 Initial release.

常见问题:

How do I install Ollama?

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

Why should this plugin appear in the connector search?

WordPress links to the plugin directory from Settings > Connectors when a needed connector is not installed. This plugin is tagged as connector and registers Ollama as a WordPress AI Client connector after activation.

Do I need an API key?

Ollama Cloud requires a valid API key in Settings > Connectors or Settings > Ollama. Self-hosted Ollama does not need an API key by default. If your self-hosted endpoint is protected, enter the optional self-hosted API key. Cloud and self-hosted keys are stored separately in Zactonz-owned options and are applied to Ollama provider requests for the active connection mode. An OLLAMA_API_KEY environment variable or PHP constant can also be used and takes priority over saved admin keys.

How do I change the Ollama host URL?

By default, the connector uses http://localhost:11434. You can change this in two ways:

  1. Set the OLLAMA_HOST environment variable (takes precedence).
  2. Choose Self-hosted on Settings > Connectors or Settings > Ollama, then enter your host URL or IP and port.

更新日志:

1.1.0 - 2026-08-03 1.0.0 - 2026-05-22