v2
latestOpenAPI 3.1.02026-08-05267431678.1 KBfelix
Analyze Dataset Llm
Run LLM-based dataset quality analysis.
This endpoint performs the slow (~8s) LLM-based diversity and quality analysis separately from the fast statistical analysis endpoint.
Use /felix/dataset/analyze for fast statistical metrics (distribution, duplicates, outliers, vendi score, visualization). Use this endpoint when you need the LLM's reasoning about dataset quality and reducibility.
Provide data inline via dataset or reference a stored dataset with dataset_name.
post/felix/dataset/analyze_llm
Request body
Example request
{
"dataset_name": "my-ner-dataset",
"labels": [
"ORG",
"LOC",
"PERSON"
],
"task_description": "Extract company names and locations from news articles",
"task_type": "ner"
}Response
Successful Response