Label

Label LLM instances in LangDB AI Gateway for easy tracking, categorization, and improved observability.

Label in LangDB defines an LLM instance with a unique identifier for categorization and tracking.

Example of how Labelled LLM calls look.

Core Features

  • Model Categorization: Assign labels to LLM instances.

  • Observability: Track models by label.

Headers for Label:

  • x-label: Defines a label for an LLM instance.

{
    "x-label" : "research-agent"
}

Last updated

Was this helpful?