azure-mgmt-cognitiveservices
Microsoft Azure Cognitiveservices Management Client Library for Python
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 on this page — 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
azure-mgmt-cognitiveservices on PyPI
pip
pip install azure-mgmt-cognitiveservicesuv
uv add azure-mgmt-cognitiveservicespoetry
poetry add azure-mgmt-cognitiveservicesInstalling 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — msrest, azure-mgmt-core, typing-extensions |
| Maintenance | actively maintained — 294 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 8,071,838/month — #1,668 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_mgmt_cognitiveservices-14.1.0-py3-none-any.whl
Keywords: azure, azure sdk
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
azure-cognitiveservices-speechProvides Python bindings to Microsoft's Speech…
unclear · top 5,000 on PyPI
azure-mgmt-resourceProvides Python bindings to manage Azure…
permissive · top 1,000 on PyPI
azure-mgmt-searchManages Azure Cognitive Search services through…
permissive · top 5,000 on PyPI
azure-mgmt-managedservicesProvides Python client library for managing…
unclear · top 15,000 on PyPI
azure-mgmt-iothubprovisioningservicesManages Azure IoT Hub Provisioning Services…
permissive · top 5,000 on PyPI
azure-mgmt-resource-deploymentsManages Azure resource deployments…
permissive · top 5,000 on PyPI
azure-mgmt-managementpartnerProvides a Python client library for managing…
unclear · top 5,000 on PyPI
azure-cognitiveservices-vision-customvisionProvides Python bindings to train and deploy…
permissive · top 15,000 on PyPI
azure-searchProvides a Python client library for…
permissive · top 15,000 on PyPI
azure-cognitiveservices-vision-computervisionProvides Python bindings to call Microsoft…
permissive · top 15,000 on PyPI