langextract-usage

Installation
SKILL.md

LangExtract Usage

LangExtract extracts structured information from unstructured text using LLMs. The main entry point is lx.extract(). Every extraction needs at least one example and input text. prompt_description is optional but recommended.

Install

pip install langextract

# For OpenAI model support:
pip install langextract[openai]

API keys

Installs
9
GitHub Stars
36.9K
First Seen
May 1, 2026
langextract-usage — google/langextract