Module Usage.Completion_tokens_details

type t = {
  1. reasoning_tokens : int option;
  2. image_tokens : int option;
  3. audio_tokens : int option;
}
val sexp_of_t : t -> Sexplib0.Sexp.t