Introducing Virtual MCP Servers
LogoLogo
GithubJoin SlackSignupBook a Demo
  • Documentation
  • Self Hosted
  • Integrations
  • Guides
  • Enterprise
  • Introduction to AI Gateway
  • Supported Models
  • Supported MCP Servers
  • Getting Started
    • Quick Start
    • Working with API
    • Working with Multiple Agents
    • Working with MCPs
    • Working with Headers
    • User Tracking
    • Using Parameters
  • Concepts
    • Thread
    • Trace
    • Run
    • Label
    • Message
    • Virtual Models
      • Routing with Virtual Model
    • Virtual MCP Servers
  • Features
    • Tracing
    • Routing
    • MCP Support
    • Publishing MCP Servers
    • Usage
    • Analytics
    • Guardrails
    • User Roles
    • Cost Control
  • Python SDK
    • Getting Started
  • API Reference
  • Postman Collection
Powered by GitBook
LogoLogo

Social

  • LinkedIn
  • X
  • Youtube
  • Github

Platform

  • Pricing
  • Documentation
  • Blog

Company

  • Home
  • About

Legal

  • Privacy Policy
  • Terms of Service

2025 LangDB. All rights reserved.

On this page
  • Core Features
  • Headers for Label:

Was this helpful?

Export as PDF
  1. Concepts

Label

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

PreviousRunNextMessage

Last updated 17 days ago

Was this helpful?

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

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"
}

Example of how Labelled LLM calls look.