Large Language Models
List LLMs for text summarization, chat, and other generation tasks
📄️ Create an LLM
Create a new LLM for use with query and chat endpoints
📄️ List LLMs
List LLMs that can be used with query and chat endpoints. The LLM is not directly specified in a query, but instead a `generation_preset_name` is used. The `generation_preset_name` property in generation parameters can be found as the `name` property on the Generations Presets retrieved from `/v2/generation_presets`.
📄️ Get an LLM
Get details about a specific LLM.
📄️ Delete an LLM
Delete a custom LLM connection. Built-in LLMs cannot be deleted.