String with the form model_name@skill
, indicating the nature of the tokens used (if no skills are used, it will be replaced by default
)
The number of tokens generated by the model.
The number of tokens sent in input to the model.
The number of tokens used.
Generated using TypeDoc
The number of requests made in a single batch; and a
finish_reason
entry, explaining why did the model stopped processing further tokens (length
if stopped byn_tokens
or by reaching the end of the text to process, orstop_word
if reached one of thestop_words
).