Module Generation.Provider_response

type t = {
  1. endpoint_id : string option;
  2. id : string option;
  3. is_byok : bool option;
  4. latency : int option;
  5. model_permaslug : string option;
  6. provider_name : string option;
  7. status : int option;
}
include Sexplib0.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> t
val sexp_of_t : t -> Sexplib0__.Sexp.t