FIMLog Probs
@Serializable
Log-probability information attached to a FIMChoice.
Uses the legacy completions shape — aligned parallel lists over the generated tokens — which differs from the per-token LogProb shape returned by chat endpoints.
Constructors
Properties
Link copied to clipboard
Character offset of each token into the generated text.
Link copied to clipboard
Natural-log probability of each token in tokens.
Link copied to clipboard
For each generated token position, a map from candidate token text to its natural-log probability. Populated only when the request sets logprobs > 0; null otherwise. Candidates that were considered but scored out of range typically appear with a sentinel value of -9999.0.