Temperature

@Serializable
data object Temperature : LLMCapability(source)

Represents the temperature capability of a language model.

This capability is utilized to adjust the model's response randomness or creativity levels. Higher temperature values typically produce more diverse outputs, while lower values lead to more focused and deterministic responses.

Belongs to the LLMCapability sealed class hierarchy, which defines various features and behaviors supported by language models.

Properties

Link copied to clipboard
val id: String

The unique identifier for this capability.