Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion docs/providers/anthropic.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 5 additions & 1 deletion docs/providers/bedrock.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 5 additions & 1 deletion docs/providers/deepseek.md
Original file line number Diff line number Diff line change
@@ -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`.

Expand Down
6 changes: 5 additions & 1 deletion docs/providers/gemini.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 5 additions & 1 deletion docs/providers/glama.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 5 additions & 1 deletion docs/providers/lmstudio.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 5 additions & 1 deletion docs/providers/mistral.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 5 additions & 1 deletion docs/providers/ollama.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 5 additions & 1 deletion docs/providers/openai-compatible.md
Original file line number Diff line number Diff line change
@@ -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:

Expand Down
6 changes: 5 additions & 1 deletion docs/providers/openai.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# OpenAI
---
sidebar_label: OpenAI
---

# Using OpenAI With Roo Code

Roo Code supports accessing models directly through the official OpenAI API.

Expand Down
6 changes: 5 additions & 1 deletion docs/providers/openrouter.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 5 additions & 1 deletion docs/providers/requesty.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 5 additions & 1 deletion docs/providers/unbound.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
6 changes: 5 additions & 1 deletion docs/providers/vertex.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
8 changes: 6 additions & 2 deletions docs/providers/vscode-lm.md
Original file line number Diff line number Diff line change
@@ -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:

Expand All @@ -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 (<Codicon name="gear" />) 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`
Expand Down