skillfed

azure-mgmt-cognitiveservices

Microsoft Azure Cognitiveservices Management Client Library for Python

azure-mgmt-cognitiveservices v14.1.0 8.1M downloads/30d#1,668 on PyPI5,588
License unclear Active released

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-cognitiveservices

uv

uv add azure-mgmt-cognitiveservices

poetry

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 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

Development Status :: 5 - Production/StableProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.9

Tags

azure cognitive services managementazure sdk python managementmanage azure ai resourcesazure account provisioningcognitive services deployment controlazure resource management clientazure mgmt python sdk
azure-sdkcloud-managementai-infrastructure

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

azure-cognitiveservices-speech

Provides Python bindings to Microsoft's Speech…

unclear · top 5,000 on PyPI

azure-mgmt-resource

Provides Python bindings to manage Azure…

permissive · top 1,000 on PyPI

azure-mgmt-search

Manages Azure Cognitive Search services through…

permissive · top 5,000 on PyPI

azure-mgmt-managedservices

Provides Python client library for managing…

unclear · top 15,000 on PyPI

azure-mgmt-iothubprovisioningservices

Manages Azure IoT Hub Provisioning Services…

permissive · top 5,000 on PyPI

azure-mgmt-resource-deployments

Manages Azure resource deployments…

permissive · top 5,000 on PyPI

azure-mgmt-managementpartner

Provides a Python client library for managing…

unclear · top 5,000 on PyPI

azure-cognitiveservices-vision-customvision

Provides Python bindings to train and deploy…

permissive · top 15,000 on PyPI

azure-search

Provides a Python client library for…

permissive · top 15,000 on PyPI

azure-cognitiveservices-vision-computervision

Provides Python bindings to call Microsoft…

permissive · top 15,000 on PyPI