Package-level declarations

LLM provider abstractions for all 10 providers (OpenAI, Anthropic, Groq, DeepInfra, Anyscale, TogetherAI, OpenRouter, PerplexityAI, CustomLLM, Vapi) and knowledge base configuration.

Types

Link copied to clipboard
interface AnthropicModel : AnthropicModelProperties, CommonModelProperties
Link copied to clipboard
Link copied to clipboard
interface AnyscaleModel : AnyscaleModelProperties, CommonModelProperties
Link copied to clipboard
interface CustomLLMModel : CustomLLMModelProperties, CommonModelProperties
Link copied to clipboard
interface DeepInfraModel : DeepInfraModelProperties, CommonModelProperties
Link copied to clipboard
interface GroqModel : GroqModelProperties, CommonModelProperties
Link copied to clipboard
Link copied to clipboard
interface KnowledgeBase : KnowledgeBaseProperties
Link copied to clipboard
Link copied to clipboard
interface OpenAIModel : OpenAIModelProperties, CommonModelProperties
Link copied to clipboard
Link copied to clipboard
interface OpenRouterModel : OpenRouterModelProperties, CommonModelProperties
Link copied to clipboard
interface PerplexityAIModel : PerplexityAIModelProperties, CommonModelProperties
Link copied to clipboard
interface TogetherAIModel : TogetherAIModelProperties, CommonModelProperties
Link copied to clipboard
interface VapiModel : VapiModelProperties, CommonModelProperties