Introducing ZYR3 v1 β An Agentic Coding AI
Iβm excited to share ZYR3 v1, my latest agentic coding model available on Hugging Face:
Model: zyr-AGENT/zyr3-v1
ZYR3 v1 is built as a LoRA adapter on Qwen2.5-Coder-7B-Instruct, designed to behave more like a coding agent than a simple code completion model.
What can ZYR3 v1 do?
β’
Code generation
β’
Programming reasoning
β’
Debugging & bug finding
β’
Code editing
β’
Refactoring
β’
Code explanation
β’
Iterative problem solving
β’
Multi-step coding tasks
β’
Edge-case handling
The goal is simple:
Donβt just generate code β work through the problem.
Specs
Architecture: LoRA / PEFT adapter
Base model: Qwen2.5-Coder-7B-Instruct
Task: Text Generation / Agentic Coding
Format: Safetensors
Framework: Transformers + PEFT
Hardware
ZYR3 v1 can be run locally using modern NVIDIA GPUs, with quantized versions making it possible to run with significantly lower VRAM.
You can integrate it into your own coding workflow using tools such as Transformers, PEFT, vLLM, SGLang, llama.cpp, and other compatible inference frameworks.
Coming Soon β Free API
We are also working on making ZYR3 v1 available through a free API. ![]()
The goal is to let developers try ZYR3 directly from the browser or their own applications without installing the model or downloading any weights.
For an initial period, the API is planned to be free to use, so anyone can experiment with ZYR3 and see what it can do.
More details and the API endpoint will be announced when itβs ready. ![]()
Why I built it
Most coding models focus primarily on producing code.
ZYR3 is designed around a different workflow:
Understand β Plan β Code β Debug β Refine β Repeat
The goal is to make ZYR3 useful for real development workflows, not just isolated code-generation prompts.
Try the model:
zyr-AGENT/zyr3-v1
More updates coming soon. ![]()
#AI #LLM #Coding #CodingAgent #AgenticAI #HuggingFace #Qwen #OpenSource #MachineLearning #ArtificialIntelligence