Deep Seek Params
Base class for DeepSeek API parameters.
This class provides common parameters used across different DeepSeek API endpoints, serving as a foundation for more specific parameter classes like ChatCompletionParams and FIMCompletionParams.
Inheritors
Properties
Reduces repetition by penalizing tokens based on their frequency in the text
Reduces repetition by penalizing tokens that have appeared in the text
Custom stop sequence that causes the model to stop generating further tokens
Controls randomness in output generation (higher = more random)
Functions
Creates chat completion parameters with custom settings.
Creates chat completion stream parameters with custom settings.
Creates file-in-the-middle (FIM) completion parameters with custom settings.
Creates file-in-the-middle (FIM) completion stream parameters with custom settings.