Skip to main content

Crate siumai_provider_azure

Crate siumai_provider_azure 

Source
Expand description

siumai-provider-azure

Azure provider implementation for siumai.

This crate currently focuses on Azure OpenAI’s OpenAI-compatible endpoints (e.g. /openai/v1/responses?api-version=...) and is intended to mirror Vercel AI SDK’s @ai-sdk/azure granularity.

Modules§

provider_metadata
Provider-owned typed metadata structs (Azure-specific). Provider-owned typed response metadata.
provider_options
Provider-owned typed option structs (Azure-specific). Azure provider-owned typed request options.
providers
standards
Protocol standards re-exported by this crate for compatibility.