{"id":361779,"date":"2026-09-01T06:23:48","date_gmt":"2026-09-01T06:23:48","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/pixelrouter-sub-35ms-openai-compatible-api-gateway\/"},"modified":"2026-09-01T06:23:35","modified_gmt":"2026-09-01T06:23:35","slug":"pixelrouter-api-gateway-compatible-with-openai","status":"publish","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/pixelrouter-api-gateway-compatible-with-openai\/","author":23552849,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.0.1","stable_tag":"1.0.1","tested":"7.1","requires":"5.6","requires_php":"7.4","requires_plugins":null,"header_name":"PixelRouter \u2014 AI Gateway Compatible with OpenAI","header_author":"Pixel Office EU","header_description":"Sub-35ms AI gateway compatible with OpenAI APIs. Cut LLM token costs by 85% with DeepSeek V3, Claude 3.5 Sonnet, and Qwen 2.5 Coder for WordPress themes and plugins.","assets_banners_color":"","last_updated":"2026-09-01 06:23:35","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/pixeloffice.eu\/router.html","header_plugin_uri":"https:\/\/pixeloffice.eu\/router.html","header_author_uri":"https:\/\/pixeloffice.eu","rating":0,"author_block_rating":0,"active_installs":0,"downloads":39,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"1.0.1":{"tag":"1.0.1","author":"pixelofficeeu","date":"2026-09-01 06:23:35","revision":3675403}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":3675403,"resolution":"128x128","location":"assets","locale":"","width":128,"height":128},"icon-256x256.png":{"filename":"icon-256x256.png","revision":3675403,"resolution":"256x256","location":"assets","locale":"","width":432,"height":512}},"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[2353,278580,229563,237722,194533],"plugin_category":[],"plugin_contributors":[278033],"plugin_business_model":[],"class_list":["post-361779","plugin","type-plugin","status-publish","hentry","plugin_tags-ai","plugin_tags-api-gateway","plugin_tags-claude","plugin_tags-deepseek","plugin_tags-openai","plugin_contributors-pixelofficeeu","plugin_committers-pixelofficeeu"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/pixelrouter-api-gateway-compatible-with-openai\/assets\/icon-128x128.png?rev=3675403","icon_2x":"https:\/\/ps.w.org\/pixelrouter-api-gateway-compatible-with-openai\/assets\/icon-256x256.png?rev=3675403","generated":false},"screenshots":[],"raw_content":"<!--section=description-->\n<p><strong>PixelRouter<\/strong> is a high-speed, European edge-routed AI gateway compatible with OpenAI APIs, designed for WordPress themes, plugins, automated content pipelines, and WooCommerce AI agents.<\/p>\n\n<p>By routing your LLM traffic through PixelRouter's intelligent sub-35ms proxy, you cut LLM API expenses by up to <strong>85%<\/strong> while gaining access to top-tier models like <strong>BLUN-Auto<\/strong>, <strong>DeepSeek V3<\/strong>, <strong>Claude 3.5 Sonnet<\/strong>, and <strong>Qwen 2.5 Coder<\/strong>.<\/p>\n\n<h3>Key Features<\/h3>\n\n<ul>\n<li><strong>Compatibility with OpenAI SDK Endpoints<\/strong>: Swap standard OpenAI endpoints to <code>https:\/\/api.pixeloffice.eu\/v1<\/code> with zero refactoring.<\/li>\n<li><strong>Sub-35ms European Edge Latency<\/strong>: High-speed Time-To-First-Token (TTFT) optimized for streaming.<\/li>\n<li><strong>85% Token Cost Reduction<\/strong>: Automatic cost-efficiency routing.<\/li>\n<li><strong>Global PHP Helper<\/strong>: Use <code>pixelrouter_chat()<\/code> in any WordPress theme or plugin.<\/li>\n<li><strong>Live Admin Diagnostic Panel<\/strong>: Test model completions and benchmark latency directly in the WordPress dashboard.<\/li>\n<\/ul>\n\n<h3>External Services<\/h3>\n\n<p>This plugin connects to external third-party services to provide sub-35ms API gateway completions and routing telemetry compatible with OpenAI endpoints.<\/p>\n\n<ol>\n<li><strong>PixelRouter Edge Gateway API<\/strong> (<code>https:\/\/api.pixeloffice.eu\/v1\/chat\/completions<\/code>)\n\n<ul>\n<li><strong>What it does<\/strong>: Processes chat completions compatible with OpenAI APIs and routes requests to high-speed LLM models.<\/li>\n<li><strong>Data sent<\/strong>: User prompt messages, model selector parameter, and optional PixelRouter API key.<\/li>\n<li><strong>When it is sent<\/strong>: When an AI completion is requested via the PHP helper or the admin diagnostic test.<\/li>\n<li><strong>Service Provider<\/strong>: Pixel Office EU (https:\/\/pixeloffice.eu)<\/li>\n<li><strong>Terms of Service<\/strong>: https:\/\/pixeloffice.eu\/terms.html<\/li>\n<li><strong>Privacy Policy<\/strong>: https:\/\/pixeloffice.eu\/privacy.html<\/li>\n<\/ul><\/li>\n<\/ol>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <code>pixelrouter-api-gateway-compatible-with-openai<\/code> folder to your <code>\/wp-content\/plugins\/<\/code> directory.<\/li>\n<li>Activate the plugin through the <strong>Plugins<\/strong> menu in WordPress.<\/li>\n<li>Navigate to <strong>Settings &gt; PixelRouter AI<\/strong> in your WordPress admin.<\/li>\n<li>Enter your API key (default: <code>px_test_free<\/code> with 50 free trial requests).<\/li>\n<li>Run the built-in diagnostic test to verify sub-35ms connectivity.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id=\"how%20do%20i%20call%20pixelrouter%20in%20my%20custom%20code%3F\"><h3>How do I call PixelRouter in my custom code?<\/h3><\/dt>\n<dd><p>`php\n$response = pixelrouter_chat(array(\n    array('role' =&gt; 'user', 'content' =&gt; 'Generate an SEO meta description for this page.')\n), 'deepseek-chat');<\/p>\n\n<p>$text = $response['choices'][0]['message']['content'];\n    `<\/p><\/dd>\n<dt id=\"where%20do%20i%20get%20an%20api%20key%3F\"><h3>Where do I get an API key?<\/h3><\/dt>\n<dd><p>You can start immediately with the pre-configured <code>px_test_free<\/code> trial key (50 free requests) or generate your own key at <a href=\"https:\/\/pixeloffice.eu\/router.html\">pixeloffice.eu\/router.html<\/a>.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Enqueued admin scripts via standard <code>admin_enqueue_scripts<\/code> and <code>wp_add_inline_script<\/code>.<\/li>\n<li>Updated plugin headers and naming for full trademark guidelines compliance.<\/li>\n<\/ul>\n\n<h4>1.0.0<\/h4>\n\n<ul>\n<li>Initial release of PixelRouter Sub-35ms Gateway for WordPress.<\/li>\n<\/ul>","raw_excerpt":"Sub-35ms AI gateway compatible with OpenAI APIs. Cut LLM token costs by 85% with BLUN-Auto, DeepSeek V3, Claude 3.5 Sonnet, and Qwen 2.5 Coder.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/361779","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=361779"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/pixelofficeeu"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=361779"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=361779"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=361779"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=361779"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=361779"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=361779"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}