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
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,14 @@ sidebar_label: Requesty
4
4
5
5
# Using Requesty With Roo Code
6
6
7
-
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.
7
+
Roo Code supports accessing models through the [Requesty](https://www.requesty.ai/) AI platform. Requesty provides an easy and optimized API for interacting with 150+ large language models (LLMs).
1.**Sign Up/Sign In:** Go to the [Requesty website](https://www.requesty.ai/) and create an account or sign in.
14
-
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.
14
+
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.
15
15
16
16
## Supported Models
17
17
@@ -23,3 +23,17 @@ Requesty provides access to a wide range of models. Roo Code will automatically
23
23
2.**Select Provider:** Choose "Requesty" from the "API Provider" dropdown.
24
24
3.**Enter API Key:** Paste your Requesty API key into the "Requesty API Key" field.
25
25
4.**Select Model:** Choose your desired model from the "Model" dropdown.
26
+
27
+
## Tips and Notes
28
+
29
+
-**Optimizations**: Requesty offers range of in-flight cost optimizations to lower your costs.
30
+
-**Unified and simplified billing**: Unrestricted access to all providers and models, automatic balance top ups and more via a single [API key](https://app.requesty.ai/manage-api).
31
+
-**Cost tracking**: Track cost per model, coding language, changed file, and more via the [Cost dashboard](https://app.requesty.ai/cost-management) or the [Requesty VS.code extension](https://marketplace.visualstudio.com/items?itemName=Requesty.requesty).
32
+
-**Stats and logs**: See your [coding stats dashboard](https://app.requesty.ai/usage-stats) or go through your [LLM interaction logs](https://app.requesty.ai/logs).
33
+
-**Fallback policies**: Keep you LLM working for you with fallback policies when providers are down.
34
+
***Prompt Caching:** Some providers support prompt caching. [Search models with caching](https://app.requesty.ai/router/list).
0 commit comments