--- id: azure-mgmt-cognitiveservices version: "14.1.0" license: unclear license_treatment: unclear maintenance: active --- # azure-mgmt-cognitiveservices — Microsoft Azure Cognitiveservices Management Client Library for Python License: unclear · Maintenance: active · Downloads: 8.1M/mo ## What it is and what it does This is the Azure Cognitive Services Management Client Library, part of the Microsoft Azure SDK for Python. It provides programmatic control over Cognitive Services resources in Azure—creating and managing accounts, deployments, connections, and related infrastructure through the Azure Resource Manager API. The package is built on msrest and azure-mgmt-core, and requires authentication via Azure Active Directory (typically configured through environment variables like AZURE_CLIENT_ID, AZURE_TENANT_ID, and AZURE_CLIENT_SECRET). The library exposes operation groups for managing projects, connections, capability hosts, RAI topics, and quota tiers. It is actively maintained, supports Python 3.9 through 3.13, and has no known security vulnerabilities. Use it when you need to automate the provisioning, configuration, or lifecycle management of Azure Cognitive Services resources from Python code. Use it for: - Automate provisioning and configuration of Azure Cognitive Services accounts and deployments in infrastructure-as-code workflows. - Manage connections between Cognitive Services accounts and external resources. - Query and manage quota tiers and model availability for Cognitive Services deployments. - Programmatically configure RAI policies and content filters on Cognitive Services accounts. - Build multi-tenant or multi-project management systems that control Cognitive Services resources across Azure subscriptions. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Manages Azure Cognitive Services resources—accounts, deployments, and related infrastructure—via the Azure control plane using Python. Yes. This is a production-stable, actively maintained official Azure SDK package with low install friction and no known vulnerabilities. The only caveat is that the license treatment is unclear in the fact sheet, so verify licensing before use in proprietary software. ## Install pip install azure-mgmt-cognitiveservices uv add azure-mgmt-cognitiveservices poetry add azure-mgmt-cognitiveservices ## Installing azure-mgmt-cognitiveservices Before you install: Low install friction; pure Python wheel with three stable runtime dependencies (msrest, azure-mgmt-core, typing-extensions). Active maintenance with recent release (294 days ago) and ongoing commits. Requires Python 3.9+. Quickstart: pip install azure-mgmt-cognitiveservices from azure.mgmt.cognitiveservices import CognitiveServicesManagementClient from msrest.authentication import BasicAuthentication client = CognitiveServicesManagementClient( credential=credential, subscription_id=subscription_id ) Requires Python 3.9+. Authentication credential and Azure subscription ID must be provided; see package documentation for credential setup options. Verify before relying: - Whether the package is suitable for production workloads beyond the stated testing with Python 3.9+. - License terms for use in proprietary software (license_treatment is unclear). - Whether additional packages beyond the three runtime dependencies are needed for typical authentication workflows. ## Package facts - License: not declared (unclear) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 8.1M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags azure cognitive services management, azure sdk python management, manage azure ai resources, azure account provisioning, cognitive services deployment control, azure resource management client, azure mgmt python sdk, azure-sdk, cloud-management, ai-infrastructure [View on SkillFed](https://skillfed.io/packages/azure-mgmt-cognitiveservices) · [View on PyPI](https://pypi.org/project/azure-mgmt-cognitiveservices/)