Model reference · open weights
XCurOS0.1 is an open-weight language model from XCurOS. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.
Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.
What it is
| Released by | XCurOS |
|---|---|
| Type | Language models |
| Task | Text gen |
| Parameters (lead) | 7.6B |
| Context | 32k tokens |
| Runs with | transformers |
| Released | 2026-02-28 |
| Popularity | 57k downloads / month |
| Licence | Commercial licence needed |
About
XCurOS-0.1-8B-Instruct is a proprietary large language model developed exclusively by XCurOS.
It delivers advanced natural language understanding, reasoning, and instruction-following capabilities, designed for secure enterprise and on-premise environments.
🔐 Security-First Design Built for operation in isolated and sensitive infrastructures with full data privacy.
🧠 Advanced Language Intelligence High-quality reasoning, coding, and complex instruction execution.
🖥 Agent & System Integration Ready Designed for automation pipelines, OS-level agents, and enterprise workflows.
📄 Document Understanding Capable of analyzing structured and unstructured text across large documents.
🎯 Instruction-Tuned Performance Optimized to follow commands accurately and consistently.
⚡ Efficient Deployment Suitable for local servers and cloud infrastructure with optimized performance.
🌐 Long-Context Reasoning Handles long conversations, books, and extensive datasets coherently.
🧩 Extensible Architecture Integrates easily into custom applications and secure enterprise systems.
XCurOS-0.1-8B-Instruct architecture provides:
Model Name: XCurOS-0.1-8B-Instruct Organization: XCurOS Version: 0.0.1 License: Proprietary software, all rights reserved Instruction Tuned: True Secure OS Ready: True Intended Audience: Enterprises, research labs, private users
This model is proprietary software owned by XCurOS.
The model may be used for personal and research purposes only when deployed on a private server or local infrastructure.
Personal use includes:
Commercial use is NOT permitted without an official license.
Any commercial activity including but not limited to:
Requires a separate commercial license from the XCurOS Team. For commercial licensing inquiries, please contact the XCurOS Team.
Unauthorized redistribution, resale, or commercial usage of the model is strictly prohibited without written permission from XCurOS.
Maintained internally by XCurOS.
For licensing, collaboration, or support, contact the XCurOS Team.
Author: XCurOS-Team (f13b696767b224479d7a06bffae9a0b62e38e2e2)
From the published model card. Full card on the HuggingFace links in the sidebar.
Using it via the API
Once AxForge deploys xcuros0-1 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (xcuros0-1 below is illustrative; you get the exact model name on deployment.)
$ curl -sS https://api.axforge.ai/v1/chat/completions \
-H "Authorization: Bearer $AXFORGE_API_KEY" \
-H "Content-Type: application/json" \
-d '{"model":"xcuros0-1","messages":[{"role":"user","content":"Hello"}]}'
Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.