Skip to main content
The Anaconda AI SDK provides a Python interface for managing models and inference servers. Use it to list and download quantized models, configure and launch API servers, and integrate directly into your application’s workflows. For installation and configuration, see Getting started.

Client initialization

Common initialization parameters

The AnacondaAIClient constructor accepts several optional parameters. The most commonly used ones are:
Key parameters:
Additional parameters for authentication, SSL, and proxy configuration are available. See the anaconda-auth documentation for details.
Initializing the client exposes: