Class DeepSeekCompletionResponse.TopTokenLogprob

java.lang.Object
de.entwicklertraining.deepseek4j.chat.completion.DeepSeekCompletionResponse.TopTokenLogprob
Enclosing class:
DeepSeekCompletionResponse

public static class DeepSeekCompletionResponse.TopTokenLogprob extends Object
Represents log probability information for one of the top alternative tokens. [cite: 26]
  • Method Details

    • getToken

      public String getToken()
    • getLogprob

      public double getLogprob()
    • getBytes

      public List<Integer> getBytes()
      List of integers representing the UTF-8 bytes sequence.