Skip to content

Commit 0daddce

Browse files
authored
Update requesty.md
1 parent 8355e3b commit 0daddce

File tree

1 file changed

+5
-22
lines changed

1 file changed

+5
-22
lines changed

docs/providers/requesty.md

Lines changed: 5 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -7,32 +7,15 @@ Roo Code supports accessing models through the [Requesty](https://www.requesty.a
77
## Getting an API Key
88

99
1. **Sign Up/Sign In:** Go to the [Requesty website](https://www.requesty.ai/) and create an account or sign in.
10-
2. **Get API Key:** You can find and copy your API key from the "Default Key" section of your [Requesty dashboard](https://www.requesty.ai/dashboard).
10+
2. **Get API Key:** You can get an API key from the [API Management ](https://app.requesty.ai/manage-api) section of your Requesty dashboard.
1111

1212
## Supported Models
1313

14-
Requesty provides access to a wide range of models. Roo Code will automatically fetch the latest list of available models. Some commonly supported models include:
15-
16-
* **Anthropic:** Claude models (e.g., `anthropic/claude-3-5-sonnet-20241022`). Roo Code is optimized for Claude models.
17-
* **OpenAI:** GPT models (e.g., `openai/gpt-4o`).
18-
* **DeepSeek:** Coder models (e.g. `deepseek/deepseek-coder-33b-instruct`)
19-
* Plus Many More
20-
21-
**Important:** When selecting a model, use the full model ID as shown in the dropdown (e.g., `anthropic/claude-3-5-sonnet-20241022`).
22-
23-
Refer to the [Requesty documentation](https://docs.requesty.ai/platform/prompt-playground) for the most up-to-date list of models and their IDs. You can filter by model features to show the models that best fit your purpose.
14+
Requesty provides access to a wide range of models. Roo Code will automatically fetch the latest list of available models. You can see the full list of available models on the [Model List](https://app.requesty.ai/router/list) page.
2415

2516
## Configuration in Roo Code
2617

27-
1. **Open Roo Code Settings:** Click the gear icon (⚙️) in the Roo Code panel.
18+
1. **Open Roo Code Settings:** Click the gear icon (<Codicon name="gear" />) in the Roo Code panel.
2819
2. **Select Provider:** Choose "Requesty" from the "API Provider" dropdown.
29-
3. **Enter API Key:** Paste your Requesty API key into the "API Key" field.
30-
4. **Select Model:** Choose your desired model from the "Model ID" dropdown.
31-
32-
## Tips and Notes
33-
34-
* **Pricing:** Requesty operates on a pay-per-use basis. Pricing varies depending on the model you choose. See the [Requesty documentation](https://docs.requesty.ai/platform/insight-explorer) for details. Roo Code will display pricing information (if available) in the model selection dropdown and below the model selection.
35-
* **Base URL:** The base URL for the Requesty API (`https://router.requesty.ai/v1`) is automatically configured in Roo Code. You should not need to modify this.
36-
* **Prompt Caching:** Some models available through Requesty support prompt caching. This can significantly reduce costs and improve performance for repeated prompts. Check the "Model Info" section in Roo Code after selecting a model to see if caching is supported.
37-
* **Prompt Playground**: You can test and improve prompts directly in Requesty's user interface before using them in the extension.
38-
* **Monitoring**: Requesty provides usage dashboards and tools to help monitor prompts, costs, and model performance, as well as handle prompt injection and data leaks.
20+
3. **Enter API Key:** Paste your Requesty API key into the "Requesty API Key" field.
21+
4. **Select Model:** Choose your desired model from the "Model" dropdown.

0 commit comments

Comments
 (0)