Create task-specific LLMs for NLP and Text Classification
Perform offline NLP and Text Classification tasks, such as Guardrail Models and Intent Classification, without training data, GPUs or third-party APIs.

Create Task-Specific LLMs
Build LLMs that are optimized for specific NLP tasks, for which general-purpose LLMs are overkill.
No training data needed
Perform Text Classification without training data, as training is done on synthetic data generated on-the-fly.
Perform offline NLP tasks
None of the created models require a GPU, so you can run everything on your laptop or on a small server.
Drastically reduce your LLM API bill
Offload tasks to local task-specific models and reduce the number of paid calls to LLM APIs.
Available Task-Specific Models
Guardrail Model
Typically used to flag unsafe, harmful or off-topic messages in chatbots and virtual assistants. Create your local Guardrail Model and reduce the number of paid calls to third-party APIs.
Intent Classification
Typically used in chatbots and virtual assistants to classify user intents. Create your local Intent Classification Model and reduce the number of paid calls to third-party APIs.
Tell us what you need!
We are actively working on creating new task-specific models based on user feedback and demand. Creating models that users need is our top priority.
Is there a specific task you would like to see a model for? Suggest it or upvote existing suggestions!
🚀 Quick start
Casual usage: free
Use our open source Artifex library
Install Artifex with pip install artifex
and use it for free. Read the docs to learn more.