specific-ai-tools
Python toolkit for SpecificAI — edge inference helpers, partner/platform adapters, and utilities for running Specific AI models outside the platform (Lemonade, llama.cpp, and more as topics land).
Install
pip install specific-ai-tools
# Optional extras
pip install "specific-ai-tools[llamacpp]" # local GGUF via llama-cpp-python
Packages
| Package | Description |
|---|---|
embedding_heads |
Run classification heads on CLS embeddings from Lemonade Server (HTTP) or llama-cpp-python when those layers are stripped by GGUF conversion |
from specific_ai_tools.embedding_heads import LemonadeEmbeddingClassifier
classifier = LemonadeEmbeddingClassifier(
lemonade_model_name="user.email-agent-triage",
checkpoint="specific-AI/email-agent-triage:bert-base-only.gguf",
lemonade_base_url="http://localhost:13305",
)
See embedding_heads README for
Lemonade and llama-cpp details. More topics will land here as siblings of
embedding_heads over time.
About Us
Specific AI is the automatic SLM distillation platform that turns task prompts into production-grade small language models in days — not weeks — so your subject matter experts can ship models without waiting on scarce data-science bandwidth.
We help enterprises move agentic AI from prototype to production with SLMs that are typically 1,000×–10,000× smaller than teacher LLMs, run in milliseconds on CPUs or edge devices, and deliver the same or better task quality at a fraction of the cost — self-hosted on your cloud or downloaded for your own inference stack.
Prompt → Distill → Deploy. Bring your prompt and data, drop them into Specific AI, and get a validated small model ready to test and ship.
Ready to create SLMs at scale? Visit specific.ai.
License
MIT — see LICENSE.
Copyright (C) 2026 Specific AI Inc. All rights reserved.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file specific_ai_tools-0.1.0.tar.gz.
File metadata
- Download URL: specific_ai_tools-0.1.0.tar.gz
- Upload date:
- Size: 23.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
51573ecac17f4900335610d38cb679f6df31fac4065b1bdf5be428e5919e8281
|
|
| MD5 |
718bf1012b97a932e69b9d6f3a1a6171
|
|
| BLAKE2b-256 |
6c21b7377d59c0d7bdeec344517cff39c49e54595cd6617202b9891864be6943
|
File details
Details for the file specific_ai_tools-0.1.0-py3-none-any.whl.
File metadata
- Download URL: specific_ai_tools-0.1.0-py3-none-any.whl
- Upload date:
- Size: 28.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce1852af230843eb92aa2281584b371f3f6dae937a201f12e45ab63ba775cdc9
|
|
| MD5 |
8f3bbc7fd37d1033d00973cbf109ae5f
|
|
| BLAKE2b-256 |
712b4e65b9ebaea2dea66e1acd721c6a28661f378543d32529859a4d03295ade
|