Using litellm with azure.com

Python integration

Install

pip install litellm

Quick start

import litellm

client = litellm.Client("YOUR_API_KEY")
Lists all indexes available for a search service.
curl \
  /indexes
Lists all indexers available for a search service.
curl \
  /indexers
List all skillsets in a search service.
curl \
  /skillsets
SDK on GitHub 📄 API Docs
SDK
litellm
Python
API
azure.com
azure.com:search-searchservice

At a glance

Language Python
Endpoints31