Skip to main content
Concepts - Provider
Updated over a week ago

Provider wraps a series of chat models for a platform. A standard Provider contains several Bots, specific logic for connecting to the corresponding platform, and a number of shared configuration items (usually API Keys).

Since each Provider has the same structured interface, it is easy to develop a new Provider to provide support for a new platform.


Currently, we provide two official Providers: provider-openai, provider-replicate.

Did this answer your question?