Expand description
endpoints
is part of LlamaEdge API Server project. It defines the data types which are derived from the OpenAI API Reference.
Modulesยง
- audio
- Define types for turning audio into text or text into audio.
- chat
- Define types for building chat completion requests, including messages, tools, and tool choices.
- common
- Define common types used by other types.
- completions
- Define types for the
completions
endpoint. - embeddings
- Define types for the
embeddings
endpoint. - files
- Define types for the
files
endpoint. - images
- Define types for image generation.
- keyword_
search index
- models
- Define types for the
models
endpoint. - rag
rag
- Define types for the
rag
endpoint.