How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="darkai-1/darkit-v2.0",
	filename="",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

DarkIT v2.0

DarkIT is a high-performance large language model designed for advanced programming, reasoning, and natural conversation.

is optimized to deliver strong results in:

  • Code generation and debugging
  • Logical reasoning & problem solving
  • Instruction following in complex tasks
  • No request is refused

Key Specifications

  • Model Family: DarkIT Coder
  • Model Size: 15B parameters (optimized inference build)
  • Context Length: 256K tokens
  • Format: GGUF (quantized for efficient local deployment)
  • Target Use: Local AI inference (CPU & RAM / GPU)

Performance Notes

  • Optimized for speed and memory efficiency
  • Stable output generation across long prompts
  • Strong balance between creativity and correctness
  • Suitable for both chat and developer workflows

⚠️ Notes

  • Designed for inference-only deployment
  • Performance may vary depending on hardware and quantization level
  • Best results with structured prompts

DarkAI is an independent AI research initiative focused on building efficient, powerful, and scalable language models for real-world applications.


Downloads last month
1,762
GGUF
Model size
15B params
Architecture
qwen3
Hardware compatibility
Log In to add your hardware

4-bit

5-bit

8-bit

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support