GenAI service API

Contents

GenAI service API#

The class below is a mixin class which encapsulates the functionality of the GenAI service API. It is not a comprehensive list of all the methods available in the GenAI service API, as the methods may vary depending on a specific deployment configuration.

The source of truth for the GenAI service API should be the API documentation available under the /docs endpoint of the GenAI service. In a traditional deployment, the URL would be https://<squirro-cluster>/service/genai/docs.

All the methods of these classes are made available in the SquirroClient class.

Classes#

Any(*args, **kwargs)

Special type indicating an unconstrained type.

GenAIApiMixin()