> ## Documentation Index
> Fetch the complete documentation index at: https://statsig-4b2ff144-serverless-cloudflare.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Azure AI

Statsig offers SDKs for integrating Azure AI models into server applications. These SDKs simplify the implementation of features like completions and embeddings in your server application. They provide easy-to-use APIs and automatically track metrics such as latency, token length, and model details, which you can use for optimization and experimentation. Use cases include:

* Implement Azure AI Models in your code with a [single lightweight framework](/azureai/model-client)
* [Stream completions](/azureai/completions) and [generate embeddings](/azureai/embeddings)
* [Capture invocation and usage metrics](/azureai/capturing-metrics/) with no extra work
* [Run A/B tests on parameters](/azureai/running-experiments) like model, prompt, temperature and more

<Frame>
  <img src="https://github.com/user-attachments/assets/b23c79c3-8501-4390-a3f3-3496970eb272" alt="Azure AI integration architecture diagram" />
</Frame>

## Currently supported SDKs

* Node JS: [https://github.com/statsig-io/azureai-nodejs/](https://github.com/statsig-io/azureai-nodejs/)
* Python: [https://github.com/statsig-io/azureai-python/](https://github.com/statsig-io/azureai-python/)
* .Net: [https://github.com/statsig-io/azureai-dotnet/](https://github.com/statsig-io/azureai-dotnet/)
