Azure AI Services
This module integrates your Drupal site with Microsoft's Azure AI services, specifically the OpenAI Chat Completion API for content generation and analysis, and the Translator Text API for language translation. It provides a configuration interface for connecting to these services, allowing developers to leverage AI capabilities within their custom Drupal code.
The Azure AI Services module provides integration with Microsoft’s Azure OpenAI and Translator Text APIs, offering Drupal developers a simple way to access these services within custom modules and applications.
Features
Key features:
- Azure OpenAI Chat Completion API Support – Make requests to Azure-hosted OpenAI models for tasks such as content generation, summarization, or language-based analysis.
- Azure Translator Text API Support – Access Microsoft’s high-quality translation service for translating content across languages.
- Simple Configuration UI – Easily manage connection details such as API keys and endpoints through the admin forms.
This module does not provide any end-user functionality or interface elements. It is intended purely as a service layer to allow developers to call these APIs from their own code within Drupal.