Source: http://www.poma-ai.com/docs/sdk/reference/

# Reference

Reference docs for every public surface in the latest SDK.

## In this section

- [PrimeCut](/sdk/reference/primecut)
  Synchronous PrimeCut client — the recommended entry point.
- [AsyncPrimeCut](/sdk/reference/async-primecut)
  Async variant for non-blocking ingestion and retrieval.
- [Grill](/sdk/reference/grill)
  Synchronous Grill client for ingest, search, and document management.
- [AsyncGrill](/sdk/reference/async-grill)
  Async Grill client.
- [PomaArchive](/sdk/reference/poma-archive)
  The `.poma` archive wrapper used by compatibility helpers.
- [Models](/sdk/reference/models)
  Typed result models returned by PrimeCut.
- [Exceptions](/sdk/reference/exceptions)
  Custom error types raised by the SDK.
- [Poma (legacy)](/sdk/reference/poma)
  The deprecated `Poma` client — see [migration](/sdk/migration/poma-to-primecut).
- [Qdrant integration](/sdk/reference/qdrant)
  `PomaQdrant` client and Qdrant helper functions.
- [LangChain integration](/sdk/reference/langchain)
  `PomaFileLoader`, `PomaChunksetSplitter`, `PomaCheatsheetRetrieverLC`.
- [LlamaIndex integration](/sdk/reference/llamaindex)
  `PomaFileReader`, `PomaChunksetNodeParser`, `PomaCheatsheetRetrieverLI`.