Table of Contents

Class AIProviderSettings

Namespace
Glitch9.AIDevKit

Base class for AI client settings. This class is used to store API keys and other settings related to AI clients.

public abstract class AIProviderSettings : CloudApiSettings
Inheritance
object
AIProviderSettings
Derived

Constructors

AIProviderSettings()

protected AIProviderSettings()

Properties

Api

The cloud service provider for this API client.

public abstract Api Api { get; }

Property Value

Api