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.