{"id":285538,"date":"2026-02-24T02:12:38","date_gmt":"2026-02-24T02:12:38","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/anthropic-ai-provider\/"},"modified":"2026-05-13T22:33:39","modified_gmt":"2026-05-13T22:33:39","slug":"ai-provider-for-anthropic","status":"publish","type":"plugin","link":"https:\/\/it.wordpress.org\/plugins\/ai-provider-for-anthropic\/","author":5911429,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.3","stable_tag":"1.0.3","tested":"7.0","requires":"6.9","requires_php":"7.4","requires_plugins":null,"header_name":"AI Provider for Anthropic","header_author":"WordPress AI Team","header_description":"AI Provider for Anthropic for the WordPress AI Client.","assets_banners_color":"545454","last_updated":"2026-05-13 22:33:39","external_support_url":"","external_repository_url":"https:\/\/github.com\/wordpress\/ai-provider-for-anthropic\/","donate_link":"","header_plugin_uri":"https:\/\/github.com\/WordPress\/ai-provider-for-anthropic","header_author_uri":"https:\/\/make.wordpress.org\/ai\/","rating":5,"author_block_rating":5,"active_installs":7000,"downloads":19520,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":1,"sections":["description","installation","faq","changelog"],"tags":{"1.0.1":{"tag":"1.0.1","author":"githubsync","date":"2026-02-24 02:09:23"},"1.0.2":{"tag":"1.0.2","author":"githubsync","date":"2026-03-04 14:49:10"},"1.0.3":{"tag":"1.0.3","author":"githubsync","date":"2026-05-13 22:33:39"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":1},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3474653,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3474653,"resolution":"256x256","location":"assets","locale":"","width":256,"height":256},"icon.svg":{"filename":"icon.svg","revision":3474653,"resolution":false,"location":"assets","locale":false}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":3474653,"resolution":"1544x500","location":"assets","locale":"","width":1544,"height":500},"banner-772x250.png":{"filename":"banner-772x250.png","revision":3474653,"resolution":"772x250","location":"assets","locale":"","width":772,"height":250}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1","1.0.2","1.0.3"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[2353,236834,5739,229563,25308],"plugin_category":[258697],"plugin_contributors":[77594],"plugin_business_model":[216440,216239],"class_list":["post-285538","plugin","type-plugin","status-publish","hentry","plugin_tags-ai","plugin_tags-anthropic","plugin_tags-artificial-intelligence","plugin_tags-claude","plugin_tags-connector","plugin_category-connectors","plugin_contributors-wordpressdotorg","plugin_business_model-canonical","plugin_business_model-community","plugin_committers-flixos90","plugin_committers-githubsync","plugin_committers-jeffpaul","plugin_committers-wordpressdotorg","plugin_support_reps-flixos90","plugin_support_reps-isotropic","plugin_support_reps-jason_the_adams","plugin_support_reps-swissspidy"],"banners":{"banner":"https:\/\/ps.w.org\/ai-provider-for-anthropic\/assets\/banner-772x250.png?rev=3474653","banner_2x":"https:\/\/ps.w.org\/ai-provider-for-anthropic\/assets\/banner-1544x500.png?rev=3474653","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":"https:\/\/ps.w.org\/ai-provider-for-anthropic\/assets\/icon.svg?rev=3474653","icon":"https:\/\/ps.w.org\/ai-provider-for-anthropic\/assets\/icon.svg?rev=3474653","icon_2x":false,"generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin provides Anthropic integration for the PHP AI Client SDK. It enables WordPress sites to use Anthropic's Claude models for text generation and other AI capabilities.<\/p>\n\n<p><strong>Features:<\/strong><\/p>\n\n<ul>\n<li>Text generation with Claude models<\/li>\n<li>Function calling support<\/li>\n<li>Extended thinking support<\/li>\n<li>Automatic provider registration<\/li>\n<\/ul>\n\n<p>Available models are dynamically discovered from the Anthropic API, including Claude models for text generation with multimodal input support.<\/p>\n\n<p><strong>Requirements:<\/strong><\/p>\n\n<ul>\n<li>PHP 7.4 or higher<\/li>\n<li>For WordPress 6.9, the <a href=\"https:\/\/github.com\/WordPress\/php-ai-client\">wordpress\/php-ai-client<\/a> package must be installed<\/li>\n<li>For WordPress 7.0 and above, no additional changes are required<\/li>\n<li>Anthropic API key<\/li>\n<\/ul>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin files to <code>\/wp-content\/plugins\/ai-provider-for-anthropic\/<\/code><\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Configure your Anthropic API key via the <code>ANTHROPIC_API_KEY<\/code> environment variable or constant<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"how%20do%20i%20get%20an%20anthropic%20api%20key%3F\"><h3>How do I get an Anthropic API key?<\/h3><\/dt>\n<dd><p>Visit the <a href=\"https:\/\/console.anthropic.com\/\">Anthropic Console<\/a> to create an account and generate an API key.<\/p><\/dd>\n<dt id=\"does%20this%20plugin%20work%20without%20the%20php%20ai%20client%3F\"><h3>Does this plugin work without the PHP AI Client?<\/h3><\/dt>\n<dd><p>No, this plugin requires the PHP AI Client plugin to be installed and activated. It provides the Anthropic-specific implementation that the PHP AI Client uses.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Add a provider logo to the metadata if the client version &gt; 1.3.0 (<a href=\"https:\/\/github.com\/WordPress\/ai-provider-for-anthropic\/pull\/18\">#18<\/a>).<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Add plugin directory assets by @shaunandrews in https:\/\/github.com\/WordPress\/ai-provider-for-anthropic\/pull\/10<\/li>\n<li>Add 'connector' tag to readme.txt by @jeffpaul in https:\/\/github.com\/WordPress\/ai-provider-for-anthropic\/pull\/12<\/li>\n<li>Add provider description by @felixarntz in https:\/\/github.com\/WordPress\/ai-provider-for-anthropic\/pull\/13<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Initial release of the plugin<\/li>\n<li>Support for Claude text generation models<\/li>\n<li>Function calling support<\/li>\n<li>Extended thinking support<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release of the Composer package<\/li>\n<\/ul>","raw_excerpt":"Anthropic (Claude) provider for the PHP AI Client SDK.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/285538","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"author":[{"embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/users\/5911429"}],"replies":[{"embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=285538"}],"wp:attachment":[{"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=285538"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=285538"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=285538"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=285538"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=285538"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/it.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=285538"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}