Generate, complete, and refactor code using specialized AI models trained on programming languages
python - Python 3.xjavascript - JavaScript (ES6+)typescript - TypeScriptjava - Java 8+cpp - C++c - Ccsharp - C#go - Gorust - Rustphp - PHPruby - Rubyswift - Swiftkotlin - Kotlinscala - Scalar - Rsql - SQLbash - Bash/Shellhtml - HTML/CSScodellama-34b - Meta’s Code Llama, best for general code generationcodellama-70b - Larger model, highest quality but slowerstarcoder-15b - BigCode’s StarCoder, good for completionwizardcoder-34b - WizardCoder, excellent for complex logicphind-codellama-34b - Fine-tuned for problem-solvingdeepseek-coder-33b - Specialized for multiple languagesgeneration - Generate code from descriptioncompletion - Complete partial codeexplanation - Explain existing codedebugging - Find and fix bugsrefactoring - Improve code structuretesting - Generate unit testsdocumentation - Generate code documentationclean - Clean, readable code with good practicesminimal - Minimal, concise codeverbose - Well-commented, explanatory codeenterprise - Enterprise-style with extensive error handlingfunctional - Functional programming style where applicable