26 lines
1.4 KiB
Markdown
26 lines
1.4 KiB
Markdown
---
|
|
sidebar_label: Chutes AI
|
|
---
|
|
|
|
# Using Chutes AI With Roo Code
|
|
|
|
Chutes.ai offers free API access to several large language models (LLMs), allowing developers to integrate and experiment with these models without immediate financial commitment. They provide access to a curated set of open-source and proprietary language models, often with a focus on specific capabilities or regional language support.
|
|
|
|
**Website:** [https://chutes.ai/](https://chutes.ai/)
|
|
|
|
## Getting an API Key
|
|
|
|
To use Chutes AI with Roo Code, obtain an API key from the [Chutes AI platform](https://chutes.ai/). After signing up or logging in, you should find an option to generate or retrieve your API key within your account dashboard or settings.
|
|
|
|
## Supported Models
|
|
|
|
Roo Code will attempt to fetch the list of available models from the Chutes AI API. The specific models available will depend on Chutes AI's current offerings.
|
|
|
|
Always refer to the official Chutes AI documentation or your dashboard for the most up-to-date list of supported models.
|
|
|
|
## Configuration in Roo Code
|
|
|
|
1. **Open Roo Code Settings:** Click the gear icon (<Codicon name="gear" />) in the Roo Code panel.
|
|
2. **Select Provider:** Choose "Chutes AI" from the "API Provider" dropdown.
|
|
3. **Enter API Key:** Paste your Chutes AI API key into the "Chutes AI API Key" field.
|
|
4. **Select Model:** Choose your desired model from the "Model" dropdown.
|