---
title: Models Overview
description: Supported models and recommended choices for CowAgent
---
CowAgent supports mainstream LLMs from domestic and international providers. Model interfaces are implemented in the project's `models/` directory.
For Agent mode, the following models are recommended based on quality and cost: deepseek-v4-flash, MiniMax-M2.7, claude-sonnet-4-6, gemini-3.1-pro-preview, glm-5.1, qwen3.6-plus, kimi-k2.6
## Configuration
Configure the model name and API key in `config.json` according to your chosen model. Each model also supports OpenAI-compatible access by setting `bot_type` to `openai` and configuring `open_ai_api_base` and `open_ai_api_key`.
You can also use the [LinkAI](https://link-ai.tech) platform interface to flexibly switch between multiple models with support for knowledge base, workflows, and other Agent capabilities.
## Supported Models
deepseek-v4-flash, deepseek-v4-pro, and more
MiniMax-M2.7 and other series models
claude-sonnet-4-6 and more
gemini-3.1-pro-preview and more
gpt-5.4, gpt-4.1, o-series and more
glm-5.1, glm-5-turbo, glm-5 and other series models
qwen3.6-plus, qwen3-max and more
doubao-seed series models
kimi-k2.6, kimi-k2.5, kimi-k2 and more
Unified multi-model interface + knowledge base
For a full list of model names, refer to the project's [`common/const.py`](https://github.com/zhayujie/CowAgent/blob/master/common/const.py) file.