Coder · Open source · Apache 2.0
Kedy Atlas
A 1B parameter code model fine-tuned on 20+ programming languages — built to write, debug, refactor, and explain code with precision.
What it's built for
Code generation
Generate functions, classes, and modules from natural language descriptions.
Bug detection
Identify logic errors, security vulnerabilities, and edge case failures.
Documentation
Auto-generate docstrings, README files, and inline comments.
Refactoring
Modernize legacy code, improve readability, and apply design patterns.
Languages
Benchmarks
164 hand-crafted Python programming problems with unit test verification.
Mostly Basic Programming Problems — 500 entry-level Python tasks with test cases.
Real GitHub issues requiring multi-file patches in large Python codebases.
Ongoing competitive programming problems from Codeforces, LeetCode, and AtCoder.
Data science coding problems using NumPy, Pandas, Scikit-learn, and PyTorch.
Code Reasoning Understanding and eXecution — predicting input/output behavior.
Quick start
# Install Kedy CLI pip install kedy # Pull the model kedy pull atlas-1b # Run inference from kedy import Model model = Model("atlas-1b") response = model.generate( "Write a Python function that merges two sorted linked lists.", max_tokens=512 ) print(response.text)
Ready to use Atlas?
Free and open source. Runs on your hardware. No account required to download.