Reference
Reference
Section titled “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.
Sections
Section titled “Sections”| Section | What’s in it |
|---|---|
| Providers | All 110 providers across 19 categories — LLM, embedding, vector store, voice, guard, workflow, observability, and more. |
| API | Generated API documentation per package — foundation, LLM and agents, memory and RAG, voice, infrastructure, protocol and server. |
| Architecture | The 7-layer model, the package dependency map, the four extensibility rings, and the provider integration model. |
| Config Schema | Every WithX() option across the framework, with defaults and constraints. |
When to use Reference
Section titled “When to use Reference”- 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.