Using Featherless AI With Roo Code
Featherless AI provides access to high-performance open-source models including DeepSeek, Qwen, and other large language models. All models are currently free to use, making it an excellent choice for budget-conscious developers.
Website: https://featherless.ai
Getting an API Key
- Sign Up/Sign In: Go to Featherless AI. Create an account or sign in.
- Navigate to API Keys: Access the API keys page in your account.
- Create a Key: Generate a new API key. Give it a descriptive name (e.g., "Roo Code").
- Copy the Key: Important: Copy the API key immediately. It will only be shown once. Store it securely.
Supported Models
Roo Code supports the following Featherless models:
deepseek-ai/DeepSeek-R1-0528
(Default) - DeepSeek R1 reasoning model with<think>
tag supportdeepseek-ai/DeepSeek-V3-0324
- DeepSeek V3 modelmoonshotai/Kimi-K2-Instruct
- Kimi K2 instruction-following modelopenai/gpt-oss-120b
- GPT-OSS 120B parameter modelQwen/Qwen3-Coder-480B-A35B-Instruct
- Qwen3 specialized coding model
Model Capabilities
All models support:
- Context Window: ~32,678 tokens
- Max Output: 4,096 tokens
- Pricing: Free (no cost for input/output tokens)
info
DeepSeek R1 Models: The DeepSeek R1 models (like DeepSeek-R1-0528
) include special reasoning capabilities with <think>
tag support for step-by-step problem solving. These models automatically separate reasoning from regular output.
Configuration in Roo Code
- Open Roo Code Settings: Click the gear icon () in the Roo Code panel.
- Select Provider: Choose "Featherless AI" from the "API Provider" dropdown.
- Enter API Key: Paste your Featherless API key into the "Featherless API Key" field.
- Select Model: Choose your desired model from the "Model" dropdown.
Tips and Notes
- Free Tier: All models are currently free with no usage costs, making Featherless ideal for experimentation and development.
- Model Selection: Choose models based on your needs:
- DeepSeek R1 models: Best for complex reasoning and problem-solving tasks
- DeepSeek V3: General-purpose model for various tasks
- Qwen3 Coder: Optimized for code generation and programming tasks
- Kimi K2: Balanced instruction-following model
- GPT-OSS: Large general-purpose model
- OpenAI Compatibility: Featherless uses an OpenAI-compatible API format for easy integration.
- Limitations: No image support or prompt caching available on any model.