package openrouter_api

  1. Overview
  2. Docs

Module Completions.ImageSource

Sourcemodule Image_url : sig ... end
Sourcetype t = {
  1. type_ : string;
  2. image_url : Image_url.t;
  3. index : int option;
}
include Sexplib0.Sexpable.S with type t := t
Sourceval t_of_sexp : Sexplib0.Sexp.t -> t
Sourceval sexp_of_t : t -> Sexplib0.Sexp.t
Sourcemodule Elide_data : sig ... end