LangDB is an AI Gateway for seamless access to 350+ LLMs. Secure, govern, and optimize AI Traffic across LLMs using OpenAI-Compatible APIs. For detailed integration instructions, see the LangDB Agno documentation.Documentation Index
Fetch the complete documentation index at: https://agno-v2-shaloo-ai-support-link.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authentication
Set yourLANGDB_API_KEY environment variable. Get your key from here.
Example
UseLangDB with your Agent:
Params
| Parameter | Type | Default | Description |
|---|---|---|---|
id | str | "gpt-4o-mini" | The id of the model to use through LangDB |
name | str | "LangDB" | The name of the model |
provider | str | "LangDB" | The provider of the model |
api_key | Optional[str] | None | The API key for LangDB (defaults to LANGDB_API_KEY env var) |
base_url | str | "https://api.langdb.ai/v1" | The base URL for the LangDB API |
LangDB also supports the params of OpenAI.