Crate endpoints

source ·
Expand description

endpoints is part of LlamaEdge API Server project. It defines the data types which are derived from the OpenAI API Reference.

Modules§

  • Define types for turning audio into text or text into audio.
  • Define types for building chat completion requests, including messages, tools, and tool choices.
  • Define common types used by other types.
  • Define types for the completions endpoint.
  • Define types for the embeddings endpoint.
  • Define types for the files endpoint.
  • Define types for image generation.
  • Define types for the models endpoint.
  • Define types for the rag endpoint.