Table of Contents

Class AIModelTypes

Namespace
FoundationaLLM.Common.Constants.ResourceProviders
Assembly
FoundationaLLM.Common.dll

AI Model type contants.

public static class AIModelTypes
Inheritance
AIModelTypes
Inherited Members

Fields

Basic

Basic AIModel type without practical functionality. Used as base for all other model types.

public const string Basic = "basic"

Field Value

string

Completion

Completion model type

public const string Completion = "completion"

Field Value

string

Embedding

Embedding model type

public const string Embedding = "embedding"

Field Value

string

ImageGeneration

Image generation model type

public const string ImageGeneration = "image-generation"

Field Value

string