Text Generation
GGUF
English
Hindi
Marathi
vikasit-ai
chandorkar-technologies
logic-hybrid
indian-ai
on-device
sovereign-ai
imatrix
conversational
llm.create_chat_completion(
messages = [
{
"role": "user",
"content": "What is the capital of France?"
}
]
)๐ฎ๐ณ Vikasit AI Writer 0.8B (IQ4_XS)
Vikasit AI Writer 0.8B is a next-generation, sovereign Indian language model developed by Chandorkar Technologies. It is built on the Qwen 3.5 Hybrid Gated DeltaNet architecture, specifically optimized to provide high-density intelligence in a compact, on-device footprint.
As part of the Vikasit AI mission, this model is designed to provide India with a high-performance, locally-executable AI stack that respects data sovereignty and cultural context.
๐ Model Highlights
- Architecture: Hybrid Gated DeltaNet (O(1) memory for linear attention).
- Parameters: 0.8 Billion.
- Context Window: 256,144 tokens (Native).
- Quantization: Custom iMatrix IQ4_XS (GGUF).
- Size: ~504 MB.
- Identity: Native Vikasit AI persona, refined for Indian professional and cultural nuances.
๐ Quick Start (Ollama)
You can run this model locally with a single command:
ollama run vikasit-ai/writer:0.8b
- Downloads last month
- 534
Hardware compatibility
Log In to add your hardware
4-bit
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="vikasit-ai/Vikasit-AI-0.8B-Writer", filename="Vikasit-AI-Writer-0.8B-IQ4_XS-Final.gguf", )