{"id":289485,"date":"2026-03-23T19:13:33","date_gmt":"2026-03-23T19:13:33","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/ai-provider-for-ollama\/"},"modified":"2026-03-25T13:42:55","modified_gmt":"2026-03-25T13:42:55","slug":"ai-provider-for-ollama","status":"publish","type":"plugin","link":"https:\/\/fa.wordpress.org\/plugins\/ai-provider-for-ollama\/","author":23203826,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.3","stable_tag":"1.0.3","tested":"7.0","requires":"7.0","requires_php":"7.4","requires_plugins":null,"header_name":"AI Provider for Ollama","header_author":"Fueled","header_description":"Ollama provider for the WordPress AI Client.","assets_banners_color":"545454","last_updated":"2026-03-25 13:42:55","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"https:\/\/github.com\/fueled\/ai-provider-for-ollama","header_author_uri":"https:\/\/fueled.com","rating":0,"author_block_rating":0,"active_installs":0,"downloads":172,"num_ratings":0,"support_threads":1,"support_threads_resolved":1,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.2":{"tag":"1.0.2","author":"fueled","date":"2026-03-23 19:12:56"},"1.0.3":{"tag":"1.0.3","author":"fueled","date":"2026-03-25 13:42:55"}},"upgrade_notice":{"1.0.0":"<p>Initial release.<\/p>"},"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3489358,"resolution":"128x128","location":"assets","locale":""},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3489358,"resolution":"256x256","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3489358,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3489358,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.2","1.0.3"],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2353,25308,226124,258461,226976],"plugin_category":[],"plugin_contributors":[77761,258462],"plugin_business_model":[],"class_list":["post-289485","plugin","type-plugin","status-publish","hentry","plugin_tags-ai","plugin_tags-connector","plugin_tags-llm","plugin_tags-local-ai","plugin_tags-ollama","plugin_contributors-10up","plugin_contributors-fueled","plugin_committers-fueled","plugin_support_reps-dkotter","plugin_support_reps-jeffpaul"],"banners":{"banner":"https:\/\/ps.w.org\/ai-provider-for-ollama\/assets\/banner-772x250.png?rev=3489358","banner_2x":"https:\/\/ps.w.org\/ai-provider-for-ollama\/assets\/banner-1544x500.png?rev=3489358","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/ai-provider-for-ollama\/assets\/icon-128x128.png?rev=3489358","icon_2x":"https:\/\/ps.w.org\/ai-provider-for-ollama\/assets\/icon-256x256.png?rev=3489358","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin provides <a href=\"https:\/\/ollama.com\/\">Ollama<\/a> 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.<\/p>\n\n<p>Ollama exposes an <a href=\"https:\/\/ollama.com\/blog\/openai-compatibility\">OpenAI-compatible API<\/a>, and this provider uses that API to communicate with any model you have pulled into Ollama (Llama, Mistral, Gemma, Phi, and many more).<\/p>\n\n<p><strong>Features:<\/strong><\/p>\n\n<ul>\n<li>Text generation with any Ollama model<\/li>\n<li>Automatic model discovery from your Ollama instance<\/li>\n<li>Function calling support<\/li>\n<li>Structured output (JSON mode) support<\/li>\n<li>Settings page for host URL and seeing available models<\/li>\n<li>Works without an API key for local instances<\/li>\n<\/ul>\n\n<p><strong>Requirements:<\/strong><\/p>\n\n<ul>\n<li>PHP 7.4 or higher<\/li>\n<li>WordPress AI Client plugin must be installed and activated<\/li>\n<li>Ollama running locally or on a remote server (like Ollama Cloud)<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Ensure the WordPress AI Client plugin is installed and activated.<\/li>\n<li>Upload the plugin files to <code>\/wp-content\/plugins\/ai-provider-for-ollama\/<\/code>.<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress.<\/li>\n<li>Go to <strong>Settings &gt; Ollama Settings<\/strong> to configure the host URL and see available models.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"how%20do%20i%20install%20ollama%3F\"><h3>How do I install Ollama?<\/h3><\/dt>\n<dd><p>Visit <a href=\"https:\/\/ollama.com\/\">ollama.com<\/a> to download and install Ollama for your platform. Once installed, pull a model with <code>ollama pull llama3.2<\/code> and the provider will automatically discover it.<\/p><\/dd>\n<dt id=\"do%20i%20need%20an%20api%20key%3F\"><h3>Do I need an API key?<\/h3><\/dt>\n<dd><p>No. For local Ollama instances, no API key is needed. The plugin automatically handles authentication for local setups.<\/p>\n\n<p>For remote Ollama instances that require authentication, enter the API key in the WordPress AI Client <strong>Settings &gt; AI Credentials<\/strong> screen. If using Ollama Cloud, you also need to set your Ollama host URL in the <strong>Settings &gt; Ollama Settings<\/strong> screen to <code>https:\/\/ollama.com<\/code>.<\/p><\/dd>\n<dt id=\"how%20do%20i%20change%20the%20ollama%20host%20url%3F\"><h3>How do I change the Ollama host URL?<\/h3><\/dt>\n<dd><p>By default, the provider connects to <code>http:\/\/localhost:11434<\/code>. You can change this in two ways:<\/p>\n\n<ol>\n<li>Set the <code>OLLAMA_HOST<\/code> environment variable (takes precedence).<\/li>\n<li>Go to <strong>Settings &gt; Ollama Settings<\/strong> in the WordPress admin and enter your host URL.<\/li>\n<\/ol><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.3 - 2026-03-25<\/h4>\n\n<ul>\n<li><strong>Changed:<\/strong> Removed AI Client dependency FAQ entry (props <a href=\"https:\/\/github.com\/raftaar1191\">@raftaar1191<\/a> via <a href=\"https:\/\/github.com\/Fueled\/ai-provider-for-ollama\/pull\/29\">#29<\/a>).<\/li>\n<li><strong>Fixed:<\/strong> Ensure the vendor directory ends up in our final release (props <a href=\"https:\/\/github.com\/soderlind\">@soderlind<\/a>, <a href=\"https:\/\/github.com\/dkotter\">@dkotter<\/a> via <a href=\"https:\/\/github.com\/Fueled\/ai-provider-for-ollama\/pull\/31\">#31<\/a>).<\/li>\n<\/ul>\n\n<h4>1.0.2 - 2026-03-23<\/h4>\n\n<ul>\n<li><strong>Changed:<\/strong> Updated plugin display name and slug per WPORG feedback (props <a href=\"https:\/\/github.com\/dkotter\">@dkotter<\/a>, <a href=\"https:\/\/github.com\/jeffpaul\">@jeffpaul<\/a> via <a href=\"https:\/\/github.com\/Fueled\/ai-provider-for-ollama\/pull\/25\">#25<\/a>).<\/li>\n<\/ul>\n\n<h4>1.0.1 - 2026-03-20<\/h4>\n\n<ul>\n<li><strong>Added:<\/strong> Support for the provider description and logo path (props <a href=\"https:\/\/github.com\/jeffpaul\">@jeffpaul<\/a>, <a href=\"https:\/\/github.com\/dkotter\">@dkotter<\/a> via <a href=\"https:\/\/github.com\/Fueled\/ai-provider-for-ollama\/pull\/13\">#13<\/a>).<\/li>\n<li><strong>Changed:<\/strong> Display name and slug to meet WPORG Plugin team requirements (props <a href=\"https:\/\/github.com\/jeffpaul\">@jeffpaul<\/a>, <a href=\"https:\/\/github.com\/dkotter\">@dkotter<\/a> via <a href=\"https:\/\/github.com\/Fueled\/ai-provider-for-ollama\/pull\/22\">#22<\/a>).<\/li>\n<li><strong>Changed:<\/strong> Update menu name from Ollama Settings to Ollama (props <a href=\"https:\/\/github.com\/jeffpaul\">@jeffpaul<\/a>, <a href=\"https:\/\/github.com\/dkotter\">@dkotter<\/a> via <a href=\"https:\/\/github.com\/Fueled\/ai-provider-for-ollama\/pull\/19\">#19<\/a>).<\/li>\n<li><strong>Fixed:<\/strong> Ensure we properly check if the provider is connected rather than defaulting to always showing as connected (props <a href=\"https:\/\/github.com\/raftaar1191\">@raftaar1191<\/a>, <a href=\"https:\/\/github.com\/dkotter\">@dkotter<\/a> via <a href=\"https:\/\/github.com\/Fueled\/ai-provider-for-ollama\/pull\/17\">#17<\/a>).<\/li>\n<\/ul>\n\n<h4>1.0.0 - 2026-03-05<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<li>Text generation with Ollama models via the OpenAI-compatible API<\/li>\n<li>Automatic model discovery from the Ollama instance<\/li>\n<li>Settings page for host URL and default model<\/li>\n<li>Function calling and structured output support<\/li>\n<\/ul>","raw_excerpt":"Ollama provider for the WordPress AI Client.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/289485","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=289485"}],"author":[{"embeddable":true,"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/fueled"}],"wp:attachment":[{"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=289485"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=289485"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=289485"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=289485"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=289485"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/fa.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=289485"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}