Skip to content
Docs

Reference

The reference section is the structured surface of Beluga’s documentation. It is the place to look up an exact function signature, see the full list of providers in a category, or trace which architectural document explains a specific design decision.

SectionWhat’s in it
ProvidersAll 110 providers across 19 categories — LLM, embedding, vector store, voice, guard, workflow, observability, and more.
APIGenerated API documentation per package — foundation, LLM and agents, memory and RAG, voice, infrastructure, protocol and server.
ArchitectureThe 7-layer model, the package dependency map, the four extensibility rings, and the provider integration model.
Config SchemaEvery WithX() option across the framework, with defaults and constraints.
  • You know the function name and want the signature.
  • You need the complete list of providers in a category.
  • You want to verify a claim made in a guide or concept page against the source.
  • You want to learn the framework — start with Concepts.
  • You want to build a feature — go to Guides.
  • You want a copy-paste snippet — try Recipes.