Skip to main content

Crate siumai_provider_xai

Crate siumai_provider_xai 

Source
Expand description

siumai-provider-xai

xAI provider implementation built on the OpenAI-like protocol standard.

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.
params
Parameter Management Module
provider_metadata
Provider-owned typed response metadata (ChatResponse.provider_metadata["xai"]). Provider-owned typed response metadata.
provider_options
Provider-owned typed option structs (xAI-specific). Provider-owned typed option structs (xAI).
providers
retry
Retry module (ergonomic namespace)
retry_api
Public Retry API Facade
standards
streaming
Streaming Module
tools
Provider-defined tool factories (re-export).
traits
Core Trait Definitions
types
Core data type definitions (re-export).
utils
Utility modules for siumai

Structs§

ChatResponse
Chat response from the provider
CommonParams
Common AI parameters

Enums§

LlmError
The primary error type for the LLM library.