# Functions

DefineEmbedder defines an embedder with a given name.
DefineModel defines an unknown model with the given name.
Embedder returns the [ai.Embedder] with the given name.
Init initializes the plugin and all known models.
IsDefinedEmbedder reports whether the named [Embedder] is defined by this plugin.
IsDefinedModel reports whether the named [Model] is defined by this plugin.
Model returns the [ai.Model] with the given name.

# Variables

BasicText describes model capabilities for text-only GPT models.
Multimodal describes model capabilities for multimodal GPT models.

# Structs

Config is the configuration for the plugin.