Class Completion

java.lang.Object
xyz.felh.openai.OpenAiApiObjectWithId
xyz.felh.openai.completion.Completion
All Implemented Interfaces:
Serializable, IOpenAiApiObject

public class Completion extends OpenAiApiObjectWithId
Given a prompt, the model will return one or more predicted completions, and can also return the probabilities of alternative tokens at each position.
See Also:
  • Constructor Details

    • Completion

      public Completion()