Alibaba Qoder CLI v1.1.50 Adds Support for Custom LLMs
Alibaba announced that Qoder CLI v1.1.50 now allows personal edition users to connect custom OpenAI- and Anthropic-compatible LLM endpoints. The feature is accessible to both free and paid personal accounts across international and China regions. This update gives developers the flexibility to bring their preferred LLMs or self-hosted models into their terminal AI coding workflow without being locked into Alibaba's default models. It significantly expands Qoder CLI's adaptability for diverse developer toolchains. Users can set up custom models via the `/model` command by choosing between OpenAI-compatible or Anthropic-compatible protocols and entering their Base URL, Model ID, Name, and API Key. The CLI manages context at 128K by default if left blank, though specifying the actual model context capacity is recommended.
## BACKGROUND
Qoder CLI is a command-line interface tool developed as part of Alibaba's Qoder agentic coding platform to provide AI programming capabilities directly inside the terminal. Supporting standard OpenAI- and Anthropic-compatible API formats has become a common standard for AI tools to integrate seamlessly with various cloud providers and local inference runtimes.