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
completionsendpoint. - Define types for the
embeddingsendpoint. - Define types for the
filesendpoint. - Define types for image generation.
- Define types for the
modelsendpoint. - Define types for the
ragendpoint.