Table of Contents

Class APIEndpointProviders

Namespace
FoundationaLLM.Common.Constants.Configuration
Assembly
FoundationaLLM.Common.dll

Language Model provider constants.

public static class APIEndpointProviders
Inheritance
APIEndpointProviders
Inherited Members

Fields

AZUREAI

Azure AI Inferencing API

public const string AZUREAI = "azureai"

Field Value

string

All

All providers.

public static readonly string[] All

Field Value

string[]

BEDROCK

Amazon Bedrock

public const string BEDROCK = "bedrock"

Field Value

string

MICROSOFT

Microsoft

public const string MICROSOFT = "microsoft"

Field Value

string

OPENAI

OpenAI

public const string OPENAI = "openai"

Field Value

string

VERTEXAI

Google VertexAI

public const string VERTEXAI = "vertexai"

Field Value

string