show_provider_availability function.
provider column shows the supported providers, and the status column will read “Available” if the required dependencies are installed in the active Python environment. Note that multiple client SDKs can be used to make LLM requests to a provider, the desired client SDK can be specified when constructing the LLM wrapper client.
Client Configuration
TheLLM wrappers can be configured the same way you’d configure the underlying client SDK. For example, when using the OpenAI Python Client:
Unified Interface
TheLLM wrapper provides a unified interface to common LLM operations: generating text and structured outputs. For more information, refer to the API Documentation.
