Using litellm with azure.com

Python integration

Install
pip install litellm
Quick start
import litellm

# Set your API key
client = litellm.Client(api_key="YOUR_API_KEY")
This operation returns the list of domain-specific models that are supported …
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /models
This interface is used for getting text operation result. The URL to this int…
curl \
  -H "Ocp-Apim-Subscription-Key: $API_KEY" \
  /textOperations/{operationId}
SDK on GitHub 📄 API Docs
SDK
litellm
Python
API
azure.com
azure.com:cognitiveservices-ComputerVision
At a glance
Language Python
Endpoints9