Sendev: AI Core — Free Neural Network Core for 1C-Bitrix
Payments are experiencing issues due to temporary restrictions in Russia. If your payment does not go through, please submit a support request.•Our support team is available 24/7 — we are always here to help with hosting and server issues.•We are now accepting requests for dedicated server rental and colocation services in our data center.•Reminder: we recommend enabling backups for additional data protection.•A new VPS/VDS lineup with NVMe storage and improved performance is now available.•Maintenance work on some servers has been completed. All services are operating normally.•
Payments are experiencing issues due to temporary restrictions in Russia. If your payment does not go through, please submit a support request.•Our support team is available 24/7 — we are always here to help with hosting and server issues.•We are now accepting requests for dedicated server rental and colocation services in our data center.•Reminder: we recommend enabling backups for additional data protection.•A new VPS/VDS lineup with NVMe storage and improved performance is now available.•Maintenance work on some servers has been completed. All services are operating normally.•
Аккаунт в General iT
Вход / Регистрация
Войдите или создайте аккаунт для управления услугами в панели.
Sendev: AI Core is a free core module for integrating neural networks into 1C-Bitrix. It centralizes management of providers, access keys, prompts, and logging, offering a unified API for catalogs, SEO, marketing, CRM, chat bots, and custom developments.
Sendev: AI Core is a free core module for integrating neural networks into 1C-Bitrix. It centralizes management of providers, access keys, prompts, and logging, offering a unified API for catalogs, SEO, marketing, CRM, chat bots, and custom developments. This architecture eliminates the need for individual functional modules to handle infrastructure setup, error processing, and caching independently. Administrators configure parameters in the control panel, while modules retrieve ready-made text responses via the gateway.
The module includes a library of ready-made prompt templates, an interactive Sandbox for testing requests without programming, and comprehensive built-in documentation.
Sendev: AI Core serves as a unified gateway for processing all artificial intelligence requests on a website. The module includes preconfigured profiles for providers: Dummy, OpenRouter, DeepSeek, Qwen/DashScope, Mistral, Groq, Together, Cerebras, and Hugging Face Router. Access keys are stored securely using AES-256-GCM encryption, are not displayed in the interface, and are excluded from logs.
The built-in prompt library features categories for SEO, marketing, IT, text generation, documents, translations, idea generation, education, business, and travel. It supports variable substitution (e.g., {{NAME}}) and version control for templates. A sandbox environment allows testing requests directly within the admin panel, including prompt previews and automatic model selection.
A caching system stores repeated responses with a configurable Time To Live (TTL). Long-running tasks are handled via a queue with automatic processing by an agent. The operation log records token usage, costs, duration, masked response previews, and error details. Database support is provided via D7 ORM for MySQL, MariaDB, and PostgreSQL.
The module includes a ready-to-use endpoint for integration with Bitrix24 AI Engine. The interface is available in Russian and English. This solution is designed for developers building modules with AI capabilities, web studios creating sites on Bitrix, and site owners seeking a secure, code-free method to connect neural networks.
The Sendev: AI Core module is distributed free of charge and is permitted for use in any 1C-Bitrix projects, including commercial developments and client websites.
Unlike a minimal core, this module includes a prompt library, a visual Sandbox, and comprehensive Documentation. These components were added to adapt the tool, originally designed for internal tasks, to the needs of external developers and site administrators. This approach allows for prompt management, request testing, and feature exploration without modifying source code or relying on a debugger.
The module comes with pre-configured profiles for the following providers: Dummy (test mode without external calls), OpenRouter, DeepSeek, Qwen/DashScope, Mistral, Groq, Together, Cerebras, and Hugging Face Router. Any API compatible with the OpenAI standard can be connected using the built-in driver. Developers also have the option to create a custom integration driver.
No programming is required to configure providers, prompts, and tests; all operations are performed via the administrative panel. To use AI capabilities from a custom module or component, minimal PHP code is needed, with a ready example provided in the documentation.
API keys are stored exclusively in the AI Core providers directory in encrypted form (AES-256-GCM). After saving, keys are not displayed in the admin interface and are not logged. All external requests are transmitted solely over the secure HTTPS protocol.
When removing the module, you can select the 'Save Data' option. In this case, tables containing providers, prompts, logs, and cache remain in the database. Administrative pages and agents are removed regardless.
The module supports PostgreSQL. Tables are created using D7 ORM, ensuring compatibility with MySQL, MariaDB, and PostgreSQL.
If a provider stops working, an administrator can disable it, enable another, or change its priority directly from the list at any time. This requires no code changes to the website. Modules operating through the Gateway will continue to function.
The module supports asynchronous processing of long-running tasks via a dedicated queue table and a specialized QueueAgent. This ensures that background operations do not block access to the admin panel or REST endpoints.
For integration with Bitrix24 AI Engine, the module provides the endpoint /bitrix/tools/sendev.aicore/engine.php. This address must be registered as an AI service within the Bitrix24 interface. The module includes the EngineRegistrar class, which contains an example of the correct payload format.
General iT can install and configure this module and check how it works on your website.
UPDATE HISTORY
What’s new
2 releases
1.1.0 (26.08.2026)Latest update
Extended AI request background queue: result saving, execution statuses, retry mechanisms, and support for multiple handlers.
Added daily and monthly usage limits based on requests, tokens, and cost. The limit scope can be set for all solutions or restricted by module, scenario, and user.
Added support for structured JSON responses with format validation.
Added a unified catalog of available AI providers and models for integrable solutions.
Improved logging, masking of sensitive data, diagnostics, and correlation of background tasks with the log.
Added prompt change history and enhanced module diagnostic tools.
Strengthened protection of the public integration endpoint: limited incoming request size and improved handling of invalid data.
The update preserves existing settings, providers, API keys, prompts, logs, cache, and queue. Existing integrations remain compatible.
0.8.3 (18.08.2026)
Sendev: AI Core 0.8.3 — cumulative update from 0.5.9
Image generation via a unified AI Core has been added without modifying the existing text API.
Provider profiles are now divided into text and image types. All profiles created before version 0.8.0 without a specified type are automatically treated as text profiles.
AIRequest::createImage(), Gateway::generateImage(), and a normalized ImageResponse have been added.
Image drivers have been added: Dummy Image, OpenAI Image, Google Gemini Image, Qwen Image, Black Forest Labs/FLUX, and Generic Image API.
Standard image profiles and a prompt library for article illustrations, product images, and covers have been added.
The sandbox now includes "Text" and "Image Generation" modes, filtering for compatible providers/models, and a free local Dummy Image for testing without external APIs or billing.
Gemini compatibility for image parameters and error handling has been improved. When the free-tier quota is unavailable, a concise, user-friendly message is displayed, while the provider's original response remains accessible in "Technical Details."
The queue and log have been expanded to support image requests; the log now records the request type and a safe preview without exposing temporary signed URLs.
Administrative pages have been updated, including grouping of text/image providers, documentation, tooltips, and localization.
The collapsed state of collapsible blocks is now preserved in the browser.
Backward compatibility with AIRequest::createText(), Gateway::complete(), existing providers, and prompt scenarios has been maintained.
Idempotent migrations for standard image profiles and prompts have been added, ensuring no overwriting of API keys, activity logs, or user customizations.
Security has been strengthened: the master key SecretBox is no longer stored in the database; the public Bitrix24 endpoint is disabled by default; token/JWT/HMAC validations have been enhanced; callback URLs and HTTP headers are validated; and settings for external endpoints and API keys are accessible only to full administrators.
Launching AI requests from the Sandbox requires write permission so that users with read-only access do not consume the paid quota.
SenDev module for 1C-Bitrix enables the placement of interactive Before/After image comparison blocks. The solution is suitable for demonstrating results in renovation, interior design, automotive, beauty services, retouching, medicine, cleaning, and manufacturing sectors.
SenDev: 152-FZ Personal Data is a professional module for automating compliance with personal data legislation on websites managed by 1C-Bitrix. The solution fully addresses the technical requirements of Federal Law No. 152-FZ "On Personal Data" and Roskomnadzor regulations, converting complex regulatory processes into clear settings.
SenDev: File Inspector is a tool for auditing and managing the file system of 1C-Bitrix projects. The solution provides not only file viewing but also full version control with change analysis.
The module interface is built on Bitrix Vue 3, ensuring deep integration with the admin panel, high performance, and compliance with modern development standards.
The module manages canonical links on the website. It allows setting the current URL as canonical or specifying a custom address for a section or page. Flexible link assignment is supported via regular expressions, where the match result can be applied to the canonical link value using variables like $1, $2, and so on. All changes are logged in the event journal.
The module generates a YML feed to regularly update prices and stock levels for existing product cards in OZON. The solution integrates into the standard export mechanism of the 1C-Bitrix trading catalog. After installation, a new profile type named 'OZON: Prices and Stock via Feed' becomes available, which can be triggered manually, via agents, or by cron schedule.
The solution itself is free. Installation, configuration and customisation services are agreed separately. A compatible platform and an appropriate platform licence are required.
How do I check compatibility?
Compare the supported editions and solution version in the technical details with your project. Before installing on a live website, we recommend making a backup and checking the solution in a test environment.
Can you help with implementation?
We can help install the module, check its settings and verify how it works in your project. Compatibility with other customisations and the scope of work are assessed before we begin.
Your cookie choices
Necessary cookies support sign-in, your cart and security. Optional analytics helps improve the website and starts only with your permission.
Our metrika.git.ru system: public pages, a random identifier, device and interaction events. Form contents, account and payment pages are excluded. Raw events: up to 90 days. Operator: General IT Rus LLC, INN 2310208877.
Your browser requests no tracking: analytics is off.