llm.create_chat_completion(
messages = "No input example has been defined for this model task."
)Vikasit 3 Coder
By Chandorkar Technologies
High-performance AI model optimized for the Indian ecosystem.
- Base: Qwen/Qwen3-Coder-30B-A3B-Instruct
- Quantization: Q4_K_M
- Format: GGUF
Usage
ollama run vikasit-ai/3-coder
Built by Chandorkar Technologies.
- Downloads last month
- 13
Hardware compatibility
Log In to add your hardware
4-bit
Inference Providers NEW
This model isn't deployed by any Inference Provider. ๐ Ask for provider support
Model tree for vikasit-ai/Vikasit-AI-Vikasit-3-Coder
Base model
Qwen/Qwen3-Coder-30B-A3B-Instruct
# !pip install llama-cpp-python from llama_cpp import Llama llm = Llama.from_pretrained( repo_id="vikasit-ai/Vikasit-AI-Vikasit-3-Coder", filename="vikasit-3-coder-Q4_K_M.gguf", )