promptslab/Promptify
Prompt Engineering | Prompt Versioning | Use GPT or other prompt based models to get structured output. Join our discord for Prompt-Engineering, LLMs and other latest research observed · 2026-08-28
Health v2 · maintenance only
65/100
- Activity 74
- Release rhythm 35
- Longevity 97
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 1360
- days_rel: n/a
- days_push: 160
- n_releases_24m: 0
Adoption not part of the score
4635 stars · 363 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Promptify is a Python library that turns LLMs into task-based NLP engines, providing high-level APIs for NER, classification, QA, and custom tasks with Pydantic-validated structured outputs. It uses LiteLLM as a universal backend so any prompt-based model (GPT-4, etc.) can be swapped in, and includes built-in evaluation metrics.
Use cases
- extract named entities from medical text with an LLM
- classify text sentiment into custom labels using GPT
- get structured JSON answers from a language model
- run question answering over documents with evidence and confidence
- define custom NLP tasks with Pydantic schemas
- evaluate LLM prompt outputs with metrics
- swap between OpenAI and other LLM providers without code changes
When to choose
- you want scikit-learn-style task APIs (NER, classify, QA) on top of LLMs
- you need validated, structured output rather than free-form text
- you want provider-agnostic LLM access via LiteLLM
- you need built-in evaluation for prompt-based NLP tasks
When to avoid
- you need raw low-level control over prompts and completions
- you want fine-tuning or training of models rather than inference
- you need non-Python environments
- you want a fully local NLP pipeline without LLM API calls
Facets
library · maturity active
nlp prompt-engineering llm-inference serialization large-language-models machine-learning artificial-intelligence python structured-output pydantic ner text-classification question-answering litellm openai natural-language-processing
3 sources
- readme: https://github.com/promptslab/Promptify · fetched 2026-08-28 · 97b08a7826cf
- homepage: https://discord.gg/m88xfYMbK6 · fetched 2026-08-29 · a230d7af2237
- registry_pypi: https://pypi.org/pypi/promptify/json · fetched 2026-08-29 · 97264370b4b9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| promptslab/Promptify | main | 65 |
For agents
markdown · JSON · MCP: product_card(name="promptslab/Promptify")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem