πŸš€ Introducing ZYR3 v1 β€” An Agentic Coding AI

:rocket: Introducing ZYR3 v1 β€” An Agentic Coding AI

I’m excited to share ZYR3 v1, my latest agentic coding model available on Hugging Face:

:hugs: 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.

:high_voltage: What can ZYR3 v1 do?

β€’ :laptop: Code generation
β€’ :brain: Programming reasoning
β€’ :magnifying_glass_tilted_left: Debugging & bug finding
β€’ :pencil: Code editing
β€’ :recycling_symbol: Refactoring
β€’ :open_book: Code explanation
β€’ :counterclockwise_arrows_button: Iterative problem solving
β€’ :puzzle_piece: Multi-step coding tasks
β€’ :shield: Edge-case handling

The goal is simple:

Don’t just generate code β€” work through the problem.

:bar_chart: Specs

Architecture: LoRA / PEFT adapter
Base model: Qwen2.5-Coder-7B-Instruct
Task: Text Generation / Agentic Coding
Format: Safetensors
Framework: Transformers + PEFT

:desktop_computer: 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.

:globe_with_meridians: Coming Soon β€” Free API

We are also working on making ZYR3 v1 available through a free API. :rocket:

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. :eyes:

:fire: 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.

:hugs: Try the model:
zyr-AGENT/zyr3-v1

More updates coming soon. :rocket:

#AI #LLM #Coding #CodingAgent #AgenticAI #HuggingFace #Qwen #OpenSource #MachineLearning #ArtificialIntelligence