I primarily use LLMs via Azure OpenAI with enterprise cloud deployments, rather than connecting to OpenAI’s public API directly.
Does Tambo currently support:
Connecting to Azure OpenAI deployments (custom endpoint, deployment name, api-version)?
Configuring Azure-specific parameters such as azure_endpoint, deployment_name, and api_version?
If not, is Azure OpenAI support on the roadmap?
Azure OpenAI is a common requirement for teams that need:
Enterprise compliance / data residency
Private networking (VNET, private endpoints)
Unified Azure billing and access control
If there’s an existing workaround (e.g. adapter, custom provider, or config override), please point to the relevant docs or examples.
Thanks.