On this page

Azure AI

Introduction to the Statsig Azure OpenAI integration for logging AI calls, capturing metrics, and running experiments on prompts and model parameters.

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:

Azure AI integration architecture diagram

Supported SDKs

  • Node JS: https://github.com/statsig-io/azureai-nodejs/
  • Python: https://github.com/statsig-io/azureai-python/
  • .Net: https://github.com/statsig-io/azureai-dotnet/

Was this helpful?