You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/providers/requesty.md
+5-22Lines changed: 5 additions & 22 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,32 +7,15 @@ Roo Code supports accessing models through the [Requesty](https://www.requesty.a
7
7
## Getting an API Key
8
8
9
9
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.
11
11
12
12
## Supported Models
13
13
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.
**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.
24
15
25
16
## Configuration in Roo Code
26
17
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 (<Codiconname="gear" />) in the Roo Code panel.
28
19
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