Related terms
A declarative specification for describing the structure, data types, constraints, and validation rules of JSON documents, enabling AI systems, APIs, and tools to exchange structured data reliably and validate inputs and outputs.
OutlinesA Python library for guiding language models to generate structured text that follows specified formats, schemas, or constraints.
InstructorAn open-source Python library for structured output generation that enables developers to reliably extract validated data from large language models by defining schemas with Pydantic and automatically parsing model responses into typed objects.
GuidanceAn open-source Python library for controlling and constraining large language model outputs using structured prompts, grammars, templates, and programmatic generation, enabling more reliable and deterministic AI applications.