> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/nvcf/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/nvcf/_mcp/server.

# Optional Enhancements

NVCF supports several optional components that can enhance your deployment's
performance, routing, and GPU cluster capabilities. Each component has its own
installation and configuration guide.

## Low-Latency Streaming

- [LLS Installation](/nvcf/dev/lls-installation) - Required for streaming Cloud Functions using WebRTC

## LLM Functions

- [LLM Function Enablement](/nvcf/dev/llm-function-enablement) - Required for `functionType: "LLM"` functions using the LLM invocation gateway

## NVCF Caches

- [container-cache](/nvcf/dev/container-cache) - Accelerates container image pulls by caching layers locally
- [gxcache](/nvcf/dev/gx-cache) - Shader caching for simulation and rendering workloads

## Vanity Gateway

Vanity Gateway is an optional HTTP gateway service for deployments that need
customer-facing hostnames or path mappings in front of the standard NVCF API and
invocation routes. It is available only in stack packages that include the
Vanity Gateway addon. Older packages do not contain the `vanity-gateway` release
or route values.

When the addon is present and enabled, it is deployed as the `vanity-gateway`
service and exposed through the Gateway API route `vanity.<domain>` by default.
Enable it only when you need a vanity routing layer. Standard API, API Keys,
invocation, LLM invocation, and gRPC routes do not require it. See
[Gateway Routing](/nvcf/dev/gateway-routing#vanity-gateway-optional) for routing and
verification details.

## Physical Simulation Caches

For an overview refer to [self-hosted-caches](/nvcf/dev/simulation-caches)

- [Derived Data Cache Service](https://docs.omniverse.nvidia.com/ovcaches/ddcs/5.0/) - Derived Data Cache Service
- [USD Content Cache](https://docs.omniverse.nvidia.com/ovcaches/ucc/3.0/) - USD Content Cache

<Note>
These enhancements are supported for single-cluster Control Plane and GPU-only (BYOC) clusters.

</Note>