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§

auth
Authentication helpers and token providers. This module defines a minimal trait to supply Bearer tokens (e.g., for Vertex AI).
builder
Builder utilities shared across provider crates.
client
Client Module
core
Core Abstractions
defaults
Default Configuration Values
error
Error handling (re-export).
execution
Execution Layer - Unified Public API
hosted_tools
Provider-defined tools (core crate).
observability
Observability entrypoint: unified namespace for tracing and telemetry.
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
retry
Retry module (ergonomic namespace)
retry_api
Public Retry API Facade
standards
Protocol standards re-exported by this crate for compatibility.
streaming
Streaming Module
traits
Core Trait Definitions
types
Core data type definitions (re-export).
utils
Utility modules for siumai

Enums§

LlmError
The primary error type for the LLM library.