docs/provider-config/huggingface.mdx
Hugging Face provides inference access to popular open-source models through their Inference Providers ecosystem. Many models are available for free, making it an excellent option for experimentation and budget-conscious development.
Website: https://huggingface.co/
Cline supports the following Hugging Face models (all currently free):
moonshotai/Kimi-K2-Instruct (Default) - Advanced reasoning model with 131K context, superior coding and math capabilitiesopenai/gpt-oss-120b - Large 120B open-weight reasoning model for complex tasks (131K context)openai/gpt-oss-20b - Medium 20B open-weight model balancing reasoning with accessibility (131K context)deepseek-ai/DeepSeek-V3-0324 - Advanced reasoning model (64K context)deepseek-ai/DeepSeek-R1 - DeepSeek's reasoning model with step-by-step thinking (64K context)deepseek-ai/DeepSeek-R1-0528 - Latest DeepSeek reasoning version (64K context)meta-llama/Llama-3.1-8B-Instruct - Efficient 8B Llama model for general tasks (128K context)