title: 'Large Language Models' sidebar_label: 'Large Language Models' description: 'Learn how to configure large language models (LLMs)' sidebar_position: 5 pagination_prev: null pagination_next: null tags:
Spice provides a high-performance, OpenAI API-compatible AI Gateway optimized for managing and scaling large language models (LLMs). It offers tools for Enterprise Retrieval-Augmented Generation (RAG), such as SQL query across federated datasets and an advanced search feature (see Search).
Spice supports full OpenTelemetry observability, helping with detailed tracking of model tool use, recursion, data flows and requests for full transparency and easier debugging.
Spice supports a variety of LLMs (see Model Providers).
v1/chat/completion. See Parameter Overrides.For API usage, refer to the API Documentation.
import DocCardList from '@theme/DocCardList';