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
All
All providers.
public static readonly string[] All
  Field Value
- string[]
 
BEDROCK
Amazon Bedrock
public const string BEDROCK = "bedrock"
  Field Value
MICROSOFT
Microsoft
public const string MICROSOFT = "microsoft"
  Field Value
OPENAI
OpenAI
public const string OPENAI = "openai"
  Field Value
VERTEXAI
Google VertexAI
public const string VERTEXAI = "vertexai"