New coding models & integrations
Summary
Ollama announced the availability of new coding models, GLM-4.6 and Qwen3-coder-480B, on its cloud service as of October 16, 2025. Qwen3-Coder-30B has also been updated for enhanced tool calling capabilities within Ollama's new engine. Users can run these models via simple `ollama run` commands, with Qwen3-coder:480b also available for local deployment for systems with over 300GB of VRAM. The announcement includes detailed instructions for integrating these models with popular coding environments like VS Code, Zed, and Droid. Additionally, Ollama provides direct cloud API access for models like `glm-4.6` and `qwen3-coder:480b`, requiring an API key for authentication.
Key takeaway
For Machine Learning Engineers and Software Engineers seeking to integrate advanced coding LLMs into their development workflow, Ollama's new GLM-4.6 and Qwen3-coder models offer flexible cloud and local deployment options. You should explore the direct integrations with VS Code, Zed, and Droid to streamline code generation and tool calling, potentially accelerating your project development cycles.
Key insights
Ollama expands its coding model offerings and integrations for enhanced developer workflows.
Principles
- Cloud and local model access
- Streamlined IDE integration
Method
Access coding models via `ollama run` commands or integrate them into IDEs like VS Code, Zed, and Droid by pulling models and configuring provider settings.
In practice
- Generate single-page apps with detailed prompts
- Use `ollama pull` for local IDE access
- Configure `~/.factory/config.json` for Droid
Topics
- Coding LLMs
- Ollama Cloud
- Developer Tool Integration
- GLM-4.6
- Qwen3-Coder
Best for: Machine Learning Engineer, Software Engineer, Prompt Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Ollama Blog.