diff --git a/docs/providers/anthropic.md b/docs/providers/anthropic.md index 5d22f233..2b0f4975 100644 --- a/docs/providers/anthropic.md +++ b/docs/providers/anthropic.md @@ -1,4 +1,8 @@ -# Anthropic +--- +sidebar_label: Anthropic +--- + +# Using Anthropic With Roo Code Anthropic is an AI safety and research company that builds reliable, interpretable, and steerable AI systems. Their Claude models are known for their strong reasoning abilities, helpfulness, and honesty. diff --git a/docs/providers/bedrock.md b/docs/providers/bedrock.md index afd399a8..6f1b5514 100644 --- a/docs/providers/bedrock.md +++ b/docs/providers/bedrock.md @@ -1,4 +1,8 @@ -# AWS Bedrock +--- +sidebar_label: AWS Bedrock +--- + +# Using AWS Bedrock With Roo Code Roo Code supports accessing models through Amazon Bedrock, a fully managed service that makes a selection of high-performing foundation models (FMs) from leading AI companies available via a single API. diff --git a/docs/providers/deepseek.md b/docs/providers/deepseek.md index 08696c89..602c3710 100644 --- a/docs/providers/deepseek.md +++ b/docs/providers/deepseek.md @@ -1,4 +1,8 @@ -# DeepSeek +--- +sidebar_label: DeepSeek +--- + +# Using DeepSeek With Roo Code Roo Code supports accessing models through the DeepSeek API, including `deepseek-chat` and `deepseek-reasoner`. diff --git a/docs/providers/gemini.md b/docs/providers/gemini.md index 04c745ad..26e7a2e3 100644 --- a/docs/providers/gemini.md +++ b/docs/providers/gemini.md @@ -1,4 +1,8 @@ -# Google Gemini +--- +sidebar_label: Google Gemini +--- + +# Using Google Gemini With Roo Code Roo Code supports Google's Gemini family of models through the Google AI Gemini API. diff --git a/docs/providers/glama.md b/docs/providers/glama.md index bc74e2a9..d93920b4 100644 --- a/docs/providers/glama.md +++ b/docs/providers/glama.md @@ -1,4 +1,8 @@ -# Glama +--- +sidebar_label: Glama +--- + +# Using Glama With Roo Code Glama provides access to a variety of language models through a unified API, including models from Anthropic, OpenAI, and others. It offers features like prompt caching and cost tracking. diff --git a/docs/providers/lmstudio.md b/docs/providers/lmstudio.md index 7777615d..0f2c306b 100644 --- a/docs/providers/lmstudio.md +++ b/docs/providers/lmstudio.md @@ -1,4 +1,8 @@ -# LM Studio +--- +sidebar_label: LM Studio +--- + +# Using LM Studio With Roo Code Roo Code supports running models locally using LM Studio. LM Studio provides a user-friendly interface for downloading, configuring, and running local language models. It also includes a built-in local inference server that emulates the OpenAI API, making it easy to integrate with Roo Code. diff --git a/docs/providers/mistral.md b/docs/providers/mistral.md index 0fb21b8f..444a10c6 100644 --- a/docs/providers/mistral.md +++ b/docs/providers/mistral.md @@ -1,4 +1,8 @@ -# Mistral AI +--- +sidebar_label: Mistral AI +--- + +# Using Mistral AI With Roo Code Roo Code supports accessing models through the Mistral AI API, including both standard Mistral models and the code-specialized Codestral model. diff --git a/docs/providers/ollama.md b/docs/providers/ollama.md index f22a99f9..4771d41b 100644 --- a/docs/providers/ollama.md +++ b/docs/providers/ollama.md @@ -1,4 +1,8 @@ -# Ollama +--- +sidebar_label: Ollama +--- + +# Using Ollama With Roo Code Roo Code supports running models locally using Ollama. This provides privacy, offline access, and potentially lower costs, but requires more setup and a powerful computer. diff --git a/docs/providers/openai-compatible.md b/docs/providers/openai-compatible.md index ec962e03..8e6ac14d 100644 --- a/docs/providers/openai-compatible.md +++ b/docs/providers/openai-compatible.md @@ -1,4 +1,8 @@ -# OpenAI Compatible +--- +sidebar_label: OpenAI Compatible +--- + +# Using OpenAI Compatible Providers With Roo Code Roo Code supports a wide range of AI model providers that offer APIs compatible with the OpenAI API standard. This means you can use models from providers *other than* OpenAI, while still using a familiar API interface. This includes providers like: diff --git a/docs/providers/openai.md b/docs/providers/openai.md index d4e01b41..63931b17 100644 --- a/docs/providers/openai.md +++ b/docs/providers/openai.md @@ -1,4 +1,8 @@ -# OpenAI +--- +sidebar_label: OpenAI +--- + +# Using OpenAI With Roo Code Roo Code supports accessing models directly through the official OpenAI API. diff --git a/docs/providers/openrouter.md b/docs/providers/openrouter.md index 62346df9..959082d3 100644 --- a/docs/providers/openrouter.md +++ b/docs/providers/openrouter.md @@ -1,4 +1,8 @@ -# OpenRouter +--- +sidebar_label: OpenRouter +--- + +# Using OpenRouter With Roo Code OpenRouter is an AI platform that provides access to a wide variety of language models from different providers, all through a single API. This can simplify setup and allow you to easily experiment with different models. diff --git a/docs/providers/requesty.md b/docs/providers/requesty.md index a6a80073..6d52aea7 100644 --- a/docs/providers/requesty.md +++ b/docs/providers/requesty.md @@ -1,4 +1,8 @@ -# Requesty +--- +sidebar_label: Requesty +--- + +# Using Requesty With Roo Code Roo Code supports accessing models through the [Requesty](https://www.requesty.ai/) AI platform. Requesty provides a unified API for interacting with various large language models (LLMs), including those from Anthropic and OpenAI, and offers features for testing, deploying, and monitoring LLM applications. It's designed to simplify the process of integrating AI into applications. diff --git a/docs/providers/unbound.md b/docs/providers/unbound.md index ffc492d4..36aeb7f5 100644 --- a/docs/providers/unbound.md +++ b/docs/providers/unbound.md @@ -1,4 +1,8 @@ -# Unbound +--- +sidebar_label: Unbound +--- + +# Using Unbound With Roo Code Roo Code supports accessing models through [Unbound](https://getunbound.ai/), a platform that focuses on providing secure and reliable access to a variety of large language models (LLMs). Unbound acts as a gateway, allowing you to use models from providers like Anthropic and OpenAI without needing to manage multiple API keys and configurations directly. They emphasize security and compliance features for enterprise use. diff --git a/docs/providers/vertex.md b/docs/providers/vertex.md index 667cd1ff..3bce3dab 100644 --- a/docs/providers/vertex.md +++ b/docs/providers/vertex.md @@ -1,4 +1,8 @@ -# GCP Vertex AI +--- +sidebar_label: GCP Vertex AI +--- + +# Using GCP Vertex AI With Roo Code Roo Code supports accessing models through Google Cloud Platform's Vertex AI, a managed machine learning platform that provides access to various foundation models, including Anthropic's Claude family. diff --git a/docs/providers/vscode-lm.md b/docs/providers/vscode-lm.md index 487877f3..be1cf307 100644 --- a/docs/providers/vscode-lm.md +++ b/docs/providers/vscode-lm.md @@ -1,4 +1,8 @@ -# VS Code Language Model API +--- +sidebar_label: VS Code Language Model API +--- + +# Using VS Code Language Model API With Roo Code Roo Code includes *experimental* support for the [VS Code Language Model API](https://code.visualstudio.com/api/language-extensions/language-model-access). This API allows extensions to provide access to language models directly within VS Code. This means you can potentially use models from: @@ -16,7 +20,7 @@ Roo Code includes *experimental* support for the [VS Code Language Model API](ht ## Configuration -1. **Open Roo Code Settings:** Click the gear icon (⚙️) in the Roo Code panel. +1. **Open Roo Code Settings:** Click the gear icon () in the Roo Code panel. 2. **Select Provider:** Choose "VS Code LM API" from the "API Provider" dropdown. 3. **Select Model:** The "Language Model" dropdown will (eventually) list available models. The format is `vendor/family`. For example, if you have Copilot, you might see options like: * `copilot - claude-3.5-sonnet`