Models


The AIGNE Framework is designed to be model-agnostic, allowing you to connect to a wide range of third-party AI model providers. This flexibility is achieved through a system of model adapters, where each adapter provides a standardized interface for a specific service, such as OpenAI, Anthropic, or Google Gemini.

This section provides detailed guides for installing, configuring, and using each officially supported model provider. Whether you need powerful language models, specialized image and video generation, or the privacy of a locally hosted model, you can find the right integration here.

Supported Model Providers#

Below is a curated list of supported providers. Each card links to a dedicated guide with installation instructions, configuration details, and practical code examples.

Foundational Models#

These are direct integrations with major AI model providers for chat completions and other language-based tasks.

Image Generation Models#

Specialized integrations for creating visual content from text prompts.

Video Generation Models#

Integrations for generating video content from text or image inputs.

Local and Aggregator Services#

Connect to local instances or services that provide access to multiple models through a single API.

Summary#

The AIGNE Framework's modular design makes it easy to integrate with the best AI model for your specific needs. Each provider has a dedicated package that handles the complexities of the underlying API, presenting you with a consistent and straightforward interface.

To get started, choose a provider from the list above and follow the linked guide for detailed instructions. For a high-level overview of how model adapters work within the framework, see the Overview page.