विवरण
PixelRouter 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.
By routing your LLM traffic through PixelRouter’s intelligent sub-35ms proxy, you cut LLM API expenses by up to 85% while gaining access to top-tier models like BLUN-Auto, DeepSeek V3, Claude 3.5 Sonnet, and Qwen 2.5 Coder.
Key Features
- Compatibility with OpenAI SDK Endpoints: Swap standard OpenAI endpoints to
https://api.pixeloffice.eu/v1with zero refactoring. - Sub-35ms European Edge Latency: High-speed Time-To-First-Token (TTFT) optimized for streaming.
- 85% Token Cost Reduction: Automatic cost-efficiency routing.
- Global PHP Helper: Use
pixelrouter_chat()in any WordPress theme or plugin. - Live Admin Diagnostic Panel: Test model completions and benchmark latency directly in the WordPress dashboard.
External Services
This plugin connects to external third-party services to provide sub-35ms API gateway completions and routing telemetry compatible with OpenAI endpoints.
- PixelRouter Edge Gateway API (
https://api.pixeloffice.eu/v1/chat/completions)- What it does: Processes chat completions compatible with OpenAI APIs and routes requests to high-speed LLM models.
- Data sent: User prompt messages, model selector parameter, and optional PixelRouter API key.
- When it is sent: When an AI completion is requested via the PHP helper or the admin diagnostic test.
- Service Provider: Pixel Office EU (https://pixeloffice.eu)
- Terms of Service: https://pixeloffice.eu/terms.html
- Privacy Policy: https://pixeloffice.eu/privacy.html
स्थापना
- Upload the
pixelrouter-api-gateway-compatible-with-openaifolder to your/wp-content/plugins/directory. - Activate the plugin through the Plugins menu in WordPress.
- Navigate to Settings > PixelRouter AI in your WordPress admin.
- Enter your API key (default:
px_test_freewith 50 free trial requests). - Run the built-in diagnostic test to verify sub-35ms connectivity.
प्रश्नोत्तर
-
How do I call PixelRouter in my custom code?
-
`php
$response = pixelrouter_chat(array(
array(‘role’ => ‘user’, ‘content’ => ‘Generate an SEO meta description for this page.’)
), ‘deepseek-chat’);$text = $response[‘choices’][0][‘message’][‘content’];
` -
Where do I get an API key?
-
You can start immediately with the pre-configured
px_test_freetrial key (50 free requests) or generate your own key at pixeloffice.eu/router.html.
समीक्षाहरू
यस प्लगिनको लागि कुनै समीक्षाहरू छैनन्।
योगदानकर्ता र डेभलपरहरू
“PixelRouter — AI Gateway Compatible with OpenAI” खुला स्रोत सफ्टवेयर हो। निम्न व्यक्तिहरूले यो प्लगिनमा योगदान गरेका छन्।
योगदानकर्ताहरू“PixelRouter — AI Gateway Compatible with OpenAI” लाई आफ्नो भाषामा अनुवाद गर्नुहोस्
विकासमा रुचि छ?
आरएसएस द्वारा कोड ब्राउज गर्नुहोस्, एसभीएन रिपजिटरी हेर्नुहोस्, वा विकास लग को सदस्यता लिनुहोस्।
चेन्जलग
1.0.1
- Enqueued admin scripts via standard
admin_enqueue_scriptsandwp_add_inline_script. - Updated plugin headers and naming for full trademark guidelines compliance.
1.0.0
- Initial release of PixelRouter Sub-35ms Gateway for WordPress.