Module Usage.Prompt_tokens_details

type t = {
  1. cached_tokens : int option;
  2. cache_write_tokens : int option;
  3. audio_tokens : int option;
  4. video_tokens : int option;
}
val sexp_of_t : t -> Sexplib0.Sexp.t