Instructions to use ProCogia/PolyKode-Enterprise with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ProCogia/PolyKode-Enterprise with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-generation", model="ProCogia/PolyKode-Enterprise")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ProCogia/PolyKode-Enterprise", device_map="auto") - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- vLLM
How to use ProCogia/PolyKode-Enterprise with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "ProCogia/PolyKode-Enterprise" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ProCogia/PolyKode-Enterprise", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker
docker model run hf.co/ProCogia/PolyKode-Enterprise
- SGLang
How to use ProCogia/PolyKode-Enterprise with SGLang:
Install from pip and serve model
# Install SGLang from pip: pip install sglang # Start the SGLang server: python3 -m sglang.launch_server \ --model-path "ProCogia/PolyKode-Enterprise" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ProCogia/PolyKode-Enterprise", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }'Use Docker images
docker run --gpus all \ --shm-size 32g \ -p 30000:30000 \ -v ~/.cache/huggingface:/root/.cache/huggingface \ --env "HF_TOKEN=<secret>" \ --ipc=host \ lmsysorg/sglang:latest \ python3 -m sglang.launch_server \ --model-path "ProCogia/PolyKode-Enterprise" \ --host 0.0.0.0 \ --port 30000 # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:30000/v1/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "ProCogia/PolyKode-Enterprise", "prompt": "Once upon a time,", "max_tokens": 512, "temperature": 0.5 }' - Docker Model Runner
How to use ProCogia/PolyKode-Enterprise with Docker Model Runner:
docker model run hf.co/ProCogia/PolyKode-Enterprise
PolyKode Enterprise
AI Ambition. Made Possible. β for regulated code migration.
PolyKode Enterprise is ProCogia's commercial edition of PolyKode: an execution-parity-certified SAS β R β Python translation system for pharma, health sciences, insurance/BFSI, and other regulated industries.
Where PolyKode Community gives you a base checkpoint to experiment with, PolyKode Enterprise gives you the full production stack: the fine-tuned model, the parity harness, live SAS certification, audit trails, and the SLAs your compliance team needs.
π procogia.com Β· βοΈ outreach@procogia.com Β· π SOC 2 Type 1 attested Β· π¨π¦ Vancouver, BC Β· North America
This is a public information page. Enterprise weights are distributed under a commercial license via ProCogia. To evaluate PolyKode Enterprise, contact us and we will scope an engagement.
Community vs Enterprise
| PolyKode Community | PolyKode Enterprise | |
|---|---|---|
| Base checkpoint | β ProCogia/PolyKode-Community | β Included + proprietary adapters |
| PolyKode SFT / RLVR training | β | β Included |
| Execution-parity harness | β | β Full harness |
| SAS 9.4 / Viya certification runs | β | β Included |
SAS-exact numerical contract (MT19937 + sgenrand) |
β | β Enforced |
| 198-construct SAS coverage | Base model only | β Coverage-driven training + eval |
| Audit trails & compliance artifacts | β | β Generated per translation |
| Regulated-delivery SLA | β | β Contractual |
| Deployment | Self-serve HF | β ZeroBoxx on-prem, sovereign cloud, or dedicated endpoint |
| Support | Community | β Named engineering + product contact |
| License | Apache 2.0 (base) | Commercial (ProCogia EULA) |
What Enterprise includes
π― Execution-parity translation, not just syntax
Every translated program is validated against the source with:
- Row/column checks and exact-value parity
- Formatting preservation for regulated outputs
- SAS/R behavioral-difference handling β divergences from SAS behavior are surfaced and annotated, not silently absorbed
- SAS-exact numerical contract β our runtime reproduces SAS's MT19937 stream with its original
sgenrandseeding so seeded workflows produce byte-identical results across languages
π§ͺ Two-stage semantic validation
Cheap syntax and log gates run first; the expensive step is real execution on shared data with normalized output comparison and tolerance-aware parity checks. Correct-but-different SAS/R/Python behaviors go into an annotated divergence registry, not into your rejects pile.
π Coverage-driven training and evaluation
Enterprise is trained and evaluated against a 198-construct SAS taxonomy covering 645 DATA-step functions/CALL routines, 46 macro functions, and 478 procedures across SAS Viya and SAS 9.4, with DS2, FedSQL, CASL, SAS/IML, and CAS IML tracked as adjacent parser namespaces.
π§Ύ Auditable agent workflows
Content-addressed validation (SHA-256), static-check pipelines, pooled live-SAS execution, cross-language differential tests, and proof-gated repair. Every automated fix ships with a detector, an idempotent fixer, and a live broken-versus-corrected proof β so your auditors get a paper trail, not a black box.
π₯ Regulated-industry workflow catalog
Prebuilt workflows for:
- Clinical pharma β clinical SAS-to-R and SAS-to-Python migration with statistical parity
- Health sciences β governed analytics and reproducible workflows
- Insurance / BFSI β actuarial and risk-model migration
- Manufacturing β process-analytics migration
- Cross-domain migration assessment and post-editing
π§± Deployment options
- ZeroBoxx on-prem β fully offline, data never leaves your environment
- ZeroBoxx sovereign cloud β dedicated tenancy in Canadian, US, or EU regions
- Dedicated inference endpoints β managed hosting on Hugging Face or your cloud
- Air-gapped evaluation appliance β DGX Spark-class hardware preloaded for hands-on evaluation
How engagements work
- Discovery call β we scope your source estate (SAS 9.4 / Viya / SLC), regulated obligations, and target languages
- Evaluation β we run a bounded pilot on your representative programs, using either a dedicated evaluation endpoint or an air-gapped appliance
- Certification plan β we design the parity harness, SAS certification scope, and acceptance criteria for your workloads
- Production rollout β deployment on ZeroBoxx on-prem / cloud, agent workflow configuration, audit-trail integration, and named engineering support
- Ongoing β coverage expansion, model updates, and compliance-driven revalidation on your cadence
Positioning by partner
- For SAS estates β bidirectional modernization-in-place: PolyKode helps non-SAS talent maintain legacy SAS 9 workloads while accelerating SAS 9 β Viya moves, defending your SAS investment rather than replacing it.
- For Posit / Anaconda customers β PolyKode is the translation and execution-parity layer that turns SAS workloads into governed R/Python environments customers already trust.
- For cloud partners (AWS, Azure, GCP, Databricks, Snowflake) β a private, regulated-industry AI product that gives their customers a compliant path off legacy SAS onto the modern data stack.
- For federal, defense, and public sector β sovereign compute paths via ZeroBoxx and DDN Federal, with the auditability regulators expect.
Get in touch
Enterprise engagements start with a scoping call.
- βοΈ Enterprise inquiries: outreach@procogia.com
- π Website: procogia.com
- π§ Founder & CEO: Meharpratap Singh
- πΌ Also happy to talk to: consortia, systems integrators, and regulated-industry customers with a specific migration on the horizon
Related
- π ProCogia on Hugging Face β organization page
- π§© PolyKode Enterprise-Base β base checkpoint Enterprise fine-tunes on (Kimi K2.7 Code under Modified MIT)
- π PolyKode Community β open base checkpoint (Qwen3-32B under Apache 2.0)
ProCogia Β· Founded 2013 Β· Headquartered in Vancouver, British Columbia Β· SOC 2 Type 1 attested Β· PolyKode Enterprise is a commercial product; weights and parity harness are distributed under the ProCogia Enterprise EULA. Community edition source model attribution is preserved on each published checkpoint's card.