Skip to content

Commit b1c1bea

Browse files
committed
Update provider titles
1 parent b02d636 commit b1c1bea

File tree

15 files changed

+76
-16
lines changed

15 files changed

+76
-16
lines changed

docs/providers/anthropic.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Anthropic
1+
---
2+
sidebar_label: Anthropic
3+
---
4+
5+
# Using Anthropic With Roo Code
26

37
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.
48

docs/providers/bedrock.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# AWS Bedrock
1+
---
2+
sidebar_label: AWS Bedrock
3+
---
4+
5+
# Using AWS Bedrock With Roo Code
26

37
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.
48

docs/providers/deepseek.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# DeepSeek
1+
---
2+
sidebar_label: DeepSeek
3+
---
4+
5+
# Using DeepSeek With Roo Code
26

37
Roo Code supports accessing models through the DeepSeek API, including `deepseek-chat` and `deepseek-reasoner`.
48

docs/providers/gemini.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Google Gemini
1+
---
2+
sidebar_label: Google Gemini
3+
---
4+
5+
# Using Google Gemini With Roo Code
26

37
Roo Code supports Google's Gemini family of models through the Google AI Gemini API.
48

docs/providers/glama.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Glama
1+
---
2+
sidebar_label: Glama
3+
---
4+
5+
# Using Glama With Roo Code
26

37
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.
48

docs/providers/lmstudio.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# LM Studio
1+
---
2+
sidebar_label: LM Studio
3+
---
4+
5+
# Using LM Studio With Roo Code
26

37
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.
48

docs/providers/mistral.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Mistral AI
1+
---
2+
sidebar_label: Mistral AI
3+
---
4+
5+
# Using Mistral AI With Roo Code
26

37
Roo Code supports accessing models through the Mistral AI API, including both standard Mistral models and the code-specialized Codestral model.
48

docs/providers/ollama.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Ollama
1+
---
2+
sidebar_label: Ollama
3+
---
4+
5+
# Using Ollama With Roo Code
26

37
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.
48

docs/providers/openai-compatible.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# OpenAI Compatible
1+
---
2+
sidebar_label: OpenAI Compatible
3+
---
4+
5+
# Using OpenAI Compatible Providers With Roo Code
26

37
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:
48

docs/providers/openai.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# OpenAI
1+
---
2+
sidebar_label: OpenAI
3+
---
4+
5+
# Using OpenAI With Roo Code
26

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

0 commit comments

Comments
 (0)