Table of Contents

Class TextOperationModelParameterNames

Namespace
FoundationaLLM.Common.Constants.Gateway
Assembly
FoundationaLLM.Common.dll

Defines the model parameter names used in text operations executed by the FoundationaLLM Gateway API.

public static class TextOperationModelParameterNames
Inheritance
TextOperationModelParameterNames
Inherited Members

Fields

EmbeddingDimensions

The name of the property that holds the embedding dimensions.

public const string EmbeddingDimensions = "embedding_dimensions"

Field Value

string

MaxOutputTokenCount

The name of the model parameter that holds the maximum output token count.

public const string MaxOutputTokenCount = "max_output_token_count"

Field Value

string

Temperature

The name of the temperature completion model parameter.

public const string Temperature = "temperature"

Field Value

string

TopP

The name of the ToP completion model parameter.

public const string TopP = "top_p"

Field Value

string